/* ==========================================================================
   SINGLE ARTICLE STYLES (LVDS PREMIUM LAYOUT)
   ========================================================================== */

.single-article-container {
    box-sizing: border-box;
    font-family: "Inter";
    background-color: #FAF6F0;
    color: #1A1A1A;
    font-weight: 400;
}

.single-article-container * {
    box-sizing: border-box;
}

/* Base Typographique */
.single-article-container .font-serif {
    font-family: 'Bodoni Moda', Georgia, serif;
}

/* SECTION 1: HEADER */
.article-header-section {
    background-color: #FAF6F0;
    padding-top: 144px;
    padding-bottom: 48px;
    padding-left: 20px;
    padding-right: 20px;
}

.article-header-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    color: #6E6358;
    margin-bottom: 32px;
    letter-spacing: 0.05em;
}

.article-breadcrumb a {
    color: #6E6358;
    text-decoration: none;
    transition: color 0.2s ease;
}

.article-breadcrumb a:hover {
    color: #2D3E4F;
}

.breadcrumb-icon {
    width: 12px;
    height: 12px;
    color: #B89968;
}

.breadcrumb-current {
    font-weight: 500;
    color: #1A1A1A;
}

.article-category-tag {
    display: block;
    font-size: 12px;
    color: #B89968;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.article-main-title {
    font-family: 'Bodoni Moda', Georgia, serif;
    font-size: 36px;
    color: #2D3E4F;
    font-weight: normal;
    line-height: 1.1;
    margin: 0 0 24px 0;
}

.article-chapeau {
    font-family: 'Bodoni Moda', Georgia, serif;
    font-style: italic;
    font-size: 18px;
    color: #6E6358;
    line-height: 1.5;
    max-width: 720px;
    margin: 0 0 32px 0;
}

.article-meta-info {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #6E6358;
    margin-bottom: 24px;
}

.meta-separator-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #B89968;
}

.article-share-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.share-buttons-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.share-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background: transparent;
    color: #B89968;
    cursor: pointer;
    padding: 0;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.share-btn viewBox, .share-btn svg {
    width: 18px;
    height: 18px;
}

.share-btn:hover {
    border-color: #B89968;
}

.share-label {
    font-size: 11px;
    font-style: italic;
    color: #6E6358;
}

/* SECTION 2: FEATURED IMAGE */
.article-featured-section {
    background-color: #FAF6F0;
    padding-top: 32px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
}

.featured-image-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.image-aspect-wrapper {
    width: 100%;
    /* aspect-ratio: 16 / 9; */
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 16px;
}

.featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-caption-text {
    font-family: 'Bodoni Moda', Georgia, serif;
    font-style: italic;
    font-size: 13px;
    color: #6E6358;
    text-align: right;
    margin: 0;
    align-self: flex-end;
}

/* SECTION 3: BODY CONTENT */
.article-body-section {
    background-color: #FAF6F0;
    padding-top: 0;
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
}

.article-body-content {
    max-width: 720px;
    margin: 0 auto;
    font-size: 17px;
    color: #1A1A1A;
    line-height: 1.75;
}

.article-body-content p {
    margin-top: 0;
    margin-bottom: 24px;
}

section h3 {
    font-family: 'Bodoni Moda', Georgia, serif;
    font-size: 24px;
    color: #2D3E4F;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 16px;
}

.article-body-section ul {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 0;
    list-style: none;
}

.custom-article-list li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
}

.custom-article-list li::before {
    content: "•";
    color: #B89968;
    position: absolute;
    left: 0;
    top: 0;
}

/* Citation Encart */
.article-pullquote-block {
    background-color: #F0EBE0;
    padding: 32px;
    border-radius: 4px;
    margin: 48px auto;
    display: flex;
    flex-direction: column;
    max-width: 720px;
    text-align: center;
}

.quote-mark {
    font-family: 'Bodoni Moda', Georgia, serif;
    font-style: italic;
    font-size: 48px;
    color: #B89968;
    line-height: 1;
    align-self: center;
    margin-bottom: 16px;
}

.quote-text {
    font-family: 'Bodoni Moda', Georgia, serif;
    font-style: italic;
    font-size: 22px;
    color: #2D3E4F;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 32px;
}

.quote-divider-line {
    width: 32px;
    height: 1px;
    background-color: #B89968;
    margin: 0 auto 16px auto;
}

.quote-author {
    font-size: 11px;
    color: #B89968;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

/* Alerte Bordurée */
.article-body-content em{
    border-left: 2px solid #B89968;
    padding-left: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 24px;
    font-family: 'Bodoni Moda', Georgia, serif;
    font-style: italic;
    font-size: 22px;
    color: #2D3E4F;
    line-height: 1.6;
    display: block;
}

.article-alert-bordered p {
    margin: 0;
}

/* SECTION 4: TAGS */
.article-tags-section {
    background-color: #FAF6F0;
    padding-top: 64px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid rgba(229, 223, 211, 0.5);
}

.tags-container-box {
    max-width: 720px;
    margin: 0 auto;
}

.tags-section-title {
    display: block;
    font-size: 12px;
    color: #B89968;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.tags-flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.article-tag-pill {
    height: 36px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid #E5DFD3;
    color: #2D3E4F;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: background-color 0.2s, border-color 0.2s;
    text-transform: uppercase;
}

.article-tag-pill:hover {
    background-color: #F0EBE0;
    border-color: #B89968;
}

/* SECTION 5: RECOMMENDED */
.recommended-grid-section {
    background-color: #FAF6F0;
    padding-top: 100px;
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid rgba(229, 223, 211, 0.5);
}

.recommended-section-container {
    max-width: 1280px;
    margin: 0 auto;
}

.recommended-mini-tag {
    display: block;
    font-size: 12px;
    color: #B89968;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.recommended-main-title {
    font-family: 'Bodoni Moda', Georgia, serif;
    font-size: 32px;
    color: #2D3E4F;
    font-weight: normal;
    margin: 0 0 48px 0;
}

.recommended-cards-grid {
    display: flex;
    gap: 32px;
    overflow-x: auto;
    padding-bottom: 32px;
    scroll-snap-type: x mandatory;
}

.recommended-article-card {
    min-width: 280px;
    flex: 1;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    cursor: pointer;
}

.card-img-aspect {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 2px;
}

.card-img-element {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    object-position: left;
}

.recommended-article-card:hover .card-img-element {
    transform: scale(1.05);
}

.card-item-category {
    font-size: 11px;
    color: #B89968;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.card-item-title {
    font-family: 'Bodoni Moda', Georgia, serif;
    font-size: 22px;
    color: #2D3E4F;
    line-height: 1.3;
    font-weight: normal;
    margin: 0 0 12px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.recommended-article-card:hover .card-item-title {
    color: #B89968;
}

.card-item-meta {
    font-size: 13px;
    color: #6E6358;
}

/* SECTION 6: LINKED CRUISE BANNER */
.linked-cruise-section {
    background-color: #2D3E4F;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FAF6F0;
}

.linked-cruise-grid-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}

.cruise-banner-image-panel {
    position: relative;
    display: flex;
    flex-direction: column;
}

.cruise-image-inner-wrapper {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 2px;
}

.cruise-panel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cruise-absolute-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: #B89968;
    padding: 6px 12px;
    border-radius: 2px;
}

.cruise-absolute-badge span {
    font-size: 10px;
    color: #2D3E4F;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: bold;
    display: block;
}

.cruise-banner-text-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cruise-panel-mini-tag {
    font-size: 12px;
    color: #B89968;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 400;
}

.cruise-panel-title {
    font-family: 'Bodoni Moda', Georgia, serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.15;
    margin: 0 0 8px 0;
}

.cruise-panel-subtitle {
    font-family: 'Bodoni Moda', Georgia, serif;
    font-style: italic;
    font-size: 20px;
    color: rgba(250, 246, 240, 0.85);
    margin: 0 0 24px 0;
}

.cruise-panel-description {
    font-size: 16px;
    color: rgba(250, 246, 240, 0.9);
    line-height: 1.65;
    max-width: 460px;
    margin: 0 0 32px 0;
}

.cruise-panel-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    color: rgba(250, 246, 240, 0.85);
    margin-bottom: 32px;
}

.meta-dot-separator {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #B89968;
}

.cruise-panel-actions-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.btn-primary-gold {
    padding: 16px 24px;
    background-color: #B89968;
    color: #2D3E4F;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-primary-gold:hover {
    background-color: rgba(184, 153, 104, 0.9);
}

.btn-secondary-outline {
    padding: 16px 24px;
    background: transparent;
    border: 1.5px solid #FAF6F0;
    color: #FAF6F0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-secondary-outline:hover {
    background-color: rgba(250, 246, 240, 0.1);
}

/* SECTION 7: FINAL CTA GRID */
.final-cta-section {
    background-color: #FAF6F0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.final-cta-max-container {
    max-width: 1280px;
    margin: 0 auto;
}

.final-cta-section-header {
    text-align: center;
    margin-bottom: 64px;
}

.final-cta-mini-tag {
    display: block;
    font-size: 12px;
    color: #B89968;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.final-cta-main-title {
    font-family: 'Bodoni Moda', Georgia, serif;
    font-size: 32px;
    color: #2D3E4F;
    font-weight: normal;
    margin: 0;
}

.final-cta-dual-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

/* CTA Card: Light */
.cta-card-light {
    background-color: #F0EBE0;
    padding: 40px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-mockup-image-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #E5DFD3;
    border-radius: 2px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mockup-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}

.cta-card-mini-tag {
    font-size: 12px;
    color: #6E6358;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.cta-card-title {
    font-family: 'Bodoni Moda', Georgia, serif;
    font-size: 28px;
    color: #2D3E4F;
    font-weight: normal;
    margin: 0 0 16px 0;
}

.text-cream-white {
    color: #FAF6F0;
}

.cta-card-description {
    font-size: 16px;
    color: #1A1A1A;
    line-height: 1.6;
    margin: 0 0 32px 0;
    text-align: left;
}

.text-transparent-cream {
    color: rgba(250, 246, 240, 0.9);
}

.cta-embedded-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}

.input-field-group {
    width: 100%;
}

.premium-text-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid;
    padding-bottom: 12px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s;
}

.light-theme-input {
    border-bottom-color: rgba(45, 62, 79, 0.3);
    color: #2D3E4F;
}

.light-theme-input::placeholder {
    color: rgba(45, 62, 79, 0.5);
}

.light-theme-input:focus {
    border-bottom-color: #2D3E4F;
}

.dark-theme-input {
    border-bottom-color: rgba(250, 246, 240, 0.3);
    color: #FAF6F0;
}

.dark-theme-input::placeholder {
    color: rgba(250, 246, 240, 0.5);
}

.dark-theme-input:focus {
    border-bottom-color: #FAF6F0;
}

.btn-full-dark-outline {
    width: 100%;
    height: 52px;
    background: transparent;
    border: 1.5px solid #2D3E4F;
    color: #2D3E4F;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-full-dark-outline:hover {
    background-color: rgba(45, 62, 79, 0.05);
}

/* CTA Card: Dark */
.cta-card-dark {
    background-color: #2D3E4F;
    padding: 40px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #FAF6F0;
}

.advisor-avatars-cluster {
    display: flex;
    margin-left: 0;
    margin-bottom: 16px;
}

.avatar-circle-wrapper {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1.5px solid #B89968;
    background-color: #6E6358;
    overflow: hidden;
    margin-right: -16px;
}

.avatar-circle-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advisor-names-subtext {
    font-size: 14px;
    font-style: italic;
    color: rgba(250, 246, 240, 0.9);
    margin-bottom: 32px;
}

.gold-accent-text {
    color: #B89968;
}

.form-chips-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.form-select-chip {
    padding: 8px 16px;
    border-radius: 9999px;
    border: 1px solid rgba(250, 246, 240, 0.2);
    background: transparent;
    color: #FAF6F0;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.form-select-chip:hover {
    background-color: rgba(250, 246, 240, 0.1);
}

.btn-full-gold-solid {
    width: 100%;
    height: 52px;
    background-color: #B89968;
    color: #2D3E4F;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 12px;
    transition: background-color 0.2s;
}

.btn-full-gold-solid:hover {
    background-color: rgba(184, 153, 104, 0.9);
}

.cta-bottom-notice-text {
    font-size: 12px;
    font-style: italic;
    color: rgba(250, 246, 240, 0.7);
    width: 100%;
    text-align: center;
}




@media (min-width: 768px) {
    /* Section 1 */
    .article-header-section {
        padding-top: 160px;
    }
    .article-main-title {
        font-size: 56px;
    }
    .article-chapeau {
        font-size: 22px;
    }

    /* Section 3 */
    .article-body-content {
        font-size: 18px;
    }
    .article-pullquote-block {
        padding: 48px;
        text-align: left;
    }
    .quote-mark {
        align-self: flex-start;
    }
    .quote-text {
        font-size: 24px;
        text-align: left;
    }
    .quote-divider-line {
        margin: 0 0 16px 0;
    }
    .quote-author {
        text-align: left;
    }

    /* Section 5 */
    .recommended-grid-section {
        padding-top: 120px;
    }
    .recommended-main-title {
        font-size: 40px;
    }
    .recommended-cards-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        overflow-x: visible;
        padding-bottom: 0;
    }

    /* Section 6 */
    .linked-cruise-section {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .linked-cruise-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }
    .cruise-banner-image-panel {
        order: 1;
    }
    .cruise-banner-text-panel {
        order: 2;
        padding-left: 64px;
    }
    .cruise-panel-title {
        font-size: 40px;
    }
    .cruise-panel-actions-group {
        flex-direction: row;
    }

    /* Section 7 */
    .final-cta-section {
        padding-top: 140px;
    }
    .final-cta-main-title {
        font-size: 48px;
    }
    .final-cta-dual-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .cta-card-light, .cta-card-dark {
        padding: 48px;
    }
}
.scroll-progress-indicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #B89968; 
    z-index: 9999;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.15s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
}

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9990;
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}

.site-header.is-scrolled {
    background-color: #FAF6F0; 
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding-top: 12px;  
    padding-bottom: 12px;
}
.luxe-sections-container {
    --luxe-dark-blue: #2D3E4F;
    --luxe-text-color: #6E6358;
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}

.luxe-rows-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.luxe-row {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.luxe-row__col-media,
.luxe-row__col-content {
    width: 100%;
}

.luxe-row__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 2px; 
}

.luxe-row__title {
    color: var(--luxe-dark-blue);
    text-align: center;
    font-weight: normal;
    line-height: 1.3;
}

.luxe-row__wysiwyg p {
    font-size: 16px;
    line-height: 1.6;
    color: #1A1A1A;
    margin-bottom: 16px;
}
.luxe-row__wysiwyg p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .luxe-rows-wrapper {
        gap: 100px;
    }

    .luxe-row {
        flex-direction: row;
        align-items: center;
        gap: 8%; 
    }

    .luxe-row__col-media,
    .luxe-row__col-content {
        width: 46%; 
    }

    .luxe-row:nth-child(even) {
        flex-direction: row-reverse;
    }
}