/* ===== GLOBAL STYLES ===== */
:root {
    --black: #0F0F0F;
    --charcoal: #1C1C1C;
    --dark-gray: #2A2A2A;
    --white: #FDFBF7;
    --light-gray: #F4F1EA;
    --medium-gray: #8b8575;
    --gold: #BCA37F;
    --copper: #9A7B4F;
    --border-width: 3px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    background-color: var(--white);
    color: var(--medium-gray);
    line-height: 1.6;
    font-size: 16px;
}

h1,
h2,
h3,
h4 {
    color: var(--black);
    font-weight: 400;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
    /* Prevent white box on broken images */
    font-size: 0;
}

/* Ensure tracking pixels are never visible */
noscript img {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.content-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.content-container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== ACCESSIBILITY ===== */
.skip-navigation {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--gold);
    color: var(--black);
    padding: 8px;
    text-decoration: none;
    z-index: 1000;
}

.skip-navigation:focus {
    top: 0;
}

*:focus {
    outline: 2px solid var(--gold);
    outline-offset: 2px;
}

/* ===== TOP NAVIGATION BAR ===== */
.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    backdrop-filter: none;
    z-index: 999;
    padding: 30px 0;
    border-bottom: none;
    box-shadow: none;
}

/* Adjust nav link colors for light header */
.nav-link {
    color: var(--black);
}

.nav-link:hover,
.nav-link.active {
    color: var(--gold);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Logo styling */
.nav-logo img {
    height: 60px;
    width: auto;
    display: block;
    object-fit: contain;
}

.golden-icon {
    filter: sepia(100%) saturate(500%) brightness(90%) hue-rotate(10deg);
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    max-width: 80%;
    height: 100vh;
    background: rgba(15, 15, 15, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: center;
    z-index: 2000;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
    pointer-events: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-links.active {
    transform: translateX(0);
    pointer-events: auto;
}

.nav-link {
    color: var(--white);
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 12px 25px;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 80%;
}

.nav-link:hover,
.nav-link.active {
    color: var(--gold);
}

/* Show hamburger on all screens */
.hamburger {
    display: flex !important;
    background: rgba(0, 0, 0, 0.6);
    padding: 12px;
    border-radius: 5px;
    z-index: 2001;
    /* Above the drawer */
}

.hamburger span {
    background: var(--white);
}

/* Hamburger Menu */
/* Hamburger Menu Styles */
.hamburger {
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--white);
    margin: 3px 0;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* ===== HERO SECTION ===== */
.header {
    background-color: var(--black);
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    /* Lowered even more */
    justify-content: center;
    text-align: center;
    overflow: hidden;
    margin-top: 0;
}

/* ===== SUBPAGE STYLES ===== */
.subpage-header {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('assets/video-poster.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 180px 0 100px;
    text-align: center;
    color: var(--white);
    border-bottom: 3px solid var(--gold);
}

.subpage-header h1 {
    color: var(--gold);
    font-size: 4em;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}

.subpage-header p {
    font-style: italic;
    font-size: 1.4em;
    color: var(--light-gray);
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/* Specific button styles for subpages if needed */
.subpage-content {
    padding: 80px 0;
    background: var(--white);
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.85;
}

.header-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}

.header-content {
    position: relative;
    z-index: 2;
    padding: 10px 20px;
    width: 100%;
}

.hero-title {
    color: var(--white);
    font-size: 5em;
    font-weight: 700;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.9);
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.header-tagline {
    color: var(--white);
    font-size: 1.5em;
    font-style: italic;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    display: inline-block;
}

.nav-controls {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-book-btn {
    background: var(--gold);
    color: var(--black);
    padding: 10px 25px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 0.9em;
}

.hero-book-btn:hover {
    background: var(--white);
    transform: scale(1.05);
}


/* ===== LOCATION BUTTONS SECTION ===== */
.locations-section {
    background: linear-gradient(135deg, var(--charcoal) 0%, var(--black) 100%);
    padding: 80px 0;
    color: var(--white);
}

.location-header {
    color: var(--white);
    font-size: 2em;
    margin-bottom: 50px;
    letter-spacing: 3px;
}

.location-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.location-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px 30px;
    border: 2px solid var(--gold);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.location-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
    background: rgba(0, 0, 0, 0.08);
}

.location-card h3 {
    color: var(--gold);
    font-size: 1.8em;
    margin-bottom: 10px;
}

.location-subtitle {
    color: #ccc;
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 20px;
}

.location-address {
    color: var(--white);
    font-size: 1em;
    margin-bottom: 15px;
    line-height: 1.6;
}

.location-phone {
    margin-bottom: 10px;
}

.location-phone a {
    color: var(--gold);
    font-size: 1.2em;
    font-weight: bold;
}

.location-phone a:hover {
    color: var(--white);
}

.location-amenities {
    color: #aaa;
    font-size: 0.85em;
    margin-bottom: 25px;
    font-style: italic;
}

.loc-btn {
    display: inline-block;
    background: linear-gradient(135deg, var(--gold) 0%, var(--copper) 100%);
    color: var(--black);
    padding: 15px 40px;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.loc-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
}

/* ===== SERVICES SECTION (Button Grid) ===== */
.services-section {
    background: var(--light-gray);
    padding: 80px 0;
}

.services-heading {
    font-size: 2.5em;
    margin-bottom: 50px;
    text-align: center;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.service-card {
    background: var(--white);
    padding: 40px 30px;
    border: 3px solid var(--black);
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.2), transparent);
    transition: left 0.5s ease;
}

.service-card:hover::before {
    left: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-color: var(--gold);
}

.service-icon {
    font-size: 3em;
    color: var(--gold);
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: var(--black);
}

.service-price {
    font-size: 2em;
    font-weight: bold;
    color: var(--gold);
    margin-bottom: 5px;
}

.service-duration {
    color: var(--medium-gray);
    font-size: 1em;
    margin-bottom: 25px;
}

.service-btn {
    background: var(--black);
    color: var(--white);
    padding: 12px 35px;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid var(--black);
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.service-btn:hover {
    background: var(--gold);
    color: var(--black);
    border-color: var(--gold);
    transform: scale(1.05);
}

/* ===== ABOUT SECTION ===== */
.about-section {
    background-color: var(--white);
    padding: 80px 0;
    text-align: center;
}

.main-heading {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.sub-heading {
    font-size: 1.5em;
    color: var(--dark-gray);
    font-style: italic;
    margin-bottom: 50px;
    font-family: 'Georgia', serif;
    text-transform: none;
}

.about-image-wrapper {
    margin: 40px auto;
    max-width: 800px;
    border: 5px solid var(--black);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.about-image {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.about-image:hover {
    transform: scale(1.02);
}

.about-text {
    font-size: 1.15em;
    color: var(--medium-gray);
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.8;
}

/* ===== PORTFOLIO SECTION (Redesigned) ===== */
.portfolio-section {
    background: var(--light-gray);
    padding: 80px 0;
}

.section-title {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 30px;
}

.ratings-display {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.rating-badge {
    max-width: 200px;
    height: auto;
    transition: transform 0.3s ease;
}

.rating-badge:hover {
    transform: scale(1.1);
}

.rating-text {
    text-align: center;
    font-size: 1.2em;
    color: var(--medium-gray);
    margin-bottom: 50px;
    font-weight: bold;
}

.portfolio-grid-rev {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.portfolio-item-rev {
    aspect-ratio: 1/1;
    overflow: hidden;
    border: 3px solid var(--white);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-item-rev img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-item-rev:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.portfolio-item-rev:hover img {
    transform: scale(1.1);
}

@media (max-width: 1024px) {
    .portfolio-grid-rev {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .portfolio-grid-rev {
        grid-template-columns: 1fr;
    }
}

/* ===== TESTIMONIALS SECTION ===== */
.testimonials-section {
    background-color: var(--white);
    padding: 80px 0;
}

.reviews-summary-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.reviews-summary {
    font-size: 1.1em;
    font-weight: 700;
    color: var(--medium-gray);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.review-btn {
    display: inline-block;
    padding: 8px 20px;
    background: var(--gold);
    color: var(--black);
    font-size: 0.8em;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--gold);
}

.review-btn:hover {
    background: transparent;
    color: var(--gold);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.testimonial-box {
    background: var(--light-gray);
    padding: 40px 30px;
    border-left: 5px solid var(--gold);
    border-radius: 5px;
    text-align: left;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.testimonial-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.quote-icon {
    font-size: 2em;
    color: var(--gold);
    margin-bottom: 15px;
    opacity: 0.3;
}

.testimonial-box p {
    font-style: italic;
    color: var(--black);
    font-size: 1.1em;
    line-height: 1.6;
}

/* ===== INSTAGRAM SECTION ===== */
.instagram-section {
    background: var(--charcoal);
    padding: 80px 0;
    text-align: center;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    position: relative;
    overflow: hidden;
}

.instagram-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.insta-heading {
    margin-bottom: 25px;
    font-size: 2.5em;
    color: var(--white);
    letter-spacing: 2px;
}

.insta-btn {
    display: inline-block;
    padding: 18px 45px;
    background: var(--gold);
    color: var(--black);
    font-weight: 700;
    font-size: 1.1em;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.insta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.4);
    background: var(--white);
}

.insta-btn i {
    margin-right: 12px;
    font-size: 1.2em;
}

.insta-sub {
    margin-top: 25px;
    font-size: 1.1em;
    color: #aaa;
    font-style: italic;
}

/* ===== INQUIRY CTA SECTION ===== */
.inquiry-cta-section {
    background: var(--charcoal);
    padding: 80px 0;
    text-align: center;
    color: var(--white);
}

.inquiry-cta-section h2 {
    color: var(--white);
    font-size: 2.5em;
    margin-bottom: 15px;
}

.inquiry-cta-section p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #ccc;
}

.inquiry-btn {
    background: linear-gradient(135deg, var(--gold) 0%, var(--copper) 100%);
    color: var(--black);
    padding: 18px 50px;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.4);
}

.inquiry-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.6);
}

/* ===== FOOTER (Enhanced) ===== */
.footer {
    background-color: var(--black);
    padding: 60px 0 30px;
    border-top: 3px solid var(--gold);
    color: var(--white);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-bottom: 40px;
}

.footer-col h4 {
    color: var(--gold);
    font-size: 1.3em;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer-business-name {
    font-size: 1.5em;
    font-weight: bold;
    color: var(--white);
    margin-bottom: 15px;
}

.footer-col p {
    color: #ccc;
    margin-bottom: 10px;
    line-height: 1.6;
}

.footer-col a {
    color: var(--white);
    display: inline-block;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.footer-col a:hover {
    color: var(--gold);
}

.footer-col a i {
    margin-right: 8px;
    color: var(--gold);
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    background: var(--gold);
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2em;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: var(--white);
    transform: scale(1.1);
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-location {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-location:last-child {
    border-bottom: none;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    color: #888;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.footer-tagline {
    color: var(--gold);
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 15px;
}

.designer-creds {
    color: #666;
    font-size: 0.85em;
}

.designer-creds a {
    color: #888;
    transition: color 0.3s ease;
}

.designer-creds a:hover {
    color: var(--gold);
}

/* ===== SCROLL TO TOP ===== */
#scrollToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold) 0%, var(--copper) 100%);
    color: var(--black);
    border: 3px solid var(--white);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    font-size: 1.3em;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 998;
    transition: all 0.3s ease;
}

#scrollToTop:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
}

/* ===== MODALS ===== */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-content {
    background-color: var(--white);
    margin: 100px auto;
    padding: 40px;
    width: 90%;
    max-width: 600px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.inquiry-modal-content {
    max-width: 700px;
}

.modal-close {
    color: var(--medium-gray);
    float: right;
    font-size: 2em;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
    line-height: 1;
}

.modal-close:hover {
    color: var(--black);
}

.modal h2 {
    margin-bottom: 15px;
    font-size: 2em;
    color: var(--black);
}

.modal p {
    margin-bottom: 30px;
    color: var(--medium-gray);
    font-size: 1.1em;
}

.modal-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.modal-btn {
    background: linear-gradient(135deg, var(--gold) 0%, var(--copper) 100%);
    color: var(--black);
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.modal-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.4);
}

.modal-btn i {
    margin-right: 10px;
}

/* ===== INQUIRY FORM ===== */
.form-group {
    margin-bottom: 25px;
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: var(--black);
    font-size: 1em;
}

.required {
    color: #d32f2f;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 1em;
    font-family: 'Georgia', serif;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--gold);
    outline: none;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-submit-btn {
    width: 100%;
    background: var(--black);
    color: var(--white);
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid var(--black);
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-submit-btn:hover {
    background: var(--gold);
    color: var(--black);
    border-color: var(--gold);
}

.form-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}

.form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.form-message i {
    margin-right: 8px;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
    .portfolio-integrated {
        grid-template-columns: 1fr;
    }

    .review-column {
        flex-direction: row;
    }

    .portfolio-grid-center {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    /* Navigation */
    .hamburger {
        display: flex;
    }

    /* Navigation overrides removed to favor global side drawer */


    .nav-link {
        padding: 15px 20px;
        width: 100%;
        text-align: center;
    }

    /* Hero */
    .header {
        margin-top: 0;
        min-height: 80vh;
        padding-bottom: 20px;
    }

    .hero-title {
        font-size: 3em;
    }

    .header-tagline {
        font-size: 1.5em;
        padding: 15px 25px;
    }

    /* Locations */
    .location-buttons {
        grid-template-columns: 1fr;
    }

    /* Services */
    .services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    /* Testimonials */
    .reviews-summary-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    /* Portfolio */
    .portfolio-grid-center {
        grid-template-columns: 1fr;
    }

    /* Footer */
    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    /* Modal */
    .modal-content {
        width: 95%;
        margin: 50px auto;
        padding: 30px 20px;
    }

    /* Text sizes */
    .main-heading,
    .section-title {
        font-size: 2em;
    }

    .services-heading {
        font-size: 2em;
    }

    .about-text {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .header-tagline {
        font-size: 1.2em;
        padding: 12px 20px;
    }

    .location-header {
        font-size: 1.5em;
    }

    .service-card h3 {
        font-size: 1.2em;
    }

    .service-price {
        font-size: 1.6em;
    }

    #scrollToTop {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card,
.testimonial-box,
.portfolio-item {
    animation: fadeInUp 0.6s ease forwards;
}

/* ===== PRINT STYLES ===== */
@media print {

    .top-nav,
    .hamburger,
    #scrollToTop,
    .modal {
        display: none !important;
    }
}

/* ============================================================
   BOOKING FLOW — BRAND TOKENS & STAGE 1
   All new booking UI uses these custom properties exclusively.
   ============================================================ */
:root {
    --bf-bg:           #FDFBF7;
    --bf-surface:      #FFFFFF;
    --bf-gold:         #BCA37F;
    --bf-gold-dim:     rgba(188,163,127,0.18);
    --bf-text:         #2C3539;
    --bf-text-muted:   #8b8575;
    --bf-heading:      #8C7355;
    --bf-border:       1px solid rgba(188,163,127,0.20);
    --bf-ease:         cubic-bezier(0.16,1,0.3,1);
    --bf-font-head:    'Cormorant Garamond','Playfair Display',Georgia,serif;
    --bf-font-body:    'DM Sans','Inter',system-ui,sans-serif;
}

/* ── Booking flow section anchor ─────────────────────────── */
.booking-flow-section {
    background: var(--bf-bg);
    min-height: 1px; /* collapses until stages mount */
}

/* ── Hero CTA block ─────────────────────────────────────── */
.hero-cta-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 32px;
    animation: bfFadeUp 0.9s var(--bf-ease) both;
    animation-delay: 0.2s;
}

/* Availability indicator */
.availability-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--bf-font-body);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bf-text);
    opacity: 0.92;
}

.avail-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bf-gold);
    flex-shrink: 0;
}

@media (prefers-reduced-motion: no-preference) {
    .avail-dot {
        animation: bfPulse 2.4s ease-in-out infinite;
    }
}

@keyframes bfPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.45; transform: scale(1.5); }
}

.avail-label {
    color: var(--bf-text);
}

/* Main CTA button */
.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--bf-gold);
    color: #111111;
    font-family: var(--bf-font-body);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 14px 32px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s var(--bf-ease),
                transform  0.3s var(--bf-ease),
                color      0.3s var(--bf-ease);
    text-decoration: none;
}

.hero-cta-btn:hover {
    background: var(--bf-text);
    color: #111111;
    transform: translateY(-2px);
}

.hero-cta-btn .cta-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s var(--bf-ease);
}

.hero-cta-btn:hover .cta-arrow {
    transform: translateX(4px);
}

/* Trust micro-line */
.hero-trust-line {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--bf-font-body);
    font-size: 0.78rem;
    color: rgba(0,0,0,0.7);
    letter-spacing: 0.03em;
}

.trust-stars {
    display: flex;
    gap: 2px;
}

.trust-stars svg {
    width: 12px;
    height: 12px;
    color: var(--bf-gold);
    fill: var(--bf-gold);
}

.trust-text {
    white-space: nowrap;
}

/* ── Shared fade-up entrance ─────────────────────────────── */
@keyframes bfFadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Sticky mobile "Book your cut" bar ───────────────────── */
.sticky-book-bar {
    display: none; /* desktop: always hidden */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 997;
    background: var(--bf-bg);
    border-top: var(--bf-border);
    padding: 12px 20px;
    transform: translateY(100%);
    transition: transform 0.45s var(--bf-ease);
    will-change: transform;
}

.sticky-book-bar.is-visible {
    transform: translateY(0);
}

.sticky-book-bar.is-hidden {
    transform: translateY(100%);
    pointer-events: none;
}

.sticky-book-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: var(--bf-gold);
    color: #111111;
    font-family: var(--bf-font-body);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 13px 24px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s var(--bf-ease);
}

.sticky-book-link svg {
    width: 16px;
    height: 16px;
}

.sticky-book-link:hover {
    background: var(--bf-text);
}

@media (max-width: 768px) {
    .sticky-book-bar {
        display: block; /* mobile only */
    }

    /* Nudge scroll-to-top above bar */
    #scrollToTop {
        bottom: 80px;
    }

    .hero-trust-line {
        flex-direction: column;
        gap: 4px;
        text-align: center;
    }

    .trust-text {
        white-space: normal;
        text-align: center;
    }
}

/* ── Stage 2: Service Selection ──────────────────────────── */
.bf-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

.bf-stage {
    display: none;
    animation: bfFadeUp 0.6s var(--bf-ease) both;
}

.bf-stage.is-active {
    display: block;
}

.bf-stage-header {
    margin-bottom: 30px;
    text-align: center;
}

.bf-step-indicator {
    font-family: var(--bf-font-body);
    font-size: 0.8rem;
    color: var(--bf-gold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    display: block;
}

.bf-stage-title {
    font-family: var(--bf-font-head);
    font-size: 2.2rem;
    color: var(--bf-text);
    font-weight: 600;
    margin: 0;
}

.bf-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.bf-service-card {
    position: relative;
    background: var(--bf-surface);
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 24px;
    cursor: pointer;
    transition: transform 0.3s var(--bf-ease), border-color 0.3s var(--bf-ease);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bf-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 3px;
    background: var(--bf-gold);
    border-radius: 8px 0 0 8px;
    opacity: 0;
    transition: opacity 0.3s var(--bf-ease);
}

.bf-service-card:hover {
    border-color: var(--bf-gold-dim);
    transform: scale(1.02);
}

.bf-service-card.is-selected {
    border-color: var(--bf-gold-dim);
}

.bf-service-card.is-selected::before {
    opacity: 1;
}

.bf-popular-badge {
    position: absolute;
    top: -10px;
    left: 20px;
    background: var(--bf-gold);
    color: #111;
    font-family: var(--bf-font-body);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 4px 10px;
    border-radius: 20px;
}

.bf-service-check {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    color: var(--bf-gold);
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.3s var(--bf-ease);
}

.bf-service-card.is-selected .bf-service-check {
    opacity: 1;
    transform: scale(1);
}

.bf-service-info {
    margin-bottom: 20px;
}

.bf-service-name {
    font-family: var(--bf-font-head);
    font-size: 1.4rem;
    color: var(--bf-heading);
    margin: 0 0 8px 0;
    font-weight: 600;
    padding-right: 24px;
}

.bf-service-duration {
    display: inline-block;
    font-family: var(--bf-font-body);
    font-size: 0.75rem;
    color: var(--bf-text-muted);
    background: rgba(0,0,0,0.05);
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.bf-service-desc {
    font-family: var(--bf-font-body);
    font-size: 0.9rem;
    color: var(--bf-text-muted);
    line-height: 1.5;
    margin: 0;
}

.bf-service-price {
    font-family: var(--bf-font-body);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--bf-gold);
}

@media (max-width: 600px) {
    .bf-service-grid {
        grid-template-columns: 1fr;
    }
}

/* ── Stage 3: Location Selection ─────────────────────────── */
.bf-location-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.bf-loc-card {
    position: relative;
    background: var(--bf-surface);
    border: 1px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s var(--bf-ease), border-color 0.3s var(--bf-ease);
}

.bf-loc-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 3px;
    background: var(--bf-gold);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s var(--bf-ease);
}

.bf-loc-card:hover {
    border-color: var(--bf-gold-dim);
    transform: scale(1.02);
}

.bf-loc-card.is-selected {
    border-color: var(--bf-gold-dim);
}

.bf-loc-card.is-selected::before {
    opacity: 1;
}

.bf-loc-image {
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.bf-loc-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,1));
}

.bf-loc-info {
    padding: 20px;
    position: relative;
    z-index: 1;
}

.bf-loc-info h3 {
    font-family: var(--bf-font-head);
    font-size: 1.4rem;
    color: var(--bf-heading);
    margin: 0 0 8px 0;
}

.bf-loc-info p {
    font-family: var(--bf-font-body);
    font-size: 0.9rem;
    color: var(--bf-text-muted);
    line-height: 1.5;
    margin: 0;
}

.bf-loc-card .bf-service-check {
    z-index: 3;
}

.bf-stage-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.05);
    margin-top: 32px;
}

.bf-back-btn {
    background: transparent;
    color: var(--bf-text-muted);
    border: none;
    font-family: var(--bf-font-body);
    font-size: 0.9rem;
    cursor: pointer;
    padding: 8px 0;
    transition: color 0.3s var(--bf-ease);
}

.bf-back-btn:hover {
    color: var(--bf-text);
}

.bf-next-btn {
    background: var(--bf-gold);
    color: #111;
    border: none;
    padding: 14px 28px;
    border-radius: 4px;
    font-family: var(--bf-font-body);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s, background 0.3s;
}

.bf-next-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    background: var(--bf-text);
}

.bf-next-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ── Stage 4: Date & Time Picker ─────────────────────────── */
.bf-datetime-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background: var(--bf-surface);
    border: var(--bf-border);
    border-radius: 8px;
    padding: 32px;
}

.bf-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

#bf-month-year {
    font-family: var(--bf-font-body);
    font-size: 1.1rem;
    color: var(--bf-text);
    margin: 0;
    font-weight: 600;
}

.bf-icon-btn {
    background: transparent;
    border: 1px solid rgba(0,0,0,0.1);
    color: var(--bf-text);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s var(--bf-ease);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bf-icon-btn:hover {
    background: var(--bf-gold);
    color: #111;
    border-color: var(--bf-gold);
}

.bf-calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-family: var(--bf-font-body);
    font-size: 0.8rem;
    color: var(--bf-text-muted);
    margin-bottom: 12px;
}

.bf-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.bf-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--bf-font-body);
    font-size: 0.95rem;
    color: var(--bf-text);
    background: rgba(0,0,0,0.02);
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s var(--bf-ease);
}

.bf-day:hover:not(.is-disabled) {
    border-color: var(--bf-gold-dim);
    background: rgba(0,0,0,0.05);
}

.bf-day.is-selected {
    background: var(--bf-gold);
    color: #111;
    font-weight: 600;
}

.bf-day.is-disabled {
    color: rgba(0,0,0,0.25);
    cursor: not-allowed;
    background: transparent;
}

.bf-time-title {
    font-family: var(--bf-font-body);
    font-size: 1.1rem;
    color: var(--bf-text);
    margin: 0 0 24px 0;
    font-weight: 600;
}

#bf-selected-date-text {
    color: var(--bf-gold);
    font-size: 0.9rem;
    margin-left: 8px;
    font-weight: 400;
}

.bf-time-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-height: 280px;
    overflow-y: auto;
    padding-right: 10px;
}

/* Custom scrollbar for time grid */
.bf-time-grid::-webkit-scrollbar {
    width: 6px;
}
.bf-time-grid::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 4px;
}
.bf-time-grid::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 4px;
}
.bf-time-grid::-webkit-scrollbar-thumb:hover {
    background: var(--bf-gold);
}

.bf-time-slot {
    font-family: var(--bf-font-body);
    font-size: 0.95rem;
    color: var(--bf-text);
    background: rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 6px;
    padding: 12px 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s var(--bf-ease);
}

.bf-time-slot:hover {
    border-color: var(--bf-gold);
}

.bf-time-slot.is-selected {
    background: var(--bf-gold);
    color: #111;
    font-weight: 600;
    border-color: var(--bf-gold);
}

/* ── Stage 5: User Info Form ─────────────────────────────── */
.bf-form-container {
    background: var(--bf-surface);
    border: var(--bf-border);
    border-radius: 8px;
    padding: 32px;
    max-width: 600px;
    margin: 0 auto;
}

.bf-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.bf-form-group {
    margin-bottom: 20px;
}

.bf-form-group label {
    display: block;
    font-family: var(--bf-font-body);
    font-size: 0.85rem;
    color: var(--bf-text-muted);
    margin-bottom: 8px;
}

.bf-form-group input,
.bf-form-group textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    padding: 14px 16px;
    font-family: var(--bf-font-body);
    font-size: 1rem;
    color: var(--bf-text);
    transition: border-color 0.3s var(--bf-ease);
    box-sizing: border-box;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.02);
}

.bf-form-group input:focus,
.bf-form-group textarea:focus {
    outline: none;
    border-color: var(--bf-gold);
}

.bf-pay-btn {
    width: auto;
}

@media (max-width: 600px) {
    .bf-location-grid {
        grid-template-columns: 1fr;
    }
    .bf-datetime-container {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px;
    }
    .bf-form-container {
        padding: 20px;
    }
    .bf-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .bf-stage-actions {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .bf-next-btn, .bf-back-btn, .bf-pay-btn {
        width: 100%;
    }
}

/* =========================================================
   ANTIGRAVITY DESIGN EXPERT & UI/UX PRO MAX EXTENSIONS
   ========================================================= */

/* Glassmorphism utility */
.glass-panel {
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    border-radius: 12px;
}

/* 3D Depth & Isometric Snapping for Cards */
.isometric-card {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    transform-style: preserve-3d;
}

.isometric-card:hover {
    transform: translateY(-8px) rotateX(5deg) rotateY(5deg);
    box-shadow: -10px 15px 30px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(212, 175, 55, 0.3);
}

/* GSAP Helper Classes */
.gsap-fade-up {
    opacity: 0;
    visibility: hidden;
}

.gsap-stagger-item {
    opacity: 0;
    transform: translateY(30px);
}

/* Enhanced Booking Cards */
.bf-service-card, .bf-loc-card {
    background: var(--white);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.bf-service-card:hover, .bf-loc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Soft shadow focus for accessibility */
*:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 4px;
    box-shadow: 0 0 0 6px rgba(212, 175, 55, 0.2);
}

/* Input success/error animations */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.input-error-shake {
    animation: shake 0.4s ease-in-out;
}

/* =========================================================
   ANTIGRAVITY 3D & CINEMATIC HERO SYSTEM
   ========================================================= */

/* Cinematic film grain overlay */
.hero-grain {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
    opacity: 0.35;
    mix-blend-mode: overlay;
}

/* Ambient gold light ray burst */
.hero-light-ray {
    position: absolute;
    top: -20%;
    right: 10%;
    width: 60vw;
    height: 120vh;
    background: conic-gradient(from 210deg at 60% 0%, rgba(200,162,106,0.12) 0deg, transparent 45deg, transparent 360deg);
    z-index: 2;
    pointer-events: none;
    transform-origin: top right;
    animation: rayPulse 8s ease-in-out infinite;
}

@keyframes rayPulse {
    0%, 100% { opacity: 0.6; transform: rotate(-5deg) scaleX(1); }
    50% { opacity: 1; transform: rotate(0deg) scaleX(1.1); }
}

/* ── Spline 3D Hero Overlay ────────────────────────────── */
.spline-3d-hero {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    z-index: 4;
    pointer-events: auto;
    opacity: 0.92;
}

@media (max-width: 768px) {
    .spline-3d-hero {
        width: 100%;
        height: 50%;
        top: auto;
        bottom: 0;
        opacity: 0.5;
    }
}

/* ── Staggered Hero Text ─────────────────────────────── */
.hero-eyebrow {
    font-family: 'Inter', 'DM Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--bf-gold, #C8A26A);
    margin-bottom: 12px;
}

.hero-title {
    display: flex;
    flex-direction: column;
    line-height: 0.92;
}

.hero-title-line {
    display: block;
}

.hero-title-accent {
    color: var(--bf-gold, #C8A26A);
    -webkit-text-stroke: 1px var(--bf-gold, #C8A26A);
}

/* ── Deposit Trust Pill ──────────────────────────────── */
.hero-deposit-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(200, 162, 106, 0.12);
    border: 1px solid rgba(200, 162, 106, 0.3);
    border-radius: 20px;
    padding: 6px 14px;
    font-family: 'Inter', 'DM Sans', sans-serif;
    font-size: 0.78rem;
    color: var(--bf-gold, #C8A26A);
    margin-bottom: 16px;
    backdrop-filter: blur(8px);
}

/* =========================================================
   SOCIAL PROOF MARQUEE TICKER
   ========================================================= */
.social-proof-ticker {
    overflow: hidden;
    background: rgba(200, 162, 106, 0.08);
    border-top: 1px solid rgba(200, 162, 106, 0.15);
    border-bottom: 1px solid rgba(200, 162, 106, 0.15);
    padding: 12px 0;
    white-space: nowrap;
    position: relative;
    z-index: 10;
}

.ticker-track {
    display: inline-flex;
    gap: 28px;
    animation: tickerScroll 30s linear infinite;
    font-family: 'Inter', 'DM Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bf-gold, #C8A26A);
}

@keyframes tickerScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .ticker-track { animation: none; }
}

/* =========================================================
   PAYWALL CRO: BOOKING SUMMARY PANEL
   ========================================================= */
.bf-booking-summary {
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 24px;
    font-family: 'Inter', 'DM Sans', sans-serif;
    backdrop-filter: blur(12px);
}

.bfs-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--bf-gold, #C8A26A);
    margin-bottom: 16px;
}

.bfs-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    font-size: 0.9rem;
}

.bfs-label {
    color: var(--bf-text-muted, #8A8580);
    font-weight: 400;
}

.bfs-value {
    color: var(--bf-text, #2C3539);
    font-weight: 500;
    text-align: right;
    max-width: 60%;
}

.bfs-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
    margin: 12px 0;
}

.bfs-total {
    font-size: 1rem;
    font-weight: 600;
}

.bfs-gold {
    color: var(--bf-gold, #C8A26A) !important;
    font-weight: 700;
    font-size: 1.1rem;
}

.bfs-note {
    font-size: 0.76rem;
    color: var(--bf-text-muted, #8A8580);
    margin-top: 12px;
    text-align: center;
}

/* =========================================================
   GLASSMORPHISM UPGRADE — Section Headers
   ========================================================= */
.section-title,
.main-heading {
    position: relative;
}

.section-title::after,
.main-heading::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold, #d4af33), transparent);
    margin: 12px auto 0;
}

/* ── Testimonial Cards Glassmorphism ─────────────────── */
.testimonial-box {
    background: rgba(0, 0, 0, 0.04) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
                box-shadow 0.4s ease,
                border-color 0.3s ease !important;
}

.testimonial-box:hover {
    transform: translateY(-6px) !important;
    border-color: rgba(200, 162, 106, 0.25) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
}

/* ── Location Cards 3D Depth ─────────────────────────── */
.location-card {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease !important;
}

.location-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2) !important;
}

/* ── Portfolio Grid Hover ────────────────────────────── */
.portfolio-item-rev {
    overflow: hidden;
    position: relative;
}

.portfolio-item-rev::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(200, 162, 106, 0.2), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.portfolio-item-rev:hover::after {
    opacity: 1;
}

.portfolio-item-rev img {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.portfolio-item-rev:hover img {
    transform: scale(1.05) !important;
}

/* =========================================================
   SECURITY & ACCESSIBILITY HARDENING (UI Layer)
   ========================================================= */

/* Strong focus ring for keyboard navigation — WCAG AA */
*:focus-visible {
    outline: 2px solid var(--gold, #d4af33);
    outline-offset: 3px;
    box-shadow: 0 0 0 5px rgba(212, 175, 55, 0.18);
    border-radius: 3px;
}

/* Anti-XSS: disable user-select on decorative elements */
.hero-grain,
.hero-light-ray,
.social-proof-ticker {
    user-select: none;
    -webkit-user-select: none;
}

/* CSP-friendly: no external background images in critical UI */
.bfs-header svg,
.hero-deposit-pill svg {
    flex-shrink: 0;
}

/* ── GSAP Animation Pre-states ──────────────────────── */
.gsap-stagger-item {
    opacity: 0;
    transform: translateY(32px);
    will-change: transform, opacity;
}

.gsap-fade-up {
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity;
}

/* ── Smooth booking stage transitions ───────────────── */
.bf-stage {
    animation: bfFadeUp 0.5s var(--bf-ease, cubic-bezier(0.16,1,0.3,1)) both;
}

/* ── Pay Button enhanced state ───────────────────────── */
.bf-pay-btn {
    background: linear-gradient(135deg, var(--bf-gold, #C8A26A) 0%, #a07840 100%) !important;
    position: relative;
    overflow: hidden;
}

.bf-pay-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    transition: left 0.5s ease;
}

.bf-pay-btn:hover::before {
    left: 100%;
}

/* ── Nav transparent → opaque scroll upgrade ─────────── */
.top-nav.scrolled {
    background: rgba(10, 10, 10, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.4) !important;
}

/* =========================================================
   RESPONSIVE FINE-TUNING
   ========================================================= */
@media (max-width: 768px) {
    .hero-eyebrow { font-size: 0.68rem; }
    .hero-deposit-pill { font-size: 0.72rem; padding: 5px 11px; }
    .bf-booking-summary { padding: 16px; }
    .spline-3d-hero { display: none; } /* battery save on mobile */
    .social-proof-ticker { padding: 10px 0; }
    .ticker-track { font-size: 0.72rem; gap: 20px; }
}

/* TASK 1: Payment Method Selector */
.payment-method-selector {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

.payment-selector-label {
    color: #000;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.payment-toggle-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    max-width: 700px;
    margin: 0 auto;
}

.payment-toggle-btn {
    background: transparent;
    border: 1px solid #C9A84C;
    color: #C9A84C;
    padding: 1.5rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.payment-toggle-btn.active {
    background: #C9A84C;
    color: #000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.payment-toggle-btn .btn-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.payment-toggle-btn .btn-subtitle {
    font-size: 0.8rem;
    opacity: 0.8;
}

.payment-toggle-btn:not(.active):hover {
    background: rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

@media (max-width: 480px) {
    .payment-toggle-group {
        grid-template-columns: 1fr;
    }
}

/* Cash Reminder Style */
.cash-reminder-text {
    margin-top: 1.5rem;
    color: #888;
    font-size: 0.9rem;
    line-height: 1.6;
}

.cash-reminder-text strong {
    color: #C9A84C;
    font-weight: 600;
}

/* Confirmation Summary Box Improvements */
.bf-summary-box {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 1.5rem;
    margin: 2rem 0;
    text-align: left;
}

.bfs-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.bfs-item:last-child {
    margin-bottom: 0;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bfs-item .label {
    color: #888;
}

.bfs-item .val {
    color: #000;
    font-weight: 500;
}

.bfs-item .val.gold {
    color: #C9A84C;
}

/* ── Success Screen & Footer Admin Links ───────────────── */
.bf-success-icon {
    margin-bottom: 24px;
    color: var(--bf-gold, #C8A26A);
    display: flex;
    justify-content: center;
}

.bf-success-msg {
    color: rgba(0,0,0,0.7);
    line-height: 1.8;
    margin-bottom: 2rem;
    font-size: 1.1rem;
    text-align: center;
}

.confirmation-summary {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 2rem;
    max-width: 500px;
    margin: 0 auto;
}

.admin-link-discreet {
    opacity: 0.15;
    transition: opacity 0.3s ease;
    color: inherit;
    font-size: 0.8rem;
    text-decoration: none;
    margin-left: 8px;
}

.admin-link-discreet:hover {
    opacity: 1;
    color: var(--bf-gold, #C8A26A);
}

.footer-sep {
    opacity: 0.2;
    margin: 0 4px;
}

.bfs-item .val {
    text-align: right;
}


/* ===== MOBILE: Hide hero text for clean video experience ===== */
@media (max-width: 767px) {
    .header-content,
    .hero-eyebrow,
    .hero-title,
    .header-tagline,
    .hero-cta-block,
    .hero-deposit-pill,
    .hero-trust-line,
    .availability-indicator,
    .hero-cta-btn,
    .spline-3d-hero {
        display: none !important;
    }

    /* Payment toggle stacks vertically on mobile */
    .payment-toggle-group {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .payment-toggle-btn {
        width: 100% !important;
        text-align: center !important;
    }

    /* Booking page adjustments */
    .bf-container {
        padding: 0 16px 60px !important;
    }
}

/* ===== BOOKING PAGE: IMG_3312 background ===== */
body.booking-page {
    background: 
        linear-gradient(to bottom, rgba(10,10,10,0.82) 0%, rgba(15,15,15,0.92) 100%),
        url('assets/IMG_3312.JPG') center center / cover no-repeat fixed;
    min-height: 100vh;
}

