/* ========================================================================
   PREMIUM ABOUT SECTION - ENHANCED WITH PROPER SPACING
   ======================================================================== */
.about-section {
    background: linear-gradient(135deg, var(--warm-cream) 0%, var(--light-cream) 100%);
    padding: 8rem 0;
}
.nav-link.active {
    color: var(--luxury-gold) !important;
}

.nav-link.active::before {
    width: 100% !important;
}
/* Added specific spacing class to reduce gap from header */
.about-section-spacing {
    padding-top: 4rem; /* Reduced from 8rem to bring "Naša Priča" closer to header */
}

.about-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
}

/* Story Section */
.story-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
    margin-bottom: 8rem;
}

.story-content {
    padding-right: 2rem;
}

.story-header {
    margin-bottom: 3rem;
}

.story-label {
    display: inline-block;
    font-family: 'Crimson Text', serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--luxury-gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    position: relative;
}

.story-label::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 2px;
    background: var(--luxury-gradient);
}

.story-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 600;
    line-height: 1.2;
    color: var(--primary-black);
    margin-bottom: 0;
}

.story-text {
    margin-top: 2rem;
}

.story-intro {
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--luxury-gold);
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 2rem;
    position: relative;
    padding-left: 2rem;
}

.story-intro::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 3rem;
    color: var(--luxury-gold);
    opacity: 0.3;
    font-family: 'Cormorant Garamond', serif;
}

.story-description {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--charcoal);
}

.story-image {
    position: relative;
}

.image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(10, 10, 10, 0.15);
}

.image-wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.image-frame {
    position: absolute;
    top: -20px;
    left: -20px;
    right: 20px;
    bottom: 20px;
    border: 3px solid var(--luxury-gold);
    border-radius: 20px;
    pointer-events: none;
    opacity: 0.7;
}

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

/* Statistics Section */
.statistics-section {
    background: var(--black-gradient);
    border-radius: 25px;
    padding: 4rem 3rem;
    position: relative;
    overflow: hidden;
}

.statistics-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--luxury-gradient);
}

.statistics-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
        ellipse at center,
        rgba(201, 169, 110, 0.1) 0%,
        transparent 70%
    );
    pointer-events: none;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    position: relative;
    z-index: 2;
}

.stat-item {
    text-align: center;
    color: var(--cream-white);
    padding: 2rem;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(201, 169, 110, 0.2);
    transition: all 0.5s ease;
}

.stat-item:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(201, 169, 110, 0.4);
}

.stat-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(201, 169, 110, 0.3));
}

.stat-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem;
    font-weight: 700;
    color: var(--luxury-gold);
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    display: block;
}

.stat-label {
    font-family: 'Crimson Text', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--cream-white);
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stat-description {
    font-size: 0.95rem;
    color: rgba(254, 254, 254, 0.8);
    line-height: 1.5;
    font-style: italic;
}

/* ========================================================================
   ENHANCED SERVICES SECTION - STATS STYLE
   ======================================================================== */
.services-section {
    padding: 8rem 0;
    background: linear-gradient(135deg, var(--warm-cream) 0%, var(--light-cream) 100%);
}

.services-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
}

.services-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 4rem;
}

.service-stat-card {
    background: var(--black-gradient);
    border-radius: 25px;
    padding: 3rem 2rem;
    text-align: center;
    color: var(--cream-white);
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(201, 169, 110, 0.3);
}

.service-stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--luxury-gradient);
}

.service-stat-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
        ellipse at center,
        rgba(201, 169, 110, 0.1) 0%,
        transparent 70%
    );
    pointer-events: none;
}

.service-stat-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(10, 10, 10, 0.25);
}

.service-stat-card.featured {
    border: 2px solid var(--luxury-gold);
    transform: scale(1.05);
    z-index: 2;
}

.service-stat-card.featured::before {
    height: 6px;
}

.service-stat-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--luxury-gradient);
    color: var(--primary-black);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(201, 169, 110, 0.4);
}

.service-stat-icon {
    font-size: 4rem;
    margin-bottom: 2rem;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(201, 169, 110, 0.3));
    position: relative;
    z-index: 2;
}

.service-stat-content {
    position: relative;
    z-index: 2;
}

.service-stat-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--luxury-gold);
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.service-stat-description {
    color: rgba(254, 254, 254, 0.9);
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-style: italic;
}

.service-stat-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.service-stat-features li {
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(201, 169, 110, 0.2);
    color: rgba(254, 254, 254, 0.9);
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    padding-left: 2rem;
}

.service-stat-features li:last-child {
    border-bottom: none;
}

.service-stat-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0.8rem;
    width: 18px;
    height: 18px;
    background: var(--luxury-gradient);
    color: var(--primary-black);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: bold;
}

/* ========================================================================
   ENHANCED CONTACT SECTION - STATS STYLE WITH SIMPLE TITLE
   ======================================================================== */
.contact-section {
    background: var(--black-gradient);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--luxury-gradient);
}

.contact-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
        ellipse at center,
        rgba(201, 169, 110, 0.1) 0%,
        transparent 70%
    );
    pointer-events: none;
}

.contact-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
    position: relative;
    z-index: 2;
}

.contact-section .section-header {
    text-align: center;
    margin-bottom: 6rem;
}

/* Simple title without gradient effects and shadows */
.contact-title-simple {
    color: var(--luxury-gold) !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
    background-clip: initial !important;
    text-shadow: none !important;
}

.contact-section .section-title::after {
    background: var(--luxury-gradient);
}

.contact-section .section-subtitle {
    color: rgba(254, 254, 254, 0.8);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

/* Contact Info - Stats Style */
.contact-info {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(201, 169, 110, 0.3);
    border-radius: 25px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.contact-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--luxury-gradient);
}

.contact-info::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
        ellipse at center,
        rgba(201, 169, 110, 0.1) 0%,
        transparent 70%
    );
    pointer-events: none;
}

.contact-info-header {
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.contact-info h3 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--luxury-gold);
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-info-header p {
    color: rgba(254, 254, 254, 0.8);
    font-style: italic;
}

.contact-items {
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.contact-item {
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(201, 169, 110, 0.2);
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(201, 169, 110, 0.4);
    transform: translateY(-5px);
}

.contact-icon-wrapper {
    width: 50px;
    height: 50px;
    background: var(--luxury-gradient);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    box-shadow: 0 4px 15px rgba(201, 169, 110, 0.3);
}

.contact-icon {
    font-size: 1.5rem;
    color: var(--primary-black);
}

.contact-details strong {
    display: block;
    color: var(--luxury-gold);
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-family: 'Crimson Text', serif;
}

.contact-details p {
    color: rgba(254, 254, 254, 0.9);
    line-height: 1.6;
    margin-bottom: 0;
}

.contact-details a {
    color: var(--luxury-gold);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: var(--accent-gold);
}

.social-media {
    padding-top: 2rem;
    border-top: 1px solid rgba(201, 169, 110, 0.3);
    position: relative;
    z-index: 2;
}

.social-media h4 {
    color: var(--luxury-gold);
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 1.5rem;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.social-link {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid var(--luxury-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--luxury-gold);
    text-decoration: none;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--luxury-gradient);
    transform: scale(0);
    transition: transform 0.3s ease;
    border-radius: 50%;
}

.social-link:hover::before {
    transform: scale(1);
}

.social-link:hover {
    color: var(--primary-black);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(201, 169, 110, 0.4);
}

.social-link span {
    position: relative;
    z-index: 1;
}

/* Booking Form - Stats Style */
.booking-form-wrapper {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(201, 169, 110, 0.3);
    border-radius: 25px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

.booking-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--luxury-gradient);
}

.booking-form-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
        ellipse at center,
        rgba(201, 169, 110, 0.1) 0%,
        transparent 70%
    );
    pointer-events: none;
}

.form-header {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.form-header h3 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--luxury-gold);
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.form-header p {
    color: rgba(254, 254, 254, 0.8);
    font-style: italic;
}

.booking-form {
    position: relative;
    z-index: 2;
}

.booking-form .form-group label {
    color: var(--luxury-gold);
    font-weight: 600;
}

.booking-form .form-group input,
.booking-form .form-group textarea,
.booking-form .form-group select {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(201, 169, 110, 0.3);
    color: var(--cream-white);
    backdrop-filter: blur(10px);
}

.booking-form .form-group input::placeholder,
.booking-form .form-group textarea::placeholder {
    color: rgba(254, 254, 254, 0.6);
}

.booking-form .form-group input:focus,
.booking-form .form-group textarea:focus,
.booking-form .form-group select:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--luxury-gold);
    box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.2);
}

.form-helper {
    color: rgba(254, 254, 254, 0.7);
    font-size: 0.85rem;
    margin-top: 0.5rem;
    font-style: italic;
}

.checkbox-label {
    color: rgba(254, 254, 254, 0.9) !important;
}

.checkbox-label a {
    color: var(--luxury-gold);
    text-decoration: none;
}

.checkbox-label a:hover {
    color: var(--accent-gold);
    text-decoration: underline;
}

/*
Theme Name: Kamena Kuća Baraka - Premium Edition
Description: Luksuzni crno-zlatni dizajn za ekskluzivnu kamenu kuću
Version: 3.0
Author: Premium Design Studio
Text Domain: baraka-premium
*/

/* ========================================================================
   PREMIUM FONTS IMPORT
   ======================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&family=Crimson+Text:ital,wght@0,400;0,600;1,400&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500&display=swap');

/* ========================================================================
   RESET & BASE STYLES
   ======================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Crimson Text', Georgia, serif;
    line-height: 1.7;
    color: #2c2c2c;
    background: linear-gradient(135deg, #faf9f7 0%, #f5f3f0 100%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* ========================================================================
   LUXURY COLOR PALETTE
   ======================================================================== */
:root {
    --primary-black: #000000;
    --luxury-gold: #c9a96e;
    --deep-gold: #8b7355;
    --accent-gold: #d4af37;
    --soft-gold: #f4e4bc;
    --cream-white: #fefefe;
    --warm-cream: #faf9f7;
    --light-cream: #f5f3f0;
    --charcoal: #2c2c2c;
    --soft-gray: #6b6b6b;
    --elegant-shadow: rgba(10, 10, 10, 0.15);
    --gold-shadow: rgba(201, 169, 110, 0.3);
    --luxury-gradient: linear-gradient(135deg, var(--luxury-gold), var(--deep-gold));
    --black-gradient: linear-gradient(135deg, var(--primary-black), #1a1a1a);
}

/* ========================================================================
   PREMIUM TYPOGRAPHY
   ======================================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: var(--primary-black);
    letter-spacing: 0.5px;
}

h1 { 
    font-size: clamp(2.5rem, 5vw, 4rem); 
    font-weight: 700;
    letter-spacing: 1px;
}

h2 { 
    font-size: clamp(2rem, 4vw, 3rem); 
    font-weight: 600;
}

h3 { 
    font-size: clamp(1.5rem, 3vw, 2.2rem); 
    font-weight: 500;
}

h4 { 
    font-size: clamp(1.25rem, 2.5vw, 1.8rem); 
    font-weight: 500;
}

p {
    margin-bottom: 1.8rem;
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--charcoal);
}

.lead-text {
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--soft-gray);
    font-style: italic;
    margin-bottom: 2rem;
}

.luxury-accent {
    font-family: 'Playfair Display', serif;
    color: var(--luxury-gold);
    font-weight: 600;
}

/* ========================================================================
   PREMIUM HEADER - FIXED FOR MOBILE
   ======================================================================== */
.site-header {
    background: var(--black-gradient);
    backdrop-filter: blur(10px);
    padding: 1rem 0; /* Reduced default padding */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid rgba(201, 169, 110, 0.2);
}

.site-header.scrolled {
    padding: 0.8rem 0; /* Even smaller when scrolled */
    background: rgba(10, 10, 10, 0.95);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px; /* Ensure minimum height */
}

.site-logo h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem); /* Responsive logo size */
    font-weight: 700;
    background: var(--luxury-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.site-logo .tagline {
    font-family: 'Crimson Text', serif;
    font-size: clamp(0.75rem, 2vw, 0.95rem); /* Responsive tagline */
    color: var(--soft-gold);
    font-style: italic;
    margin-top: 0.3rem;
    letter-spacing: 1px;
}

/* Premium Navigation */
.main-navigation ul {
    list-style: none;
    display: flex;
    gap: 3rem;
    align-items: center;
}

.main-navigation a {
    font-family: 'Crimson Text', serif;
    color: var(--cream-white);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    padding: 0.8rem 0;
    position: relative;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.main-navigation a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--luxury-gradient);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-50%);
}

.main-navigation a:hover::before,
.main-navigation a.current::before {
    width: 100%;
}

.main-navigation a:hover {
    color: var(--luxury-gold);
    transform: translateY(-2px);
}

/* ========================================================================
   LUXURY HERO SECTION - IMPROVED MOBILE
   ======================================================================== */
.hero-section {
    height: 100vh;
    min-height: 600px; /* Minimum height for small screens */
    background: linear-gradient(
        rgba(10, 10, 10, 0.4), 
        rgba(10, 10, 10, 0.6)
    ), url('images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--cream-white);
    position: relative;
    overflow: hidden;
    padding-top: 80px; /* Add top padding to prevent header overlap */
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
        ellipse at center,
        transparent 20%,
        rgba(10, 10, 10, 0.3) 70%
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 2rem;
    animation: heroFadeIn 1.5s ease-out;
}

.hero-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.title-line-1,
.title-line-2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.5rem, 8vw, 5rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
}

.title-line-1 {
    color: var(--cream-white);
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.title-line-2 {
    background: var(--luxury-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-content p {
    font-size: clamp(1.1rem, 3vw, 1.4rem);
    margin: 2rem 0 3rem;
    color: rgba(254, 254, 254, 0.9);
    font-weight: 400;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

/* Premium Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Crimson Text', serif;
    background: var(--luxury-gradient);
    color: var(--primary-black);
    padding: clamp(0.8rem, 2vw, 1rem) clamp(1.5rem, 4vw, 2.5rem);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px var(--gold-shadow);
    white-space: nowrap;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.6s ease;
}

.btn:hover::before {
    left: 100%;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px var(--gold-shadow);
    background: var(--accent-gold);
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--luxury-gold);
    color: var(--luxury-gold);
    box-shadow: 0 8px 25px rgba(201, 169, 110, 0.2);
}

.btn-outline:hover {
    background: var(--luxury-gold);
    color: var(--primary-black);
    border-color: var(--luxury-gold);
}

/* ========================================================================
   PREMIUM MAIN CONTENT
   ======================================================================== */
.main-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 3rem; /* Reduced top padding */
}

.content-section {
    margin-bottom: 6rem; /* Reduced margin */
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem; /* Reduced margin */
}

.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 600;
    color: var(--primary-black);
    margin-bottom: 1rem;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--luxury-gradient);
    border-radius: 2px;
}

.section-subtitle {
    font-size: clamp(1rem, 3vw, 1.3rem);
    color: var(--soft-gray);
    font-style: italic;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ========================================================================
   LUXURY FEATURES GRID
   ======================================================================== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.feature-card {
    background: var(--cream-white);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 
        0 20px 60px rgba(10, 10, 10, 0.1),
        0 0 0 1px rgba(201, 169, 110, 0.1);
    text-align: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(201, 169, 110, 0.2);
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--luxury-gradient);
    transform: scaleX(0);
    transition: transform 0.5s ease;
    transform-origin: left;
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 80px rgba(10, 10, 10, 0.15),
        0 0 0 1px rgba(201, 169, 110, 0.3);
}

.feature-icon {
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--luxury-gold);
    margin-bottom: 1.5rem;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(201, 169, 110, 0.3));
}

.feature-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    font-weight: 600;
    color: var(--primary-black);
    margin-bottom: 1rem;
}

.feature-card p {
    color: var(--soft-gray);
    line-height: 1.7;
    font-size: clamp(0.95rem, 2vw, 1.1rem);
}

/* ========================================================================
   PREMIUM GALLERY
   ======================================================================== */
.gallery-section {
    background: var(--warm-cream);
    padding: 4rem 2rem;
    border-radius: 30px;
    margin: 3rem 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 4/3;
    box-shadow: 0 15px 40px rgba(10, 10, 10, 0.15);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    background: var(--cream-white);
}

.gallery-item:hover {
    transform: scale(1.02);
    box-shadow: 0 25px 60px rgba(10, 10, 10, 0.25);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    border-radius: 20px;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(10, 10, 10, 0.8) 0%,
        rgba(201, 169, 110, 0.8) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
    border-radius: 20px;
    text-align: center;
    padding: 1rem;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay h3 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--cream-white);
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 600;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    margin: 0;
}

.gallery-overlay p {
    color: rgba(254, 254, 254, 0.9);
    font-size: clamp(0.9rem, 2vw, 1rem);
    margin: 0.5rem 0 0;
}

.gallery-actions {
    text-align: center;
    margin-top: 2rem;
}

/* ========================================================================
   PREMIUM BLOG SECTION
   ======================================================================== */
.blog-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.blog-post {
    background: var(--cream-white);
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(10, 10, 10, 0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(201, 169, 110, 0.15);
    position: relative;
}

.blog-post::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--luxury-gradient);
}

.blog-post:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(10, 10, 10, 0.15);
}

.blog-post-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.blog-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-post:hover .blog-post-image img {
    transform: scale(1.08);
}

.blog-post-content {
    padding: 2rem;
}

.blog-post-meta {
    color: var(--luxury-gold);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.blog-post h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.blog-post h3 a {
    text-decoration: none;
    color: var(--primary-black);
    transition: color 0.3s ease;
}

.blog-post h3 a:hover {
    color: var(--luxury-gold);
}

.blog-post-excerpt {
    color: var(--soft-gray);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
}

.read-more {
    font-family: 'Crimson Text', serif;
    color: var(--luxury-gold);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease;
}

.read-more::after {
    content: ' →';
    transition: transform 0.3s ease;
}

.read-more:hover {
    color: var(--deep-gold);
}

.read-more:hover::after {
    transform: translateX(5px);
}

.blog-actions {
    text-align: center;
    margin-top: 2rem;
}

/* ========================================================================
   PREMIUM FOOTER
   ======================================================================== */
.site-footer {
    background: var(--black-gradient);
    color: var(--cream-white);
    padding: 3rem 0 1.5rem;
    margin-top: 4rem;
    position: relative;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--luxury-gradient);
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.footer-section h3 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--luxury-gold);
    margin-bottom: 1.5rem;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    position: relative;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--luxury-gradient);
}

.footer-section p {
    line-height: 1.7;
    color: rgba(254, 254, 254, 0.8);
    margin-bottom: 1rem;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

.footer-section ul {
    list-style: none;
}

.footer-section li {
    margin-bottom: 0.6rem;
}

.footer-section a {
    color: rgba(254, 254, 254, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

.footer-section a:hover {
    color: var(--luxury-gold);
    padding-left: 5px;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(201, 169, 110, 0.3);
    color: rgba(254, 254, 254, 0.6);
    font-size: clamp(0.8rem, 2vw, 0.95rem);
}

.footer-bottom a {
    color: var(--luxury-gold);
    text-decoration: none;
}

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

/* ========================================================================
   PREMIUM ANIMATIONS
   ======================================================================== */
@keyframes heroFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

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

/* ========================================================================
   FORM STYLES
   ======================================================================== */
.form-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.form-group {
    flex: 1;
    position: relative;
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.6rem;
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    color: var(--luxury-gold);
    font-size: clamp(0.9rem, 2vw, 1.05rem);
    letter-spacing: 0.5px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.8rem 1.2rem;
    border: 2px solid rgba(201, 169, 110, 0.3);
    border-radius: 12px;
    font-family: 'Crimson Text', serif;
    font-size: clamp(0.9rem, 2vw, 1rem);
    transition: all 0.3s ease;
    background: var(--warm-cream);
    color: var(--charcoal);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--luxury-gold);
    box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.15);
    background: var(--cream-white);
}

/* ========================================================================
   BACK TO TOP BUTTON - MOBILE OPTIMIZED
   ======================================================================== */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: var(--luxury-gradient);
    color: var(--primary-black);
    border: none;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(201, 169, 110, 0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    z-index: 1000;
    font-weight: bold;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: var(--accent-gold);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(201, 169, 110, 0.6);
}

/* ========================================================================
   MOBILE RESPONSIVE DESIGN - IMPROVED
   ======================================================================== */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    width: 35px;
    height: 30px;
    justify-content: space-between;
    z-index: 1001;
}

.mobile-menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background: var(--luxury-gold);
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.mobile-menu-toggle.active span:first-child {
    transform: rotate(45deg) translate(7px, 7px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.mobile-menu-toggle.active span:last-child {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* ========================================================================
   RESPONSIVE BREAKPOINTS - COMPREHENSIVE MOBILE FIXES
   ======================================================================== */
@media (max-width: 1024px) {
    .header-container,
    .main-content,
    .footer-content {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .blog-posts {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .contact-grid {
        gap: 2rem;
    }
    
    .story-section {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .story-content {
        padding-right: 0;
    }
    
    .stats-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .services-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .service-stat-card.featured {
        transform: none;
    }
}

@media (max-width: 768px) {
    /* Mobile Header Fixes */
    .mobile-menu-toggle {
        display: flex;
    }
    
    .header-container {
        position: relative;
        padding: 0 1.5rem;
        min-height: 50px;
    }
    
    .site-header {
        padding: 0.8rem 0;
    }
    
    .site-header.scrolled {
        padding: 0.6rem 0;
    }
    
    .site-logo h1 {
        font-size: 1.4rem;
        letter-spacing: 1px;
    }
    
    .site-logo .tagline {
        font-size: 0.7rem;
    }
    
    /* Mobile Navigation */
    .main-navigation {
        position: fixed;
        top: 0;
        left: -100%;
        width: 85%;
        max-width: 320px;
        height: 100vh;
        background: var(--black-gradient);
        padding: 5rem 0 2rem;
        transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 999;
        overflow-y: auto;
        box-shadow: 5px 0 25px rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
    }
    
    .main-navigation.active {
        left: 0;
    }
    
    .main-navigation ul {
        flex-direction: column;
        gap: 0;
        padding: 0;
        margin: 0;
    }
    
    .main-navigation li {
        border-bottom: 1px solid rgba(201, 169, 110, 0.2);
    }
    
    .main-navigation a {
        display: block;
        padding: 1.2rem 2rem;
        font-size: 1.1rem;
        color: var(--cream-white);
        position: relative;
        transition: all 0.3s ease;
    }
    
    .main-navigation a:hover,
    .main-navigation a:focus {
        background: rgba(201, 169, 110, 0.1);
        padding-left: 2.5rem;
        color: var(--luxury-gold);
    }
    
    .main-navigation a::before {
        display: none;
    }
    
    /* Mobile Menu Overlay */
    body.menu-open {
        overflow: hidden;
    }
    
    body.menu-open::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 998;
        opacity: 0;
        animation: fadeIn 0.3s ease forwards;
    }
    
    @keyframes fadeIn {
        to { opacity: 1; }
    }
    
    /* Mobile Hero Section */
    .hero-section {
        height: 100vh;
        min-height: 500px;
        background-attachment: scroll;
        padding-top: 80px;
    }
    
    .hero-content {
        padding: 1.5rem;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    /* Mobile Content */
    .main-content {
        padding: 3rem 1.5rem;
    }
    
    .content-section {
        margin-bottom: 4rem;
    }
    
    .section-header {
        margin-bottom: 2rem;
    }
    
    .features-grid,
    .blog-posts,
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .gallery-section {
        padding: 3rem 1.5rem;
        margin: 2rem 0;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .feature-card,
    .blog-post {
        padding: 1.5rem;
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    /* Mobile About Section */
    .about-container {
        padding: 0 1.5rem;
    }
    
    .story-section {
        margin-bottom: 4rem;
    }
    
    .statistics-section {
        padding: 2rem 1.5rem;
    }
    
    .stats-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .about-section-spacing {
        padding-top: 1.5rem;
    }
    
    /* Mobile Services */
    .services-container,
    .contact-container {
        padding: 0 1.5rem;
    }
    
    .services-stats-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .service-stat-card {
        padding: 2rem 1.5rem;
    }
    
    /* Mobile Contact */
    .contact-info,
    .booking-form-wrapper {
        padding: 2rem;
    }
    
    .contact-item {
        padding: 1rem;
    }
    
    .social-links {
        gap: 0.8rem;
    }
    
    .social-link {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    /* Extra Small Mobile */
    .header-container,
    .main-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .hero-section {
        height: 100vh;
        min-height: 450px;
        padding: 60px 1rem 2rem;
    }
    
    .hero-content {
        padding: 1rem;
    }
    
    .main-content {
        padding: 2rem 1rem;
    }
    
    .content-section {
        margin-bottom: 3rem;
    }
    
    .feature-card,
    .blog-post {
        padding: 1.2rem;
    }
    
    .gallery-section {
        padding: 2rem 1rem;
    }
    
    .about-section,
    .about-section-spacing {
        padding: 2rem 0 3rem;
    }
    
    .about-container {
        padding: 0 1rem;
    }
    
    .story-intro {
        font-size: 1rem;
        padding-left: 1rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .services-section,
    .contact-section {
        padding: 3rem 0;
    }
    
    .services-container,
    .contact-container {
        padding: 0 1rem;
    }
    
    .service-stat-card {
        padding: 1.5rem 1rem;
    }
    
    .service-stat-icon {
        font-size: 2.5rem;
    }
    
    .service-stat-title {
        font-size: 1.3rem;
    }
    
    .contact-info,
    .booking-form-wrapper {
        padding: 1.5rem;
    }
    
    .social-links {
        gap: 0.6rem;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .back-to-top {
        bottom: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
}

/* ========================================================================
   LUXURY ADDITIONS & EFFECTS
   ======================================================================== */
.luxury-border {
    border: 1px solid var(--luxury-gold);
    border-image: linear-gradient(45deg, var(--luxury-gold), var(--deep-gold)) 1;
}

.gold-text {
    color: var(--luxury-gold);
}

.elegant-shadow {
    box-shadow: 0 15px 35px var(--elegant-shadow);
}

.premium-glow {
    box-shadow: 0 0 30px rgba(201, 169, 110, 0.3);
}

.text-shadow-luxury {
    text-shadow: 2px 2px 4px rgba(201, 169, 110, 0.3);
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid var(--luxury-gold);
    outline-offset: 2px;
}

/* ========================================================================
   PRINT STYLES
   ======================================================================== */
@media print {
    .site-header,
    .site-footer,
    .mobile-menu-toggle,
    .btn,
    .booking-form,
    .social-links,
    .back-to-top {
        display: none !important;
    }
    
    .main-content {
        margin: 0;
        padding: 0;
        max-width: none;
    }
    
    .hero-section {
        height: auto;
        padding: 2rem 0;
        background: none;
        color: var(--primary-black);
    }
    
    a[href]:after {
        content: " (" attr(href) ")";
    }
    
    img {
        max-width: 100% !important;
    }
}

/* ========================================================================
   ENHANCED FORM STYLES
   ======================================================================== */
.form-group {
    position: relative;
    transition: all 0.3s ease;
}

.form-group.focused label {
    color: var(--luxury-gold);
    transform: translateY(-2px);
}

.form-group.error input,
.form-group.error textarea,
.form-group.error select {
    border-color: #dc3545;
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2);
}

.error-message {
    color: #dc3545;
    font-size: clamp(0.75rem, 2vw, 0.85rem);
    margin-top: 0.5rem;
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.form-group.error .error-message {
    opacity: 1;
}

.submit-btn.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

.submit-btn.loading .btn-text {
    opacity: 0.5;
}

.submit-btn.loading .btn-loader {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid var(--primary-black);
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
    margin-left: 0.5rem;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Enhanced Checkbox Styles */
.checkbox-label {
    display: flex !important;
    align-items: flex-start;
    gap: 0.8rem;
    cursor: pointer;
    line-height: 1.5;
    margin-bottom: 0 !important;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid var(--luxury-gold);
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin-top: 2px;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
    background: var(--luxury-gold);
    border-color: var(--luxury-gold);
}

.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--primary-black);
    font-weight: bold;
    font-size: 0.8rem;
}

/* ========================================================================
   NOTIFICATION STYLES - MOBILE OPTIMIZED
   ======================================================================== */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    background: var(--cream-white);
    border: 1px solid var(--luxury-gold);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    max-width: 500px;
    margin: 0 auto;
}

.notification.show {
    transform: translateY(0);
}

.notification-success {
    border-color: #28a745;
}

.notification-error {
    border-color: #dc3545;
}

.notification-content {
    display: flex;
    align-items: center;
    padding: 1rem;
    gap: 0.8rem;
}

.notification-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.notification-message {
    flex: 1;
    color: var(--charcoal);
    line-height: 1.5;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

.notification-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--soft-gray);
    transition: color 0.3s ease;
    flex-shrink: 0;
}

.notification-close:hover {
    color: var(--primary-black);
}

/* ========================================================================
   LIGHTBOX STYLES - MOBILE OPTIMIZED
   ======================================================================== */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 1rem;
}

.lightbox-overlay.active {
    opacity: 1;
}

.lightbox-container {
    position: relative;
    max-width: 95vw;
    max-height: 95vh;
    background: var(--cream-white);
    border-radius: 15px;
    overflow: hidden;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.lightbox-overlay.active .lightbox-container {
    transform: scale(1);
}

.lightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 1001;
    transition: background 0.3s ease;
}

.lightbox-close:hover {
    background: rgba(0, 0, 0, 0.9);
}

.lightbox-image {
    width: 100%;
    height: auto;
    display: block;
}

.lightbox-content {
    padding: 1.5rem;
    text-align: center;
}

.lightbox-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    color: var(--primary-black);
    margin-bottom: 0.5rem;
}

.lightbox-description {
    color: var(--soft-gray);
    font-size: clamp(0.9rem, 2vw, 1.1rem);
}

/* ========================================================================
   RESPONSIVE DESIGN ENHANCEMENTS FOR SERVICES AND CONTACT
   ======================================================================== */
@media (max-width: 1024px) {
    .services-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .service-stat-card.featured {
        transform: none;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .story-section {
        grid-template-columns: 1fr;
        gap: 4rem;
        text-align: center;
    }
    
    .story-content {
        padding-right: 0;
    }
    
    .stats-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .services-container,
    .contact-container {
        padding: 0 1.5rem;
    }
    
    .services-stats-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .service-stat-card {
        padding: 2rem 1.5rem;
    }
    
    .contact-info,
    .booking-form-wrapper {
        padding: 2rem;
    }
    
    .contact-item {
        padding: 1rem;
    }
    
    .about-container {
        padding: 0 1.5rem;
    }
    
    .story-section {
        margin-bottom: 4rem;
    }
    
    .statistics-section {
        padding: 2rem 1.5rem;
    }
    
    .stats-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .about-section-spacing {
        padding-top: 1.5rem;
    }
    
    .notification {
        top: 10px;
        right: 10px;
        left: 10px;
    }
}

@media (max-width: 480px) {
    .services-section,
    .contact-section {
        padding: 3rem 0;
    }
    
    .services-container,
    .contact-container {
        padding: 0 1rem;
    }
    
    .service-stat-card {
        padding: 1.5rem 1rem;
    }
    
    .service-stat-icon {
        font-size: 2.5rem;
    }
    
    .service-stat-title {
        font-size: 1.3rem;
    }
    
    .contact-info,
    .booking-form-wrapper {
        padding: 1.5rem;
    }
    
    .form-row {
        flex-direction: column;
    }
    
    .social-links {
        gap: 0.6rem;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .about-section,
    .about-section-spacing {
        padding: 2rem 0 3rem;
    }
    
    .about-container {
        padding: 0 1rem;
    }
    
    .story-intro {
        font-size: 1rem;
        padding-left: 1rem;
    }
    
    .lightbox-container {
        max-width: 98vw;
        max-height: 98vh;
    }
    
    .lightbox-content {
        padding: 1rem;
    }
    
    .lightbox-close {
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
}

/* ========================================================================
   ADDITIONAL MOBILE ENHANCEMENTS
   ======================================================================== */

/* Improve touch targets */
@media (max-width: 768px) {
    .btn {
        min-height: 48px;
        padding: 1rem 1.5rem;
    }
    
    .social-link {
        min-width: 44px;
        min-height: 44px;
    }
    
    .main-navigation a {
        min-height: 48px;
        display: flex;
        align-items: center;
    }
    
    .mobile-menu-toggle {
        min-width: 44px;
        min-height: 44px;
    }
}

/* Prevent horizontal scroll on mobile */
@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    
    .hero-section,
    .main-content,
    .site-footer {
        overflow-x: hidden;
    }
}

/* Better text readability on mobile */
@media (max-width: 480px) {
    .hero-content p,
    .section-subtitle,
    .story-description,
    .feature-card p,
    .blog-post-excerpt {
        line-height: 1.6;
    }
}

/* Optimize images for mobile */
@media (max-width: 768px) {
    .image-wrapper img,
    .gallery-item img,
    .blog-post-image img {
        object-position: center;
    }
    
    .image-wrapper {
        height: 300px;
    }
    
    .blog-post-image {
        height: 180px;
    }
}