:root {
    --primary-color: #6F6ACF;
    --secondary-color: #4F6FAE;
    --accent-color: #BAC5E6;
    --bg-main: #F3F6FF;
    --bg-surface: #FDFDFF;
    --bg-alt: #E9EEFA;
    --text-primary: #20243A;
    --text-secondary: #5F667A;
    --text-muted: #8B91A6;
    --border-color: #D8E0F2;
}

body {
    font-family: 'Afacad', 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: 'Literata', serif;
    font-weight: 500;
    line-height: 1.2;
}

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

.aurora-softshift-motion {
    transition: all 0.4s ease-in-out;
}

.yukon-frostpane-header {
    backdrop-filter: blur(10px);
    background: rgba(253, 253, 255, 0.86);
    border-bottom: 1px solid var(--border-color);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* ===== header ===== */
.maplegate-masthead {
    background-color: #FDFDFF !important;
    border-bottom: 1px solid #D8E0F2;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: all 0.4s ease;
    z-index: 1030;
}

.maplegate-masthead.is-scrolled {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    box-shadow: 0 10px 40px rgba(32, 36, 58, 0.05);
}

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

.maplegate-masthead .maplegate-wordmark-script {
    font-family: 'Literata', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #20243A;
    letter-spacing: -0.02em;
}

.maplegate-masthead .nav-link {
    font-family: 'Afacad', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    color: #5F667A !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.maplegate-masthead .nav-link:hover {
    color: #6F6ACF !important;
}

.maplegate-masthead .maplegate-menu-spark {
    border: none;
    padding: 0;
}

.maplegate-masthead .maplegate-menu-spark:focus {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .maplegate-masthead .navbar-collapse {
        background-color: #FDFDFF;
        margin-top: 1rem;
        padding: 1.5rem;
        border-radius: 8px;
        border: 1px solid #D8E0F2;
        box-shadow: 0 15px 30px rgba(32, 36, 58, 0.08);
    }

    .maplegate-masthead .nav-link {
        padding: 0.75rem 0 !important;
        border-bottom: 1px solid #E9EEFA;
    }

    .maplegate-masthead .nav-item:last-child .nav-link {
        border-bottom: none;
    }

    .maplegate-masthead .maplegate-wordmark-script {
        font-size: 1.25rem;
    }
}

/* ===== hero ===== */
.aurora-arrival-stage {
    min-height: 80vh;
    padding: 100px 0;
    background-color: #20243A;
}

.aurora-cinematic-current {
    object-fit: cover;
    z-index: 0;
}

.aurora-mist-veil {
    background: rgba(19, 24, 45, 0.48);
    z-index: 1;
}

.aurora-lodestar-heading {
    font-family: 'Literata', serif;
    font-weight: 500;
    color: #F3F6FF;
    line-height: 1.2;
    font-size: 3.5rem;
}

.aurora-traveller-copy {
    font-family: 'Afacad', sans-serif;
    font-weight: 400;
    color: #BAC5E6;
    line-height: 1.6;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

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

.aurora-compass-cta:hover {
    background-color: #F3F6FF;
    color: #20243A;
    transform: translateY(-2px);
}

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

    .aurora-lodestar-heading {
        font-size: 18px !important;
        hyphens: auto;
    }

    .aurora-traveller-copy {
        font-size: 14px !important;
        margin-bottom: 30px !important;
    }

    .aurora-compass-cta {
        padding: 10px 24px;
        font-size: 12px;
    }
}

/* ===== comparison-table ===== */
.laurentian-resort-ledger {
    background-color: #F3F6FF;
    color: #20243A;
    font-family: 'Afacad', sans-serif;
}

.laurentian-resort-ledger .laurentian-ledger-heading {
    font-family: 'Literata', serif;
    color: #6F6ACF;
    font-weight: 500;
}

.laurentian-resort-ledger .laurentian-ledger-note {
    color: #5F667A;
    max-width: 600px;
    margin: 0 auto;
}

.laurentian-resort-ledger .btn-primary {
    background-color: #6F6ACF;
    border: none;
    color: #F3F6FF;
    transition: background-color 0.4s ease;
}

.laurentian-resort-ledger .btn-primary:hover {
    background-color: #4B5FA8;
}

.laurentian-resort-ledger .laurentian-scroll-vault {
    overflow-x: hidden;
    border-radius: 8px;
    background: #FDFDFF;
    box-shadow: 0 10px 40px rgba(32, 36, 58, 0.05);
}

.laurentian-resort-ledger .laurentian-rating-matrix {
    display: flex;
    width: 100%;
}

.laurentian-resort-ledger .laurentian-criterion-rail {
    min-width: 220px;
    background-color: #E9EEFA;
    border-right: 1px solid #D8E0F2;
}

.laurentian-resort-ledger .laurentian-stay-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #D8E0F2;
    transition: background-color 0.3s ease;
    min-height: 100%;
}

.laurentian-resort-ledger .laurentian-stay-column:last-child {
    border-right: none;
}

.laurentian-resort-ledger .laurentian-blank-cap,
.laurentian-resort-ledger .laurentian-stay-cap {
    height: 220px;
    padding: 1rem;
    border-bottom: 1px solid #D8E0F2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.laurentian-resort-ledger .laurentian-property-frame {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.laurentian-resort-ledger .laurentian-property-name {
    font-family: 'Literata', serif;
    font-size: 1.1rem;
    text-align: center;
    color: #20243A;
    margin: 0;
}

.laurentian-resort-ledger .laurentian-name-trail {
    text-decoration: none;
}

.laurentian-resort-ledger .laurentian-criterion-chip,
.laurentian-resort-ledger .laurentian-metric-line {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    border-bottom: 1px solid #E9EEFA;
    font-size: 0.95rem;
}

.laurentian-resort-ledger .laurentian-criterion-chip {
    font-weight: 600;
    color: #5F667A;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.75rem;
}

.laurentian-resort-ledger .laurentian-metric-line {
    justify-content: center;
    text-align: center;
}

@media (max-width: 767.98px) {
    .laurentian-resort-ledger .laurentian-rating-matrix {
        flex-direction: column;
        gap: 1.5rem;
        background: transparent;
    }

    .laurentian-resort-ledger .laurentian-stay-column {
        background: #FDFDFF;
        border: 1px solid #D8E0F2;
        border-radius: 8px;
    }

    .laurentian-resort-ledger .laurentian-stay-cap {
        height: auto;
        padding: 1.5rem;
    }

    .laurentian-resort-ledger .laurentian-property-frame {
        height: 180px;
    }

    .laurentian-resort-ledger .laurentian-metric-line {
        justify-content: space-between;
        padding: 0.75rem 1.5rem;
        height: auto;
    }
}

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

.pacific-itinerary-forge .pacific-choice-workbench {
    background-color: #FDFDFF;
    border: 1px solid #D8E0F2;
    border-radius: 4px;
}

.pacific-itinerary-forge .pacific-forge-heading {
    font-family: 'Literata', serif;
    font-weight: 500;
    color: #20243A;
    font-size: 2.2rem;
}

.pacific-itinerary-forge .pacific-forge-note {
    color: #5F667A;
    font-family: 'Afacad', sans-serif;
    max-width: 500px;
}

.pacific-itinerary-forge .pacific-activity-tile {
    width: 100%;
    background-color: #E9EEFA;
    border: 1px solid transparent;
    padding: 1rem 0.5rem;
    text-align: center;
    color: #20243A;
    font-family: 'Afacad', 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;
}

.pacific-itinerary-forge .pacific-activity-tile:hover {
    background-color: #D8E0F2;
}

.pacific-itinerary-forge .pacific-activity-tile.is-active {
    background-color: #6F6ACF;
    color: #FDFDFF;
    border-color: #6F6ACF;
}

.pacific-itinerary-forge .pacific-result-lookout {
    perspective: 1000px;
}

.pacific-itinerary-forge .pacific-match-card {
    background-color: #FDFDFF;
    border: 1px solid #D8E0F2;
    border-radius: 4px;
    transition: transform 0.5s ease;
}

.pacific-itinerary-forge .pacific-match-kicker {
    display: inline-block;
    font-family: 'Afacad', sans-serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #4F6FAE;
    border-bottom: 1px solid #4F6FAE;
}

.pacific-itinerary-forge .pacific-match-window {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 2px;
}

.pacific-itinerary-forge .pacific-match-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.pacific-itinerary-forge .pacific-match-name {
    font-family: 'Literata', serif;
    font-size: 1.5rem;
}

.pacific-itinerary-forge .pacific-match-name a {
    color: #20243A;
}

.pacific-itinerary-forge .pacific-match-copy {
    color: #5F667A;
    font-size: 0.95rem;
    line-height: 1.6;
}

.pacific-itinerary-forge .pacific-premium-cta {
    display: inline-block;
    background-color: #20243A;
    color: #FDFDFF;
    text-decoration: none;
    padding: 0.8rem 2rem;
    font-family: 'Afacad', 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%;
}

.pacific-itinerary-forge .pacific-premium-cta:hover {
    background-color: #6F6ACF;
    transform: translateY(-2px);
}

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

    .pacific-itinerary-forge .pacific-choice-workbench {
        padding: 2rem !important;
    }

    .pacific-itinerary-forge .pacific-match-window {
        height: 200px;
    }
}

/* ===== hotel-grid ===== */
.rockies-stay-gallery {
    background-color: #F3F6FF;
    font-family: 'Afacad', sans-serif;
    overflow: hidden;
}

.rockies-gallery-heading {
    font-family: 'Literata', serif;
    color: #20243A;
    font-weight: 500;
    line-height: 1.2;
}

.rockies-gallery-note {
    color: #5F667A;
    font-size: 1.1rem;
    max-width: 600px;
}

.rockies-sort-tab {
    background-color: #FDFDFF;
    color: #20243A;
    border: 1px solid #D8E0F2;
    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;
}

.rockies-sort-tab:hover,
.rockies-sort-tab.active {
    background-color: #6F6ACF;
    color: #FDFDFF;
    border-color: #6F6ACF;
}

.rockies-lodge-tile {
    background-color: #FDFDFF;
    border: none;
    box-shadow: 0 10px 40px rgba(32, 36, 58, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.rockies-lodge-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(32, 36, 58, 0.10);
}

.rockies-lodge-window {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.rockies-lodge-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.rockies-lodge-tile:hover .rockies-lodge-image {
    transform: scale(1.05);
}

.rockies-excellence-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #6F6ACF;
    color: #FDFDFF;
    padding: 5px 12px;
    font-size: 0.9rem;
    font-weight: 600;
    z-index: 2;
}

.rockies-lodge-titlepath {
    text-decoration: none;
}

.rockies-lodge-heading {
    font-family: 'Literata', serif;
    font-size: 1.35rem;
    color: #20243A;
    transition: color 0.3s ease;
}

.rockies-lodge-titlepath:hover .rockies-lodge-heading {
    color: #6F6ACF;
}

.rockies-amenity-line {
    color: #5F667A;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.rockies-rate-marker {
    font-weight: 600;
    color: #20243A;
    font-size: 1.1rem;
}

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

.rockies-share-thread:hover {
    color: #6F6ACF;
}

.rockies-reserve-cta {
    background-color: #6F6ACF;
    color: #FDFDFF !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;
}

.rockies-reserve-cta:hover {
    background-color: #4B5FA8;
}

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

    .rockies-gallery-note {
        font-size: 1rem;
    }
}

/* ===== faq ===== */
.prairie-question-field {
    padding: 80px 0;
    background-color: #F3F6FF;
    overflow: hidden;
}

.prairie-question-field .prairie-question-heading {
    font-family: 'Literata', serif;
    font-size: 2.5rem;
    font-weight: 500;
    color: #20243A;
    margin-bottom: 1rem;
}

.prairie-question-field .prairie-question-note {
    font-family: 'Afacad', sans-serif;
    font-size: 1.1rem;
    color: #5F667A;
    max-width: 600px;
    margin: 0 auto;
}

.prairie-question-field .prairie-folding-panel {
    border-top: 1px solid #D8E0F2;
}

.prairie-question-field .prairie-query-row {
    border-bottom: 1px solid #D8E0F2;
    background-color: #FDFDFF;
    transition: background-color 0.3s ease;
}

.prairie-question-field .prairie-query-row:hover {
    background-color: #E9EEFA;
}

.prairie-question-field .prairie-query-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;
}

.prairie-question-field .prairie-query-switch span {
    font-family: 'Afacad', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    color: #20243A;
    padding-right: 20px;
    line-height: 1.4;
}

.prairie-question-field .prairie-query-switch::after {
    content: '+';
    font-family: 'Afacad', sans-serif;
    font-size: 1.5rem;
    color: #6F6ACF;
    transition: transform 0.4s ease;
    font-weight: 300;
}

.prairie-question-field .prairie-query-row.active .prairie-query-switch::after {
    content: '\2212';
    transform: rotate(180deg);
}

.prairie-question-field .prairie-answer-pocket {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.prairie-question-field .prairie-answer-core {
    padding: 0 24px 24px 24px;
}

.prairie-question-field .prairie-answer-core p {
    font-family: 'Afacad', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #5F667A;
    margin: 0;
}

@media (max-width: 768px) {
    .prairie-question-field {
        padding: 60px 0;
    }

    .prairie-question-field .prairie-question-heading {
        font-size: 1.8rem;
    }

    .prairie-question-field .prairie-query-switch span {
        font-size: 1rem;
    }

    .prairie-question-field .prairie-answer-core p {
        font-size: 0.95rem;
    }
}

/* ===== nearby-attractions ===== */
.maritime-neighbourhood-chart {
    background-color: #E9EEFA;
    padding: 60px 0;
    overflow: hidden;
}

.maritime-chart-heading {
    font-family: 'Literata', serif;
    font-weight: 500;
    color: #20243A;
    font-size: 2.5rem;
}

.maritime-chart-note {
    font-family: 'Afacad', sans-serif;
    color: #5F667A;
    font-size: 1.1rem;
    line-height: 1.6;
}

.maritime-port-tile {
    background: #FDFDFF;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(32, 36, 58, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: none;
}

.maritime-port-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(32, 36, 58, 0.12);
}

.maritime-port-window {
    display: block;
    overflow: hidden;
    aspect-ratio: 4/3;
}

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

.maritime-port-tile:hover .card-img-top {
    transform: scale(1.05);
}

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

.maritime-port-titlepath {
    text-decoration: none;
    color: inherit;
    display: block;
    margin-bottom: 0.75rem;
}

.card-title {
    font-family: 'Literata', serif;
    font-weight: 500;
    color: #20243A;
    margin: 0;
    line-height: 1.3;
}

.card-text {
    font-family: 'Afacad', sans-serif;
    font-size: 0.95rem;
    color: #5F667A;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.maritime-discover-cta {
    background-color: #6F6ACF;
    color: #FDFDFF;
    font-family: 'Afacad', 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;
}

.maritime-discover-cta:hover {
    background-color: #4B5FA8;
    color: #FDFDFF;
}

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

    .maritime-chart-note {
        font-size: 0.95rem;
    }

    .maritime-neighbourhood-chart {
        padding: 40px 0;
    }
}

/* ===== footer ===== */
.harbour-legal-quay {
    background-color: #F3F6FF;
    color: #20243A;
    font-family: 'Afacad', sans-serif;
    border-top: 1px solid #D8E0F2;
}

.harbour-legal-quay h3,
.harbour-legal-quay h2 {
    font-family: 'Literata', serif;
    color: #6F6ACF;
}

.harbour-caution-ledger {
    background-color: #E9EEFA;
    border: 1px solid #D8E0F2;
    max-width: 900px;
    margin: 0 auto;
}

.harbour-caution-ledger p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #5F667A;
}

.harbour-trust-mark {
    width: 120px;
    transition: opacity 0.3s ease;
}

.harbour-trust-mark img {
    max-height: 60px;
    object-fit: contain;
}

.harbour-nav-thread {
    color: #5F667A;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    letter-spacing: 0.05em;
}

.harbour-nav-thread:hover {
    color: #6F6ACF;
}

.harbour-rights-keel {
    border-color: #D8E0F2 !important;
    color: #8B91A6;
}

.harbour-age-gate-scrim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 16, 34, 0.88);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.harbour-age-gate-panel {
    background-color: #FDFDFF;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(32, 36, 58, 0.16);
}

.harbour-legal-quay .btn-primary {
    background-color: #6F6ACF;
    border-color: #6F6ACF;
    color: #FDFDFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 12px 30px;
}

.harbour-legal-quay .btn-primary:hover {
    background-color: #4B5FA8;
    border-color: #4B5FA8;
}

.harbour-legal-quay .btn-outline-primary {
    border-color: #20243A;
    color: #20243A;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 12px 30px;
}

@media (max-width: 768px) {
    .harbour-trust-mark {
        width: 100px;
    }

    .harbour-legal-quay h3 {
        font-size: 1.1rem;
    }

    .harbour-legal-quay h4 {
        margin-top: 1.5rem;
    }
}

.maplegate-masthead {
    background-color: #FDFDFF !important;
    border-bottom: 1px solid #D8E0F2;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: all 0.4s ease;
    z-index: 1030;
}

.maplegate-masthead.is-scrolled {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    box-shadow: 0 10px 40px rgba(32, 36, 58, 0.05);
}

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

.maplegate-masthead .maplegate-wordmark-script {
    font-family: 'Literata', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #20243A;
    letter-spacing: -0.02em;
}

.maplegate-masthead .nav-link {
    font-family: 'Afacad', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    color: #5F667A !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.maplegate-masthead .nav-link:hover {
    color: #6F6ACF !important;
}

.aurora-arrival-stage {
    min-height: 50vh;
    padding: 120px 0 80px;
    background-color: #20243A;
}

.aurora-cinematic-current {
    object-fit: cover;
    z-index: 0;
}

.aurora-mist-veil {
    background: rgba(19, 24, 45, 0.58);
    z-index: 1;
}

.aurora-lodestar-heading {
    font-family: 'Literata', serif;
    font-weight: 500;
    color: #F3F6FF !important;
    line-height: 1.2;
    font-size: 3rem;
}

.aurora-traveller-copy {
    font-family: 'Afacad', sans-serif;
    font-weight: 400;
    color: #BAC5E6 !important;
    line-height: 1.6;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

.algonquin-search-lodge {
    box-shadow: 0 10px 30px rgba(32, 36, 58, 0.04);
}

.algonquin-search-form .js-algonquin-list-search {
    min-width: 280px;
    border: 1px solid #D8E0F2;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 4px;
    font-family: 'Afacad', sans-serif;
}

.algonquin-search-form .js-algonquin-list-search:focus {
    border-color: #6F6ACF;
    box-shadow: none;
}

.algonquin-story-tile {
    background: #FDFDFF;
    border: 1px solid #D8E0F2;
    border-radius: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.algonquin-story-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(32, 36, 58, 0.08);
}

.algonquin-story-window {
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.algonquin-story-tile:hover .algonquin-story-image {
    transform: scale(1.05);
}

.algonquin-story-tag {
    font-family: 'Afacad', sans-serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #6F6ACF;
    font-weight: 600;
}

.algonquin-story-date {
    font-family: 'Afacad', sans-serif;
    font-size: 0.75rem;
    color: #8B91A6;
}

.algonquin-story-heading {
    font-family: 'Literata', serif;
    font-size: 1.5rem;
    line-height: 1.3;
}

.algonquin-story-heading a {
    color: #20243A !important;
    transition: color 0.3s ease;
}

.algonquin-story-heading a:hover {
    color: #6F6ACF !important;
}

.algonquin-story-excerpt {
    font-family: 'Afacad', sans-serif;
    font-size: 0.95rem;
    color: #5F667A;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.algonquin-story-cta {
    display: inline-block;
    font-family: 'Afacad', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    color: #20243A;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #6F6ACF;
    transition: all 0.3s ease;
}

.algonquin-story-cta:hover {
    color: #6F6ACF;
    padding-left: 10px;
}

.harbour-legal-quay {
    background-color: #F3F6FF;
    color: #20243A;
    font-family: 'Afacad', sans-serif;
    border-top: 1px solid #D8E0F2;
}

.harbour-legal-quay h3,
.harbour-legal-quay h2,
.harbour-legal-quay h4 {
    font-family: 'Literata', serif;
    color: #6F6ACF !important;
}

.harbour-caution-ledger {
    background-color: #E9EEFA;
    border: 1px solid #D8E0F2;
    max-width: 900px;
    margin: 0 auto;
}

.harbour-caution-ledger p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #5F667A;
}

.harbour-trust-mark img {
    max-height: 60px;
    object-fit: contain;
}

.harbour-nav-thread {
    color: #5F667A;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    letter-spacing: 0.05em;
}

.harbour-nav-thread:hover {
    color: #6F6ACF;
}

.harbour-age-gate-scrim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 16, 34, 0.88);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.harbour-age-gate-panel {
    background-color: #FDFDFF;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(32, 36, 58, 0.16);
}

.harbour-legal-quay .btn-primary {
    background-color: #6F6ACF;
    border-color: #6F6ACF;
    color: #FDFDFF;
    text-transform: uppercase;
    padding: 12px 30px;
}

.harbour-legal-quay .btn-outline-primary {
    border-color: #20243A;
    color: #20243A;
    text-transform: uppercase;
    padding: 12px 30px;
}

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

    .aurora-traveller-copy {
        font-size: 0.9rem !important;
    }

    .algonquin-search-form .js-algonquin-list-search {
        min-width: 100%;
    }
}


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

/* ===== PAGE: terms ===== */
.charter-policy-main-block { padding: 4rem 1.5rem; max-width: 850px; margin: 0 auto; background-color: #F3F6FF; font-family: 'Afacad', sans-serif; color: #20243A; }
.charter-policy-main-block .charter-policy-header { border-bottom: 1px solid #D8E0F2; padding-bottom: 2rem; }
.charter-policy-main-block .charter-policy-main-heading { font-family: 'Literata', serif; font-weight: 500; font-size: 2.5rem; color: #6F6ACF; margin-bottom: 1rem; }
.charter-policy-main-block .charter-policy-meta-copy { font-size: 0.85rem; color: #8B91A6; text-transform: uppercase; letter-spacing: 0.1em; }
.charter-policy-main-block .charter-policy-separator { width: 40px; height: 2px; background-color: #BAC5E6; margin-bottom: 1.5rem; }
.charter-policy-main-block h2 { font-family: 'Literata', serif; font-weight: 500; color: #20243A; font-size: 1.5rem; margin-top: 3rem; margin-bottom: 1.5rem; letter-spacing: -0.01em; }
.charter-policy-main-block p { line-height: 1.8; color: #5F667A; font-size: 1rem; margin-bottom: 1.25rem; }
.charter-policy-main-block .charter-policy-list { list-style: none; padding-left: 0; margin-bottom: 1.5rem; }
.charter-policy-main-block .charter-policy-list li { position: relative; padding-left: 1.5rem; margin-bottom: 0.75rem; line-height: 1.6; color: #5F667A; }
.charter-policy-main-block .charter-policy-list li::before { content: '—'; position: absolute; left: 0; color: #6F6ACF; }
@media (max-width: 768px) {
  .charter-policy-main-block { padding: 2.5rem 1rem; }
  .charter-policy-main-block .charter-policy-main-heading { font-size: 1.75rem; }
  .charter-policy-main-block h2 { font-size: 1.25rem; margin-top: 2rem; }
  .charter-policy-main-block p { font-size: 0.95rem; }
}

/* ===== PAGE: disclaimer ===== */
.charter-policy-vessel { padding: 80px 0; background-color: #F3F6FF; color: #20243A; } .charter-policy-text-body h3 { font-family: 'Literata', serif; font-weight: 500; color: #6F6ACF; margin-top: 2.5rem; margin-bottom: 1.2rem; border-bottom: 1px solid #D8E0F2; padding-bottom: 0.5rem; } .charter-policy-text-body p { font-family: 'Afacad', sans-serif; font-size: 16px; line-height: 1.8; color: #5F667A; margin-bottom: 1.5rem; text-align: justify; } .charter-policy-text-body .charter-custom-list { list-style: none; padding-left: 0; margin-bottom: 2rem; } .charter-policy-text-body .charter-custom-list li { position: relative; padding-left: 1.5rem; margin-bottom: 0.75rem; color: #5F667A; font-family: 'Afacad', sans-serif; line-height: 1.6; } .charter-policy-text-body .charter-custom-list li::before { content: '—'; position: absolute; left: 0; color: #6F6ACF; font-weight: bold; } .charter-disclaimer-header { border-bottom: 1px solid #D8E0F2; padding-bottom: 3rem; } @media (max-width: 768px) { .charter-policy-vessel { padding: 40px 15px; } .charter-policy-text-body h3 { font-size: 1.25rem; } .charter-policy-text-body p { font-size: 15px; } }

/* ===== PAGE: cookies ===== */
.charter-policy-main-block {
  padding: 60px 0;
  max-width: 900px;
  margin: 0 auto;
  color: #20243A;
  background-color: #F3F6FF;
}

.charter-policy-main-block .charter-policy-section {
  margin-bottom: 48px;
  padding: 0 20px;
}

.charter-policy-main-block .charter-policy-heading {
  font-family: 'Literata', serif;
  font-weight: 500;
  font-size: 1.75rem;
  color: #20243A;
  margin-bottom: 20px;
  border-bottom: 1px solid #D8E0F2;
  padding-bottom: 10px;
}

.charter-policy-main-block .charter-policy-copy {
  font-family: 'Afacad', sans-serif;
  line-height: 1.8;
  color: #5F667A;
  margin-bottom: 1.5rem;
}

.charter-policy-main-block .charter-policy-icon-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.charter-policy-main-block .charter-policy-icon {
  font-size: 1.5rem;
  color: #6F6ACF;
}

.charter-policy-main-block .maplecookie-tabs-nav {
  border-bottom: 1px solid #D8E0F2;
}

.charter-policy-main-block .maplecookie-tab-button {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 10px 20px;
  font-family: 'Afacad', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
  color: #8B91A6;
  transition: all 0.3s ease;
  cursor: pointer;
}

.charter-policy-main-block .maplecookie-tab-button:hover {
  color: #6F6ACF;
}

.charter-policy-main-block .maplecookie-tab-button.active {
  color: #20243A;
  border-bottom-color: #6F6ACF;
}

.charter-policy-main-block .maplecookie-panel {
  display: none;
  padding: 24px;
  background-color: #FDFDFF;
  border: 1px solid #D8E0F2;
  border-radius: 4px;
  animation: fadeIn 0.4s ease;
}

.charter-policy-main-block .maplecookie-panel.active {
  display: block;
}

.charter-policy-main-block .maplecookie-panel-heading {
  font-family: 'Literata', serif;
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: #6F6ACF;
}

.charter-policy-main-block .maplecookie-panel-copy {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
  color: #5F667A;
}

.charter-policy-main-block .charter-policy-list {
  list-style: none;
  padding-left: 0;
}

.charter-policy-main-block .charter-policy-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.charter-policy-main-block .charter-policy-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #6F6ACF;
}

.charter-policy-main-block .charter-policy-link {
  color: #6F6ACF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.charter-policy-main-block .charter-policy-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) {
  .charter-policy-main-block .charter-policy-heading {
    font-size: 1.25rem;
  }
  .charter-policy-main-block .maplecookie-tab-button {
    padding: 8px 12px;
    font-size: 0.75rem;
  }
}

/* ===== PAGE: rgp ===== */
.charter-policy-main-block {
  background-color: #F3F6FF;
  padding: 64px 0;
  color: #20243A;
  font-family: 'Afacad', sans-serif;
}

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

.charter-policy-body {
  background: #FDFDFF;
  padding: 48px;
  border: 1px solid #D8E0F2;
  box-shadow: 0 10px 40px rgba(32,36,58,0.05);
}

.charter-policy-section h2 {
  font-family: 'Literata', serif;
  font-weight: 500;
  color: #6F6ACF;
  margin-bottom: 24px;
  border-bottom: 1px solid #D8E0F2;
  padding-bottom: 12px;
  font-size: 1.75rem;
}

.charter-policy-section p {
  line-height: 1.8;
  margin-bottom: 20px;
  color: #5F667A;
}

.charter-policy-section ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}

.charter-policy-section ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #5F667A;
}

.charter-policy-section ul li::before {
  content: '\2014';
  position: absolute;
  left: 0;
  color: #6F6ACF;
  font-weight: bold;
}

.charter-policy-section strong {
  color: #20243A;
  font-weight: 600;
}

@media (max-width: 768px) {
  .charter-policy-body {
    padding: 24px;
  }
  .charter-policy-section h2 {
    font-size: 1.4rem;
  }
  .charter-policy-main-block {
    padding: 32px 0;
  }
}

/* ===== PAGE: about ===== */
.keewatin-editorial-chamber {
  background-color: #F3F6FF;
  color: #20243A;
  overflow: hidden;
}
.keewatin-editorial-chamber .canada-section-breath {
  padding: 80px 0;
}
.keewatin-editorial-chamber .keewatin-editorial-heading {
  font-family: 'Literata', serif;
  font-weight: 500;
  color: #20243A;
}
.keewatin-editorial-chamber .keewatin-copy-column p {
  font-family: 'Afacad', sans-serif;
  line-height: 1.8;
  color: #5F667A;
}
.keewatin-editorial-chamber .keewatin-copy-column .lead {
  font-weight: 500;
  color: #20243A;
}
.keewatin-editorial-chamber .keewatin-image-frame {
  position: relative;
  padding: 10px;
  background: #FDFDFF;
  box-shadow: 0 10px 40px rgba(32,36,58,0.05);
}
.keewatin-editorial-chamber .keewatin-main-image {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.keewatin-editorial-chamber .keewatin-method-tile {
  padding: 32px;
  background: #FDFDFF;
  height: 100%;
  border: 1px solid #D8E0F2;
  transition: transform 0.4s ease;
}
.keewatin-editorial-chamber .keewatin-method-tile:hover {
  transform: translateY(-5px);
}
.keewatin-editorial-chamber .keewatin-method-tile h2 {
  font-family: 'Literata', serif;
  color: #6F6ACF;
}
.keewatin-editorial-chamber .keewatin-muted-ground {
  background-color: #E9EEFA;
}
.keewatin-editorial-chamber .keewatin-contact-cta {
  background-color: #6F6ACF !important;
  color: #FDFDFF !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;
}
.keewatin-editorial-chamber .keewatin-contact-cta:hover {
  opacity: 0.9;
  background-color: #6F6ACF !important;
}
.keewatin-editorial-chamber .keewatin-independence-note {
  background-color: #FDFDFF;
}
.keewatin-editorial-chamber .border-primary {
  border-color: #6F6ACF !important;
}
@media (max-width: 768px) {
  .keewatin-editorial-chamber .canada-section-breath {
    padding: 40px 0;
  }
  .keewatin-editorial-chamber .keewatin-main-image {
    height: 300px;
  }
  .keewatin-editorial-chamber .keewatin-editorial-heading {
    font-size: 1.8rem;
  }
}

.snowfield-guest-note {
    background: #FDFDFF;
    border-radius: 2px;
    box-shadow: 0 10px 40px rgba(32, 36, 58, 0.05);
    border-left: 3px solid #6F6ACF;
    transition: transform 0.4s ease;
}

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

.snowfield-guest-author {
    font-family: 'Literata', serif;
    font-weight: 500;
    color: #20243A;
    font-size: 1.1rem;
}

.snowfield-guest-date {
    font-size: 13px;
    color: #8B91A6;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.snowfield-guest-score {
    background: #F3F6FF;
    padding: 4px 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.snowfield-guest-score i {
    color: #6F6ACF;
    font-size: 0.9rem;
}

.snowfield-score-value {
    font-weight: 600;
    font-size: 0.9rem;
    color: #20243A;
}

.snowfield-guest-copy {
    font-family: 'Afacad', sans-serif;
    color: #5F667A;
    line-height: 1.6;
    margin-top: 15px;
}

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

.snowfield-reply-action:hover {
    color: #4F6FAE;
}

.keewatin-soft-alt {
    background-color: #E9EEFA !important;
    border-left: 1px solid #BAC5E6 !important;
    box-shadow: none !important;
}

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

.snowfield-staff-pin {
    font-family: 'Afacad', sans-serif;
    font-size: 10px;
    background: #6F6ACF;
    color: #FDFDFF;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 8px;
    vertical-align: middle;
    text-transform: uppercase;
}

.snowfield-guest-copy.small {
    font-size: 14.5px;
    color: #5F667A;
}

/* ===== unified policy and mobile overflow fixes ===== */
.charter-policy-vessel {
    padding: 80px 0;
    background-color: #F3F6FF;
    color: #20243A;
}

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

.charter-policy-vessel .charter-policy-eyebrow {
    letter-spacing: 2px;
    color: #6F6ACF;
}

.charter-policy-vessel .charter-disclaimer-header {
    border-bottom: 1px solid #D8E0F2;
    padding-bottom: 3rem;
}

.charter-policy-vessel .charter-disclaimer-header h2 {
    color: #20243A;
}

.charter-policy-vessel .charter-maple-divider {
    width: 60px;
    height: 2px;
    background: #6F6ACF;
}

.charter-policy-text-body {
    max-width: 920px;
    margin: 0 auto;
}

.charter-policy-text-body h2,
.charter-policy-text-body h3 {
    font-family: 'Literata', serif;
    font-weight: 500;
    color: #6F6ACF;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #D8E0F2;
    padding-bottom: 0.5rem;
    line-height: 1.25;
}

.charter-policy-text-body section:first-child h2,
.charter-policy-text-body section:first-child h3 {
    margin-top: 0;
}

.charter-policy-text-body p,
.charter-policy-text-body li,
.charter-policy-text-body .charter-policy-copy,
.charter-policy-text-body .maplecookie-panel-copy {
    font-family: 'Afacad', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #5F667A;
    overflow-wrap: break-word;
}

.charter-policy-text-body p,
.charter-policy-text-body .charter-policy-copy {
    margin-bottom: 1.5rem;
    text-align: justify;
}

.charter-policy-text-body .charter-custom-list,
.charter-policy-text-body ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}

.charter-policy-text-body .charter-custom-list li,
.charter-policy-text-body ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.charter-policy-text-body .charter-custom-list li::before,
.charter-policy-text-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.82em;
    width: 8px;
    height: 1px;
    background: #6F6ACF;
}

.charter-policy-text-body strong {
    color: #20243A;
    font-weight: 600;
}

.charter-policy-text-body .maplecookie-tabs-content {
    display: grid;
    gap: 1rem;
}

.charter-policy-text-body .maplecookie-panel,
.charter-policy-text-body .maplecookie-panel.active {
    display: block;
    padding: 24px;
    background-color: #FDFDFF;
    border: 1px solid #D8E0F2;
    border-radius: 4px;
}

.charter-policy-text-body .maplecookie-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;
}

.charter-policy-meta {
    flex-wrap: wrap;
    min-width: 0;
}

.charter-policy-meta .badge,
.charter-disclaimer-header .text-muted {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
}

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

    .charter-policy-vessel .charter-disclaimer-header {
        padding-bottom: 2rem;
    }

    .charter-policy-vessel .charter-disclaimer-header h2 {
        font-size: 1.75rem;
    }

    .charter-policy-text-body h2,
    .charter-policy-text-body h3 {
        font-size: 1.25rem;
    }

    .charter-policy-text-body p,
    .charter-policy-text-body li,
    .charter-policy-text-body .charter-policy-copy,
    .charter-policy-text-body .maplecookie-panel-copy {
        font-size: 15px;
        text-align: left;
    }

    .charter-policy-text-body .maplecookie-panel,
    .charter-policy-text-body .maplecookie-panel.active {
        padding: 20px;
    }

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

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


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

.maplegate-masthead.is-scrolled {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    box-shadow: 0 10px 40px rgba(32, 36, 58, 0.05);
}

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

.maplegate-masthead .maplegate-wordmark-script {
    font-family: 'Literata', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #20243A;
    letter-spacing: -0.02em;
}

.maplegate-masthead .nav-link {
    font-family: 'Afacad', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    color: #5F667A !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.maplegate-masthead .nav-link:hover {
    color: #6F6ACF !important;
}

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

.aurora-mist-veil {
    background: rgba(19, 24, 45, 0.58);
}

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

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

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

.stlawrence-fact-current {
    color: #5F667A;
    font-size: 0.9rem;
    font-family: 'Afacad', sans-serif;
}

.stlawrence-fact-current i {
    color: #6F6ACF;
}

.stlawrence-narrative-body {
    font-family: 'Afacad', sans-serif;
    line-height: 1.8;
    color: #20243A;
}

.stlawrence-narrative-body h2,
.stlawrence-narrative-body h3 {
    font-family: 'Literata', serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #20243A;
}

.stlawrence-narrative-body p {
    margin-bottom: 1.5rem;
}

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

.stlawrence-narrative-body ul li {
    position: relative;
    margin-bottom: 0.5rem;
}

.stlawrence-narrative-body ul li::before {
    content: '—';
    position: absolute;
    left: -1.5rem;
    color: #6F6ACF;
}

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

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

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

.harbour-legal-quay {
    background-color: #F3F6FF;
    color: #20243A;
    border-top: 1px solid #D8E0F2;
}

.harbour-legal-quay h3 {
    font-family: 'Literata', serif;
    color: #6F6ACF;
}

.harbour-caution-ledger {
    background-color: #E9EEFA;
    border: 1px solid #D8E0F2;
    max-width: 900px;
    margin: 0 auto;
}

.harbour-caution-ledger p {
    font-size: 0.9rem;
    color: #5F667A;
}

.harbour-trust-mark img {
    max-height: 60px;
    object-fit: contain;
}

.harbour-nav-thread {
    color: #5F667A;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.harbour-nav-thread:hover {
    color: #6F6ACF;
}

.harbour-age-gate-scrim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 16, 34, 0.88);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.harbour-age-gate-panel {
    background-color: #FDFDFF;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
}

.harbour-legal-quay .btn-primary {
    background-color: #6F6ACF;
    border-color: #6F6ACF;
    color: #FDFDFF;
}

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

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

    .aurora-detail-summit {
        min-height: 40vh;
    }

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

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

.maplegate-masthead.is-scrolled {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    box-shadow: 0 10px 40px rgba(32, 36, 58, 0.05);
}

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

.maplegate-masthead .maplegate-wordmark-script {
    font-family: 'Literata', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #20243A;
    letter-spacing: -0.02em;
}

.maplegate-masthead .nav-link {
    font-family: 'Afacad', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    color: #5F667A !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.maplegate-masthead .nav-link:hover {
    color: #6F6ACF !important;
}

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

.aurora-mist-veil {
    background: rgba(19, 24, 45, 0.58);
}

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

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

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

.stlawrence-fact-current {
    color: #5F667A;
    font-size: 0.9rem;
    font-family: 'Afacad', sans-serif;
}

.stlawrence-fact-current i {
    color: #6F6ACF;
}

.stlawrence-narrative-body {
    font-family: 'Afacad', sans-serif;
    line-height: 1.8;
    color: #20243A;
}

.stlawrence-narrative-body h2,
.stlawrence-narrative-body h3 {
    font-family: 'Literata', serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #20243A;
}

.stlawrence-narrative-body p {
    margin-bottom: 1.5rem;
}

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

.stlawrence-narrative-body ul li {
    position: relative;
    margin-bottom: 0.5rem;
}

.stlawrence-narrative-body ul li::before {
    content: '—';
    position: absolute;
    left: -1.5rem;
    color: #6F6ACF;
}

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

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

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

.harbour-legal-quay {
    background-color: #F3F6FF;
    color: #20243A;
    border-top: 1px solid #D8E0F2;
}

.harbour-legal-quay h3 {
    font-family: 'Literata', serif;
    color: #6F6ACF;
}

.harbour-caution-ledger {
    background-color: #E9EEFA;
    border: 1px solid #D8E0F2;
    max-width: 900px;
    margin: 0 auto;
}

.harbour-caution-ledger p {
    font-size: 0.9rem;
    color: #5F667A;
}

.harbour-trust-mark img {
    max-height: 60px;
    object-fit: contain;
}

.harbour-nav-thread {
    color: #5F667A;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.harbour-nav-thread:hover {
    color: #6F6ACF;
}

.harbour-age-gate-scrim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 16, 34, 0.88);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.harbour-age-gate-panel {
    background-color: #FDFDFF;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
}

.harbour-legal-quay .btn-primary {
    background-color: #6F6ACF;
    border-color: #6F6ACF;
    color: #FDFDFF;
}

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

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

    .aurora-detail-summit {
        min-height: 40vh;
    }

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

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

.maplegate-masthead.is-scrolled {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    box-shadow: 0 10px 40px rgba(32, 36, 58, 0.05);
}

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

.maplegate-masthead .maplegate-wordmark-script {
    font-family: 'Literata', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #20243A;
    letter-spacing: -0.02em;
}

.maplegate-masthead .nav-link {
    font-family: 'Afacad', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    color: #5F667A !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.maplegate-masthead .nav-link:hover {
    color: #6F6ACF !important;
}

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

.aurora-mist-veil {
    background: rgba(19, 24, 45, 0.58);
}

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

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

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

.stlawrence-fact-current {
    color: #5F667A;
    font-size: 0.9rem;
    font-family: 'Afacad', sans-serif;
}

.stlawrence-fact-current i {
    color: #6F6ACF;
}

.stlawrence-narrative-body {
    font-family: 'Afacad', sans-serif;
    line-height: 1.8;
    color: #20243A;
}

.stlawrence-narrative-body h2,
.stlawrence-narrative-body h3 {
    font-family: 'Literata', serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #20243A;
}

.stlawrence-narrative-body p {
    margin-bottom: 1.5rem;
}

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

.stlawrence-narrative-body ul li {
    position: relative;
    margin-bottom: 0.5rem;
}

.stlawrence-narrative-body ul li::before {
    content: '—';
    position: absolute;
    left: -1.5rem;
    color: #6F6ACF;
}

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

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

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

.harbour-legal-quay {
    background-color: #F3F6FF;
    color: #20243A;
    border-top: 1px solid #D8E0F2;
}

.harbour-legal-quay h3 {
    font-family: 'Literata', serif;
    color: #6F6ACF;
}

.harbour-caution-ledger {
    background-color: #E9EEFA;
    border: 1px solid #D8E0F2;
    max-width: 900px;
    margin: 0 auto;
}

.harbour-caution-ledger p {
    font-size: 0.9rem;
    color: #5F667A;
}

.harbour-trust-mark img {
    max-height: 60px;
    object-fit: contain;
}

.harbour-nav-thread {
    color: #5F667A;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.harbour-nav-thread:hover {
    color: #6F6ACF;
}

.harbour-age-gate-scrim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 16, 34, 0.88);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.harbour-age-gate-panel {
    background-color: #FDFDFF;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
}

.harbour-legal-quay .btn-primary {
    background-color: #6F6ACF;
    border-color: #6F6ACF;
    color: #FDFDFF;
}

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

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

    .aurora-detail-summit {
        min-height: 40vh;
    }

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

/* Cool-spectrum utility overrides */
.text-primary { color: #6F6ACF !important; }
.text-secondary { color: #5F667A !important; }
.text-muted { color: #8B91A6 !important; }
.text-ice { color: #F7F8FE !important; }
.text-ice-muted { color: rgba(247, 248, 254, 0.72) !important; }
.bg-ice-surface { background-color: #FDFDFF !important; }
.bg-light { background-color: #E9EEFA !important; }
.btn-primary {
    background-color: #6F6ACF !important;
    border-color: #6F6ACF !important;
    color: #F7F8FE !important;
}
.btn-primary:hover {
    background-color: #4F6FAE !important;
    border-color: #4F6FAE !important;
}
.btn-outline-primary {
    color: #20243A !important;
    border-color: #BAC5E6 !important;
    background-color: transparent !important;
}
.btn-outline-primary:hover {
    color: #F7F8FE !important;
    border-color: #6F6ACF !important;
    background-color: #6F6ACF !important;
}
.border-primary { border-color: #6F6ACF !important; }
.border-light { border-color: #D8E0F2 !important; }
.container {
    max-width: 1600px;
}