/*
Theme Name:   Astra Child - Odomankoma
Theme URI:    https://visitodomankoma.com
Description:  Custom child theme for Odomankoma Booking Platform with brand identity
Author:       Odomankoma Cultural Village
Author URI:   https://visitodomankoma.com
Template:     astra
Version:      1.0.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  astra-child
*/

/* ==========================================================================
   Brand Colors
   ========================================================================== */

:root {
    --primary-color: #2c5e2a;
    --accent-color: #e2b13b;
    --primary-hover: #234a22;
    --accent-hover: #d4a02f;
    --text-on-accent: #173316;
    --cream: #fffaf0;
    --surface: #ffffff;
    --ink: #1f2a1f;
    --muted: #667063;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/* Headings - Playfair Display */
h1, h2, h3, h4, h5, h6,
.site-title,
.entry-title,
.widget-title {
    font-family: 'Playfair Display', serif !important;
}

/* Body Text - Inter */
body,
p,
a,
button,
input,
textarea,
select,
.ast-button,
.button {
    font-family: 'Inter', sans-serif !important;
}

/* ==========================================================================
   Header Customization
   ========================================================================== */

/* Transparent header on homepage */
.home .site-header {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 999;
}

/* Sticky header with semi-transparent background and backdrop blur */
.ast-sticky-active .site-header {
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Logo positioning - left side */
.site-branding {
    text-align: left;
}

/* Navigation menu - right side */
.main-header-bar-navigation {
    margin-left: auto;
}

/* Navigation link hover - gold underline animation */
.main-header-menu .menu-item > a {
    position: relative;
    transition: color 0.3s ease;
}

.main-header-menu .menu-item > a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--accent-color);
    transition: width 0.3s ease;
}

.main-header-menu .menu-item > a:hover::after,
.main-header-menu .menu-item.current-menu-item > a::after {
    width: 100%;
}

.main-header-menu .menu-item > a:hover {
    color: var(--primary-color);
}

/* ==========================================================================
   Footer Customization
   ========================================================================== */

/* Three-column footer layout */
.site-footer {
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 60px 0 30px;
}

.footer-widget-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.footer-widget-area .widget {
    color: #ffffff;
}

.footer-widget-area .widget-title {
    color: var(--accent-color);
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.footer-widget-area a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-widget-area a:hover {
    color: var(--accent-color);
}

/* Footer bottom - copyright */
.site-footer .ast-footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

/* ==========================================================================
   Layout Configuration
   ========================================================================== */

/* Container width - 1200px */
.ast-container,
.site-content .ast-container {
    max-width: 1200px;
}

/* Full-width layouts - disable sidebar */
.ast-no-sidebar .site-content {
    width: 100%;
    max-width: 100%;
}

.ast-no-sidebar .entry-content {
    margin: 0 auto;
}

/* ==========================================================================
   Brand Color Application
   ========================================================================== */

/* Primary color applications */
.site-header,
.main-header-bar,
.ast-primary-header-bar {
    background-color: var(--primary-color);
}

.main-header-menu .menu-item.current-menu-item > a,
.main-header-menu .menu-item.current-menu-ancestor > a {
    color: var(--accent-color);
}

/* Accent color applications - CTA buttons */
.ast-button,
.button,
.wp-block-button__link,
input[type="submit"],
button[type="submit"],
.elementor-button,
.book-now-btn {
    background-color: var(--accent-color) !important;
    color: var(--text-on-accent) !important;
    border: none;
    padding: 15px 35px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ast-button:hover,
.button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.elementor-button:hover,
.book-now-btn:hover {
    background-color: var(--accent-hover) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Links */
a {
    color: var(--primary-color);
    transition: color 0.3s ease;
}

a:hover {
    color: var(--accent-color);
}

/* ==========================================================================
   Mobile Responsiveness - 768px breakpoint
   ========================================================================== */

@media (max-width: 768px) {
    /* Mobile header adjustments */
    .site-header {
        padding: 15px 0;
    }
    
    /* Footer - stack columns on mobile */
    .footer-widget-area {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    /* Container padding on mobile */
    .ast-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* Button sizing on mobile */
    .ast-button,
    .button,
    .elementor-button,
    .book-now-btn {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    /* Typography adjustments */
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    h3 {
        font-size: 1.5rem;
    }
}

/* ==========================================================================
   Card Components
   ========================================================================== */

.experience-card,
.card-component {
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.experience-card:hover,
.card-component:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.experience-card img,
.card-component img {
    width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   Section Spacing
   ========================================================================== */

.site-content section,
.elementor-section {
    margin-bottom: 120px;
}

.site-content section:last-child,
.elementor-section:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   Animations
   ========================================================================== */

/* Fade-in animation for content on scroll */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    animation: fadeInUp 0.8s ease forwards;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */

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

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

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-accent {
    background-color: var(--accent-color) !important;
}

/* Full-width sections */
.full-width-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* ==========================================================================
   Experience Archive Page Styles
   ========================================================================== */

.experience-archive .page-header {
    background-color: #f8f9fa;
    padding: 80px 0 60px;
    text-align: center;
    margin-bottom: 60px;
}

.experience-archive .page-title {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.experience-archive .archive-description {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.8;
    color: #666;
}

/* Experience Filters */
.experience-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding: 24px 20px;
    background-color: transparent;
    border-radius: 0;
}

.experience-filters .filter-label {
    font-weight: 600;
    color: var(--primary-color);
    margin-right: 10px;
    width: 100%;
    text-align: center;
    display: none;
}

.experience-filters .filter-button {
    padding: 12px 28px;
    border-radius: 999px;
    background-color: #ffffff;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 2px solid rgba(44, 94, 42, 0.15);
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.experience-filters .filter-button:hover {
    background-color: rgba(44, 94, 42, 0.05);
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.experience-filters .filter-button.active {
    background-color: var(--primary-color);
    color: #ffffff;
    border-color: var(--primary-color);
    box-shadow: 0 4px 12px rgba(44, 94, 42, 0.3);
}

/* Experience Grid */
.experience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

/* Experience Card */
.experience-card {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.experience-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.experience-card-image {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.experience-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.experience-card:hover .experience-card-image img {
    transform: scale(1.05);
}

.experience-category-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--accent-color);
    color: var(--text-on-accent);
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.experience-card-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.experience-card-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    line-height: 1.3;
}

.experience-card-title a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.experience-card-title a:hover {
    color: var(--accent-color);
}

.experience-card-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.experience-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.experience-card-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 0.9rem;
}

.experience-card-meta .meta-item svg {
    color: var(--primary-color);
    flex-shrink: 0;
}

.experience-card-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 20px;
}

.experience-card-price .price-label {
    color: #666;
    font-size: 0.9rem;
}

.experience-card-price .price-amount {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
}

.experience-card-price .price-unit {
    color: #666;
    font-size: 0.9rem;
}

.experience-card-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: var(--accent-color);
    color: var(--text-on-accent);
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.experience-card-button:hover {
    background-color: var(--accent-hover);
    transform: translateX(5px);
}

.experience-card-button svg {
    transition: transform 0.3s ease;
}

.experience-card-button:hover svg {
    transform: translateX(3px);
}

/* No Results */
.no-results,
.no-experiences {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

/* ==========================================================================
   Experience Single Page Styles
   ========================================================================== */

/* Hero Section */
.experience-hero {
    width: 100%;
    margin-bottom: 60px;
}

.experience-hero-image {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.experience-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experience-gallery-slider {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.gallery-slide {
    width: 100%;
    height: 100%;
}

.gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content Wrapper */
.experience-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    margin-bottom: 80px;
}

/* Main Content */
.experience-main-content {
    max-width: 100%;
}

.experience-header {
    margin-bottom: 40px;
}

.experience-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.category-badge {
    display: inline-block;
    padding: 6px 15px;
    background-color: var(--accent-color);
    color: var(--text-on-accent);
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease;
}

.category-badge:hover {
    background-color: var(--accent-hover);
}

.experience-title {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 25px;
    line-height: 1.2;
}

.experience-meta-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px 0;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}

.experience-meta-bar .meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    font-size: 1rem;
}

.experience-meta-bar .meta-item svg {
    color: var(--primary-color);
    flex-shrink: 0;
}

.experience-meta-bar .meta-item strong {
    color: var(--primary-color);
}

.experience-description {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 50px;
}

.experience-description p {
    margin-bottom: 20px;
}

/* Experience Sections */
.experience-section {
    margin-bottom: 50px;
}

.experience-section h2 {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 25px;
}

.experience-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.experience-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.6;
    color: #333;
}

.experience-list li::before {
    content: '+';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-color: var(--accent-color);
    color: var(--text-on-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

/* Sidebar */
.experience-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.experience-booking-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 2px solid #e0e0e0;
}

.booking-card-price {
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid #e0e0e0;
}

.booking-card-price .price-label {
    display: block;
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.booking-card-price .price-amount {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 5px;
}

.booking-card-price .price-unit {
    display: block;
    color: #666;
    font-size: 0.9rem;
}

.booking-cta-button {
    width: 100%;
    padding: 18px 30px;
    background-color: var(--accent-color);
    color: var(--text-on-accent);
    border: none;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 25px;
}

.booking-cta-button:hover {
    background-color: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.booking-card-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.booking-card-info .info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.booking-card-info .info-item svg {
    color: var(--primary-color);
    flex-shrink: 0;
    margin-top: 2px;
}

/* Related Experiences */
.related-experiences {
    margin-top: 80px;
    padding-top: 60px;
    border-top: 2px solid #e0e0e0;
}

.related-experiences h2 {
    font-size: 2.5rem;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 50px;
}

.related-experiences-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.related-experience-card {
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.related-experience-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.related-card-image {
    height: 200px;
    overflow: hidden;
}

.related-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-experience-card:hover .related-card-image img {
    transform: scale(1.05);
}

.related-card-content {
    padding: 20px;
}

.related-card-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.related-card-title a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.related-card-title a:hover {
    color: var(--accent-color);
}

.related-card-duration {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.related-card-price {
    color: #666;
    font-size: 0.9rem;
}

.related-card-price strong {
    color: var(--primary-color);
    font-size: 1.25rem;
}

/* Mobile Sticky CTA */
.mobile-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    padding: 15px 20px;
    z-index: 999;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.mobile-sticky-cta.visible {
    transform: translateY(0);
}

.sticky-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.sticky-cta-price {
    display: flex;
    flex-direction: column;
}

.sticky-cta-price .price-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
}

.sticky-cta-price .price-unit {
    font-size: 0.8rem;
    color: #666;
}

.sticky-cta-button {
    padding: 12px 30px;
    background-color: var(--accent-color);
    color: var(--text-on-accent);
    border: none;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sticky-cta-button:hover {
    background-color: var(--accent-hover);
}

/* ==========================================================================
   Responsive Styles for Experience Pages
   ========================================================================== */

@media (max-width: 1024px) {
    .experience-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .experience-content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .experience-sidebar {
        position: static;
    }
    
    .related-experiences-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    /* Archive Page */
    .experience-archive .page-title {
        font-size: 2rem;
    }
    
    .experience-archive .archive-description {
        font-size: 1rem;
    }
    
    .experience-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .experience-filters {
        padding: 20px 16px;
        gap: 10px;
    }
    
    .experience-filters .filter-label {
        font-size: 0.95rem;
        margin-bottom: 8px;
    }
    
    .experience-filters .filter-button {
        padding: 10px 20px;
        font-size: 0.85rem;
        flex: 0 1 auto;
    }
    
    /* Single Page */
    .experience-hero-image,
    .experience-gallery-slider {
        height: 300px;
    }
    
    .experience-title {
        font-size: 2rem;
    }
    
    .experience-meta-bar {
        flex-direction: column;
        gap: 15px;
    }
    
    .experience-description {
        font-size: 1rem;
    }
    
    .experience-section h2 {
        font-size: 1.5rem;
    }
    
    .related-experiences-grid {
        grid-template-columns: 1fr;
    }
    
    /* Show mobile sticky CTA */
    .mobile-sticky-cta {
        display: block;
    }
    
    /* Hide desktop booking card on mobile */
    .experience-booking-card {
        display: none;
    }
}

@media (max-width: 480px) {
    .experience-card-content {
        padding: 20px;
    }
    
    .experience-card-price .price-amount {
        font-size: 1.5rem;
    }
    
    .booking-card-price .price-amount {
        font-size: 2rem;
    }
}

/* ==========================================================================
   Coded Page Templates and Booking System
   ========================================================================== */

.odomankoma-section {
    padding: 96px 0;
}

.odomankoma-home .odomankoma-section,
.odomankoma-page .odomankoma-section {
    margin-bottom: 0;
}

.eyebrow {
    color: var(--accent-color);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.home-hero {
    align-items: center;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    min-height: 760px;
    overflow: hidden;
    position: relative;
}

.booking-home-hero {
    background:
        radial-gradient(circle at 18% 18%, rgba(226, 177, 59, 0.1), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f3e8 100%);
    color: #202020;
    min-height: 580px;
    padding: 140px 0 30px;
}

.home-hero-content {
    max-width: 80rem;
    padding-bottom: 76px;
    padding-top: 136px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.booking-home-hero .home-hero-content {
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
}

.home-hero h1 {
    color: #fff;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1.03;
    margin: 0 0 22px;
    max-width: 780px;
    text-wrap: balance;
}

.booking-home-hero h1 {
    color: #252525;
    font-family: 'Inter', sans-serif !important;
    font-size: clamp(3.3rem, 5.5vw, 5.65rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.98;
    margin: 0 auto 1.3rem;
    max-width: 980px;
}

.booking-home-hero h1 span {
    display: block;
}

.home-hero p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.05rem, 1.35vw, 1.22rem);
    line-height: 1.7;
    margin: 0 0 30px;
    max-width: 640px;
}

.booking-home-hero p:not(.eyebrow) {
    color: #4f5f52;
    font-size: clamp(1.05rem, 1.35vw, 1.24rem);
    line-height: 1.65;
    margin: 0 auto 1.7rem;
    max-width: 720px;
}

.hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.booking-home-hero .hero-actions {
    gap: 28px;
    justify-content: center;
    margin-bottom: clamp(1.9rem, 3.2vw, 2.8rem);
    margin-top: 34px;
}

.booking-home-hero .hero-secondary-cta {
    align-items: center;
    background: transparent;
    border: 2px solid var(--primary-color);
    border-radius: 999px;
    color: var(--primary-color);
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 54px;
    padding: 14px 34px;
    text-decoration: none;
    text-underline-offset: 0;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.booking-home-hero .hero-secondary-cta:hover,
.booking-home-hero .hero-secondary-cta:focus-visible {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    transform: translateY(-2px);
}

.home-hero-collage {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 820px;
    min-height: 160px;
    position: relative;
}

.home-hero-card {
    --hero-card-float-y: 0px;
    --hero-card-rotation: 0deg;
    aspect-ratio: 4 / 3;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(31, 42, 31, 0.15);
    flex: 0 0 clamp(130px, 11.5vw, 170px);
    margin: 0 -0.7rem;
    overflow: hidden;
    position: relative;
    transform: rotate(var(--hero-card-rotation)) translateY(var(--hero-card-float-y));
    transform-origin: center bottom;
    transition: box-shadow 0.35s ease, transform 0.35s ease, z-index 0.35s ease;
    z-index: 1;
}

.home-hero-card img {
    display: block;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
}

.home-hero-card-1 {
    --hero-card-float-y: 20px;
    --hero-card-rotation: -3deg;
    animation-delay: 0.05s, 0.9s;
}

.home-hero-card-2 {
    --hero-card-float-y: -10px;
    --hero-card-rotation: 2deg;
    animation-delay: 0.13s, 1.05s;
    z-index: 3;
}

.home-hero-card-3 {
    flex-basis: clamp(152px, 13.5vw, 200px);
    --hero-card-float-y: 12px;
    --hero-card-rotation: -5deg;
    animation-delay: 0.21s, 1.2s;
    z-index: 4;
}

.home-hero-card-4 {
    --hero-card-float-y: -6px;
    --hero-card-rotation: 3deg;
    animation-delay: 0.29s, 1.35s;
    z-index: 2;
}

.home-hero-card-5 {
    --hero-card-float-y: 18px;
    --hero-card-rotation: 5deg;
    animation-delay: 0.37s, 1.5s;
}

.premium-motion-ready .home-hero-card {
    animation:
        odomankomaCollageSettle 0.8s cubic-bezier(0.22, 1, 0.36, 1) both,
        odomankomaCollageFloat 6.5s ease-in-out infinite;
}

.home-hero-card:hover {
    box-shadow: 0 34px 70px rgba(31, 42, 31, 0.24);
    transform: rotate(0deg) translateY(calc(var(--hero-card-float-y) - 14px)) scale(1.035);
    z-index: 8;
}

.home-hero-card:hover img {
    transform: scale(1.1);
}

.secondary-link {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 7px;
}

.secondary-link:hover {
    color: var(--accent-color);
}

.split-layout {
    display: grid;
    gap: 64px;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.split-layout h2,
.section-heading-wrap h2,
.home-final-cta h2,
.page-hero h1 {
    color: var(--primary-color);
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.12;
    margin: 0;
}

.intro-stats {
    border-top: 1px solid #dfe5da;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 34px;
    padding-top: 28px;
}

.intro-stats span {
    color: var(--muted);
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    gap: 4px;
}

.intro-stats strong {
    color: var(--primary-color);
    font-size: 1.5rem;
}

.home-featured {
    background: #f7f3e8;
}

.section-heading-wrap {
    margin: 0 auto 46px;
    max-width: 720px;
    text-align: center;
}

.home-final-cta {
    background: var(--primary-color);
    color: #fff;
    margin-bottom: 0;
    padding: 78px 0;
    text-align: center;
}

.home-final-cta h2 {
    color: #fff;
    margin: 0 auto 28px;
    max-width: 760px;
}

.page-hero {
    background: #f7f3e8;
    padding: 150px 0 74px;
    text-align: center;
}

.page-hero p:not(.eyebrow) {
    color: var(--muted);
    font-size: 1.1rem;
    margin: 18px auto 0;
    max-width: 720px;
}

.faq-layout {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-group h2,
.contact-panel h2,
.contact-info-panel h2 {
    color: var(--primary-color);
    font-size: 1.8rem;
    margin: 0 0 18px;
}

.faq-item {
    background: #fff;
    border: 1px solid #dfe5da;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-item summary {
    color: var(--primary-color);
    cursor: pointer;
    font-weight: 800;
    padding: 18px 20px;
}

.faq-item p {
    border-top: 1px solid #edf0e9;
    color: var(--muted);
    line-height: 1.7;
    margin: 0;
    padding: 18px 20px 22px;
}

.contact-layout {
    display: grid;
    gap: 36px;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.contact-panel,
.contact-info-panel {
    background: #fff;
    border: 1px solid #dfe5da;
    border-radius: 12px;
    box-shadow: 0 8px 26px rgba(31, 42, 31, 0.08);
    padding: 34px;
}

.contact-form {
    display: grid;
    gap: 18px;
}

.contact-form label {
    color: var(--primary-color);
    display: grid;
    font-weight: 800;
    gap: 8px;
}

.contact-form input,
.contact-form textarea {
    border: 2px solid #dfe5da;
    border-radius: 8px;
    color: var(--ink);
    padding: 13px 14px;
    width: 100%;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--primary-color);
    outline: 3px solid rgba(226, 177, 59, 0.35);
}

.contact-form button:disabled {
    cursor: not-allowed;
    opacity: 0.72;
}

.form-note {
    color: var(--muted);
    font-size: 0.92rem;
    margin: 0;
}

.contact-info-panel dl {
    display: grid;
    gap: 22px;
    margin: 0 0 28px;
}

.contact-info-panel dt {
    color: var(--primary-color);
    font-weight: 900;
}

.contact-info-panel dd {
    color: var(--muted);
    margin: 4px 0 0;
}

.contact-layout-wide {
    align-items: start;
}

.contact-link-list,
.contact-socials {
    display: grid;
    gap: 0.45rem;
}

.contact-link-list a,
.contact-socials a,
.contact-info-panel dd a {
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: none;
}

.contact-link-list a:hover,
.contact-socials a:hover,
.contact-info-panel dd a:hover {
    color: var(--accent-color);
}

.contact-socials {
    border-top: 1px solid #e4e7df;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

.contact-socials h3 {
    color: var(--primary-color);
    font-size: 1.1rem;
    margin: 0;
}

.premium-social-icons {
    display: grid;
    gap: 0.75rem;
}

.premium-social-icons a {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #374151;
    display: flex;
    font-size: 0.9rem;
    font-weight: 700;
    gap: 0.75rem;
    min-height: 36px;
    padding: 0;
    text-decoration: none;
    transition: color 0.2s ease;
}

.premium-social-icons small {
    color: #6b7280;
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.premium-social-icons a:hover {
    color: var(--primary-color);
    transform: none;
}

.premium-social-icons svg {
    background: #f3f4f6;
    border-radius: 999px;
    color: #4b5563;
    fill: currentColor;
    height: 32px;
    padding: 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
    width: 32px;
}

.premium-social-icons a:hover svg {
    background: var(--primary-color);
    color: #fff;
}

.premium-social-icons .social-facebook svg {
    background: #f3f4f6;
}

.premium-social-icons .social-instagram svg {
    background: #f3f4f6;
}

.premium-social-icons .social-tiktok svg {
    background: #f3f4f6;
    box-shadow: none;
}

.premium-social-icons .social-youtube svg {
    background: #f3f4f6;
}

.premium-social-icons .social-x svg {
    background: #f3f4f6;
}

.footer-social-icons {
    align-items: stretch;
}

.footer-social-icons a {
    color: #d1d5db;
}

.footer-social-icons a:hover {
    color: var(--accent-color);
}

.footer-social-icons small {
    color: #6b7280;
}

.footer-social-icons svg,
.footer-social-icons .social-facebook svg,
.footer-social-icons .social-instagram svg,
.footer-social-icons .social-tiktok svg,
.footer-social-icons .social-youtube svg,
.footer-social-icons .social-x svg {
    background: #374151;
    color: #fff;
}

.footer-social-icons a:hover svg {
    background: var(--accent-color);
    color: #fff;
}

.booking-inline-cta {
    background: #f7f3e8;
    border: 1px solid #e4e7df;
    border-radius: 999px;
    color: var(--primary-color);
    display: inline-flex;
    font-weight: 800;
    margin-top: 1.25rem;
    padding: 0.8rem 1.2rem;
    text-decoration: none;
}

.booking-inline-cta:hover {
    background: var(--accent-color);
    color: #000;
}

.contact-map-section {
    background: #f7f3e8;
}

.contact-map-layout {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
}

.contact-map-layout h2 {
    color: var(--primary-color);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.12;
    margin: 0 0 1rem;
}

.contact-map-layout p {
    color: var(--muted);
    line-height: 1.75;
    margin: 0 0 1.5rem;
}

.contact-map-embed {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(31, 42, 31, 0.1);
    overflow: hidden;
}

.contact-map-embed iframe {
    display: block;
}

.directions-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.directions-grid article {
    background: #fff;
    border: 1px solid #e4e7df;
    border-left: 5px solid var(--accent-color);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(31, 42, 31, 0.08);
    padding: 1.5rem;
}

.directions-grid article:nth-child(n+3) {
    border-left-color: var(--primary-color);
}

.directions-grid h3 {
    color: var(--primary-color);
    font-size: 1.15rem;
    margin: 0 0 0.65rem;
}

.directions-grid p {
    color: var(--muted);
    line-height: 1.7;
    margin: 0;
}

.map-placeholder {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #2c5e2a, #e2b13b);
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-weight: 900;
    justify-content: center;
}

.experience-card-media {
    display: block;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.experience-card-media img,
.experience-card-fallback {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    width: 100%;
}

.experience-card-fallback {
    background: linear-gradient(135deg, #2c5e2a, #7f7431, #e2b13b);
}

.experience-card:hover .experience-card-media img,
.experience-card:hover .experience-card-fallback {
    transform: scale(1.05);
}

.gallery-slide {
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease;
}

.gallery-slide.is-active {
    opacity: 1;
    position: absolute;
}

.gallery-controls {
    bottom: 20px;
    display: flex;
    gap: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 3;
}

.gallery-controls button {
    background: rgba(255, 255, 255, 0.72);
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    height: 14px;
    min-height: 14px;
    padding: 0;
    width: 14px;
}

.gallery-controls button.is-active {
    background: var(--accent-color);
    border-color: var(--accent-color);
}

.booking-modal {
    align-items: center;
    background: rgba(12, 24, 12, 0.72);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 10000;
}

.booking-modal[hidden] {
    display: none;
}

.booking-modal-panel {
    background: #fff;
    border-radius: 12px;
    max-height: min(860px, 92vh);
    max-width: 920px;
    overflow: auto;
    padding: 34px;
    position: relative;
    width: 100%;
}

.booking-modal-close {
    align-items: center;
    background: var(--primary-color);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1.2rem;
    height: 42px;
    justify-content: center;
    min-height: 42px;
    padding: 0;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 42px;
}

.booking-modal-header {
    margin-bottom: 24px;
    max-width: 720px;
}

.booking-modal-title {
    color: var(--primary-color);
    font-size: clamp(2rem, 4vw, 3rem);
    margin: 0 0 10px;
}

.booking-modal-title:focus {
    outline: none;
}

.booking-modal-widget {
    margin-inline: auto;
    max-width: 760px;
    width: 100%;
}

.booking-modal-widget .amelia-v2-booking,
.booking-modal-widget .amelia-app-booking,
.booking-modal-widget .amelia-booking,
.booking-modal-widget [id*="amelia"] {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
}

.booking-modal-widget .am-fs-dt__calendar,
.booking-modal-widget .am-dp__wrapper,
.booking-modal-widget .am-advsc__wrapper {
    margin-inline: auto !important;
    max-width: 620px !important;
    min-width: min(100%, 320px) !important;
    width: 100% !important;
}

.booking-modal-widget .fc,
.booking-modal-widget .fc-view-harness,
.booking-modal-widget .fc-view-harness-active,
.booking-modal-widget .fc-scrollgrid,
.booking-modal-widget .fc-col-header,
.booking-modal-widget .fc-daygrid-body,
.booking-modal-widget .fc-scrollgrid-sync-table {
    min-width: 100% !important;
    width: 100% !important;
}

.booking-modal-widget .fc-scrollgrid,
.booking-modal-widget .fc-col-header,
.booking-modal-widget .fc-scrollgrid-sync-table {
    table-layout: fixed !important;
}

.booking-modal-widget .fc-col-header-cell,
.booking-modal-widget .fc-daygrid-day,
.booking-modal-widget .am-dp__dayGridMonth-header-cell,
.booking-modal-widget .am-dp__dayGridMonth-cell,
.booking-modal-widget .am-advsc__dayGridMonth-header-cell,
.booking-modal-widget .am-advsc__dayGridMonth-cell {
    min-width: 0 !important;
    width: 14.285714% !important;
}

.booking-modal-widget .fc-daygrid-day-frame,
.booking-modal-widget .fc-daygrid-day-top,
.booking-modal-widget .fc-daygrid-day-number {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    min-width: 0 !important;
    width: 100% !important;
}

.booking-modal-kicker {
    color: var(--accent-color);
    font-weight: 900;
    letter-spacing: 0.12em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.booking-modal-open {
    overflow: hidden;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
    outline: 3px solid var(--accent-color);
    outline-offset: 3px;
}

@media (max-width: 900px) {
    .split-layout,
    .faq-layout,
    .contact-layout,
    .contact-map-layout,
    .directions-grid,
    .booking-awards-layout {
        grid-template-columns: 1fr;
    }

    .home-hero {
        min-height: 760px;
    }

    .booking-confidence-layout {
        grid-template-columns: 1fr;
    }

    .booking-confidence-layout > div:first-of-type {
        order: 1;
    }

    .booking-confidence-overlay-image {
        order: 2;
    }

    .booking-feature-list--with-overlay {
        order: 3;
    }

    .booking-confidence-layout > :not(.booking-confidence-overlay-image),
    .booking-confidence-overlay-image,
    .booking-feature-list--with-overlay {
        grid-column: 1;
    }

    .booking-confidence-overlay-image,
    .booking-feature-list--with-overlay {
        grid-row: auto;
    }

    .booking-feature-list--with-overlay {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .odomankoma-section {
        padding: 64px 0;
    }

    .booking-home-hero {
        min-height: 0;
        padding: 140px 0 30px;
    }

    .home-hero-content {
        padding-top: 120px;
    }

    .booking-home-hero .home-hero-content {
        padding-top: 0;
    }

    .booking-home-hero h1 {
        font-size: clamp(2.7rem, 13vw, 4.1rem);
        line-height: 1;
    }

    .booking-home-hero .hero-actions {
        gap: 14px;
        margin-bottom: 2rem;
    }

    .home-hero-collage {
        justify-content: flex-start;
        margin-left: -1rem;
        margin-right: -1rem;
        min-height: 160px;
        overflow-x: auto;
        padding: 0.75rem 1rem 1.5rem;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .home-hero-collage::-webkit-scrollbar {
        display: none;
    }

    .home-hero-card {
        flex-basis: 150px;
        margin: 0 -0.45rem 0 0;
        scroll-snap-align: center;
    }

    .intro-stats {
        grid-template-columns: 1fr;
    }

    .page-hero {
        padding: 120px 0 58px;
    }

    .booking-modal {
        align-items: flex-end;
        padding: 0;
    }

    .booking-modal-panel {
        border-radius: 12px 12px 0 0;
        max-height: 88vh;
        padding: 28px 20px 24px;
    }
}

@media (max-width: 640px) {
    .booking-home-hero .hero-actions {
        align-items: center;
        flex-direction: column;
        gap: 14px;
    }

    .booking-home-hero .hero-actions a {
        max-width: 320px;
        text-align: center;
        width: 100%;
    }
}

/* ==========================================================================
   Premium Motion System
   ========================================================================== */

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

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

@keyframes odomankomaCollageSettle {
    from {
        opacity: 0;
        transform: rotate(calc(var(--hero-card-rotation) - 4deg)) translateY(calc(var(--hero-card-float-y) + 34px)) scale(0.92);
    }
    to {
        opacity: 1;
        transform: rotate(var(--hero-card-rotation)) translateY(var(--hero-card-float-y)) scale(1);
    }
}

@keyframes odomankomaCollageFloat {
    0%,
    100% {
        transform: rotate(var(--hero-card-rotation)) translateY(var(--hero-card-float-y));
    }
    50% {
        transform: rotate(var(--hero-card-rotation)) translateY(calc(var(--hero-card-float-y) - 10px));
    }
}

@keyframes odomankomaGoldSweep {
    from {
        transform: translateX(-130%) skewX(-18deg);
    }
    to {
        transform: translateX(210%) skewX(-18deg);
    }
}

@keyframes odomankomaSoftPulse {
    0%, 100% {
        opacity: 0.55;
        transform: scale(1);
    }
    50% {
        opacity: 0.88;
        transform: scale(1.04);
    }
}

@keyframes odomankomaCardSettle {
    0% {
        opacity: 0;
        transform: translateY(34px) scale(0.96);
    }
    70% {
        opacity: 1;
        transform: translateY(-3px) scale(1.012);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.home-hero-content > * {
    animation: odomankomaHeroReveal 0.85s ease both;
}

.home-hero-content > *:nth-child(2) {
    animation-delay: 0.08s;
}

.home-hero-content > *:nth-child(3) {
    animation-delay: 0.16s;
}

.home-hero-content > *:nth-child(4) {
    animation-delay: 0.24s;
}

.home-hero-content > *:nth-child(5) {
    animation-delay: 0.32s;
}

.premium-reveal,
.odomankoma-section > .booking-container,
.page-hero .booking-container,
.page-hero .ast-container,
.booking-experience-grid > *,
.booking-testimonial-grid > *,
.booking-feature-list > *,
.directions-grid > *,
.faq-group,
.contact-panel,
.contact-info-panel,
.experience-section,
.related-experience-card {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

html:not(.premium-motion-ready) .premium-reveal,
html:not(.premium-motion-ready) .odomankoma-section > .booking-container,
html:not(.premium-motion-ready) .page-hero .booking-container,
html:not(.premium-motion-ready) .page-hero .ast-container,
html:not(.premium-motion-ready) .booking-experience-grid > *,
html:not(.premium-motion-ready) .booking-testimonial-grid > *,
html:not(.premium-motion-ready) .booking-feature-list > *,
html:not(.premium-motion-ready) .directions-grid > *,
html:not(.premium-motion-ready) .faq-group,
html:not(.premium-motion-ready) .contact-panel,
html:not(.premium-motion-ready) .contact-info-panel,
html:not(.premium-motion-ready) .experience-section,
html:not(.premium-motion-ready) .related-experience-card {
    opacity: 1;
    transform: none;
}

.premium-reveal.is-visible,
.odomankoma-section > .booking-container.is-visible,
.page-hero .booking-container.is-visible,
.page-hero .ast-container.is-visible,
.booking-experience-grid > *.is-visible,
.booking-testimonial-grid > *.is-visible,
.booking-feature-list > *.is-visible,
.directions-grid > *.is-visible,
.faq-group.is-visible,
.contact-panel.is-visible,
.contact-info-panel.is-visible,
.experience-section.is-visible,
.related-experience-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.booking-experience-grid > *:nth-child(2),
.booking-testimonial-grid > *:nth-child(2),
.booking-feature-list > *:nth-child(2),
.directions-grid > *:nth-child(2) {
    transition-delay: 0.08s;
}

.booking-experience-grid > *:nth-child(3),
.booking-testimonial-grid > *:nth-child(3),
.booking-feature-list > *:nth-child(3),
.directions-grid > *:nth-child(3) {
    transition-delay: 0.16s;
}

.booking-experience-grid > *:nth-child(4),
.directions-grid > *:nth-child(4) {
    transition-delay: 0.24s;
}

.booking-gold-pill,
.book-now-btn,
.booking-cta-button,
.sticky-cta-button,
.experience-card-button {
    overflow: hidden;
    position: relative;
}

.booking-gold-pill::after,
.book-now-btn::after,
.booking-cta-button::after,
.sticky-cta-button::after,
.experience-card-button::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
    content: "";
    height: 140%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: -20%;
    transform: translateX(-130%) skewX(-18deg);
    width: 42%;
}

.booking-gold-pill:hover::after,
.book-now-btn:hover::after,
.booking-cta-button:hover::after,
.sticky-cta-button:hover::after,
.experience-card-button:hover::after {
    animation: odomankomaGoldSweep 0.85s ease;
}

.booking-reference-card .experience-card-media::after,
.related-card-image::after {
    background: linear-gradient(180deg, transparent 50%, rgba(16, 42, 27, 0.42));
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 0.3s ease;
}

.booking-reference-card:hover .experience-card-media::after,
.related-experience-card:hover .related-card-image::after {
    opacity: 1;
}

.booking-award-image-wrap::after {
    background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.18), transparent 44%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-120%);
    transition: transform 0.8s ease;
    z-index: 3;
}

.booking-award-image-wrap:hover::after {
    transform: translateX(120%);
}

.booking-modal.is-visible .booking-modal-panel {
    animation: odomankomaFadeLift 0.32s ease both;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }

    .premium-reveal,
    .odomankoma-section > .booking-container,
    .page-hero .booking-container,
    .page-hero .ast-container,
    .booking-experience-grid > *,
    .booking-testimonial-grid > *,
    .booking-feature-list > *,
    .directions-grid > *,
    .faq-group,
    .contact-panel,
    .contact-info-panel,
    .experience-section,
    .related-experience-card {
        opacity: 1;
        transform: none;
    }
}

/* ==========================================================================
   Odomankoma Reference Header, Footer, and Booking Archive
   ========================================================================== */

:root {
    --accent-color: #e2b13b;
    --accent-hover: #d4a02f;
}

body.odomankoma-booking-site {
    background: #faf8f2;
    color: #243327;
    margin: 0;
}

.odomankoma-navbar {
    background: rgba(44, 94, 42, 0.9);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    color: #fff;
    left: 0;
    min-height: 86px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

/* Adjust navbar position when WordPress admin bar is present */
.admin-bar .odomankoma-navbar {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .odomankoma-navbar {
        top: 46px;
    }
}

.odomankoma-navbar-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 80rem;
    padding: 0.75rem 1rem;
}

.odomankoma-brand {
    align-items: center;
    color: #fff;
    display: flex;
    gap: 0.75rem;
    text-decoration: none;
}

.odomankoma-brand img {
    background: #fff;
    border-radius: 9999px;
    height: 4rem;
    padding: 2px;
    width: auto;
}

.odomankoma-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.odomankoma-brand-name {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 1.125rem;
    font-weight: 700;
}

.odomankoma-brand-tagline {
    color: var(--accent-color);
    font-size: 0.75rem;
    font-weight: 700;
}

.odomankoma-desktop-nav {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.odomankoma-desktop-nav a,
.odomankoma-mobile-nav a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.odomankoma-desktop-nav a:hover,
.odomankoma-desktop-nav a[aria-current="page"],
.odomankoma-mobile-nav a:hover {
    color: var(--accent-color);
    transform: scale(1.05);
}

.odomankoma-menu-toggle {
    background: transparent;
    border: 0;
    display: none;
    flex-direction: column;
    gap: 5px;
    min-height: 44px;
    min-width: 44px;
    padding: 10px;
}

.odomankoma-menu-toggle span:not(.screen-reader-text) {
    background: #fff;
    border-radius: 999px;
    display: block;
    height: 2px;
    width: 24px;
}

.odomankoma-mobile-nav {
    background: var(--primary-color);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    font-weight: 600;
    gap: 0.75rem;
    padding: 0.75rem 1rem 1rem;
}

.odomankoma-mobile-nav[hidden] {
    display: none;
}

.odomankoma-footer {
    background: #111827;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.odomankoma-footer-inner {
    margin: 0 auto;
    max-width: 80rem;
    padding: 0 1rem;
}

.odomankoma-footer-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 3rem 0;
}

.odomankoma-footer-logo img {
    height: 5rem;
    width: auto;
}

.odomankoma-footer-brand {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    margin: 0.5rem 0;
}

.odomankoma-footer-brand span {
    color: var(--accent-color);
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 800;
}

.odomankoma-footer-brand small {
    color: #fff;
    font-size: 0.75rem;
}

.odomankoma-footer p,
.odomankoma-footer li,
.odomankoma-footer a {
    color: #d1d5db;
    font-size: 0.875rem;
}

.odomankoma-footer h3 {
    color: var(--accent-color);
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
}

.odomankoma-footer ul {
    display: grid;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.odomankoma-footer a {
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.odomankoma-footer a:hover {
    color: var(--accent-color);
}

.odomankoma-social-list a {
    display: grid;
    gap: 0.1rem;
}

.odomankoma-social-list span {
    color: #6b7280;
    display: block;
    font-size: 0.75rem;
}

.odomankoma-footer-bottom {
    border-top: 1px solid #374151;
    color: #9ca3af;
    font-size: 0.875rem;
    padding: 1rem 0;
    text-align: center;
}

.booking-container {
    margin: 0 auto;
    max-width: 80rem;
    padding: 0 1rem;
}

.booking-experiences-page {
    padding-top: 6rem;
}

.booking-experiences-hero {
    align-items: center;
    background: var(--primary-color);
    display: flex;
    height: 70vh;
    justify-content: center;
    min-height: 560px;
    overflow: hidden;
    position: relative;
}

.booking-hero-media,
.booking-hero-overlay {
    inset: 0;
    position: absolute;
}

.booking-hero-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.booking-hero-overlay {
    background: rgba(0, 0, 0, 0.6);
}

.booking-hero-content {
    color: #fff;
    max-width: 64rem;
    padding: 0 1rem;
    position: relative;
    text-align: center;
    z-index: 2;
}

.booking-hero-content h1 {
    color: #fff;
    font-size: clamp(2.25rem, 6vw, 3.75rem);
    font-weight: 800;
    line-height: 1.12;
    margin: 0 auto 1.5rem;
    max-width: 56rem;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.26);
}

.booking-hero-content p {
    color: #fff;
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.625;
    margin: 0 auto 2rem;
    max-width: 42rem;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.booking-gold-pill {
    background: var(--accent-color);
    border-radius: 9999px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
    color: #000;
    display: inline-block;
    font-weight: 700;
    padding: 0.9rem 2.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.booking-gold-pill:hover {
    color: #000;
    transform: scale(1.05);
}

.booking-category-filter {
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    padding: 1.5rem 0;
}

.booking-filter-scroll {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.booking-filter-scroll::-webkit-scrollbar {
    display: none;
}

.booking-filter-pill {
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 9999px;
    color: #374151;
    flex: 0 0 auto;
    font-weight: 600;
    padding: 0.65rem 1.5rem;
    scroll-snap-align: start;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.booking-filter-pill:hover,
.booking-filter-pill.is-active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    transform: scale(1.04);
}

.booking-experience-grid-section {
    background: #fff;
    padding: 4rem 0;
}

.booking-experience-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Hide filtered cards properly without breaking grid */
.booking-reference-card[hidden],
.experience-card.booking-reference-card[hidden] {
    display: none;
}

.booking-reference-card,
.experience-card.booking-reference-card {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.booking-reference-card.is-featured-experience,
.experience-card.booking-reference-card.is-featured-experience {
    box-shadow: 0 18px 54px rgba(226, 177, 59, 0.18), 0 10px 30px rgba(0, 0, 0, 0.08);
    outline: 1px solid rgba(226, 177, 59, 0.34);
}

.booking-reference-card.is-featured-experience:hover,
.experience-card.booking-reference-card.is-featured-experience:hover {
    box-shadow: 0 26px 70px rgba(226, 177, 59, 0.26), 0 18px 42px rgba(23, 51, 22, 0.12);
}

.booking-reference-card .experience-card-media {
    height: 20rem;
}

.booking-reference-card .experience-category-badge {
    left: 1rem;
    right: auto;
    top: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.booking-reference-card:hover .experience-category-badge {
    opacity: 1;
}

.experience-signature-badge {
    background: var(--accent-color);
    border-radius: 9999px;
    box-shadow: 0 12px 28px rgba(226, 177, 59, 0.28);
    color: var(--text-on-accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    opacity: 0;
    padding: 0.35rem 0.75rem;
    position: absolute;
    right: 1rem;
    text-transform: uppercase;
    top: 1rem;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.booking-reference-card:hover .experience-signature-badge {
    opacity: 1;
}

@media (max-width: 640px) {
    .experience-signature-badge {
        font-size: 0.66rem;
        max-width: calc(100% - 2rem);
        overflow-wrap: anywhere;
        padding: 0.3rem 0.62rem;
    }
}

.experience-card-badges {
    bottom: 1rem;
    display: flex;
    gap: 0.5rem;
    left: 1rem;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.booking-reference-card:hover .experience-card-badges {
    opacity: 1;
}

.experience-card-badges span {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 9999px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
}

.booking-reference-card .experience-card-content {
    padding: 1.5rem;
}

.booking-reference-card .experience-card-title {
    font-size: 1.5rem;
    margin: 0 0 0.5rem;
}

.booking-reference-card .experience-card-title a {
    color: var(--primary-color);
}

.booking-reference-card .experience-card-excerpt {
    color: #4b5563;
    line-height: 1.625;
}

.booking-reference-card .experience-card-meta,
.booking-reference-card .experience-card-price {
    display: none;
}

.booking-reference-card .experience-card-button {
    align-self: stretch;
    background: var(--primary-color);
    border-radius: 0.5rem;
    color: #fff;
    justify-content: center;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    text-align: center;
}

.booking-reference-card .experience-card-button:hover {
    background: var(--accent-color);
    color: #000;
    transform: scale(1.03);
}

.booking-testimonials {
    background: #f9fafb;
    padding: 4rem 0;
}

.booking-testimonials h2 {
    color: var(--primary-color);
    font-size: 1.875rem;
    font-weight: 800;
    margin: 0 0 3rem;
    text-align: center;
}

.booking-testimonial-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-testimonial-grid article {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
}

.quote-mark {
    color: var(--accent-color);
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.booking-testimonial-grid p {
    color: #374151;
    line-height: 1.625;
}

.testimonial-meta {
    border-top: 1px solid #e5e7eb;
    display: grid;
    gap: 0.25rem;
    margin-top: 1rem;
    padding-top: 1rem;
}

.testimonial-meta strong {
    color: var(--primary-color);
}

.testimonial-meta span {
    color: #6b7280;
    font-size: 0.875rem;
}

.booking-bottom-cta {
    background: var(--primary-color);
    color: #fff;
    padding: 4rem 0;
    text-align: center;
}

.booking-feature-list {
    display: grid;
    gap: 1rem;
}

.booking-confidence-section {
    background:
        linear-gradient(180deg, #fbf8f1 0%, #f7f3e9 100%);
    overflow: hidden;
    padding: 68px 0 88px;
}

.booking-confidence-layout {
    align-items: center;
    gap: clamp(2rem, 5vw, 4.5rem);
    grid-template-columns: minmax(270px, 0.42fr) minmax(0, 0.58fr);
    min-height: 0;
    position: relative;
}

.booking-confidence-layout > :not(.booking-confidence-overlay-image) {
    position: relative;
    z-index: 2;
}

.booking-confidence-overlay-image {
    align-self: stretch;
    border-radius: 22px;
    box-shadow: 0 24px 64px rgba(31, 42, 31, 0.14);
    grid-column: 2;
    grid-row: 1;
    height: clamp(360px, 36vw, 460px);
    inset: auto;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    z-index: 0;
}

.booking-confidence-overlay-image::before {
    background:
        linear-gradient(90deg, rgba(248, 246, 241, 0.62) 0%, rgba(248, 246, 241, 0.24) 42%, rgba(248, 246, 241, 0.74) 100%),
        linear-gradient(180deg, rgba(248, 246, 241, 0.2) 0%, rgba(248, 246, 241, 0.06) 54%, rgba(248, 246, 241, 0.42) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.booking-confidence-overlay-image::after {
    background: linear-gradient(180deg, rgba(16, 42, 27, 0.02), rgba(16, 42, 27, 0.18));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.booking-confidence-overlay-image img {
    display: block;
    filter: saturate(1.02) contrast(1.04);
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.58;
    width: 100%;
}

.booking-feature-list--with-overlay {
    align-self: center;
    display: grid;
    gap: 1rem;
    grid-column: 2;
    grid-row: 1;
    justify-items: end;
    padding-left: clamp(9rem, 17vw, 15rem);
    position: relative;
    z-index: 2;
}

.booking-feature-overlay-image {
    display: none;
    align-self: stretch;
    aspect-ratio: 4 / 3;
    border-radius: 28px;
    box-shadow: 0 24px 62px rgba(31, 42, 31, 0.16);
    height: min(92%, 390px);
    inset: 50% 0 auto auto;
    margin: 0;
    min-height: 340px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    transform: translateY(-50%);
    width: min(76%, 660px);
    z-index: 1;
}

.booking-feature-overlay-image::after {
    background:
        linear-gradient(180deg, rgba(16, 42, 27, 0.02), rgba(16, 42, 27, 0.42)),
        radial-gradient(circle at 18% 18%, rgba(226, 177, 59, 0.18), transparent 36%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.booking-feature-overlay-image img {
    display: block;
    filter: saturate(0.96) contrast(1.03);
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.42;
    width: 100%;
}

.booking-feature-list article,
.booking-context-panel,
.booking-widget-panel,
.thank-you-panel {
    background: #fff;
    border: 1px solid #e4e7df;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(31, 42, 31, 0.08);
    padding: 1.5rem;
}

.booking-feature-list--with-overlay article {
    align-self: center;
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.96);
    isolation: isolate;
    margin-left: auto;
    max-width: min(100%, 560px);
    overflow: hidden;
    position: relative;
    transform-origin: center left;
    z-index: 2;
}

.booking-feature-list--with-overlay article::before {
    background: linear-gradient(120deg, transparent, rgba(226, 177, 59, 0.18), transparent);
    content: "";
    height: 160%;
    left: -45%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -30%;
    transform: rotate(18deg);
    transition: left 0.65s ease, opacity 0.4s ease;
    width: 30%;
}

.booking-feature-list--with-overlay article:hover {
    box-shadow: 0 26px 58px rgba(31, 42, 31, 0.16);
    transform: translateY(-4px) scale(1.01);
}

.booking-feature-list--with-overlay article:hover::before {
    left: 110%;
    opacity: 1;
}

.premium-motion-ready .booking-feature-list--with-overlay article.is-visible {
    animation: odomankomaCardSettle 0.78s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.premium-motion-ready .booking-feature-list--with-overlay article.is-visible:nth-of-type(2) {
    animation-delay: 0.08s;
}

.premium-motion-ready .booking-feature-list--with-overlay article.is-visible:nth-of-type(3) {
    animation-delay: 0.16s;
}

.booking-widget-panel a[href*="wpamelia.com"],
.booking-widget-panel [class*="backlink"],
.booking-widget-panel [class*="powered"],
.booking-widget-panel [class*="amelia"][class*="link"] {
    display: none !important;
}

.booking-feature-list h3,
.booking-context-panel h2,
.thank-you-panel h2 {
    color: var(--primary-color);
    font-size: 1.25rem;
    margin: 0 0 0.65rem;
}

.booking-feature-list p,
.booking-context-panel li {
    color: #4b5563;
    line-height: 1.65;
    margin: 0;
}

.booking-awards-band {
    background: linear-gradient(135deg, #183c24 0%, #2f5d3f 52%, #102a1b 100%);
    color: #fff;
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.booking-awards-band::before {
    background-image: linear-gradient(45deg, rgba(226, 177, 59, 0.28) 12%, transparent 12%, transparent 88%, rgba(226, 177, 59, 0.28) 88%);
    background-size: 36px 36px;
    content: "";
    inset: 0;
    opacity: 0.08;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.booking-awards-band::after {
    background:
        radial-gradient(circle at 18% 24%, rgba(226, 177, 59, 0.24), transparent 32%),
        radial-gradient(circle at 82% 70%, rgba(255, 255, 255, 0.1), transparent 30%);
    content: "";
    inset: 0;
    opacity: 0.85;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.booking-awards-layout {
    align-items: center;
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    max-width: 80rem;
    position: relative;
    z-index: 1;
}

.booking-award-image-wrap {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(226, 177, 59, 0.05));
    border: 2px solid rgba(226, 177, 59, 0.34);
    border-radius: 24px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32), 0 0 0 10px rgba(255, 255, 255, 0.035);
    overflow: hidden;
    padding: 0.5rem;
    position: relative;
    transition: box-shadow 0.5s ease, transform 0.5s ease;
    justify-self: center;
    max-width: 34rem;
}

.booking-award-image-wrap::before {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    content: "";
    inset: 0.5rem;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.booking-award-image-wrap:hover {
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.36), 0 0 50px rgba(226, 177, 59, 0.2);
    transform: scale(1.02);
}

.booking-award-image-wrap img {
    border-radius: 18px;
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}

.booking-award-content {
    max-width: 620px;
}

.booking-award-content h2 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.08;
    margin: 0 0 1.5rem;
    max-width: 680px;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
}

.booking-award-content p:not(.eyebrow) {
    color: #e5e7eb;
    font-size: 1.125rem;
    line-height: 1.8;
    margin: 0 0 1.5rem;
}

.booking-award-content blockquote {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(226, 177, 59, 0.24);
    border-left: 3px solid var(--accent-color);
    border-radius: 18px;
    color: var(--accent-color);
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0 0 2rem;
    padding: 1rem 1.25rem;
}

.booking-award-content .eyebrow {
    background: rgba(226, 177, 59, 0.12);
    border: 1px solid rgba(226, 177, 59, 0.32);
    border-radius: 999px;
    display: inline-flex;
    padding: 0.5rem 0.95rem;
}

@media (max-width: 900px) {
    .booking-awards-layout {
        gap: 2rem;
    }

    .booking-award-content {
        max-width: none;
        text-align: center;
    }

    .booking-award-content blockquote {
        text-align: left;
    }
}

.booking-widget-layout {
    align-items: start;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.62fr);
}

.book-now-hero .booking-container {
    max-width: 58rem;
}

.book-now-hero {
    padding: 160px 0 48px;
}

@media (max-width: 768px) {
    .book-now-hero {
        padding: 140px 0 40px;
    }
}

.book-now-hero h1 {
    font-size: clamp(2.65rem, 4.7vw, 4.85rem);
    line-height: 1.08;
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
}

.book-now-hero p:not(.eyebrow) {
    font-size: clamp(1.02rem, 1.35vw, 1.18rem);
    line-height: 1.65;
    margin-top: 1.25rem;
    max-width: 660px;
}

.booking-flow-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.65rem;
}

.booking-flow-steps span {
    background: rgba(226, 177, 59, 0.14);
    border: 1px solid rgba(226, 177, 59, 0.34);
    border-radius: 999px;
    color: var(--accent-color);
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.65rem 1.25rem;
    white-space: nowrap;
}

.booking-widget-section {
    padding-top: 48px;
}

.booking-widget-layout {
    gap: 1.75rem;
}

.booking-widget-panel {
    align-items: flex-start;
    display: flex;
    min-height: 0;
    padding: 1.25rem;
}

.booking-widget-panel > *,
.booking-widget-panel [id*="amelia"],
.booking-widget-panel .amelia-v2-booking,
.booking-widget-panel .amelia-app-booking,
.booking-widget-panel .amelia-booking,
.booking-widget-panel .am-fs__wrapper,
.booking-widget-panel .am-fs__main {
    margin-top: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.book-now-experience-picker {
    background: linear-gradient(180deg, #fff 0%, #faf8f2 100%);
}

.booking-section-heading {
    margin: 0 0 2rem;
    max-width: 48rem;
}

.booking-section-heading h2 {
    color: var(--primary-color);
    font-family: var(--heading-font);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    margin: 0 0 0.85rem;
}

.booking-section-heading p:not(.eyebrow) {
    color: #5f685d;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}

.booking-select-card {
    position: relative;
}

.booking-select-card.is-selected {
    border-color: rgba(226, 177, 59, 0.7);
    box-shadow: 0 28px 64px rgba(44, 94, 42, 0.16), 0 0 0 3px rgba(226, 177, 59, 0.18);
}

.booking-select-card.is-selected::after {
    background: var(--accent-color);
    border-radius: 999px;
    color: #111;
    content: "Selected";
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    padding: 0.45rem 0.75rem;
    position: absolute;
    right: 1rem;
    text-transform: uppercase;
    top: 1rem;
    z-index: 3;
}

.book-now-selected-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 1rem 0 1.25rem;
}

.book-now-selected-meta span {
    background: #f8f6f1;
    border: 1px solid rgba(44, 94, 42, 0.12);
    border-radius: 999px;
    color: #334235;
    font-size: 0.88rem;
    font-weight: 800;
    padding: 0.55rem 0.8rem;
}

.book-now-compact-selector {
    display: grid;
    gap: 0.7rem;
    margin: 1.25rem 0;
}

.book-now-compact-selector label {
    color: #334235;
    font-size: 0.85rem;
    font-weight: 800;
}

.book-now-selector-row {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: minmax(0, 1fr) auto;
}

.book-now-selector-row select {
    appearance: none;
    background:
        linear-gradient(45deg, transparent 50%, var(--primary-color) 50%) calc(100% - 18px) 50% / 7px 7px no-repeat,
        linear-gradient(135deg, var(--primary-color) 50%, transparent 50%) calc(100% - 13px) 50% / 7px 7px no-repeat,
        #f8f6f1;
    border: 1px solid rgba(44, 94, 42, 0.16);
    border-radius: 14px;
    color: #263629;
    min-height: 48px;
    padding: 0.75rem 2.35rem 0.75rem 0.95rem;
    width: 100%;
}

.book-now-selector-row button {
    background: var(--primary-color);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    min-height: 48px;
    padding: 0.75rem 1.25rem;
}

.book-now-selector-row button:hover {
    background: var(--accent-color);
    color: #111;
}

.booking-context-panel ul {
    display: grid;
    gap: 0.75rem;
    margin: 1rem 0 1.5rem;
    padding-left: 1.2rem;
}

.dark-link {
    color: var(--primary-color);
}

.dark-link:hover {
    color: var(--accent-color);
}

.centered-actions {
    justify-content: center;
    margin-top: 2rem;
}

.booking-bottom-cta h2 {
    color: #fff;
    font-size: clamp(1.875rem, 4vw, 2.25rem);
    font-weight: 800;
    margin: 0 0 1rem;
}

.booking-bottom-cta p {
    color: #e5e7eb;
    font-size: 1.125rem;
    margin: 0 auto 2rem;
    max-width: 48rem;
}

.booking-mobile-sticky {
    background: #fff;
    border-top: 1px solid #e5e7eb;
    bottom: 0;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
    display: none;
    left: 0;
    padding: 1rem;
    position: fixed;
    right: 0;
    z-index: 9998;
}

.booking-mobile-sticky a {
    background: var(--primary-color);
    border-radius: 0.5rem;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
}

.booking-mobile-sticky a:hover {
    background: var(--accent-color);
    color: #000;
}

@media (max-width: 1024px) {
    .booking-experience-grid,
    .booking-testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .odomankoma-brand-text,
    .odomankoma-desktop-nav {
        display: none;
    }

    .odomankoma-menu-toggle {
        display: flex;
    }

    .odomankoma-footer-grid,
    .booking-experience-grid,
    .booking-testimonial-grid,
    .booking-widget-layout {
        grid-template-columns: 1fr;
    }

    .booking-experiences-page {
        padding-top: 6rem;
    }

    .booking-experiences-hero {
        height: 70vh;
        min-height: 620px;
    }

    .booking-mobile-sticky {
        display: block;
    }

    .odomankoma-footer {
        padding-bottom: 4.5rem;
    }
}

/* ==========================================================================
   Premium Main-Site Consistency Pass
   ========================================================================== */

.booking-home-page,
.booking-page,
.odomankoma-page,
.booking-experiences-page,
.experience-single {
    background: #faf8f2;
}

.page-hero {
    background: linear-gradient(135deg, #f8f6f1 0%, #f3efe6 52%, #faf8f2 100%);
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.page-hero::before,
.booking-experience-grid-section::before,
.contact-directions-section::before {
    background-image:
        linear-gradient(45deg, rgba(44, 94, 42, 0.28) 12%, transparent 12%, transparent 88%, rgba(44, 94, 42, 0.28) 88%),
        linear-gradient(135deg, rgba(226, 177, 59, 0.3) 12%, transparent 12%, transparent 88%, rgba(226, 177, 59, 0.3) 88%);
    background-size: 36px 36px;
    content: "";
    inset: 0;
    opacity: 0.12;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.page-hero .booking-container,
.page-hero .ast-container,
.booking-experience-grid-section .booking-container,
.contact-directions-section .booking-container {
    position: relative;
    z-index: 1;
}

.page-hero h1,
.booking-hero-content h1,
.home-hero h1 {
    letter-spacing: 0;
}

.eyebrow {
    color: var(--accent-color);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin: 0 0 0.9rem;
    text-transform: uppercase;
}

.booking-experiences-hero {
    justify-content: flex-start;
    min-height: 610px;
}

.booking-hero-overlay {
    background:
        linear-gradient(90deg, rgba(10, 31, 15, 0.92) 0%, rgba(10, 31, 15, 0.76) 34%, rgba(10, 31, 15, 0.4) 68%, rgba(10, 31, 15, 0.18) 100%),
        linear-gradient(180deg, rgba(10, 31, 15, 0.12) 0%, rgba(10, 31, 15, 0.04) 45%, rgba(10, 31, 15, 0.32) 100%);
}

.booking-hero-media img {
    object-position: center 46%;
}

.booking-hero-content {
    margin: 0 auto;
    max-width: 80rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
    width: 100%;
}

.booking-hero-content h1 {
    font-size: clamp(2.85rem, 4.25vw, 4.45rem);
    line-height: 1.06;
    margin-left: 0;
    margin-right: 0;
    max-width: 640px;
    text-wrap: balance;
}

.booking-hero-content p {
    margin-left: 0;
    margin-right: 0;
    max-width: 620px;
}

.booking-gold-pill,
.book-now-btn,
.booking-cta-button,
.sticky-cta-button {
    border-radius: 999px;
    box-shadow: 0 18px 45px rgba(226, 177, 59, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.booking-gold-pill:hover,
.book-now-btn:hover,
.booking-cta-button:hover,
.sticky-cta-button:hover {
    box-shadow: 0 24px 55px rgba(226, 177, 59, 0.24);
    transform: translateY(-2px);
}

.home-featured,
.booking-experience-grid-section,
.booking-testimonials,
.contact-directions-section {
    background: #f8f6f1;
    isolation: isolate;
    position: relative;
}

.booking-experience-grid-section,
.booking-testimonials,
.booking-category-filter,
.contact-map-section,
.contact-directions-section {
    margin-bottom: 0;
}

.booking-reference-card,
.experience-card.booking-reference-card,
.booking-testimonial-grid article,
.booking-feature-list article,
.booking-context-panel,
.booking-widget-panel,
.thank-you-panel,
.contact-panel,
.contact-info-panel,
.directions-grid article,
.faq-item,
.experience-booking-card,
.related-experience-card,
.booking-modal-panel {
    border: 1px solid rgba(226, 177, 59, 0.22);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(31, 42, 31, 0.1);
}

.booking-reference-card,
.experience-card.booking-reference-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.booking-reference-card:hover,
.experience-card.booking-reference-card:hover,
.related-experience-card:hover {
    box-shadow: 0 28px 60px rgba(31, 42, 31, 0.16);
    transform: translateY(-8px);
}

.booking-reference-card .experience-card-button,
.experience-card-button {
    border-radius: 999px;
    font-weight: 800;
}

.booking-filter-pill {
    border-color: #d9ddcf;
    box-shadow: 0 6px 18px rgba(31, 42, 31, 0.06);
}

.booking-filter-pill:hover,
.booking-filter-pill.is-active {
    box-shadow: 0 12px 28px rgba(44, 94, 42, 0.16);
}

.booking-category-filter {
    background: #f8f6f1;
    border-bottom: 1px solid rgba(44, 94, 42, 0.12);
    padding: 1.5rem 0;
}

.booking-category-filter .booking-container {
    max-width: 80rem;
}

.booking-filter-scroll {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-start;
    max-width: 100%;
    overflow: visible;
    padding: 0.15rem 0;
    scroll-padding-inline: 0;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.booking-filter-scroll::-webkit-scrollbar {
    display: none;
}

.booking-filter-pill {
    align-items: center;
    appearance: none;
    background: #fff;
    border: 1px solid #d9ddcf;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(31, 42, 31, 0.06);
    color: #374151;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.95rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.1;
    min-height: 44px;
    padding: 0.72rem 1.35rem;
    scroll-snap-align: start;
    text-align: center;
    white-space: nowrap;
}

.booking-filter-pill:hover,
.booking-filter-pill:focus-visible {
    border-color: var(--primary-color);
    color: var(--primary-color);
    outline: none;
    transform: translateY(-1px);
}

.booking-filter-pill.is-active,
.booking-filter-pill[aria-pressed="true"] {
    background: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 14px 30px rgba(44, 94, 42, 0.2);
    color: #fff;
}

.booking-filter-pill.is-active:hover,
.booking-filter-pill[aria-pressed="true"]:hover {
    color: #fff;
}

.booking-category-filter .booking-filter-pill.is-active,
.booking-category-filter .booking-filter-pill[aria-pressed="true"] {
    background: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 14px 30px rgba(44, 94, 42, 0.22);
    color: #fff;
}

.faq-item {
    overflow: hidden;
}

.faq-item summary {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.faq-item summary::after {
    color: var(--accent-color);
    content: "+";
    font-size: 1.25rem;
    font-weight: 900;
    margin-left: 1rem;
}

.faq-item[open] summary::after {
    content: "-";
}

.experience-hero {
    margin-bottom: 0;
    padding-top: 6rem;
}

.experience-hero-image,
.experience-gallery-slider {
    height: min(680px, 72vh);
    position: relative;
}

.experience-hero-image::after,
.experience-gallery-slider::after {
    background: linear-gradient(180deg, rgba(15, 34, 15, 0.08), rgba(15, 34, 15, 0.38));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.experience-content-wrapper {
    padding-top: 72px;
}

.experience-title,
.related-experiences h2,
.booking-testimonials h2,
.section-heading-wrap h2,
.contact-map-layout h2 {
    letter-spacing: 0;
}

.experience-meta-bar {
    background: #fff;
    border: 1px solid rgba(226, 177, 59, 0.22);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(31, 42, 31, 0.07);
    padding: 18px 22px;
}

.experience-section {
    background: #fff;
    border: 1px solid rgba(226, 177, 59, 0.18);
    border-radius: 24px;
    box-shadow: 0 14px 36px rgba(31, 42, 31, 0.08);
    padding: 30px;
}

.experience-description {
    color: #4b5563;
}

.booking-bottom-cta,
.home-final-cta {
    background: linear-gradient(135deg, #183c24 0%, var(--primary-color) 52%, #102a1b 100%);
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.booking-bottom-cta::before,
.home-final-cta::before {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.18) 12%, transparent 12%, transparent 88%, rgba(255, 255, 255, 0.18) 88%);
    background-size: 36px 36px;
    content: "";
    inset: 0;
    opacity: 0.14;
    pointer-events: none;
    position: absolute;
}

.booking-bottom-cta .booking-container,
.home-final-cta .ast-container {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .booking-hero-content {
        text-align: center;
    }

    .booking-confidence-section {
        padding: 64px 0;
    }

    .booking-confidence-layout {
        gap: 1.5rem;
        min-height: 0;
    }

    .booking-confidence-overlay-image {
        aspect-ratio: 16 / 9;
        height: auto;
        inset: auto;
        margin-bottom: 1rem;
        pointer-events: auto;
        position: relative;
        width: 100%;
    }

    .booking-confidence-overlay-image img {
        opacity: 0.5;
    }

    .booking-feature-list--with-overlay {
        grid-template-columns: 1fr;
        justify-items: stretch;
        min-height: 0;
        padding: 0;
    }

    .booking-feature-overlay-image {
        display: none;
    }

    .booking-feature-list--with-overlay article {
        margin-left: 0;
        max-width: none;
    }

    .booking-feature-list--with-overlay article:hover {
        transform: translateY(-4px);
    }

    .experience-content-wrapper {
        padding-top: 48px;
    }

    .experience-section {
        padding: 24px 20px;
    }

    .booking-filter-scroll {
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-left: -1rem;
        margin-right: -1rem;
        overflow-x: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        scroll-snap-type: x mandatory;
    }

    .booking-filter-pill {
        font-size: 0.9rem;
        min-height: 42px;
        padding: 0.68rem 1.15rem;
    }

    .book-now-selector-row {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .premium-motion-ready .booking-feature-list--with-overlay article.is-visible {
        animation: none;
    }

    .premium-motion-ready .home-hero-card {
        animation: none;
    }
}


/* ==========================================================================
   Amelia Phone Input Customization
   ========================================================================== */

/* Make country names more prominent in phone dropdown */
.m-phone-number-input__select__item .maz-truncate {
    font-weight: 600 !important;
    color: var(--am-c-drop-text) !important;
    flex: 1 !important;
}

/* Make dial codes less prominent */
.m-phone-number-input__select__item .maz-text-muted {
    font-weight: 400 !important;
    opacity: 0.7 !important;
    font-size: 13px !important;
}

/* Reorder items: flag, country name, code */
.m-phone-number-input__select__item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.m-phone-number-input__select__item .maz-flag {
    order: 1 !important;
}

.m-phone-number-input__select__item .maz-truncate {
    order: 2 !important;
}

.m-phone-number-input__select__item .maz-text-muted {
    order: 3 !important;
    margin-left: auto !important;
}


/* ==========================================================================
   Brand Name Highlight in Headings
   ========================================================================== */

.highlight-brand {
    color: var(--accent-color);
    font-weight: 700;
}

.page-hero h1 .highlight-brand {
    color: var(--accent-color);
}


/* ==========================================================================
   Footer Credit - Sentinel Terra Technologies
   ========================================================================== */

.odomankoma-footer-credit {
	margin-top: 8px;
	font-size: 0.9rem;
	font-weight: 500;
	opacity: 0.85;
	text-align: center;
}

.odomankoma-footer-credit a {
	color: var(--accent-color);
	font-weight: 700;
	text-decoration: none;
	transition: opacity 0.2s ease, text-decoration 0.2s ease;
}

.odomankoma-footer-credit a:hover {
	opacity: 1;
	text-decoration: underline;
}

/* Animated heart */
@keyframes heartbeat {
	0%, 100% {
		transform: scale(1);
	}
	10%, 30% {
		transform: scale(1.15);
	}
	20%, 40% {
		transform: scale(1);
	}
}

.with-heart::after {
	content: ' ♥';
	display: inline-block;
	color: var(--accent-color);
	animation: heartbeat 2s ease-in-out infinite;
	margin-left: 0.15em;
}


/* ==========================================================================
   Eco-Tourism Badge Styling
   ========================================================================== */

.eco-badge {
	display: inline-block;
	background: linear-gradient(135deg, rgba(226, 177, 59, 0.15), rgba(226, 177, 59, 0.08));
	color: var(--accent-color);
	padding: 0.15em 0.5em;
	border-radius: 8px;
	border: 2px solid rgba(226, 177, 59, 0.3);
	font-size: 0.85em;
	font-weight: 700;
	letter-spacing: 0.02em;
	position: relative;
	top: -0.05em;
	box-shadow: 0 2px 8px rgba(226, 177, 59, 0.15);
	transition: all 0.3s ease;
}

.eco-badge::before {
	content: '🌿';
	margin-right: 0.3em;
	font-size: 0.9em;
}

@media (max-width: 768px) {
	.eco-badge {
		font-size: 0.75em;
		padding: 0.2em 0.45em;
	}
}
