:root {
    --primary-color: #6D28D9;
    --secondary-color: #2563EB;
    --accent-color: #C4B5FD;
    --bg-main: #F8F7FF;
    --bg-surface: #FDFBFF;
    --quebec-mist-panel: #F3E8FF;
    --text-primary: #111827;
    --text-secondary: #4B5563;
    --text-muted: #6B7280;
    --border-color: #D8B4FE;
}

body {
    font-family: 'Sora', sans-serif;
    background-color: var(--bg-main);
    color: var(--text-primary);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Prata', serif;
    font-weight: 500;
    line-height: 1.2;
}

.text-muted {
    color: var(--text-muted) !important;
}

.text-white,
.text-white-50 {
    color: #F8F7FF !important;
}

.text-info {
    color: #2563EB !important;
}

.text-success {
    color: #6D28D9 !important;
}

.text-secondary {
    color: #4B5563 !important;
}

.bg-white,
.bg-light {
    background-color: #FDFBFF !important;
}

.btn-primary {
    background-color: #6D28D9 !important;
    border-color: #6D28D9 !important;
    color: #F8F7FF !important;
}

.btn-primary:hover {
    background-color: #5B21B6 !important;
    border-color: #5B21B6 !important;
}

.btn-outline-secondary {
    color: #4B5563 !important;
    border-color: #C4B5FD !important;
}

.btn-outline-secondary:hover {
    background-color: #F3E8FF !important;
    color: #111827 !important;
}

.yukon-ease-current {
    transition: all 0.4s ease-in-out;
}

.glacierpane-navigation-veil {
    backdrop-filter: blur(10px);
    background: rgba(253, 251, 255, 0.88);
    border-bottom: 1px solid var(--border-color);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* ===== header ===== */
.mapleharbour-mastline {
    background-color: #FDFBFF !important;
    border-bottom: 1px solid #D8B4FE;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: all 0.4s ease;
    z-index: 1030;
}

.mapleharbour-mastline.is-scrolled {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    box-shadow: 0 10px 40px rgba(17, 24, 39, 0.045);
}

.mapleharbour-mastline .mapleharbour-crestmark {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.mapleharbour-mastline .mapleharbour-wordmark-line {
    font-family: 'Prata', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #111827;
    letter-spacing: -0.02em;
}

.mapleharbour-mastline .nav-link {
    font-family: 'Sora', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    color: #4B5563 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.mapleharbour-mastline .nav-link:hover {
    color: #6D28D9 !important;
}

.mapleharbour-mastline .mapleharbour-menu-spark {
    border: none;
    padding: 0;
}

.mapleharbour-mastline .mapleharbour-menu-spark:focus {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .mapleharbour-mastline .navbar-collapse {
        background-color: #FDFBFF;
        margin-top: 1rem;
        padding: 1.5rem;
        border-radius: 8px;
        border: 1px solid #D8B4FE;
        box-shadow: 0 15px 30px rgba(17, 24, 39, 0.07);
    }

    .mapleharbour-mastline .nav-link {
        padding: 0.75rem 0 !important;
        border-bottom: 1px solid #F3E8FF;
    }

    .mapleharbour-mastline .nav-item:last-child .nav-link {
        border-bottom: none;
    }

    .mapleharbour-mastline .mapleharbour-wordmark-line {
        font-size: 1.25rem;
    }
}

/* ===== hero ===== */
.aurorafront-arrival {
    min-height: 80vh;
    padding: 100px 0;
    background-color: #111827;
}

.aurorafront-motion-field {
    object-fit: cover;
    z-index: 0;
}

.aurorafront-shadowwash {
    background: rgba(17, 24, 39, 0.48);
    z-index: 1;
}

.aurorafront-headline {
    font-family: 'Prata', serif;
    font-weight: 500;
    color: #F8F7FF;
    line-height: 1.2;
    font-size: 3.5rem;
}

.aurorafront-leadcopy {
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    color: #C4B5FD;
    line-height: 1.6;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.aurorafront-route-button {
    font-family: 'Sora', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #F8F7FF;
    background-color: transparent;
    border: 1px solid #F8F7FF;
    padding: 12px 32px;
    text-decoration: none;
    transition: all 0.4s ease;
    display: inline-block;
}

.aurorafront-route-button:hover {
    background-color: #F8F7FF;
    color: #111827;
    transform: translateY(-2px);
}

@media (max-width: 767.98px) {
    .aurorafront-arrival {
        min-height: 70vh;
        padding: 60px 0;
    }

    .aurorafront-headline {
        font-size: 18px !important;
        hyphens: auto;
    }

    .aurorafront-leadcopy {
        font-size: 14px !important;
        margin-bottom: 30px !important;
    }

    .aurorafront-route-button {
        padding: 10px 24px;
        font-size: 12px;
    }
}

/* ===== comparison-table ===== */
.rockies-verdict-matrix {
    background-color: #F8F7FF;
    color: #111827;
    font-family: 'Sora', sans-serif;
}

.rockies-verdict-matrix .rockies-verdict-heading {
    font-family: 'Prata', serif;
    color: #6D28D9;
    font-weight: 500;
}

.rockies-verdict-matrix .rockies-verdict-deck {
    color: #4B5563;
    max-width: 600px;
    margin: 0 auto;
}

.rockies-verdict-matrix .btn-primary {
    background-color: #6D28D9;
    border: none;
    color: #F8F7FF;
    transition: background-color 0.4s ease;
}

.rockies-verdict-matrix .btn-primary:hover {
    background-color: #5B21B6;
}

.rockies-verdict-matrix .rockies-verdict-scrollframe {
    overflow-x: hidden;
    border-radius: 8px;
    background: #FDFBFF;
    box-shadow: 0 10px 40px rgba(17, 24, 39, 0.045);
}

.rockies-verdict-matrix .rockies-verdict-gridline {
    display: flex;
    width: 100%;
}

.rockies-verdict-matrix .rockies-verdict-criteria-rail {
    min-width: 220px;
    background-color: #F3E8FF;
    border-right: 1px solid #D8B4FE;
}

.rockies-verdict-matrix .rockies-verdict-resort-rail {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #D8B4FE;
    transition: background-color 0.3s ease;
    min-height: 100%;
}

.rockies-verdict-matrix .rockies-verdict-resort-rail:last-child {
    border-right: none;
}

.rockies-verdict-matrix .rockies-verdict-criteria-cap,
.rockies-verdict-matrix .rockies-verdict-resort-cap {
    height: 220px;
    padding: 1rem;
    border-bottom: 1px solid #D8B4FE;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.rockies-verdict-matrix .rockies-verdict-thumbnail {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.rockies-verdict-matrix .rockies-verdict-resort-name {
    font-family: 'Prata', serif;
    font-size: 1.1rem;
    text-align: center;
    color: #111827;
    margin: 0;
}

.rockies-verdict-matrix .rockies-verdict-name-anchor {
    text-decoration: none;
}

.rockies-verdict-matrix .rockies-verdict-criteria-row,
.rockies-verdict-matrix .rockies-verdict-evidence-row {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    border-bottom: 1px solid #F3E8FF;
    font-size: 0.95rem;
}

.rockies-verdict-matrix .rockies-verdict-criteria-row {
    font-weight: 600;
    color: #4B5563;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.75rem;
}

.rockies-verdict-matrix .rockies-verdict-evidence-row {
    justify-content: center;
    text-align: center;
}

@media (max-width: 767.98px) {
    .rockies-verdict-matrix .rockies-verdict-gridline {
        flex-direction: column;
        gap: 1.5rem;
        background: transparent;
    }

    .rockies-verdict-matrix .rockies-verdict-resort-rail {
        background: #FDFBFF;
        border: 1px solid #D8B4FE;
        border-radius: 8px;
    }

    .rockies-verdict-matrix .rockies-verdict-resort-cap {
        height: auto;
        padding: 1.5rem;
    }

    .rockies-verdict-matrix .rockies-verdict-thumbnail {
        height: 180px;
    }

    .rockies-verdict-matrix .rockies-verdict-evidence-row {
        justify-content: space-between;
        padding: 0.75rem 1.5rem;
        height: auto;
    }
}

/* ===== build-a-day ===== */
.cedartrail-day-forge {
    background-color: #F8F7FF;
    position: relative;
    overflow: hidden;
}

.cedartrail-day-forge .cedartrail-workbench {
    background-color: #FDFBFF;
    border: 1px solid #D8B4FE;
    border-radius: 4px;
}

.cedartrail-day-forge .cedartrail-heading {
    font-family: 'Prata', serif;
    font-weight: 500;
    color: #111827;
    font-size: 2.2rem;
}

.cedartrail-day-forge .cedartrail-briefing {
    color: #4B5563;
    font-family: 'Sora', sans-serif;
    max-width: 500px;
}

.cedartrail-day-forge .cedartrail-pursuit-tile {
    width: 100%;
    background-color: #F3E8FF;
    border: 1px solid transparent;
    padding: 1rem 0.5rem;
    text-align: center;
    color: #111827;
    font-family: 'Sora', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    border-radius: 2px;
    cursor: pointer;
}

.cedartrail-day-forge .cedartrail-pursuit-tile:hover {
    background-color: #D8B4FE;
}

.cedartrail-day-forge .cedartrail-pursuit-tile.is-active {
    background-color: #6D28D9;
    color: #FDFBFF;
    border-color: #6D28D9;
}

.cedartrail-day-forge .cedartrail-outcome-stage {
    perspective: 1000px;
}

.cedartrail-day-forge .cedartrail-resort-dossier {
    background-color: #FDFBFF;
    border: 1px solid #D8B4FE;
    border-radius: 4px;
    transition: transform 0.5s ease;
}

.cedartrail-day-forge .cedartrail-match-ribbon {
    display: inline-block;
    font-family: 'Sora', sans-serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #2563EB;
    border-bottom: 1px solid #2563EB;
}

.cedartrail-day-forge .cedartrail-image-gateway {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 2px;
}

.cedartrail-day-forge .cedartrail-outcome-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.cedartrail-day-forge .cedartrail-resort-name {
    font-family: 'Prata', serif;
    font-size: 1.5rem;
}

.cedartrail-day-forge .cedartrail-resort-name a {
    color: #111827;
}

.cedartrail-day-forge .cedartrail-outcome-copy {
    color: #4B5563;
    font-size: 0.95rem;
    line-height: 1.6;
}

.cedartrail-day-forge .cedartrail-prime-action {
    display: inline-block;
    background-color: #111827;
    color: #FDFBFF;
    text-decoration: none;
    padding: 0.8rem 2rem;
    font-family: 'Sora', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.4s ease;
    border: none;
    border-radius: 2px;
    text-align: center;
    width: 100%;
}

.cedartrail-day-forge .cedartrail-prime-action:hover {
    background-color: #6D28D9;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .cedartrail-day-forge .cedartrail-heading {
        font-size: 1.6rem;
    }

    .cedartrail-day-forge .cedartrail-workbench {
        padding: 2rem !important;
    }

    .cedartrail-day-forge .cedartrail-image-gateway {
        height: 200px;
    }
}

/* ===== niagara-stay-catalogue ===== */
.niagara-stay-catalogue {
    background-color: #F8F7FF;
    font-family: 'Sora', sans-serif;
    overflow: hidden;
}

.niagara-stay-heading {
    font-family: 'Prata', serif;
    color: #111827;
    font-weight: 500;
    line-height: 1.2;
}

.niagara-stay-deck {
    color: #4B5563;
    font-size: 1.1rem;
    max-width: 600px;
}

.niagara-sort-chip {
    background-color: #FDFBFF;
    color: #111827;
    border: 1px solid #D8B4FE;
    border-radius: 0;
    padding: 8px 20px;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}

.niagara-sort-chip:hover,
.niagara-sort-chip.active {
    background-color: #6D28D9;
    color: #FDFBFF;
    border-color: #6D28D9;
}

.niagara-suite-vignette {
    background-color: #FDFBFF;
    border: none;
    box-shadow: 0 10px 40px rgba(17, 24, 39, 0.045);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.niagara-suite-vignette:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(17, 24, 39, 0.08);
}

.niagara-suite-photo-gateway {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.niagara-suite-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.niagara-suite-vignette:hover .niagara-suite-photo {
    transform: scale(1.05);
}

.niagara-score-medallion {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #6D28D9;
    color: #FDFBFF;
    padding: 5px 12px;
    font-size: 0.9rem;
    font-weight: 600;
    z-index: 2;
}

.niagara-suite-name-anchor {
    text-decoration: none;
}

.niagara-suite-heading {
    font-family: 'Prata', serif;
    font-size: 1.35rem;
    color: #111827;
    transition: color 0.3s ease;
}

.niagara-suite-name-anchor:hover .niagara-suite-heading {
    color: #6D28D9;
}

.niagara-amenity-line {
    color: #4B5563;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.niagara-rate-marker {
    font-weight: 600;
    color: #111827;
    font-size: 1.1rem;
}

.niagara-share-thread {
    background: none;
    border: none;
    color: #2563EB;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0;
    cursor: pointer;
    transition: color 0.3s ease;
}

.niagara-share-thread:hover {
    color: #6D28D9;
}

.niagara-booking-route {
    background-color: #6D28D9;
    color: #FDFBFF !important;
    border: none;
    border-radius: 0;
    padding: 12px 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: background-color 0.4s ease;
}

.niagara-booking-route:hover {
    background-color: #4C1D95;
}

@media (max-width: 767px) {
    .niagara-stay-heading {
        font-size: 1.8rem;
    }

    .niagara-stay-deck {
        font-size: 1rem;
    }
}

/* ===== faq ===== */
.acadia-query-lodge {
    padding: 80px 0;
    background-color: #F8F7FF;
    overflow: hidden;
}

.acadia-query-lodge .acadia-query-heading {
    font-family: 'Prata', serif;
    font-size: 2.5rem;
    font-weight: 500;
    color: #111827;
    margin-bottom: 1rem;
}

.acadia-query-lodge .acadia-query-deck {
    font-family: 'Sora', sans-serif;
    font-size: 1.1rem;
    color: #4B5563;
    max-width: 600px;
    margin: 0 auto;
}

.acadia-query-lodge .acadia-answer-accordion {
    border-top: 1px solid #D8B4FE;
}

.acadia-query-lodge .acadia-question-panel {
    border-bottom: 1px solid #D8B4FE;
    background-color: #FDFBFF;
    transition: background-color 0.3s ease;
}

.acadia-query-lodge .acadia-question-panel:hover {
    background-color: #F3E8FF;
}

.acadia-query-lodge .acadia-question-switch {
    width: 100%;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
}

.acadia-query-lodge .acadia-question-switch span {
    font-family: 'Sora', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    color: #111827;
    padding-right: 20px;
    line-height: 1.4;
}

.acadia-query-lodge .acadia-question-switch::after {
    content: '+';
    font-family: 'Sora', sans-serif;
    font-size: 1.5rem;
    color: #6D28D9;
    transition: transform 0.4s ease;
    font-weight: 300;
}

.acadia-query-lodge .acadia-question-panel.active .acadia-question-switch::after {
    content: '\2212';
    transform: rotate(180deg);
}

.acadia-query-lodge .acadia-answer-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.acadia-query-lodge .acadia-answer-inner {
    padding: 0 24px 24px 24px;
}

.acadia-query-lodge .acadia-answer-inner p {
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #4B5563;
    margin: 0;
}

@media (max-width: 768px) {
    .acadia-query-lodge {
        padding: 60px 0;
    }

    .acadia-query-lodge .acadia-query-heading {
        font-size: 1.8rem;
    }

    .acadia-query-lodge .acadia-question-switch span {
        font-size: 1rem;
    }

    .acadia-query-lodge .acadia-answer-inner p {
        font-size: 0.95rem;
    }
}

/* ===== nearby-attractions ===== */
.pacificrange-compass-field {
    background-color: #F3E8FF;
    padding: 60px 0;
    overflow: hidden;
}

.pacificrange-compass-heading {
    font-family: 'Prata', serif;
    font-weight: 500;
    color: #111827;
    font-size: 2.5rem;
}

.pacificrange-compass-deck {
    font-family: 'Sora', sans-serif;
    color: #4B5563;
    font-size: 1.1rem;
    line-height: 1.6;
}

.pacificrange-place-vignette {
    background: #FDFBFF;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(17, 24, 39, 0.045);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: none;
}

.pacificrange-place-vignette:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(17, 24, 39, 0.10);
}

.pacificrange-image-gateway {
    display: block;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.pacificrange-card-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.pacificrange-place-vignette:hover .pacificrange-card-photo {
    transform: scale(1.05);
}

.pacificrange-card-copybay {
    padding: 1.5rem;
    flex-grow: 1;
}

.pacificrange-title-anchor {
    text-decoration: none;
    color: inherit;
    display: block;
    margin-bottom: 0.75rem;
}

.pacificrange-card-heading {
    font-family: 'Prata', serif;
    font-weight: 500;
    color: #111827;
    margin: 0;
    line-height: 1.3;
}

.pacificrange-card-summary {
    font-family: 'Sora', sans-serif;
    font-size: 0.95rem;
    color: #4B5563;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.pacificrange-route-action {
    background-color: #6D28D9;
    color: #FDFBFF;
    font-family: 'Sora', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.85rem;
    padding: 12px 20px;
    border-radius: 0;
    transition: background-color 0.4s ease;
    border: none;
}

.pacificrange-route-action:hover {
    background-color: #5B21B6;
    color: #FDFBFF;
}

@media (max-width: 767.98px) {
    .pacificrange-compass-heading {
        font-size: 1.5rem;
    }

    .pacificrange-compass-deck {
        font-size: 0.95rem;
    }

    .pacificrange-compass-field {
        padding: 40px 0;
    }
}

/* ===== footer ===== */
.truenorth-footer {
    background-color: #F8F7FF;
    color: #111827;
    font-family: 'Sora', sans-serif;
    border-top: 1px solid #D8B4FE;
}

.truenorth-footer h3,
.truenorth-footer h2 {
    font-family: 'Prata', serif;
    color: #6D28D9;
}

.truenorth-footer-advisory {
    background-color: #F3E8FF;
    border: 1px solid #D8B4FE;
    max-width: 900px;
    margin: 0 auto;
}

.truenorth-footer-advisory p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4B5563;
}

.truenorth-allymark {
    width: 120px;
    transition: opacity 0.3s ease;
}

.truenorth-allymark img {
    max-height: 60px;
    object-fit: contain;
}

.truenorth-route-link {
    color: #4B5563;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    letter-spacing: 0.05em;
}

.truenorth-route-link:hover {
    color: #6D28D9;
}

.truenorth-footer-legalbar {
    border-color: #D8B4FE !important;
    color: #6B7280;
}

.truenorth-agegate-veil {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 24, 39, 0.90);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.truenorth-agegate-panel {
    background-color: #FDFBFF;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(17, 24, 39, 0.14);
}

.truenorth-footer .btn-primary {
    background-color: #6D28D9;
    border-color: #6D28D9;
    color: #FDFBFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 12px 30px;
}

.truenorth-footer .btn-primary:hover {
    background-color: #5B21B6;
    border-color: #5B21B6;
}

.truenorth-footer .btn-outline-dark {
    border-color: #111827;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 12px 30px;
}

@media (max-width: 768px) {
    .truenorth-allymark {
        width: 100px;
    }

    .truenorth-footer h3 {
        font-size: 1.1rem;
    }

    .truenorth-footer h4 {
        margin-top: 1.5rem;
    }
}

.mapleharbour-mastline {
    background-color: #FDFBFF !important;
    border-bottom: 1px solid #D8B4FE;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: all 0.4s ease;
    z-index: 1030;
}

.mapleharbour-mastline.is-scrolled {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    box-shadow: 0 10px 40px rgba(17, 24, 39, 0.045);
}

.mapleharbour-mastline .mapleharbour-crestmark {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.mapleharbour-mastline .mapleharbour-wordmark-line {
    font-family: 'Prata', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #111827;
    letter-spacing: -0.02em;
}

.mapleharbour-mastline .nav-link {
    font-family: 'Sora', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    color: #4B5563 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.mapleharbour-mastline .nav-link:hover {
    color: #6D28D9 !important;
}

.aurorafront-arrival {
    min-height: 50vh;
    padding: 120px 0 80px;
    background-color: #111827;
}

.aurorafront-motion-field {
    object-fit: cover;
    z-index: 0;
}

.aurorafront-shadowwash {
    background: rgba(17, 24, 39, 0.60);
    z-index: 1;
}

.aurorafront-headline {
    font-family: 'Prata', serif;
    font-weight: 500;
    color: #F8F7FF !important;
    line-height: 1.2;
    font-size: 3rem;
}

.aurorafront-leadcopy {
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    color: #C4B5FD !important;
    line-height: 1.6;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

.maritimes-search-cove {
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.025);
}

.maritimes-search-form .js-niagara-finder-input {
    min-width: 280px;
    border: 1px solid #D8B4FE;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 4px;
    font-family: 'Sora', sans-serif;
}

.maritimes-search-form .js-niagara-finder-input:focus {
    border-color: #6D28D9;
    box-shadow: none;
}

.maritimes-item-vignette {
    background: #FDFBFF;
    border: 1px solid #D8B4FE;
    border-radius: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.maritimes-item-vignette:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(17, 24, 39, 0.07);
}

.maritimes-card-image-gateway {
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.maritimes-card-image {
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.maritimes-item-vignette:hover .maritimes-card-image {
    transform: scale(1.05);
}

.maritimes-card-ribbon {
    font-family: 'Sora', sans-serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #6D28D9;
    font-weight: 600;
}

.maritimes-card-datestamp {
    font-family: 'Sora', sans-serif;
    font-size: 0.75rem;
    color: #6B7280;
}

.maritimes-card-heading {
    font-family: 'Prata', serif;
    font-size: 1.5rem;
    line-height: 1.3;
}

.maritimes-card-heading a {
    color: #111827 !important;
    transition: color 0.3s ease;
}

.maritimes-card-heading a:hover {
    color: #6D28D9 !important;
}

.maritimes-card-excerpt {
    font-family: 'Sora', sans-serif;
    font-size: 0.95rem;
    color: #4B5563;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.maritimes-card-route {
    display: inline-block;
    font-family: 'Sora', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    color: #111827;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #6D28D9;
    transition: all 0.3s ease;
}

.maritimes-card-route:hover {
    color: #6D28D9;
    padding-left: 10px;
}

.truenorth-footer {
    background-color: #F8F7FF;
    color: #111827;
    font-family: 'Sora', sans-serif;
    border-top: 1px solid #D8B4FE;
}

.truenorth-footer h3,
.truenorth-footer h2,
.truenorth-footer h4 {
    font-family: 'Prata', serif;
    color: #6D28D9 !important;
}

.truenorth-footer-advisory {
    background-color: #F3E8FF;
    border: 1px solid #D8B4FE;
    max-width: 900px;
    margin: 0 auto;
}

.truenorth-footer-advisory p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4B5563;
}

.truenorth-allymark img {
    max-height: 60px;
    object-fit: contain;
}

.truenorth-route-link {
    color: #4B5563;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    letter-spacing: 0.05em;
}

.truenorth-route-link:hover {
    color: #6D28D9;
}

.truenorth-agegate-veil {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 24, 39, 0.90);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.truenorth-agegate-panel {
    background-color: #FDFBFF;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(17, 24, 39, 0.14);
}

.truenorth-footer .btn-primary {
    background-color: #6D28D9;
    border-color: #6D28D9;
    color: #FDFBFF;
    text-transform: uppercase;
    padding: 12px 30px;
}

.truenorth-footer .btn-outline-dark {
    border-color: #111827;
    color: #111827;
    text-transform: uppercase;
    padding: 12px 30px;
}

@media (max-width: 767.98px) {
    .aurorafront-headline {
        font-size: 1.75rem !important;
    }

    .aurorafront-leadcopy {
        font-size: 0.9rem !important;
    }

    .maritimes-search-form .js-niagara-finder-input {
        min-width: 100%;
    }
}


/* ===== PAGE: privacy ===== */
#charterleaf-policy-root { max-width: 900px; margin: 0 auto; padding: 4rem 1.5rem; color: #111827; font-family: 'Sora', sans-serif; } #charterleaf-policy-root h1 { font-family: 'Prata', serif; color: #6D28D9; font-size: 2.5rem; margin-bottom: 1rem; line-height: 1.2; } #charterleaf-policy-root h2 { font-family: 'Prata', serif; color: #6D28D9; font-size: 1.75rem; margin-top: 3rem; margin-bottom: 1.5rem; display: flex; align-items: center; border-bottom: 1px solid #D8B4FE; padding-bottom: 0.75rem; } #charterleaf-policy-root p { line-height: 1.8; margin-bottom: 1.25rem; font-size: 1.05rem; color: #1F2937; } #charterleaf-policy-root ul { padding-left: 1.25rem; margin-bottom: 1.5rem; } #charterleaf-policy-root li { margin-bottom: 0.75rem; line-height: 1.6; position: relative; list-style-type: none; padding-left: 1.5rem; } #charterleaf-policy-root li::before { content: '•'; color: #6D28D9; font-weight: bold; position: absolute; left: 0; font-size: 1.2rem; } #charterleaf-policy-root .charterleaf-header-section { border-bottom: 1px solid #D8B4FE; padding-bottom: 2rem; } #charterleaf-policy-root .badge { font-weight: 500; letter-spacing: 0.02em; font-family: 'Sora', sans-serif; border: 1px solid #D8B4FE; } #charterleaf-policy-root strong { color: #111827; font-weight: 600; } @media (max-width: 768px) { #charterleaf-policy-root { padding: 2rem 1rem; } #charterleaf-policy-root h1 { font-size: 1.8rem; } #charterleaf-policy-root h2 { font-size: 1.4rem; } #charterleaf-policy-root p { font-size: 0.95rem; } }

/* ===== PAGE: terms ===== */
.charterleaf-codex-clauseframe { padding: 4rem 1.5rem; max-width: 850px; margin: 0 auto; background-color: #F8F7FF; font-family: 'Sora', sans-serif; color: #111827; }
.charterleaf-codex-clauseframe .charterleaf-codex-headrail { border-bottom: 1px solid #D8B4FE; padding-bottom: 2rem; }
.charterleaf-codex-clauseframe .charterleaf-codex-heading { font-family: 'Prata', serif; font-weight: 500; font-size: 2.5rem; color: #6D28D9; margin-bottom: 1rem; }
.charterleaf-codex-clauseframe .charterleaf-meta-row-text { font-size: 0.85rem; color: #6B7280; text-transform: uppercase; letter-spacing: 0.1em; }
.charterleaf-codex-clauseframe .charterleaf-codex-divider { width: 40px; height: 2px; background-color: #C4B5FD; margin-bottom: 1.5rem; }
.charterleaf-codex-clauseframe h2 { font-family: 'Prata', serif; font-weight: 500; color: #111827; font-size: 1.5rem; margin-top: 3rem; margin-bottom: 1.5rem; letter-spacing: -0.01em; }
.charterleaf-codex-clauseframe p { line-height: 1.8; color: #4B5563; font-size: 1rem; margin-bottom: 1.25rem; }
.charterleaf-codex-clauseframe .charterleaf-codex-list { list-style: none; padding-left: 0; margin-bottom: 1.5rem; }
.charterleaf-codex-clauseframe .charterleaf-codex-list li { position: relative; padding-left: 1.5rem; margin-bottom: 0.75rem; line-height: 1.6; color: #4B5563; }
.charterleaf-codex-clauseframe .charterleaf-codex-list li::before { content: '—'; position: absolute; left: 0; color: #6D28D9; }
@media (max-width: 768px) {
  .charterleaf-codex-clauseframe { padding: 2.5rem 1rem; }
  .charterleaf-codex-clauseframe .charterleaf-codex-heading { font-size: 1.75rem; }
  .charterleaf-codex-clauseframe h2 { font-size: 1.25rem; margin-top: 2rem; }
  .charterleaf-codex-clauseframe p { font-size: 0.95rem; }
}

/* ===== PAGE: disclaimer ===== */
.charterleaf-policy-harbour { padding: 80px 0; background-color: #F8F7FF; color: #111827; } .charterleaf-prose-current h3 { font-family: 'Prata', serif; font-weight: 500; color: #6D28D9; margin-top: 2.5rem; margin-bottom: 1.2rem; border-bottom: 1px solid #D8B4FE; padding-bottom: 0.5rem; } .charterleaf-prose-current p { font-family: 'Sora', sans-serif; font-size: 16px; line-height: 1.8; color: #4B5563; margin-bottom: 1.5rem; text-align: justify; } .charterleaf-prose-current .charterleaf-marker-list { list-style: none; padding-left: 0; margin-bottom: 2rem; } .charterleaf-prose-current .charterleaf-marker-list li { position: relative; padding-left: 1.5rem; margin-bottom: 0.75rem; color: #4B5563; font-family: 'Sora', sans-serif; line-height: 1.6; } .charterleaf-prose-current .charterleaf-marker-list li::before { content: '—'; position: absolute; left: 0; color: #6D28D9; font-weight: bold; } .charterleaf-briefing-head { border-bottom: 1px solid #D8B4FE; padding-bottom: 3rem; } @media (max-width: 768px) { .charterleaf-policy-harbour { padding: 40px 15px; } .charterleaf-prose-current h3 { font-size: 1.25rem; } .charterleaf-prose-current p { font-size: 15px; } }

/* ===== PAGE: cookies ===== */
.charterleaf-codex-clauseframe {
  padding: 60px 0;
  max-width: 900px;
  margin: 0 auto;
  color: #111827;
  background-color: #F8F7FF;
}

.charterleaf-codex-clauseframe .charterleaf-clause-block {
  margin-bottom: 48px;
  padding: 0 20px;
}

.charterleaf-codex-clauseframe .charterleaf-codex-subheading {
  font-family: 'Prata', serif;
  font-weight: 500;
  font-size: 1.75rem;
  color: #111827;
  margin-bottom: 20px;
  border-bottom: 1px solid #D8B4FE;
  padding-bottom: 10px;
}

.charterleaf-codex-clauseframe .charterleaf-clause-copy {
  font-family: 'Sora', sans-serif;
  line-height: 1.8;
  color: #4B5563;
  margin-bottom: 1.5rem;
}

.charterleaf-codex-clauseframe .charterleaf-codex-iconbay {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.charterleaf-codex-clauseframe .charterleaf-codex-iconmark {
  font-size: 1.5rem;
  color: #6D28D9;
}

.charterleaf-codex-clauseframe .cookhouse-portage-tabnav {
  border-bottom: 1px solid #D8B4FE;
}

.charterleaf-codex-clauseframe .cookhouse-portage-tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 10px 20px;
  font-family: 'Sora', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
  color: #6B7280;
  transition: all 0.3s ease;
  cursor: pointer;
}

.charterleaf-codex-clauseframe .cookhouse-portage-tab:hover {
  color: #6D28D9;
}

.charterleaf-codex-clauseframe .cookhouse-portage-tab.active {
  color: #111827;
  border-bottom-color: #6D28D9;
}

.charterleaf-codex-clauseframe .cookhouse-preference-panel {
  display: none;
  padding: 24px;
  background-color: #FDFBFF;
  border: 1px solid #D8B4FE;
  border-radius: 4px;
  animation: fadeIn 0.4s ease;
}

.charterleaf-codex-clauseframe .cookhouse-preference-panel.active {
  display: block;
}

.charterleaf-codex-clauseframe .cookhouse-panel-heading {
  font-family: 'Prata', serif;
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: #6D28D9;
}

.charterleaf-codex-clauseframe .cookhouse-panel-copy {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
  color: #4B5563;
}

.charterleaf-codex-clauseframe .charterleaf-codex-list {
  list-style: none;
  padding-left: 0;
}

.charterleaf-codex-clauseframe .charterleaf-codex-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.charterleaf-codex-clauseframe .charterleaf-codex-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #6D28D9;
}

.charterleaf-codex-clauseframe .charterleaf-codex-link {
  color: #6D28D9;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.charterleaf-codex-clauseframe .charterleaf-codex-link:hover {
  opacity: 0.7;
  text-decoration: underline;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
  .charterleaf-codex-clauseframe .charterleaf-codex-subheading {
    font-size: 1.25rem;
  }
  .charterleaf-codex-clauseframe .cookhouse-portage-tab {
    padding: 8px 12px;
    font-size: 0.75rem;
  }
}

/* ===== PAGE: rgp ===== */
.charterleaf-codex-clauseframe {
  background-color: #F8F7FF;
  padding: 64px 0;
  color: #111827;
  font-family: 'Sora', sans-serif;
}

.policy-journal-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.charterleaf-content-body {
  background: #FDFBFF;
  padding: 48px;
  border: 1px solid #D8B4FE;
  box-shadow: 0 10px 40px rgba(17,24,39,0.045);
}

.charterleaf-clause-block h2 {
  font-family: 'Prata', serif;
  font-weight: 500;
  color: #6D28D9;
  margin-bottom: 24px;
  border-bottom: 1px solid #D8B4FE;
  padding-bottom: 12px;
  font-size: 1.75rem;
}

.charterleaf-clause-block p {
  line-height: 1.8;
  margin-bottom: 20px;
  color: #4B5563;
}

.charterleaf-clause-block ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}

.charterleaf-clause-block ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #4B5563;
}

.charterleaf-clause-block ul li::before {
  content: '\2014';
  position: absolute;
  left: 0;
  color: #6D28D9;
  font-weight: bold;
}

.charterleaf-clause-block strong {
  color: #111827;
  font-weight: 600;
}

@media (max-width: 768px) {
  .charterleaf-content-body {
    padding: 24px;
  }
  .charterleaf-clause-block h2 {
    font-size: 1.4rem;
  }
  .charterleaf-codex-clauseframe {
    padding: 32px 0;
  }
}

/* ===== PAGE: about ===== */
.ottawa-editorial-chapter {
  background-color: #F8F7FF;
  color: #111827;
  overflow: hidden;
}
.ottawa-editorial-chapter .ottawa-section-breath {
  padding: 80px 0;
}
.ottawa-editorial-chapter .ottawa-editorial-heading {
  font-family: 'Prata', serif;
  font-weight: 500;
  color: #111827;
}
.ottawa-editorial-chapter .ottawa-editorial-copywrap p {
  font-family: 'Sora', sans-serif;
  line-height: 1.8;
  color: #4B5563;
}
.ottawa-editorial-chapter .ottawa-editorial-copywrap .lead {
  font-weight: 500;
  color: #111827;
}
.ottawa-editorial-chapter .ottawa-editorial-imagebay {
  position: relative;
  padding: 10px;
  background: #FDFBFF;
  box-shadow: 0 10px 40px rgba(17,24,39,0.045);
}
.ottawa-editorial-chapter .ottawa-editorial-photo {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.ottawa-editorial-chapter .ottawa-method-lantern {
  padding: 32px;
  background: #FDFBFF;
  height: 100%;
  border: 1px solid #D8B4FE;
  transition: transform 0.4s ease;
}
.ottawa-editorial-chapter .ottawa-method-lantern:hover {
  transform: translateY(-5px);
}
.ottawa-editorial-chapter .ottawa-method-lantern h2 {
  font-family: 'Prata', serif;
  color: #6D28D9;
}
.ottawa-editorial-chapter .quebec-mist-panel {
  background-color: #F3E8FF;
}
.ottawa-editorial-chapter .ottawa-contact-route {
  background-color: #6D28D9 !important;
  color: #FDFBFF !important;
  border: none !important;
  text-transform: lowercase !important;
  letter-spacing: 0.05em;
  padding: 15px 40px !important;
  font-weight: 500;
  box-shadow: none;
  transition: opacity 0.3s ease;
}
.ottawa-editorial-chapter .ottawa-contact-route:hover {
  opacity: 0.9;
  background-color: #6D28D9 !important;
}
.ottawa-editorial-chapter .ottawa-independence-note {
  background-color: #FDFBFF;
}
.ottawa-editorial-chapter .border-primary {
  border-color: #6D28D9 !important;
}
@media (max-width: 768px) {
  .ottawa-editorial-chapter .ottawa-section-breath {
    padding: 40px 0;
  }
  .ottawa-editorial-chapter .ottawa-editorial-photo {
    height: 300px;
  }
  .ottawa-editorial-chapter .ottawa-editorial-heading {
    font-size: 1.8rem;
  }
}

.banff-guestnote-panel {
    background: #FDFBFF;
    border-radius: 2px;
    box-shadow: 0 10px 40px rgba(17, 24, 39, 0.045);
    border-left: 3px solid #6D28D9;
    transition: transform 0.4s ease;
}

.banff-guestnote-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    filter: grayscale(20%);
}

.banff-guestnote-author {
    font-family: 'Prata', serif;
    font-weight: 500;
    color: #111827;
    font-size: 1.1rem;
}

.banff-guestnote-date {
    font-size: 13px;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.banff-guestnote-score {
    background: #F8F7FF;
    padding: 4px 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.banff-guestnote-score i {
    color: #6D28D9;
    font-size: 0.9rem;
}

.banff-rating-value {
    font-weight: 600;
    font-size: 0.9rem;
    color: #111827;
}

.banff-guestnote-copy {
    font-family: 'Sora', sans-serif;
    color: #4B5563;
    line-height: 1.6;
    margin-top: 15px;
}

.banff-comment-action {
    background: none;
    border: none;
    padding: 0;
    font-family: 'Sora', sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6D28D9;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.banff-comment-action:hover {
    color: #2563EB;
}

.banff-altitude-softpanel {
    background-color: #F3E8FF !important;
    border-left: 1px solid #C4B5FD !important;
    box-shadow: none !important;
}

.banff-avatar-small {
    width: 48px !important;
    height: 48px !important;
}

.banff-staff-ribbon {
    font-family: 'Sora', sans-serif;
    font-size: 10px;
    background: #6D28D9;
    color: #FDFBFF;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 8px;
    vertical-align: middle;
    text-transform: uppercase;
}

.banff-guestnote-copy.small {
    font-size: 14.5px;
    color: #4B5563;
}

/* ===== unified policy and mobile overflow fixes ===== */
.charterleaf-policy-harbour {
    padding: 80px 0;
    background-color: #F8F7FF;
    color: #111827;
}

.charterleaf-policy-harbour .container,
.charterleaf-policy-harbour .row,
.charterleaf-policy-harbour [class*="col-"] {
    min-width: 0;
}

.charterleaf-policy-harbour .charterleaf-kicker {
    letter-spacing: 2px;
    color: #6D28D9;
}

.charterleaf-policy-harbour .charterleaf-briefing-head {
    border-bottom: 1px solid #D8B4FE;
    padding-bottom: 3rem;
}

.charterleaf-policy-harbour .charterleaf-briefing-head h2 {
    color: #111827;
}

.charterleaf-policy-harbour .charterleaf-gold-rule {
    width: 60px;
    height: 2px;
    background: #6D28D9;
}

.charterleaf-prose-current {
    max-width: 920px;
    margin: 0 auto;
}

.charterleaf-prose-current h2,
.charterleaf-prose-current h3 {
    font-family: 'Prata', serif;
    font-weight: 500;
    color: #6D28D9;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #D8B4FE;
    padding-bottom: 0.5rem;
    line-height: 1.25;
}

.charterleaf-prose-current section:first-child h2,
.charterleaf-prose-current section:first-child h3 {
    margin-top: 0;
}

.charterleaf-prose-current p,
.charterleaf-prose-current li,
.charterleaf-prose-current .charterleaf-clause-copy,
.charterleaf-prose-current .cookhouse-panel-copy {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #4B5563;
    overflow-wrap: break-word;
}

.charterleaf-prose-current p,
.charterleaf-prose-current .charterleaf-clause-copy {
    margin-bottom: 1.5rem;
    text-align: justify;
}

.charterleaf-prose-current .charterleaf-marker-list,
.charterleaf-prose-current ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}

.charterleaf-prose-current .charterleaf-marker-list li,
.charterleaf-prose-current ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.charterleaf-prose-current .charterleaf-marker-list li::before,
.charterleaf-prose-current ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.82em;
    width: 8px;
    height: 1px;
    background: #6D28D9;
}

.charterleaf-prose-current strong {
    color: #111827;
    font-weight: 600;
}

.charterleaf-prose-current .cookhouse-tabs-ledger {
    display: grid;
    gap: 1rem;
}

.charterleaf-prose-current .cookhouse-preference-panel,
.charterleaf-prose-current .cookhouse-preference-panel.active {
    display: block;
    padding: 24px;
    background-color: #FDFBFF;
    border: 1px solid #D8B4FE;
    border-radius: 4px;
}

.charterleaf-prose-current .cookhouse-panel-heading {
    font-size: 1.25rem;
    margin-top: 0;
}

.stlawrence-share-dock .d-flex {
    flex-wrap: wrap;
    min-width: 0;
}

.stlawrence-share-dock .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.3;
}

.charterleaf-meta-row {
    flex-wrap: wrap;
    min-width: 0;
}

.charterleaf-meta-row .badge,
.charterleaf-briefing-head .text-muted {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
}

@media (max-width: 768px) {
    .charterleaf-policy-harbour {
        padding: 40px 0;
    }

    .charterleaf-policy-harbour .charterleaf-briefing-head {
        padding-bottom: 2rem;
    }

    .charterleaf-policy-harbour .charterleaf-briefing-head h2 {
        font-size: 1.75rem;
    }

    .charterleaf-prose-current h2,
    .charterleaf-prose-current h3 {
        font-size: 1.25rem;
    }

    .charterleaf-prose-current p,
    .charterleaf-prose-current li,
    .charterleaf-prose-current .charterleaf-clause-copy,
    .charterleaf-prose-current .cookhouse-panel-copy {
        font-size: 15px;
        text-align: left;
    }

    .charterleaf-prose-current .cookhouse-preference-panel,
    .charterleaf-prose-current .cookhouse-preference-panel.active {
        padding: 20px;
    }

    .stlawrence-share-dock .d-flex {
        align-items: stretch;
        flex-direction: column;
    }

    .stlawrence-share-dock .btn {
        width: 100%;
    }
}


/* ===== PAGE TEMPLATE: hotels ===== */
.mapleharbour-mastline {
    background-color: #FDFBFF !important;
    border-bottom: 1px solid #D8B4FE;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: all 0.4s ease;
    z-index: 1030;
}

.mapleharbour-mastline.is-scrolled {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    box-shadow: 0 10px 40px rgba(17, 24, 39, 0.045);
}

.mapleharbour-mastline .mapleharbour-crestmark {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.mapleharbour-mastline .mapleharbour-wordmark-line {
    font-family: 'Prata', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #111827;
    letter-spacing: -0.02em;
}

.mapleharbour-mastline .nav-link {
    font-family: 'Sora', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    color: #4B5563 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.mapleharbour-mastline .nav-link:hover {
    color: #6D28D9 !important;
}

.aurorafront-detail-panorama {
    min-height: 50vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 60px;
}

.aurorafront-shadowwash {
    background: rgba(17, 24, 39, 0.60);
}

.stlawrence-detail-heading {
    font-family: 'Prata', serif;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.2;
}

.stlawrence-detail-deck {
    font-family: 'Sora', sans-serif;
    font-size: 1.1rem;
    max-width: 600px;
}

.stlawrence-detail-harbour {
    background-color: #F8F7FF;
}

.stlawrence-detail-metadata {
    color: #4B5563;
    font-size: 0.9rem;
    font-family: 'Sora', sans-serif;
}

.stlawrence-detail-metadata i {
    color: #6D28D9;
}

.stlawrence-article-current {
    font-family: 'Sora', sans-serif;
    line-height: 1.8;
    color: #111827;
}

.stlawrence-article-current h2,
.stlawrence-article-current h3 {
    font-family: 'Prata', serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #111827;
}

.stlawrence-article-current p {
    margin-bottom: 1.5rem;
}

.stlawrence-article-current ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    list-style-type: none;
}

.stlawrence-article-current ul li {
    position: relative;
    margin-bottom: 0.5rem;
}

.stlawrence-article-current ul li::before {
    content: '—';
    position: absolute;
    left: -1.5rem;
    color: #6D28D9;
}

.stlawrence-side-link {
    color: #4B5563;
    text-decoration: none;
    font-family: 'Sora', sans-serif;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.stlawrence-side-link:hover {
    color: #6D28D9;
}

.stlawrence-side-panel h4 {
    color: #6D28D9;
    letter-spacing: 0.05em;
}

.truenorth-footer {
    background-color: #F8F7FF;
    color: #111827;
    border-top: 1px solid #D8B4FE;
}

.truenorth-footer h3 {
    font-family: 'Prata', serif;
    color: #6D28D9;
}

.truenorth-footer-advisory {
    background-color: #F3E8FF;
    border: 1px solid #D8B4FE;
    max-width: 900px;
    margin: 0 auto;
}

.truenorth-footer-advisory p {
    font-size: 0.9rem;
    color: #4B5563;
}

.truenorth-allymark img {
    max-height: 60px;
    object-fit: contain;
}

.truenorth-route-link {
    color: #4B5563;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.truenorth-route-link:hover {
    color: #6D28D9;
}

.truenorth-agegate-veil {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 24, 39, 0.90);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.truenorth-agegate-panel {
    background-color: #FDFBFF;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
}

.truenorth-footer .btn-primary {
    background-color: #6D28D9;
    border-color: #6D28D9;
    color: #FDFBFF;
}

@media (max-width: 767.98px) {
    .stlawrence-detail-heading {
        font-size: 22px !important;
        hyphens: auto;
    }

    .stlawrence-detail-deck {
        font-size: 14px !important;
    }

    .aurorafront-detail-panorama {
        min-height: 40vh;
    }

    .stlawrence-article-vessel {
        padding: 1.5rem !important;
    }
}

/* ===== PAGE TEMPLATE: destinations ===== */
.mapleharbour-mastline {
    background-color: #FDFBFF !important;
    border-bottom: 1px solid #D8B4FE;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: all 0.4s ease;
    z-index: 1030;
}

.mapleharbour-mastline.is-scrolled {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    box-shadow: 0 10px 40px rgba(17, 24, 39, 0.045);
}

.mapleharbour-mastline .mapleharbour-crestmark {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.mapleharbour-mastline .mapleharbour-wordmark-line {
    font-family: 'Prata', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #111827;
    letter-spacing: -0.02em;
}

.mapleharbour-mastline .nav-link {
    font-family: 'Sora', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    color: #4B5563 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.mapleharbour-mastline .nav-link:hover {
    color: #6D28D9 !important;
}

.aurorafront-detail-panorama {
    min-height: 50vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 60px;
}

.aurorafront-shadowwash {
    background: rgba(17, 24, 39, 0.60);
}

.stlawrence-detail-heading {
    font-family: 'Prata', serif;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.2;
}

.stlawrence-detail-deck {
    font-family: 'Sora', sans-serif;
    font-size: 1.1rem;
    max-width: 600px;
}

.stlawrence-detail-harbour {
    background-color: #F8F7FF;
}

.stlawrence-detail-metadata {
    color: #4B5563;
    font-size: 0.9rem;
    font-family: 'Sora', sans-serif;
}

.stlawrence-detail-metadata i {
    color: #6D28D9;
}

.stlawrence-article-current {
    font-family: 'Sora', sans-serif;
    line-height: 1.8;
    color: #111827;
}

.stlawrence-article-current h2,
.stlawrence-article-current h3 {
    font-family: 'Prata', serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #111827;
}

.stlawrence-article-current p {
    margin-bottom: 1.5rem;
}

.stlawrence-article-current ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    list-style-type: none;
}

.stlawrence-article-current ul li {
    position: relative;
    margin-bottom: 0.5rem;
}

.stlawrence-article-current ul li::before {
    content: '—';
    position: absolute;
    left: -1.5rem;
    color: #6D28D9;
}

.stlawrence-side-link {
    color: #4B5563;
    text-decoration: none;
    font-family: 'Sora', sans-serif;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.stlawrence-side-link:hover {
    color: #6D28D9;
}

.stlawrence-side-panel h4 {
    color: #6D28D9;
    letter-spacing: 0.05em;
}

.truenorth-footer {
    background-color: #F8F7FF;
    color: #111827;
    border-top: 1px solid #D8B4FE;
}

.truenorth-footer h3 {
    font-family: 'Prata', serif;
    color: #6D28D9;
}

.truenorth-footer-advisory {
    background-color: #F3E8FF;
    border: 1px solid #D8B4FE;
    max-width: 900px;
    margin: 0 auto;
}

.truenorth-footer-advisory p {
    font-size: 0.9rem;
    color: #4B5563;
}

.truenorth-allymark img {
    max-height: 60px;
    object-fit: contain;
}

.truenorth-route-link {
    color: #4B5563;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.truenorth-route-link:hover {
    color: #6D28D9;
}

.truenorth-agegate-veil {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 24, 39, 0.90);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.truenorth-agegate-panel {
    background-color: #FDFBFF;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
}

.truenorth-footer .btn-primary {
    background-color: #6D28D9;
    border-color: #6D28D9;
    color: #FDFBFF;
}

@media (max-width: 767.98px) {
    .stlawrence-detail-heading {
        font-size: 22px !important;
        hyphens: auto;
    }

    .stlawrence-detail-deck {
        font-size: 14px !important;
    }

    .aurorafront-detail-panorama {
        min-height: 40vh;
    }

    .stlawrence-article-vessel {
        padding: 1.5rem !important;
    }
}

/* ===== PAGE TEMPLATE: guide ===== */
.mapleharbour-mastline {
    background-color: #FDFBFF !important;
    border-bottom: 1px solid #D8B4FE;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: all 0.4s ease;
    z-index: 1030;
}

.mapleharbour-mastline.is-scrolled {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    box-shadow: 0 10px 40px rgba(17, 24, 39, 0.045);
}

.mapleharbour-mastline .mapleharbour-crestmark {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.mapleharbour-mastline .mapleharbour-wordmark-line {
    font-family: 'Prata', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #111827;
    letter-spacing: -0.02em;
}

.mapleharbour-mastline .nav-link {
    font-family: 'Sora', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    color: #4B5563 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.mapleharbour-mastline .nav-link:hover {
    color: #6D28D9 !important;
}

.aurorafront-detail-panorama {
    min-height: 50vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 60px;
}

.aurorafront-shadowwash {
    background: rgba(17, 24, 39, 0.60);
}

.stlawrence-detail-heading {
    font-family: 'Prata', serif;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.2;
}

.stlawrence-detail-deck {
    font-family: 'Sora', sans-serif;
    font-size: 1.1rem;
    max-width: 600px;
}

.stlawrence-detail-harbour {
    background-color: #F8F7FF;
}

.stlawrence-detail-metadata {
    color: #4B5563;
    font-size: 0.9rem;
    font-family: 'Sora', sans-serif;
}

.stlawrence-detail-metadata i {
    color: #6D28D9;
}

.stlawrence-article-current {
    font-family: 'Sora', sans-serif;
    line-height: 1.8;
    color: #111827;
}

.stlawrence-article-current h2,
.stlawrence-article-current h3 {
    font-family: 'Prata', serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #111827;
}

.stlawrence-article-current p {
    margin-bottom: 1.5rem;
}

.stlawrence-article-current ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    list-style-type: none;
}

.stlawrence-article-current ul li {
    position: relative;
    margin-bottom: 0.5rem;
}

.stlawrence-article-current ul li::before {
    content: '—';
    position: absolute;
    left: -1.5rem;
    color: #6D28D9;
}

.stlawrence-side-link {
    color: #4B5563;
    text-decoration: none;
    font-family: 'Sora', sans-serif;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.stlawrence-side-link:hover {
    color: #6D28D9;
}

.stlawrence-side-panel h4 {
    color: #6D28D9;
    letter-spacing: 0.05em;
}

.truenorth-footer {
    background-color: #F8F7FF;
    color: #111827;
    border-top: 1px solid #D8B4FE;
}

.truenorth-footer h3 {
    font-family: 'Prata', serif;
    color: #6D28D9;
}

.truenorth-footer-advisory {
    background-color: #F3E8FF;
    border: 1px solid #D8B4FE;
    max-width: 900px;
    margin: 0 auto;
}

.truenorth-footer-advisory p {
    font-size: 0.9rem;
    color: #4B5563;
}

.truenorth-allymark img {
    max-height: 60px;
    object-fit: contain;
}

.truenorth-route-link {
    color: #4B5563;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.truenorth-route-link:hover {
    color: #6D28D9;
}

.truenorth-agegate-veil {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 24, 39, 0.90);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.truenorth-agegate-panel {
    background-color: #FDFBFF;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
}

.truenorth-footer .btn-primary {
    background-color: #6D28D9;
    border-color: #6D28D9;
    color: #FDFBFF;
}

@media (max-width: 767.98px) {
    .stlawrence-detail-heading {
        font-size: 22px !important;
        hyphens: auto;
    }

    .stlawrence-detail-deck {
        font-size: 14px !important;
    }

    .aurorafront-detail-panorama {
        min-height: 40vh;
    }

    .stlawrence-article-vessel {
        padding: 1.5rem !important;
    }
}
.container {
    max-width: 1440px;
}