.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#A3A3A3;--e-global-color-text:#FFFFFF;--e-global-color-accent:#D4AF37;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:400;background-color:#0A0A0A;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==========================================================================
   KING TIDE CHARTERS - GLOBAL DESIGN SYSTEM
   ========================================================================== */

/* --- 1. TYPOGRAPHY IMPORTS & VARIABLES --- */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=Montserrat:wght@300;400;500;600&display=swap');

:root {
    --color-dark: #0a0a0a;
    --color-light: #ffffff;
    --color-muted: #a3a3a3;
    --color-gold: #d4af37;
    --font-display: 'Cormorant Garamond', serif;
    --font-sans: 'Montserrat', sans-serif;
}

/* --- 2. BASE RESETS --- */
body { 
    margin: 0; 
    font-family: var(--font-sans); 
    color: var(--color-light); 
    background-color: var(--color-dark); 
    overflow-x: hidden; 
    -webkit-font-smoothing: antialiased; 
}

h1, h2, h3, h4, h5, h6 { 
    font-family: var(--font-display); 
    font-weight: 400; 
    margin: 0; 
}

a { color: var(--color-gold); text-decoration: none; transition: 0.3s; }
 a:hover { color: #fff; }

.hero h1{
    font-size: clamp(3.5rem, 8vw, 6.5rem) !important;
}

/* --- 3. UTILITY TYPOGRAPHY --- */
.eyebrow { 
    font-family: var(--font-sans) !important; 
    font-size: 0.8rem !important; 
    font-weight: 500 !important; 
    text-transform: uppercase !important; 
    letter-spacing: 0.4em !important; 
    color: var(--color-muted) !important; 
    margin-bottom: 2vh; 
    display: block; 
}

.signature { 
    font-family: var(--font-display) !important; 
    font-size: 2.5rem !important; 
    font-style: italic !important; 
    color: var(--color-gold) !important; 
}

/* --- 4. GLOBAL BUTTON COMPONENTS --- */
/* The Standard Glass Button */
.btn-glass { 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    gap: 10px; 
    border: 1px solid rgba(255,255,255,0.4); 
    background: rgba(255,255,255,0.05); 
    backdrop-filter: blur(4px); 
    color: var(--color-light); 
    padding: 16px 40px; 
    font-size: 0.8rem; 
    font-weight: 500; 
    text-transform: uppercase; 
    letter-spacing: 0.2em; 
    text-decoration: none; 
    transition: all 0.4s ease; 
    cursor: pointer; 
}
.btn-glass:hover { 
    background: var(--color-light); 
    color: var(--color-dark); 
    border-color: var(--color-light); 
}
.btn-glass svg { transition: transform 0.3s ease; }
.btn-glass:hover svg { transform: translateX(4px); }

/* The Solid Gold Button (High intent, e.g., Submit forms) */
.btn-solid-gold {
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    gap: 10px; 
    border: 1px solid var(--color-gold); 
    background: var(--color-gold); 
    color: var(--color-dark); 
    padding: 16px 40px; 
    font-size: 0.8rem; 
    font-weight: 600; 
    text-transform: uppercase; 
    letter-spacing: 0.2em; 
    text-decoration: none; 
    transition: all 0.4s ease; 
    cursor: pointer; 
}
.btn-solid-gold:hover { 
    background: transparent; 
    color: var(--color-gold); 
}
.btn-solid-gold svg { transition: transform 0.3s ease; }
.btn-solid-gold:hover svg { transform: translateX(4px); }

/* The Bare Text Link Button (For dark image overlays) */
.btn-bare { 
    display: inline-flex; 
    align-items: center; 
    gap: 8px; 
    color: var(--color-light); 
    font-size: 0.8rem; 
    font-weight: 600; 
    text-transform: uppercase; 
    letter-spacing: 0.15em; 
    text-decoration: none; 
    transition: color 0.3s ease; 
    padding: 10px 0; 
    background: transparent; 
    border: none; 
    cursor: pointer;
}
.btn-bare:hover { color: var(--color-gold); }
.btn-bare svg { transition: transform 0.3s ease; }
.btn-bare:hover svg { transform: translateX(4px); }


/* --- 5. CUSTOM HTML WIDGETS (CAROUSELS) --- */
/* For whenever you drop the Reel or Review code into an Elementor HTML widget */
.carousel-wrapper { position: relative; max-width: 1300px; margin: 0 auto; display: flex; align-items: center; }
.scroll-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 20px 0 40px; scrollbar-width: none; scroll-behavior: smooth; }
.scroll-track::-webkit-scrollbar { display: none; }

/* Reel Cards */
.reel-card { flex: 0 0 auto; width: 280px; height: 498px; aspect-ratio: 9 / 16; scroll-snap-align: center; overflow: hidden; background: #111; box-shadow: 0 15px 35px rgba(0,0,0,0.5); position: relative; display: block; cursor: pointer; border-radius: 12px; }
.reel-card video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; background: #000; z-index: 1; }
.reel-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60px; height: 60px; background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(4px); border: 1px solid rgba(255, 255, 255, 0.8); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 2; transition: all 0.3s ease; pointer-events: none; }
.reel-play-btn svg { width: 24px; height: 24px; fill: #fff; margin-left: 4px; }
.reel-card:hover .reel-play-btn { background: rgba(255,255,255,0.1); transform: translate(-50%, -50%) scale(1.1); }
.reel-card.is-playing .reel-play-btn { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }

/* Review Cards */
.review-card { flex: 0 0 calc(33.333% - 20px); scroll-snap-align: center; padding: 50px 40px; border: 1px solid rgba(255,255,255,0.05); text-align: left; background: rgba(255,255,255,0.02); display: flex; flex-direction: column; border-radius: 4px;}
.review-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 25px; }
.review-card p { font-size: 1.05rem; line-height: 1.8; color: var(--color-light); margin-bottom: 30px; font-weight: 300; font-style: italic; flex-grow: 1; }
.reviewer { font-size: 0.8rem; text-transform: uppercase; font-weight: 500; letter-spacing: 0.1em; color: var(--color-muted); display: block; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px;}

/* Carousel Nav Buttons */
.carousel-btn { background: transparent !important; border: 1px solid rgba(255,255,255,0.2) !important; color: #fff !important; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s ease; position: absolute; z-index: 10; top: 50%; transform: translateY(-50%); outline: none !important; box-shadow: none !important; }
.carousel-btn:hover { background: #fff !important; color: #000 !important; border-color: #fff !important; }
.carousel-btn.prev { left: -60px; }
.carousel-btn.next { right: -60px; }


/* ==========================================================================
   AEO SEMANTIC MATRIX (TABLE) - GLOBAL
   ========================================================================== */

/* --- DESKTOP BASE --- */
.aeo-matrix-section { padding: 0 8vw 15vh; background: #050505; }
.matrix-wrapper { max-width: 1200px; margin: 0 auto; overflow-x: auto; border: 1px solid rgba(255,255,255,0.05); }
.matrix-header { text-align: center; margin-bottom: 60px; }
.matrix-header h2 { font-size: 3rem; }
.semantic-table { width: 100%; border-collapse: collapse; text-align: left; background: rgba(255,255,255,0.01); min-width: 800px; border: none;}
.semantic-table th { font-family: var(--font-sans); font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; font-size: 0.85rem; padding: 30px; border: none; border-bottom: 1px solid var(--color-gold); color: var(--color-gold); }
.semantic-table td { font-family: var(--font-sans); font-weight: 300; font-size: 1.05rem; padding: 25px 30px; border: none; border-bottom: 1px solid rgba(255,255,255,0.05); color: var(--color-muted); transition: 0.3s; }
.semantic-table tr:hover td { background: rgba(255,255,255,0.03); color: var(--color-light); }
.semantic-table td strong { font-weight: 500; color: #fff; font-family: var(--font-display); font-size: 1.5rem; letter-spacing: 0.02em; }

/* --- MOBILE RESPONSIVE (STACKED CARDS) --- */
@media (max-width: 768px) {
    .aeo-matrix-section { padding: 10vh 5vw; }
    .matrix-wrapper { border: none; overflow-x: visible; }
    .semantic-table, .semantic-table tbody, .semantic-table tr, .semantic-table td { display: block; width: 100%; min-width: auto; }
    .semantic-table thead { display: none; }
    
    .semantic-table tr { margin-bottom: 30px; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.02); border-radius: 4px; padding: 15px 0; }
    
    .semantic-table td { padding: 15px 20px; border-bottom: 1px solid rgba(255,255,255,0.05); text-align: left; position: relative; display: flex; flex-direction: column; gap: 8px; }
    .semantic-table td:last-child { border-bottom: none; }
    
    .semantic-table td::before { content: attr(data-label); position: relative; width: 100%; white-space: normal; font-family: var(--font-sans); font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; color: var(--color-gold); }
    .semantic-table td strong { font-size: 1.2rem; }
}

/* ==========================================================================
   GLOBAL AEO FAQ (FOR NATIVE ELEMENTOR ACCORDION)
   ========================================================================== */
.elementor-widget-n-accordion {
    max-width: 900px;
    margin: 0 auto;
}

/* Style the Summary/Header row */
.elementor-widget-n-accordion .e-n-accordion-item-title {
    padding: 30px 0 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    font-family: var(--font-sans) !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    color: var(--color-light) !important;
    transition: color 0.3s ease;
}

/* Hover state for questions */
.elementor-widget-n-accordion .e-n-accordion-item-title:hover {
    color: var(--color-gold) !important;
}

/* Active/Open state color */
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    color: var(--color-gold) !important;
}

/* Icon Styling */
.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    color: var(--color-gold) !important;
}

/* Style the Answer Content Area */
.elementor-widget-n-accordion .e-n-accordion-item > div {
    padding: 20px 0 30px 0 !important;
    background: transparent !important;
}

/* Force Elementor Text Editor widgets inside the accordion to match our typography */
.elementor-widget-n-accordion .elementor-text-editor {
    color: var(--color-muted) !important;
    line-height: 1.8 !important;
    font-weight: 300 !important;
    font-size: 1.05rem !important;
    font-family: var(--font-sans) !important;
}


/* --- 8. RESPONSIVE GLOBALS --- */
@media (max-width: 1200px) {
    .review-card { flex: 0 0 calc(50% - 10px); } 
    .carousel-btn.prev { left: -20px; }
    .carousel-btn.next { right: -20px; }
}

@media (max-width: 768px) {
    .review-card { flex: 0 0 85%; padding: 40px 30px; }
    .carousel-btn { display: none !important; } 
    .reel-card { width: 75vw; max-width: 320px; height: calc(75vw * (16/9)); }
    .semantic-table th, .semantic-table td { padding: 15px; font-size: 0.85rem; }
    .faq-question { font-size: 1.05rem; }
}

/* Base resets for the page */
.vessel-listing-page { font-family: var(--font-sans); color: var(--color-light); background: var(--color-dark); }
.vessel-listing-page h1, .vessel-listing-page h2, .vessel-listing-page h3 { font-family: var(--font-display); font-weight: 400; margin: 0; color: #fff; }
.vessel-listing-page p { color: var(--color-muted); line-height: 1.7; font-weight: 300; }

/* Hero Section */
.vessel-hero { position: relative; height: 60vh; min-height: 450px; display: flex; align-items: flex-end; padding: 0 5vw 5vh; }
.vessel-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; filter: brightness(0.7); }
.vessel-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,10,1) 0%, rgba(0,0,0,0) 60%); z-index: 1; }
.vessel-hero-content { position: relative; z-index: 2; width: 100%; max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-end; }
.hero-title-group h1 { font-size: clamp(3rem, 5vw, 4.5rem); margin-bottom: 10px; line-height: 1; }
.hero-meta { display: flex; gap: 20px; align-items: center; font-size: 0.9rem; color: var(--color-gold); font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; }
.hero-review-badge { display: flex; align-items: center; gap: 5px; background: rgba(255,255,255,0.1); padding: 5px 12px; border-radius: 20px; color: #fff; }
.hero-review-badge svg { fill: var(--color-gold); width: 14px; height: 14px; }

/* Main Layout Grid */
.listing-container { max-width: 1200px; margin: 0 auto; padding: 5vh 5vw; display: grid; grid-template-columns: 2fr 1fr; gap: 60px; align-items: start; }

/* Content Sections */
.listing-section { margin-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 40px; }
.listing-section:last-child { border-bottom: none; }
.listing-section h2 { font-size: 2.2rem; margin-bottom: 25px; color: var(--color-gold); }

/* Features & Amenities Grid */
.amenities-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.amenity-item { display: flex; align-items: center; gap: 12px; font-size: 0.95rem; color: #fff; }
.amenity-item svg { stroke: var(--color-gold); width: 20px; height: 20px; flex-shrink: 0; }

/* Sticky Booking Sidebar */
.booking-sidebar { background: rgba(255,255,255,0.02); border: 1px solid rgba(212, 175, 55, 0.3); border-radius: 8px; padding: 30px; position: sticky; top: 100px; }
.sidebar-price { font-family: var(--font-display); font-size: 2.5rem; color: #fff; margin-bottom: 5px; line-height: 1; }
.sidebar-price span { font-family: var(--font-sans); font-size: 0.8rem; color: var(--color-muted); text-transform: uppercase; letter-spacing: 0.1em; display: block; margin-bottom: 20px; }
.sidebar-features { list-style: none; padding: 0; margin: 0 0 25px 0; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; }
.sidebar-features li { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: 0.85rem; color: var(--color-muted); }
.sidebar-features svg { stroke: var(--color-gold); width: 16px; height: 16px; }

/* Available Trips Grid */
.trip-item { background: #111; border: 1px solid rgba(255,255,255,0.05); border-radius: 6px; padding: 25px; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; transition: border-color 0.3s; }
.trip-item:hover { border-color: var(--color-gold); }
.trip-info h4 { font-family: var(--font-display); font-size: 1.6rem; color: #fff; margin: 0 0 8px 0; }
.trip-info p { margin: 0; font-size: 0.85rem; color: var(--color-muted); display: flex; gap: 10px; }
.trip-cost { text-align: right; }
.trip-cost strong { display: block; font-size: 1.4rem; color: var(--color-gold); font-weight: 500; }
.trip-cost span { font-size: 0.75rem; color: var(--color-muted); text-transform: uppercase; }

/* Reviews Section */
.review-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); padding: 30px; border-radius: 6px; margin-bottom: 20px; }
.reviewer-info { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }
.reviewer-avatar { width: 40px; height: 40px; background: var(--color-gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #000; font-weight: bold; font-size: 1.2rem; }
.reviewer-meta h4 { font-family: var(--font-sans); font-size: 1rem; color: #fff; margin: 0; font-weight: 500; }
.reviewer-meta span { font-size: 0.8rem; color: var(--color-muted); }
.review-text { font-size: 0.95rem; line-height: 1.6; color: var(--color-light); font-style: italic; }

/* Shared Button Styles */
.btn-solid-gold { background: var(--color-gold); color: #000; padding: 15px 30px; border: none; font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; border-radius: 4px; cursor: pointer; transition: 0.3s; text-decoration: none; display: inline-block; text-align: center; width: 100%; box-sizing: border-box; }
.btn-solid-gold:hover { background: #fff; }
.btn-outline { background: transparent; color: var(--color-light); padding: 12px 25px; border: 1px solid rgba(255,255,255,0.3); font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; border-radius: 4px; cursor: pointer; transition: 0.3s; text-decoration: none; font-size: 0.8rem; }
.btn-outline:hover { border-color: var(--color-gold); color: var(--color-gold); }

/* Responsive Layout */
@media (max-width: 1024px) {
    .listing-container { grid-template-columns: 1fr; }
    .booking-sidebar { position: relative; top: 0; margin-bottom: 40px; order: -1; } /* Moves sidebar above content on mobile */
    .trip-item { flex-direction: column; align-items: flex-start; gap: 15px; }
    .trip-cost { text-align: left; }
}/* End custom CSS */