.cruise-hero {
  position: relative;
  height: 60vh;
  min-height: 640px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #0f172a;
}

@media (min-width: 1200px) {
  .cruise-hero {
    min-height: 792px;
  }
}

.hero-bg-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
}

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: gradient(linear, left bottom, left top, from(rgba(45, 62, 79, 0.55)), to(transparent));
  background: linear-gradient(to top, rgb(45 62 79 / 100%), transparent);
}

.hero-top-bar {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 20px 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
section.cruise-hero {
    font-weight: normal;
}
@media (min-width: 640px) {
  .hero-top-bar {
    flex-direction: row;
    padding: 150px 40px;
  }
}

.hero-breadcrumb {
  font-family: 'Inter';
  font-size: 12px;
  color: rgba(250, 246, 240, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.hero-breadcrumb a {
    color: rgba(250, 246, 240, 0.8);
}
.breadcrumb-icon {
  width: 12px;
  height: 12px;
  color: #B89968;
}

.breadcrumb-current {
  font-weight: 500;
  color: #FAF6F0;
  letter-spacing: 0.15em;
}

.hero-wishlist-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

@media (min-width: 640px) {
  .hero-wishlist-wrapper {
    align-items: flex-end;
    width: auto;
  }
}

.wishlist-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(250, 246, 240, 0.15);
  border: 1px solid rgba(250, 246, 240, 0.3);
  border-radius: 9999px;
  padding: 8px 16px;
  transition: background-color 0.3s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
  text-align: left;
}

.wishlist-btn:hover {
  background-color: rgba(250, 246, 240, 0.25);
}

.wishlist-icon {
  width: 16 hpx;
  height: 16px;
  color: #FAF6F0;
  stroke-width: 1.5;
  transition: transform 0.3s ease;
}

.wishlist-btn:hover .wishlist-icon {
  transform: scale(1.1);
}

.wishlist-text {
  font-family: 'Inter';
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FAF6F0;
}

.wishlist-hint {
  font-family: 'Inter';
  font-style: italic;
  font-size: 12px;
  color: rgba(250, 246, 240, 0.7);
  margin-top: 12px;
}

@media (min-width: 640px) {
  .wishlist-hint {
    margin-right: 8px;
  }
}

.hero-main-content {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 0;
  margin-bottom: auto;
  padding: 0 20px;
}

.hero-meta-top {
  font-family: 'Inter';
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #FAF6F0;
  margin-bottom: 24px;
}

.hero-title {
  font-family: 'Bodoni Moda';
  font-size: 40px;
  line-height: 1.05;
  color: #FAF6F0;
  font-weight: 400;
  max-width: 900px;
  margin: 0 0 16px 0;
}

.hero-subtitle-content {
    margin-bottom: 18px;
}
.hero-subtitle-content {
    margin-bottom: 18px;
}
@media (min-width: 1024px) {
  .hero-title {
    font-size: 72px;
    margin-bottom: 0;
  }
}

.hero-subtitle-content, 
.hero-subtitle-content p {
  font-family: 'Bodoni Moda';
  font-style: italic;
  font-size: 18px;
  color: rgba(250, 246, 240, 0.9);
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .hero-subtitle-content,
  .hero-subtitle-content p {
    font-size: 28px;
  }
}

.hero-specs-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: 'Inter';
  font-size: 14px;
  color: rgba(250, 246, 240, 0.9);
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .hero-specs-bar {
    flex-direction: row;
    gap: 16px;
  }
}

.specs-divider {
  display: none;
  color: #B89968;
}

@media (min-width: 1024px) {
  .specs-divider {
    display: inline;
  }
}

.hero-tabs-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px 16px 20px;
}

@media (min-width: 1024px) {
  .hero-tabs-container {
    padding: 0 40px 16px 40px;
  }
}

.hero-tabs-scroll {
  display: flex;
  overflow-x: auto;
  gap: 32px;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(250, 246, 240, 0.2);
  padding-bottom: 16px;
  scrollbar-width: none; 
  -ms-overflow-style: none;
}

.hero-tabs-scroll::-webkit-scrollbar {
  display: none; 
}

@media (min-width: 1024px) {
  .hero-tabs-scroll {
    gap: 48px;
    justify-content: center;
  }
}

.tab-link {
  position: relative;
  white-space: nowrap;
  font-family: 'Inter';
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(250, 246, 240, 0.85);
  text-decoration: none;
  transition: color 0.3s ease;
  padding-bottom: 2px;
  font-weight: 400;
}

.tab-link:hover,
.tab-link.active {
  color: #FAF6F0;
}

.tab-link.active {
  font-weight: 500;
}

.tab-underline {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #B89968;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.tab-link:hover .tab-underline,
.tab-link.active .tab-underline {
  transform: scaleX(1);
}

.container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 2rem;
    display: flex;
    gap: 3rem;
    background: #FAF6F0;
}

.content {
    flex: 2;
}

.sidebar {
    flex: 1;
    position: sticky;
    top: 100px;
    max-width: 432px;
}

.content .section-label {
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #B89968 !important;
    margin-bottom: 1rem;
    font-weight: 400 !important;
    font-family: 'Inter' !important;
}

section h2{
    font-size: 44px;
    color: #2D3E4F;
    margin-bottom: 2rem;
    font-family: 'Bodoni Moda';
    font-weight: 400;
    line-height: 1.2;
    margin-top: 25px;
}

.section-excerpt {
    font-style: italic;
    font-size: 22px;
    color: #6E6358;
    margin-bottom: 2rem;
}

.section-text {
    font-size: 17px;
    color: #1A1A1A;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    border-top: 1px solid #E5DFD3;
    padding-top: 2.5rem;
    justify-content: space-between;
}

.feature-title {
    font-size: 18px;
    color: #2D3E4F;
    margin-bottom: 0.5rem;
    font-family: 'Bodoni Moda';
    font-weight: 400;
}

.feature-text {
    font-size: 14px;
    color: #6E6358;
}

.sidebar-box {
    background: #FAF6F0;
    border: 1px solid #E5DFD3;
    border-radius: 6px;
    padding: 4rem;
}

.sidebar .badge {
    display: inline-block;
    background: #F0EBE0;
    color: #2D3E4F;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 0.7rem 1rem;
    border-radius: 20px;
    margin-bottom: 1rem;
    font-family: 'Inter';
    font-weight: 400;
}

.sidebar-label {
    font-size: 12px;
    text-transform: uppercase;
    color: #B89968;
    margin-bottom: 0.5rem;
    font-weight: 400;
    font-family: 'Inter';
    letter-spacing: 2.4px;
}

.sidebar-title {
    font-size: 24px;
    color: #2D3E4F;
    margin-bottom: 0;
    margin-top: 5px;
    font-family: 'Bodoni Moda';
    font-weight: 400;
}

.sidebar-subtitle {
    font-style: italic;
    font-size: 16px;
    color: #6E6358;
    margin-bottom: 2.5rem;
    font-family: 'Bodoni Moda';
    margin-top: 7px;
}

.divider {
    height: 1px;
    background: #B89968;
    margin: 1.5rem 0;
}

.panel-row {
    display: flex;
    justify-content: space-between;
    padding: 1.75rem 0;
}

.panel-label {
    font-size: 11px;
    text-transform: uppercase;
    color: #6e6358;
    font-weight: 400;
}

.panel-value {
    font-size: 14px;
    color: #2D3E4F;
    font-weight: 500;
}

.panel-divider {
    height: 1px;
    background: #E5DFD3;
}

.price-label {
    font-size: 11px;
    text-transform: uppercase;
    color: #6E6358;
    margin-bottom: 0.5rem;
    font-weight: 400;
    margin-top: 25px;
}

.price-box {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.price {
    font-size: 36px;
    color: #2D3E4F;
    font-family: 'Bodoni Moda';
    font-weight: 400;
}

.price-note {
    font-size: 13px;
    color: #6E6358;
    font-style: italic;
    font-weight: 400;
}

.price-details {
    font-size: 12px;
    color: #6E6358;
    margin-bottom: 2.5rem;
    font-weight: 400;
}

.btn-primary {
    width: 100%;
    height: auto;
    background: #B89968;
    color: #2D3E4F;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1rem;
    border: none;
    cursor: pointer;
    font-size: 14px;
    padding: 18px 15px;
}

.btn-secondary {
    width: 100%;
    height: 52px;
    border: 1.5px solid #2D3E4F;
    color: #2D3E4F;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
}
aside .btn-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
}
section#la-croisiere {
    max-width: 896px;
}

.content p em {
    font-family: 'Bodoni Moda';
    font-size: 22px;
    color: #6e6358;
}

.content p {
    margin-bottom: 25px;
    font-size: 17px;
    font-family: 'Inter';
    color: #1a1a1a;
    font-weight: 400;
    line-height: 28.9px;
}


section#la-croisiere p.feature-text {
    color: #6e6358;
    font-size: 14px;
    line-height: 21px;
}

.feature-item {
    max-width: 277px;
}
.feature-item svg {
    stroke: #b89968;
}
.container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    margin: 0 auto;
    padding: 65px 20px;
    align-items: flex-start;
}

.content {
    width: 100%;
}

.sidebar {
    width: 100%;
}
.custom-woocommerce-booking-form .variations {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
}

.custom-woocommerce-booking-form .variations label {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2D3E4F;
    display: block;
    margin-bottom: 0;
    width: fit-content;
}

.custom-woocommerce-booking-form .variations select {
    width: 100%;
    padding: 12px;
    border: 1px solid #B89968;
    background-color: #faf6f0;
    font-family: inherit;
    color: #2D3E4F;
    outline: none;
    appearance: none;
    font-size: 14px;
}

.custom-woocommerce-booking-form .woocommerce-variation-price {
    margin: 20px 0;
    font-size: 24px;
    font-weight: bold;
    color: #B89968;
    text-align: center;
}

.custom-woocommerce-booking-form .single_add_to_cart_button.button.alt {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #b89968; 
    color: #2d3e4f;
    border: none;
    font-family: 'Inter';
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px solid #b89968;
}

.custom-woocommerce-booking-form .single_add_to_cart_button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #B89968;
}
.custom-woocommerce-booking-form form {
    display: flex;
}
.custom-woocommerce-booking-form form.variations_form.cart {
    display: block;
}
.custom-woocommerce-booking-form .single_add_to_cart_button.button.alt.disabled {
    background-color: #b899688f;
    opacity: 1;
    color: #666666;
    cursor: not-allowed;
    border-color: #b89968;
}

@keyframes flashHighlight {
    0% { box-shadow: 0 0 0 0px rgba(184, 153, 104, 0.5); }
    50% { box-shadow: 0 0 0 15px rgba(184, 153, 104, 0); }
    100% { box-shadow: 0 0 0 0px rgba(184, 153, 104, 0); }
}
.highlight-booking {
    animation: flashHighlight 1.5s ease-out-forward;
}

aside a.reset_variations {
    display: none !important;
}

aside .woocommerce-variation-add-to-cart.variations_button {
    /* display: flex; */
    flex-direction: row;
}

.woocommerce .quantity .qty {
    height: 30px;
    border-color: #b89968;
    border: 1px solid #b89968;
}

aside .quantity {
    border-right: 0;
    position: relative;
    margin-right: -5px;
}
aside .quantity {
    display: flex;
    align-items: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

aside .quantity::before {
    content: "Passager(s)";
    display: block;
    margin-bottom: 0;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 600;
    color: #2d3e4f;
}

aside p.stock {
    font-size: 15px;
    margin-top: 0;
}
@media (min-width: 1024px) {
    .container {
        flex-direction: row;
    }

    .single .content {
        width: 65%;
        padding: 0 48px;
    }

    .sidebar {
        width: 35%;
        position: -webkit-sticky;
        position: sticky;
        top: 120px;
        z-index: 20;
    }
}


.section-itineraire {
    background-color: #F0EBE0;
    padding: 80px 20px;
    margin: 0 -20px;
    font-family:'inter';
}

.itineraire-layout {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 48px;
}

.itineraire-map-column {
    width: 100%;
}

.map-placeholder {
    aspect-ratio: 4 / 5;
    background-color: #FAF6F0;
    border: 1px solid #E5DFD3;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
}

.map-icon {
    width: 64px;
    height: 64px;
    color: #B89968;
    opacity: 0.2;
    margin-bottom: 16px;
}

.map-text {
    font-family: 'Bodoni moda';
    font-style: italic;
    color: #2D3E4F;
    font-size: 18px;
}

.content .map-caption {
    font-family: 'inter';
    font-style: italic;
    font-size: 12px;
    color: #6E6358;
    margin-top: 16px;
    line-height: 18px;
    font-weight: 400;
}

.itineraire-accordion-column {
    width: 100%;
    display: flex;
    flex-direction: column;
}


.accordion-item {
    background-color: #FAF6F0;
    border-bottom: 1px solid #E5DFD3;
    overflow: hidden;
    transition: background-color 0.3s ease;
}
.accordion-body {
    padding: 0 25px;
}
.accordion-item:not(.active):hover {
    background-color: rgba(250, 246, 240, 0.8);
}

.accordion-header {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0 24px;
    cursor: pointer;
    user-select: none;
}

.accordion-day {
    font-family: 'Bodoni moda';
    font-style: italic;
    font-size: 32px;
    color: #B89968;
    width: 80px;
    flex-shrink: 0;
}

.accordion-meta {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.accordion-location {
    font-family: 'Bodoni moda';
    font-size: 20px;
    color: #2D3E4F;
    margin: 0;
    font-weight: normal;
}

.accordion-sub {
    font-family: 'Bodoni moda';
    font-style: italic;
    font-size: 14px;
    color: #6E6358;
}

.accordion-chevron {
    color: #B89968;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    padding: 0 24px; 
    transition: grid-template-rows 0.4s cubic-bezier(0.25, 1, 0.5, 1),
                padding 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 0;
}

.accordion-item.active .accordion-content {
    grid-template-rows: 1fr;
    padding: 4px 0 24px; 
    height: auto;
}

.accordion-content > * {
    min-height: 0; 
    opacity: 0;
    transition: opacity 0.25s ease;
}

.accordion-item.active .accordion-content > * {
    opacity: 1;
    transition: opacity 0.3s ease 0.1s; 
}

.accordion-item.active .accordion-chevron {
    transform: rotate(180deg);
}

.accordion-img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 2px;
    margin-bottom: 20px;
}

.privatisation-badge {
    background-color: #F0EBE0;
    border-left: 3px solid #B89968;
    padding: 12px;
    margin-bottom: 16px;
}

.privatisation-badge span {
    font-family: 'Bodoni moda';
    font-style: italic;
    font-size: 14px;
    color: #B89968;
}

.content .accordion-text p {
    font-family: 'inter';
    font-size: 15px;
    color: #1A1A1A;
    line-height: 1.65;
    margin: 0;
}

.download-itinerary {
    font-family: 'Bodoni moda';
    font-style: italic;
    font-size: 16px;
    color: #B89968;
    text-decoration: none;
    border-bottom: 1px solid #B89968;
    align-self: flex-start;
    padding-bottom: 4px;
    margin-top: 48px;
    transition: opacity 0.2s;
}

.download-itinerary:hover {
    opacity: 0.8;
}

.callback-block {
    margin: 24px 0;
}

.team-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.avatar-stack {
    display: flex;
    justify-content: center;
}

.avatar-stack img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #FAF6F0;
    object-fit: cover;
    margin-left: -10px;
}

.avatar-stack img:first-child {
    margin-left: 0;
}

.team-sales-text {
    font-family: 'Inter';
    font-style: italic;
    font-size: 12px;
    color: #6E6358;
    text-align: center;
    margin: 0;
    font-weight: 400;
}

.callback-block .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.callback-block label {
    font-family: 'inter';
    font-size: 11px;
    color: #6E6358;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}

.callback-block input[type="tel"] {
    width: 100%;
    height: 44px;
    border: 1px solid #E5DFD3;
    background-color: #FFF;
    padding: 0 12px;
    font-size: 14px;
    color: #2D3E4F;
    outline: none;
    box-sizing: border-box;
}

.form-submit-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.btn-callback {
    width: 100%;
    height: 48px;
    background-color: #2D3E4F;
    color: #FFFFFF;
    border: none;
    font-family: 'inter';
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-callback:hover {
    background-color: #1A2733;
}

.submit-subtext {
    font-family: 'inter';
    font-style: italic;
    font-size: 12px;
    color: #6E6358;
}

.sidebar-footer-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 5px;
}

.sidebar-action-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #2D3E4F;
    font-family: 'inter';
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
    /* padding-bottom: 12px; */
}

.download-link {
    /* border-bottom: 1px solid #E5DFD3; */
    padding-bottom: 0;
}

.sidebar-action-link svg {
    color: #B89968;
    flex-shrink: 0;
}

.sidebar-action-link:hover span {
    text-decoration: underline;
}

@media (min-width: 1024px) {
    .section-itineraire {
        padding: 120px 50px;
        margin: 0;
        margin-top: 50px;
    }
    
    .itineraire-layout {
        flex-direction: row;
        gap: 40px;
    }

    .itineraire-map-column {
        width: 41.66%;
    }

    .itineraire-accordion-column {
        width: 58.33%;
    }
}

.callback-block .form-group p {
    margin: 0;
}

.form-submit-wrapper {
    margin: 0;
    position: relative;
}

.form-submit-wrapper p {
    display: block;
    width: 100%;
    text-align: center;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin-top: 0;
}

.wpcf7-spinner {
    position: absolute;
    top: -2px;
    right: -60px;
}

.sidebar-footer-links a {
    font-weight: 400;
}
/* ==========================================================================
   SECTION Ã€ BORD (L'EXPLORA II)
   ========================================================================== */

.section-a-bord {
    background-color: #FAF6F0;
    padding: 80px 0;
}

.abord-layout {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 1200px; 
    margin: 0 auto;
}

.abord-info-column {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.abord-tagline {
    font-family: sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #B89968;
    margin: 0 0 16px 0;
}
.abord-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
    margin-bottom: 32px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-family: 'Bodoni Moda';
    font-size: 32px;
    color: #2D3E4F;
    font-weight: 400;
    line-height: 1.2;
}

.stat-label {
    font-family: 'Inter';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #6E6358;
    margin-top: 4px;
    font-weight: 400;
}

.abord-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.btn-discover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 48px;
    border: 1.5px solid #2D3E4F;
    background-color: transparent;
    color: #2D3E4F;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-discover:hover {
    background-color: rgba(45, 62, 79, 0.05);
}

.link-video {
    font-family: 'Bodoni Moda';
    font-style: italic;
    font-size: 16px;
    color: #B89968;
    text-decoration: none;
    border-bottom: 1px solid #B89968;
    padding-bottom: 2px;
    transition: opacity 0.2s ease;
    font-weight: 400;
}

.link-video:hover {
    opacity: 0.8;
}

.abord-gallery-column {
    width: 100%;
}

.abord-photos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.abord-photos-grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 2px; 
}
.abord-photos-grid img {
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.abord-photos-grid img:hover {
    opacity: 0.9;
    transform: scale(1.015);
}

.image-modal {
    display: none; 
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 62, 79, 0.9); 
    backdrop-filter: blur(6px); 
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-modal.active {
    display: flex;
    opacity: 1;
}

.modal-img-content {
    max-width: 85%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 2px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.image-modal.active .modal-img-content {
    transform: scale(1);
}

.modal-close {
    position: absolute;
    top: 24px;
    right: 32px;
    color: #FAF6F0;
    font-size: 44px;
    font-weight: 200;
    cursor: pointer;
    line-height: 1;
    user-select: none;
    transition: color 0.2s ease;
}

.modal-close:hover {
    color: #B89968; 
}

.modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #FAF6F0; 
    font-size: 40px;
    padding: 16px;
    cursor: pointer;
    user-select: none;
    z-index: 10000;
    transition: color 0.2s ease, transform 0.2s ease;
}

.modal-prev {
    left: 24px;
}

.modal-next {
    right: 24px;
}

.modal-nav:hover {
    color: #B89968; 
    transform: translateY(-50%) scale(1.1);
}

/* ==========================================================================
   SECTION BRIGADE (VOS CHEFS)
   ========================================================================== */

.section-brigade {
    background-color: #2D3E4F;
    color: #FAF6F0;
    padding: 80px 20px;
    box-sizing: border-box; 
}

.brigade-container {
    max-width: 1200px;
    margin: 0 auto;
}


section.section-brigade h2.section-title {
    color: #FAF6F0;
    margin: 0 0 48px 0;
}

.brigade-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
}

.chef-card {
    flex: 1;
}

.chef-img-wrapper {
    width: 100%;
    aspect-ratio: 4 / 5;
    margin-bottom: 20px;
    overflow: hidden;
    max-width: 280px;
}

.chef-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
    transition: transform 0.4s ease;
}

.chef-card:hover .chef-img-wrapper img {
    transform: scale(1.03);
}

.chef-name {
    font-family: 'Bodoni Moda';
    font-size: 24px;
    font-weight: normal;
    color: #FAF6F0;
    margin: 0 0 12px 0;
}

.chef-divider {
    height: 1px;
    width: 24px;
    background-color: #B89968;
    margin-bottom: 12px;
}

.content .chef-role {
    font-size: 13px;
    color: rgba(250, 246, 240, 0.8); 
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.content .chef-status {
    font-size: 13px;
    font-style: italic;
    color: #B89968;
    margin: 0;
}

.content .brigade-footer-text p{
    font-family: 'Bodoni Moda';
    font-style: italic;
    font-size: 18px;
    color: rgba(250, 246, 240, 0.9);
    max-width: 560px;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}
/* ==========================================================================
   SECTION INCLUS / NON INCLUS
   ========================================================================== */

.section-inclus {
    background-color: #FAF6F0;
    padding: 80px 0;
    box-sizing: border-box;
}

.inclus-container {
    max-width: 1200px;
    margin: 0 auto;
}

.inclus-tagline {
    font-family: sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #B89968;
    margin: 0 0 16px 0;
}

#inclus-non-inclus .section-title {
    margin: 0 0 48px 0;
}

.inclus-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
}

.inclus-box {
    flex: 1;
    padding: 24px;
    border-radius: 4px;
    box-sizing: border-box;
}

.box-included {
    background-color: #F0EBE0;
}

.box-excluded {
    background-color: #FAF6F0;
    border: 1px solid #E5DFD3;
}

.box-title {
    font-family: 'Bodoni Moda';
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 12px 0;
}

.box-included .box-title {
    color: #2D3E4F;
}

.box-excluded .box-title {
    color: #6E6358;
}

.box-divider {
    height: 1px;
    width: 32px;
    margin-bottom: 20px;
}

.divider-gold {
    background-color: #B89968;
}

.divider-taupe {
    background-color: #6E6358;
}

.inclus-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px; 
}

.inclus-list li {
    display: flex;
    align-items: start;
    gap: 12px;
}

.inclus-list span {
    font-family: 'Inter';
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}

.box-included span {
    color: #1A1A1A;
}

.box-excluded span {
    color: #6E6358;
}

.icon-check, .icon-x {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    flex-shrink: 0;
}

.icon-check {
    color: #B89968;
}

.icon-x {
    color: #6E6358;
}

.content .inclus-footer-text {
    font-family: 'Bodoni Moda';
    font-style: italic;
    font-size: 14px;
    color: #6E6358;
    text-align: center;
    margin: 0;
    line-height: 1.5;
}

.inclus-footer-text a {
    color: #2D3E4F;
    text-decoration: none;
    font-weight: 500;
}

.inclus-footer-text a:hover {
    text-decoration: underline;
}
/* ==========================================================================
   SECTION TARIFS
   ========================================================================== */

.section-tarifs {
    background-color: #F0EBE0;
    padding: 60px 20px;
    text-align: center;
    box-sizing: border-box;
}

.tarifs-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content .tarifs-description, .content .tarifs-description p {
    font-family: 'Bodoni Moda';
    font-style: italic;
    font-size: 16px;
    color: #6E6358;
    max-width: 540px;
    line-height: 1.6;
    margin: 0 0 32px 0;
}

.tarifs-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 800px;
}

.btn-tarif {
    width: 100%;
    height: 56px;
    font-family: 'Inter';
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    line-height: 1.3;
}
aside .btn-tarif {
    background: #322e2a7a;
    color: #fff;
}
.tarifs-actions .btn-tarif {
    display: flex;
    justify-content: center;
    align-items: center;
}
aside .btn-tarif:hover {
    background: #2D3E4F;
}
.btn-gold {
    background-color: #B89968;
    color: #2D3E4F;
}

.btn-gold:hover {
    background-color: rgba(184, 153, 104, 0.9);
}

.btn-outline {
    background-color: transparent;
    border: 1.5px solid #2D3E4F;
    color: #2D3E4F;
    max-width: 240px;
}

.btn-outline:hover {
    background-color: rgba(45, 62, 79, 0.05);
}

/* ==========================================================================
   SECTION VIDÃ‰O
   ========================================================================== */

.section-video {
    background-color: #FAF6F0;
    padding: 80px 0;
    text-align: center;
    box-sizing: border-box;
}

.video-container {
    max-width: 1000px; 
    margin: 0 auto;
}

.video-wrapper-trigger {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #2D3E4F;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.video-cover-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.video-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(45, 62, 79, 0.2);
    transition: background-color 0.3s ease;
}

.video-wrapper-trigger:hover .video-cover-img {
    transform: scale(1.04);
}

.video-wrapper-trigger:hover .video-overlay {
    background-color: rgba(45, 62, 79, 0.3);
}

.video-play-btn {
    z-index: 10;
    width: 60px;
    height: 60px;
    background-color: #B89968;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    transition: all 0.3s ease;
}

.icon-play {
    width: 20px;
    height: 20px;
    color: #FAF6F0;
    margin-left: 3px; 
}

.video-wrapper-trigger {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.video-wrapper-trigger video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.content .video-caption {
    font-family: 'Bodoni Moda';
    font-style: italic;
    font-size: 13px;
    color: #6E6358;
    margin: 12px 0 0 0;
}

.desktop-only {
    display: none;
}
/* ==========================================================================
   SECTION TÃ‰MOIGNAGES
   ========================================================================== */

.section-temoignages {
    background-color: #FAF6F0;
    padding: 80px 0;
    box-sizing: border-box;
}

.temoignages-container {
    max-width: 1200px;
    margin: 0 auto;
}

.temoignages-header {
    text-align: center;
    margin-bottom: 48px;
}

.temoignages-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

/* --- Cartes TÃ©moignages --- */
.testimonial-card {
    background-color: #FAF6F0;
    border: 1px solid #E5DFD3;
    padding: 32px;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

/* Guillemet stylisÃ© */
.quote-mark {
    font-family: 'Bodoni Moda';
    font-style: italic;
    font-size: 48px;
    color: #B89968;
    line-height: 1;
    margin-bottom: 12px;
}

/* Corps de la citation */
.content .quote-text {
    font-family: 'Bodoni Moda';
    font-style: italic;
    font-size: 17px;
    color: #2D3E4F;
    line-height: 1.55;
    margin: 0 0 24px 0;
    flex-grow: 1; /* Aligne les blocks du bas mÃªme si le texte est plus court */
}

.quote-divider {
    height: 1px;
    width: 24px;
    background-color: #B89968;
    margin-bottom: 12px;
}

/* MÃ©ta-donnÃ©es de l'auteur */
.content .quote-author {
    font-family: 'Inter';
    font-size: 13px;
    font-weight: 500;
    color: #2D3E4F;
    margin: 0;
}

.content .quote-city {
    font-family: 'Inter';
    font-size: 12px;
    color: #6E6358;
    margin: 0;
}

.content .quote-cruise {
    font-family: 'Inter';
    font-size: 11px;
    font-style: italic;
    color: #B89968;
    margin: 0;
}

/* ==========================================================================
   SECTION FAQ
   ========================================================================== */

.section-faq {
    background-color: #F0EBE0;
    padding: 80px 20px;
    box-sizing: border-box;
}

.faq-container {
    max-width: 900px; 
    margin: 0 auto;
}

.faq-accordion-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 48px;
}

.accordion-item {
    background-color: #FAF6F0;
    border-b: 1px solid #E5DFD3;
    transition: background-color 0.3s ease;
}

#faq .accordion-header {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
}

.accordion-header:hover {
    background-color: rgba(250, 246, 240, 0.8);
}

.faq-question {
    font-family: 'Bodoni Moda';
    font-size: 18px;
    color: #2D3E4F;
    padding-right: 16px;
    text-align: left;
    font-weight: 400;
}

.faq-icon-toggle {
    width: 20px;
    height: 20px;
    color: #B89968;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-icon-toggle svg {
    width: 20px;
    height: 20px;
}

.accordion-item .icon-minus {
    display: none;
}

.accordion-item .icon-plus {
    display: block;
}

.accordion-item.active .icon-minus {
    display: block;
}

.accordion-item.active .icon-plus {
    display: block; 
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#faq .accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

#faq .accordion-content-inner {
    overflow: hidden;
    padding-inline: 15px;
}

#faq  .faq-answer {
    font-family: 'Inter';
    font-size: 15px;
    color: #1A1A1A;
    line-height: 1.7;
    margin: 0;
    padding: 8px 20px 32px;
    text-align: left;
}

#faq .accordion-item.active .accordion-content {
    grid-template-rows: 1fr;
}

.faq-footer {
    display: flex;
    justify-content: center;
}

.btn-all-faq {
    font-family: 'Inter';
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #B89968;
    text-decoration: none;
    border-bottom: 1px solid #B89968;
    padding-bottom: 2px;
    transition: opacity 0.2s ease;
    font-weight: 400;
}

.btn-all-faq:hover {
    opacity: 0.8;
}
/* ==========================================================================
   SECTION CROISIÈRES SIMILAIRES
   ========================================================================== */

.section-similar {
    background-color: #FAF6F0;
    padding: 80px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.similar-container {
    max-width: 1200px;
    margin: 0 auto;
}

.similar-tagline {
    font-family: sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #B89968;
    margin: 0 0 16px 0;
}

.similar-title {
    font-family: serif;
    font-size: 32px;
    font-weight: normal;
    color: #2D3E4F;
    margin: 0 0 48px 0;
}

.similar-grid {
    display: flex;
    overflow-x: auto;
    gap: 50px 24px;
    margin: 0 -20px;
    padding: 0 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.hide-scrollbar {
    -ms-overflow-style: none;  
    scrollbar-width: none; 
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

/* --- Cartes Articles --- */
.cruise-card-item {
    min-w: 80vw; 
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.cruise-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 20px;
}

.cruise-img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.cruise-card-item:hover .cruise-img {
    transform: scale(1.05);
}

.cruise-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #ffffff;
    font-family: 'Inter';
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 8px;
    border-radius: 2px;
    box-sizing: border-box;
}

.content .cruise-destination {
    font-family: 'Inter';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #B89968;
    margin: 0 0 8px 0;
}

.cruise-item-title {
    font-family: 'Bodoni Moda';
    font-size: 22px;
    font-weight: normal;
    color: #2D3E4F;
    margin: 0 0 4px 0;
}

.content .cruise-date {
    font-family: 'Bodoni Moda';
    font-style: italic;
    font-size: 14px;
    color: #6E6358;
    margin: 0 0 16px 0;
}

.cruise-divider {
    height: 1px;
    width: 24px;
    background-color: #B89968;
    margin-bottom: 16px;
}

.content .cruise-details {
    font-family: 'Inter';
    font-size: 13px;
    color: #6E6358;
    line-height: 1.5;
    margin: 0 0 16px 0;
    flex-grow: 1;
}

.cruise-link-btn {
    font-family: 'Bodoni Moda';
    font-style: italic;
    font-size: 14px;
    color: #B89968;
    border-bottom: 1px solid #B89968;
    align-self: flex-start;
    padding-bottom: 2px;
    transition: opacity 0.2s ease;
    font-weight: 400;
}

.cruise-card-item:hover .cruise-link-btn {
    opacity: 0.8;
}
/* ==========================================================================
   STYLES SECTION FINAL CTA
   ========================================================================== */

.final-cta-section {
    padding: 100px 20px;
    background-color: #2d3e4f;
    color: #FAF6F0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}


.final-cta-italic {
    font-style: italic;
}

.content .final-cta-desc {
    font-family: 'Bodoni Moda';
    font-size: 18px;
    color: rgba(250, 246, 240, 0.9);
    max-width: 580px;
    margin: 0 auto;
    margin-bottom: 48px;
    line-height: 1.6;
}

.final-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 800px;
    justify-content: center;
    margin: 0 auto 32px;
}

.final-cta-btn {
    width: 100%;
    height: 56px;
    font-family: 'Inter';
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}


.final-cta-btn.btn-gold {
    background-color: #B89968;
    color: #2D3E4F;
}

.final-cta-btn.btn-gold:hover {
    background-color: rgba(184, 153, 104, 0.9);
}

.final-cta-btn.btn-outline {
    background-color: transparent;
    border: 1.5px solid #FAF6F0;
    color: #FAF6F0;
}

.final-cta-btn.btn-outline:hover {
    background-color: rgba(250, 246, 240, 0.1);
}

.content .final-cta-brochure {
    font-family: 'Inter';
    font-size: 13px;
    font-style: italic;
    color: rgba(250, 246, 240, 0.7);
    text-decoration: none;
    transition: color 0.2s ease;
}

.final-cta-brochure:hover {
    color: #FAF6F0;
}

section.final-cta-section .container {
    background: transparent;
}

section.final-cta-section .container h2 {
    color: #f6f6f6;
    font-size: 64px;
}

section.final-cta-section .container h2 span {
    display: block;
    font-style: italic;
}
/* ==========================================================================
   STYLES SECTION INVITÉS
   ========================================================================== */

.guests-section {
    background-color: #2D3E4F;
    padding: 80px 20px;
    color: #FAF6F0;
    box-sizing: border-box;
}

.guests-container {
    max-width: 1280px;
    margin: 0 auto;
}

.guests-header {
    margin: 0 auto 25px;
}

.guests-desc {
    font-family: sans-serif;
    font-size: 16px;
    color: rgba(250, 246, 240, 0.8);
    line-height: 1.6;
    margin: 0;
}

.guests-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 48px;
}


.guest-card {
    display: flex;
    flex-direction: column;
}

.guest-img-wrapper {
    aspect-ratio: 3 / 4;
    border-radius: 4px;
    overflow: hidden;
    background-color: rgba(250, 246, 240, 0.1);
    margin-bottom: 24px;
}

.guest-img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.guest-card:hover .guest-img {
    transform: scale(1.03);
}

.content .guest-name {
    font-family: 'Bodoni Moda';
    font-size: 20px;
    font-weight: normal;
    color: #FAF6F0;
    margin-top: 0;
    margin-bottom: 12px;
}


.guest-divider {
    width: 24px;
    height: 1px;
    background-color: #B89968;
    margin-bottom: 16px;
}

.content .guest-role {
    font-family: 'Inter';
    font-size: 13px;
    color: rgba(250, 246, 240, 0.7);
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 4px;
}


.content .guest-voyage {
    font-family: 'Inter';
    font-style: italic;
    font-size: 13px;
    color: #B89968;
    margin: 0;
}


.guests-footer {
    display: flex;
    justify-content: center;
}

.btn-outline-light {
    background-color: transparent;
    border: 1px solid #FAF6F0;
    color: #FAF6F0;
    font-family: 'Inter';
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 16px 40px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    border-radius: 5px;
}

.btn-outline-light:hover {
    background-color: #FAF6F0;
    color: #2D3E4F;
}

.guests-header p {
    color: #f6f6f6;
}

.guests-header .section-title {
    color: #f6f6f6;
}

/* --- Styles de la Modal --- */
.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.custom-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 62, 79, 0.5); 
    backdrop-filter: blur(4px);
}

.modal-wrapper {
    position: relative;
    background: #FFFFFF;
    width: 100%;
    max-width: 550px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    z-index: 10;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.custom-modal.is-open .modal-wrapper {
    transform: translateY(0);
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    color: #2D3E4F;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s ease;
}

.modal-close:hover {
    color: #B89968;
}

.modal-title {
    font-size: 24px;
    color: #2D3E4F;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Bodoni Moda';
}

.modal-subtitle {
    font-size: 13px;
    color: #6E6358;
    margin-bottom: 25px;
}

/* --- Style du Tableau des Tarifs --- */
.tarifs-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.tarifs-table th {
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #6E6358;
    border-bottom: 1px solid #B89968;
    padding-bottom: 10px;
}

.tarifs-table td {
    padding: 15px 0;
    border-bottom: 1px solid #EAEAEA;
    font-size: 14px;
    color: #2D3E4F;
    text-align: left;
}

.tarifs-table tr:last-child td {
    border-bottom: none;
}

.tarifs-table .cabin-name {
    font-weight: 500;
}

.tarifs-table .cabin-price {
    font-family: serif;
    font-style: italic;
    font-size: 16px;
    color: #B89968;
    font-weight: 600;
}

.tarifs-table .text-right {
    text-align: right;
}
.tarifs-table .text-center {
    text-align: center;
}
aside .btn-tarif {
    height: 44px;
    padding-inline: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
/* ==========================================================================
   RESPONSIVE
   ========================================================================== */


@media (min-width: 1024px) {
    .section-a-bord {
        padding: 120px 0;
    }

    .abord-layout {
        flex-direction: row;
        gap: 48px;
    }

    .abord-info-column {
        width: 100%;
        max-width: 441px;
    }

    .abord-gallery-column {
        width: 50%;
    }

    .abord-title {
        font-size: 44px;
    }

    .abord-subtitle {
        font-size: 22px;
    }
        .section-brigade {
        padding: 120px 50px;
    }
    
    .brigade-title {
        font-size: 44px;
    }

    .brigade-grid {
        gap: 48px;
    }
    .section-inclus {
        padding: 120px 0;
    }

    .inclus-title {
        font-size: 44px;
    }

    .inclus-box {
        padding: 32px;
    }
        .section-tarifs {
        padding: 100px 40px;
    }


    .section-video {
        padding: 120px 0;
    }

    .video-title {
        font-size: 44px;
    }

    .video-play-btn {
        width: 80px;
        height: 80px;
    }

    .icon-play {
        width: 28px;
        height: 28px;
        margin-left: 4px;
    }
    .section-temoignages {
        padding: 120px 0;
    }
    
    .temoignages-title {
        font-size: 44px;
    }
    .section-faq {
        padding: 120px 40px;
    }
    
    .faq-title {
        font-size: 44px;
    }
    .section-similar {
        padding: 120px 0;
    }
    
    .similar-title {
        font-size: 44px;
    }
    .final-cta-section {
        padding: 160px 20px;
    }
    .final-cta-title {
        font-size: 64px;
    }
}
@media (min-width: 768px) {
    .brigade-grid {
        flex-direction: row;
        gap: 32px;
    }
    .inclus-grid {
        flex-direction: row;
    }
    .tarifs-actions {
        flex-direction: row;
    }
    
    .btn-tarif {
        flex: 1;
        width: auto;
    }
    
    .desktop-only {
        display: inline;
    }
    .temoignages-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .similar-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr); 
        gap: 24px;
        margin: 50px 0 0;
        padding: 0;
        overflow-x: visible;
    }
    
    .cruise-card-item {
        min-width: 0; 
    }
    .final-cta-buttons {
        flex-direction: row;
    }
    .final-cta-btn {
        width: auto;
        padding: 0 32px;
    }
        .guest-name {
        font-size: 22px;
    }
    .content .guest-role {
        font-size: 14px;
    }
    .content .guest-voyage {
        font-size: 14px;
    }
    .guests-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }
        .guests-section {
        padding: 120px 35px;
    }
    .guests-header {
        margin-bottom: 50px;
    }
    .guests-desc {
        font-size: 18px;
    }
    .guests-title {
        font-size: 48px;
    }
}
@media (max-width: 768px) {
    .modal-close {
        top: 16px;
        right: 24px;
        font-size: 36px;
    }
    .modal-img-content {
        max-width: 92%;
    }
    .modal-nav {
        font-size: 30px;
        padding: 8px;
    }
    .modal-prev {
        left: 8px;
    }
    .modal-next {
        right: 8px;
    }
    .modal-img-content {
        max-width: 80%;
    }

    .features {
        grid-template-columns: repeat(1, 1fr);
    }

    .abord-actions {
        flex-wrap: wrap;
    }

    .btn-outline {
        max-width: 100%;
    }

    .similar-grid {
        flex-wrap: wrap;
    }

    .final-cta-section {
        padding-block: 0;
    }

    section.final-cta-section .container h2, section h2 {
        font-size: 32px;
    }

    .footer-heading {
        margin-bottom: 0;
    }

    .footer-grid {
        gap: 25px;
    }

    .guests-section, .section-itineraire {
        padding: 35px 20px;
    }
}