/* Sacred Intimacy Immersion - Belmond-Inspired Clean Editorial
   No parallax, no overlays. Clean white space, contained images,
   Montserrat 200/300/400 for luxury typography. */

/* ==========================================================================
   SECTION BASE
   ========================================================================== */

.belmond-section {
    padding: 120px 0 !important;
    background: #ffffff;
    position: relative;
}

.belmond-section--warm {
    background: #faf8f6;
}

/* ==========================================================================
   TYPOGRAPHY — Luxury = thin, airy, spacious
   ========================================================================== */

.belmond-label {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 9pt;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #8b7d6b;
    margin-bottom: 20px;
}

.belmond-label--light {
    color: rgba(255, 255, 255, 0.9);
}

.belmond-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.2rem;
    font-weight: 200;
    color: var(--text-dark);
    line-height: 1.15;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.belmond-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    color: var(--text-light);
    font-weight: 300;
    font-style: italic;
    margin: 0;
    letter-spacing: 0.3px;
}

.belmond-step-label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 9pt;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #8b7d6b;
    margin-bottom: 24px;
}

.belmond-step-label--promise {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.2rem;
    letter-spacing: 1px;
    font-weight: 200;
    text-transform: none;
    color: #8b7d6b;
    margin-bottom: 32px;
}

.belmond-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.98rem;
    line-height: 1.9;
    color: #4a4a4a;
    margin-bottom: 16px;
    font-weight: 400;
    letter-spacing: 0.15px;
}

.belmond-text:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   SECTION HEADER
   ========================================================================== */

.belmond-section-header {
    text-align: center;
    margin-bottom: 100px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* ==========================================================================
   EDITORIAL BLOCKS — Alternating text + image rows
   ========================================================================== */

.belmond-editorial {
    margin-bottom: 100px;
}

.belmond-editorial:last-of-type {
    margin-bottom: 0;
}

.belmond-editorial-text {
    padding: 20px 0;
}

.belmond-editorial-images {
    position: relative;
}

/* Images — contained, clean */
.belmond-img {
    width: 100%;
    display: block;
}

.belmond-img--large {
    height: auto;
    object-fit: contain;
}

/* ==========================================================================
   HERO IMAGE — Full-width contained image with caption
   ========================================================================== */

.belmond-hero-image {
    position: relative;
    margin-bottom: 80px;
    overflow: hidden;
}

.belmond-img--hero {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
    margin-bottom: 0;
}

.belmond-hero-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 48px 48px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 100%);
}

.belmond-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 200;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.15;
    letter-spacing: 0.5px;
}

.belmond-hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    font-style: italic;
    margin: 0;
    letter-spacing: 0.3px;
}

/* ==========================================================================
   THREE-COLUMN CARDS — Below hero image
   ========================================================================== */

.belmond-columns {
    padding: 0;
}

.belmond-column-card {
    padding: 8px 16px 8px 0;
}

.belmond-divider {
    width: 36px;
    height: 1.5px;
    background: var(--primary-color);
    margin-bottom: 24px;
}

/* ==========================================================================
   SECTION LABEL — Larger for "The Experience" and similar
   ========================================================================== */

.belmond-section-header .belmond-label {
    font-size: 1.05rem;
    letter-spacing: 5px;
    margin-bottom: 24px;
}

/* ==========================================================================
   EMPHASIS TEXT
   ========================================================================== */

.belmond-text--emphasis {
    font-weight: 500;
    color: var(--text-dark);
    font-style: italic;
}

/* ==========================================================================
   FEATURE ITEMS — Minimal list style
   ========================================================================== */

.belmond-features {
    margin-top: 32px;
}

.belmond-feature-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: var(--text-dark);
    padding: 10px 0;
    border-bottom: 1px solid rgba(201, 164, 150, 0.12);
}

.belmond-feature-item:last-child {
    border-bottom: none;
}

/* ==========================================================================
   REVIEW CARDS — Clean editorial style with left accent border
   ========================================================================== */

.belmond-review-card {
    padding: 0 24px 0 32px;
    border-left: 2px solid rgba(201, 164, 150, 0.3);
}

.belmond-review-card blockquote {
    font-style: italic;
    margin: 0 0 32px;
    padding: 0;
}

.belmond-review-author {
    margin-top: 24px;
}

/* ==========================================================================
   PROMISE — Centered highlight block
   ========================================================================== */

.belmond-promise {
    text-align: center;
    margin-top: 80px;
    padding-top: 60px;
    border-top: 1px solid rgba(201, 164, 150, 0.15);
}

/* ==========================================================================
   COLUMN CARDS — Spacing for 2-column grid
   ========================================================================== */

.belmond-columns .belmond-column-card {
    padding: 16px 24px 40px 0;
}

/* ==========================================================================
   SECTION HEADER DIVIDER — Thin decorative line after subtitle
   ========================================================================== */

.belmond-section-header .belmond-header-divider {
    width: 48px;
    height: 1.5px;
    background: var(--primary-color);
    margin: 28px auto 0;
}

/* ==========================================================================
   OVERRIDE THEME img margin for all belmond images
   ========================================================================== */

.belmond-section img {
    margin-bottom: 0;
}

/* ==========================================================================
   CTA SECTION — Clean editorial, matching Belmond feel
   ========================================================================== */

.belmond-cta-section {
    border-top: 1px solid rgba(201, 164, 150, 0.15);
}

.belmond-cta-content {
    text-align: center;
}

.belmond-cta-image {
    margin: 40px 0;
}

.belmond-cta-text {
    max-width: 600px;
    margin: 0 auto 32px;
    text-align: center;
}

.belmond-cta-highlight {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--text-dark);
    margin: 0 auto 40px;
    max-width: 550px;
    line-height: 1.7;
}

.belmond-btn {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffffff;
    background: var(--text-dark);
    border: 1.5px solid var(--text-dark);
    padding: 20px 52px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.belmond-btn:hover {
    background: transparent;
    color: var(--text-dark);
    text-decoration: none;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 992px) {
    .belmond-section {
        padding: 80px 0 !important;
    }

    .belmond-section-header {
        margin-bottom: 64px;
    }

    .belmond-title {
        font-size: 2.6rem;
    }

    .belmond-contact-heading {
        font-size: 2.6rem;
    }

    .belmond-contact-brand {
        font-size: 3.2rem;
    }

    .belmond-contact-subbrand {
        font-size: 1.4rem;
    }

    .belmond-contact-name {
        font-size: 1.5rem;
    }

    .belmond-contact-link {
        font-size: 1.05rem;
    }

    .belmond-editorial {
        margin-bottom: 64px;
    }

    .belmond-editorial-text {
        padding: 20px 0;
    }

    .belmond-editorial-images {
        margin-top: 32px;
    }

    .belmond-img--hero {
        height: 440px;
    }

    .belmond-hero-title {
        font-size: 2.4rem;
    }

    .belmond-hero-image {
        margin-bottom: 56px;
    }

    .belmond-promise {
        margin-top: 56px;
        padding-top: 48px;
    }

    .belmond-step-label--promise {
        font-size: 2.6rem;
        font-weight: 300;
    }

    .belmond-review-card {
        padding: 0 16px 0 24px;
    }

    /* Stack columns vertically on tablet — image always first */
    .belmond-editorial .row {
        display: flex !important;
        flex-direction: column !important;
    }

    .belmond-editorial .col-lg-5,
    .belmond-editorial .col-lg-6 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important;
    }

    .belmond-editorial .offset-lg-1 {
        margin-left: 0 !important;
    }

    /* Image column always on top */
    .belmond-editorial [class*="col-"]:has(.belmond-editorial-images) {
        order: -1 !important;
    }

    /* Column cards go full width */
    .belmond-columns .col-lg-4,
    .belmond-columns .col-lg-6 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important;
    }

    .belmond-columns .belmond-column-card {
        padding: 24px 0 32px;
    }

    /* Review cards stack */
    .belmond-reviews .col-lg-6 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .belmond-section {
        padding: 50px 0 !important;
    }

    .belmond-section-header {
        margin-bottom: 40px;
    }

    .belmond-title {
        font-size: 1.9rem;
        font-weight: 300;
    }

    .belmond-contact-heading {
        font-size: 1.9rem;
        font-weight: 300;
    }

    .belmond-contact-brand {
        font-size: 2.8rem;
    }

    .belmond-contact-subbrand {
        font-size: 1.2rem;
    }

    .belmond-contact-name {
        font-size: 1.4rem;
    }

    .belmond-contact-link {
        font-size: 1rem;
    }

    .belmond-subtitle {
        font-size: 0.95rem;
    }

    .belmond-label {
        font-size: 0.85rem;
        letter-spacing: 3px;
    }

    .belmond-editorial {
        margin-bottom: 48px;
    }

    .belmond-editorial-text {
        padding: 24px 0 0;
    }

    .belmond-editorial-images {
        margin-top: 24px;
    }

    .belmond-img--hero {
        height: 300px;
    }

    .belmond-hero-caption {
        padding: 32px 20px 24px;
    }

    .belmond-hero-title {
        font-size: 1.7rem;
    }

    .belmond-hero-subtitle {
        font-size: 0.85rem;
    }

    .belmond-hero-image {
        margin-bottom: 32px;
    }

    .belmond-step-label {
        margin-bottom: 14px;
        font-size: 0.68rem;
    }

    .belmond-text {
        font-size: 0.9rem;
        line-height: 1.75;
    }

    .belmond-column-card {
        padding: 20px 0;
        border-bottom: 1px solid rgba(201, 164, 150, 0.12);
    }

    .belmond-column-card:last-child {
        border-bottom: none;
    }

    .belmond-review-card {
        padding: 0 0 0 20px;
        margin-bottom: 36px;
    }

    .belmond-review-card:last-child {
        margin-bottom: 0;
    }

    .belmond-promise {
        margin-top: 36px;
        padding-top: 36px;
    }

    .belmond-step-label--promise {
        font-size: 1.9rem;
        font-weight: 300;
    }

    .belmond-section-header .belmond-label {
        font-size: 0.75rem;
        letter-spacing: 3px;
    }

    /* CTA section mobile spacing */
    .belmond-cta-image {
        margin: 24px 0;
    }

    .belmond-cta-text {
        margin-bottom: 24px;
    }

    .belmond-contact-details {
        margin-top: 32px;
        padding-top: 28px;
    }

    .belmond-contact-line a {
        font-size: 0.95rem;
    }

    .belmond-feature-item {
        font-size: 0.8rem;
    }

    footer.footer-6 .footer__lower {
        padding-top: 20px !important;
        padding-bottom: 12px !important;
    }

    /* Banner responsive */
    .immersion-banner {
        font-size: 0.62rem;
        padding: 10px 14px;
        line-height: 1.8;
        letter-spacing: 0.5px;
    }

    .immersion-banner__row--split {
        flex-direction: column;
        align-items: center;
    }

    .immersion-banner__award {
        display: block;
        margin-top: 4px;
    }

    /* Hero responsive */
    .cover h1 {
        font-size: 3.8rem !important;
        margin-top: 10px !important;
    }

    .cover h3 {
        font-size: 1.5rem !important;
        letter-spacing: 1px !important;
        margin-top: 10px !important;
    }

    .cover .pos-vertical-center img {
        width: 160px !important;
        margin-top: 40px !important;
    }

}

@media (max-width: 480px) {
    .belmond-section {
        padding: 36px 0 !important;
    }

    .belmond-section-header {
        margin-bottom: 28px;
    }

    .belmond-title {
        font-size: 1.5rem;
    }

    .belmond-contact-heading {
        font-size: 1.5rem;
    }

    .belmond-contact-brand {
        font-size: 2.2rem;
    }

    .belmond-contact-subbrand {
        font-size: 1rem;
    }

    .belmond-contact-name {
        font-size: 1.2rem;
    }

    .belmond-contact-link {
        font-size: 0.9rem;
    }

    .belmond-label {
        font-size: 0.72rem;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .belmond-img--hero {
        height: 220px;
    }

    .belmond-hero-title {
        font-size: 1.35rem;
    }

    .belmond-hero-caption {
        padding: 24px 16px 18px;
    }

    .belmond-editorial {
        margin-bottom: 36px;
    }

    .belmond-editorial-text {
        padding: 20px 0 0;
    }

    .belmond-editorial-images {
        margin-top: 20px;
    }

    .belmond-text {
        font-size: 0.85rem;
        line-height: 1.7;
    }

    .belmond-step-label {
        font-size: 0.65rem;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .belmond-review-card {
        padding: 0 0 0 16px;
        margin-bottom: 28px;
    }

    .belmond-review-card blockquote {
        margin-bottom: 20px;
    }

    .belmond-promise {
        margin-top: 28px;
        padding-top: 28px;
    }

    .belmond-step-label--promise {
        font-size: 1.5rem;
        font-weight: 300;
    }

    .belmond-columns .belmond-column-card {
        padding: 16px 0 24px;
    }

    .belmond-cta-image {
        margin: 16px 0;
    }

    .belmond-contact-details {
        margin-top: 24px;
        padding-top: 20px;
    }

    .belmond-contact-line a {
        font-size: 0.88rem;
    }

    .cover .pos-vertical-center {
        top: 48% !important;
    }

    /* Banner small screen */
    .immersion-banner {
        font-size: 0.55rem;
        padding: 8px 10px;
        letter-spacing: 0.5px;
        line-height: 1.8;
    }

    .immersion-banner__row--split {
        flex-direction: column;
        align-items: center;
    }

    .cover h1 {
        font-size: 3.6rem !important;
    }

    .cover h3 {
        font-size: 1.3rem !important;
        letter-spacing: 0.5px !important;
    }

    .cover .pos-vertical-center img {
        width: 120px !important;
        margin-top: 20px !important;
    }
}

/* ==========================================================================
   NAV BAR, FOOTER & BUTTON COLOR OVERRIDES — Blue theme
   ========================================================================== */

.award-banner.mainbox {
    background: #d3e4fd !important;
    color: #3a3a3a !important;
}

.award-banner.mainbox a {
    color: #3a3a3a !important;
}

.bar.pos-fixed::before {
    background: #d3e4fd !important;
    color: #3a3a3a !important;
}

footer.footer-6 .footer__lower {
    background: #d3e4fd !important;
}

.footer-6.footer-section {
    background: #d3e4fd !important;
    border-top: 3px solid #7394d0 !important;
}

footer.footer-6 .footer__lower .copyright-text,
footer.footer-6 .footer__lower .type--fine-print {
    color: #7a8a9e !important;
    font-size: 0.82rem !important;
    font-weight: 400 !important;
}

footer.footer-6 .footer__lower a,
.substack-footer-link span {
    color: #7a8a9e !important;
    font-size: 0.82rem !important;
    font-weight: 400 !important;
}

.substack-footer-link svg {
    width: 20px !important;
    height: 20px !important;
}

.belmond-btn {
    background: #7394d0 !important;
    border-color: #7394d0 !important;
    color: #ffffff !important;
}

.belmond-btn:hover {
    background: transparent !important;
    color: #7394d0 !important;
    border-color: #7394d0 !important;
}

/* Shift hero content higher */
.cover .pos-vertical-center {
    top: 45% !important;
}

/* Hide entire header navigation */
.nav-container,
.award-banner {
    display: none !important;
}

/* Contact & Award Banner */
.immersion-banner__row {
    display: flex;
    width: 100%;
}

.immersion-banner__row--center {
    justify-content: center;
}

.immersion-banner__row--split {
    justify-content: center;
    gap: 2em;
}

.immersion-banner {
    background: #d3e4fd;
    color: #3a3a3a;
    text-align: center;
    padding: 12px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11pt;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.8;
}

.immersion-banner__name {
    font-weight: 400;
    font-size: 13pt;
    letter-spacing: 1.5px;
    text-align: center;
}

.immersion-banner__name .lmt {
    font-size: 11pt;
}

.immersion-banner__sep {
    margin: 0 15px;
    opacity: 0.5;
}

.immersion-banner__link {
    color: #3a3a3a;
    font-weight: 300;
    text-decoration: none;
    transition: color 0.2s ease;
}

.immersion-banner__link:hover {
    color: #7394d0;
    text-decoration: none;
}

.immersion-banner__award {
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

.immersion-banner__years {
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
}

/* Contact details at bottom of page */
.belmond-contact-details {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid rgba(115, 148, 208, 0.25);
    text-align: center;
}

.belmond-contact-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 2.8rem;
    color: #8b7d6b;
    margin-bottom: 1.5em;
}

.belmond-contact-lockup {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 2.5em;
    margin-bottom: 1.5em;
}

.belmond-contact-lockup__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.belmond-contact-logo {
    width: 130px;
    height: auto;
    flex-shrink: 0;
    margin-bottom: -0.8em;
}

.belmond-contact-brand {
    font-family: 'Alex Brush', cursive;
    font-size: 3.8rem;
    color: #8b7d6b;
    margin: 0 0 0.15em 0;
    text-align: left;
    line-height: 1;
}

.belmond-contact-subbrand {
    font-family: 'The Seasons', 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #8b7d6b;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
}

.belmond-contact-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 1em;
}

.belmond-contact-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    color: #8b7d6b;
    margin: 2em 0 0.3em 0;
    text-align: center;
}

.belmond-contact-lmt {
    font-size: 0.9em;
}

.belmond-contact-sep {
    margin: 0 1.2em;
    color: #8b7d6b;
    opacity: 0.4;
}

.belmond-contact-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    color: #8b7d6b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.belmond-contact-link:hover {
    color: #6e6356;
    text-decoration: none;
}

.belmond-contact-line {
    margin-bottom: 8px;
}

.belmond-contact-line a {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    color: #8b7d6b;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.2s ease;
}

.belmond-contact-line a:hover {
    color: #6e6356;
    text-decoration: none;
}

/* Back to top button — match footer blue */
.back-to-top {
    background: #d3e4fd !important;
    border-color: #7394d0 !important;
}

.back-to-top i {
    color: #3a3a3a !important;
}

/* Contact section mobile overrides — must come after base styles */
@media (max-width: 992px) {
    .belmond-contact-lockup {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .belmond-contact-lockup {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 1em;
        width: 100%;
    }

    .belmond-contact-logo {
        flex-shrink: 0;
        margin: 0 auto -0.8em;
    }

    .belmond-contact-lockup__text {
        align-items: center;
        text-align: center;
    }

    .belmond-contact-brand {
        text-align: center;
    }
}
