:root {
    --primary: #030513;        /* Obsidian Obsidian */
    --bg-dark: #030513;
    --coral: #DC6E6E;          /* Coral/Dusty-Red matching screenshot */
    --text-light: #E2E8F0;
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

html, body {
    height: 100%;
    background-color: var(--bg-dark);
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #FFFFFF;
    overflow-x: hidden;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2.5rem;
    width: 100%;
}

/* Header Wrapper */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

/* Announcement Bar */
.announcement-bar {
    background-color: var(--coral);
    color: #FFFFFF;
    padding: 0.6rem 2.5rem;
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
}

.announcement-text {
    opacity: 0.95;
    font-weight: 500;
}

.announcement-btn {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #FFFFFF;
    padding: 0.4rem 1.2rem;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 1px;
    transition: var(--transition);
}

.announcement-btn:hover {
    background-color: #FFFFFF;
    color: var(--coral);
}

.glass-nav {
    padding: 2rem 0;
    background: transparent;
    transition: var(--transition);
}

.glass-nav.scrolled {
    background: rgba(3, 5, 19, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    padding: 1.2rem 0;
}

.light-mode-logo.glass-nav.scrolled {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(3, 5, 19, 0.04);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo & Brand text (Boxed SGG Logo) */
.logo-group {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.logo-box {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -0.05em;
    border: 2px solid #FFFFFF;
    padding: 0.25rem 0.6rem;
    transition: all 0.3s ease;
    display: inline-block;
    background-color: transparent;
    color: #FFFFFF;
}

.logo-text {
    font-family: 'Oswald', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.logo-group:hover .logo-box {
    background-color: #FFFFFF;
    color: #030513;
}

/* Light mode overlay styles for navbar (scrolling over light sections) */
.light-mode-logo .logo-group {
    color: #030513;
}

.light-mode-logo .logo-box {
    border-color: #030513;
    color: #030513;
}

.light-mode-logo .logo-text {
    color: rgba(3, 5, 19, 0.7);
}

.light-mode-logo .logo-group:hover .logo-box {
    background-color: #030513;
    color: #FFFFFF;
}

.light-mode-logo .hamburger-line {
    background-color: #111625 !important;
}

@media (max-width: 576px) {
    .logo-text {
        display: none !important;
    }
}

.brand-name {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 2px;
    margin-left: 1rem;
    text-transform: uppercase;
}

/* Nav Actions block */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 2.2rem;
}

/* YouTube Subscribe badge */
.yt-subscribe-btn {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    transition: var(--transition);
}

.yt-subscribe-btn:hover {
    opacity: 0.8;
}

.yt-icon-wrapper {
    background-color: #FF0000;
    border-radius: 4px;
    width: 28px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yt-icon {
    width: 14px;
    height: 14px;
    fill: #FFFFFF;
}

/* Sharp Book button */
.btn-book-nav {
    background-color: var(--coral);
    color: #FFFFFF;
    padding: 0.9rem 1.8rem;
    border: none;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: var(--transition);
    cursor: pointer;
}

.btn-book-nav:hover {
    background-color: #FFFFFF;
    color: var(--primary);
}

/* Language selector */
.lang-switcher {
    display: flex;
    gap: 0.2rem;
}

.lang-switcher a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.3rem 0.6rem;
    transition: var(--transition);
}

.lang-switcher a:hover, .lang-switcher a.active {
    color: #FFFFFF;
}

/* Hamburger Toggle */
.menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    z-index: 1001;
}

.hamburger-line {
    background-color: #FFFFFF;
    height: 2px;
    width: 100%;
    transition: var(--transition);
}

/* Hamburger toggle active transform */
.menu-toggle.active .hamburger-line {
    background-color: #FFFFFF !important;
}

.menu-toggle.active .hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Nav Overlay */
.mobile-menu {
    position: fixed;
    inset: 0;
    background-color: var(--primary);
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu a {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.5rem;
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: 2px;
    transition: var(--transition);
}

.mobile-menu a:hover {
    color: var(--coral);
}

.mobile-lang-btn {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
}

.mobile-lang-btn a {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
}

.mobile-lang-btn a.active {
    color: var(--coral);
}

/* Hero Section layout */
.hero-section {
    position: relative;
    height: 115vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(3, 5, 19, 0.45), rgba(3, 5, 19, 0.45)), url('hero_golf.jpg');
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding-top: 100px;
}

.hero-bg-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, transparent 20%, rgba(3, 5, 19, 0.7) 100%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    padding: 0 2rem;
}

.hero-welcome {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 4px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: 0.1s;
    margin-bottom: 1.5rem;
}

.hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(4.5rem, 10vw, 8.5rem);
    font-weight: 900;
    color: #FFFFFF;
    line-height: 0.95;
    letter-spacing: 1px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: 0.3s;
    margin-bottom: 2rem;
}

.hero-tagline {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: clamp(1.4rem, 4vw, 2.4rem);
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: 0.5s;
}



/* Sections Styling */
section {
    padding: 12rem 0;
    position: relative;
}

.section-badge {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--coral);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
}

.section-divider {
    width: 60px;
    height: 3px;
    background-color: var(--coral);
    margin-bottom: 2rem;
}

.section-divider.center {
    margin: 0 auto 2rem;
}

.section-desc {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text-light);
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.split-layout.reverse {
    grid-template-columns: 1.1fr 0.9fr;
}

/* Buttons */
.btn-primary {
    display: inline-block;
    background-color: var(--coral);
    color: #FFFFFF;
    padding: 1rem 2.2rem;
    border: none;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: var(--transition);
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #FFFFFF;
    color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(220, 110, 110, 0.25);
}

/* About Section */
.about-section {
    background-color: #F9F9FB; /* Light grey/off-white background matching Grieve's site */
    color: #111625; /* Dark grey/blue text */
    position: relative;
    padding-top: 14rem; /* add extra padding for watermark text carousel */
}

/* Watermark Text Carousel */
.watermark-wrapper {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
    z-index: 0;
}

.watermark-badge {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    color: #111625; /* Dark label */
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    opacity: 0.8;
}

.watermark-carousel {
    position: relative;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.watermark-text {
    position: absolute;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 6.5vw, 5.5rem);
    font-weight: 900;
    color: #E9ECEF; /* Light grey watermark visible on light background */
    line-height: 0.95;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.watermark-text.active {
    opacity: 1;
    transform: translateY(0);
}

.image-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15); /* Soft shadow on light bg */
}

.about-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.image-backdrop {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(3, 5, 19, 0.1), transparent); /* Lighter gradient mask */
    pointer-events: none;
}

/* Floating Credentials Badges */
.floating-badges {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-end;
}

.badge-item {
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

.badge-item:hover {
    transform: translateY(-2px);
}

.pga-badge {
    background: #111625; /* Solid dark background matching Grieve's black badge */
    border: 1px solid #D4AF37; /* Gold border */
    padding: 0.6rem 1rem;
    border-radius: 4px;
    text-align: center;
}

.pga-badge .badge-title {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    color: #D4AF37;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.pga-badge .badge-subtitle {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.55rem;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 0.1rem;
}

.wr58-arrow-badge {
    background: var(--coral);
    color: #FFFFFF;
    padding: 0.6rem 0.8rem;
    border-radius: 4px;
    text-align: center;
    width: 80px;
}

.arrow-badge-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
}

.wr58-arrow-badge .badge-top,
.wr58-arrow-badge .badge-middle {
    font-family: 'Oswald', sans-serif;
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.wr58-arrow-badge .badge-bottom {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    margin-top: 0.1rem;
}

/* About Typography */
.about-section .section-badge {
    color: #111625;
    opacity: 0.8;
}

.about-section .section-title {
    color: #111625;
}

.title-underline {
    width: 60px;
    height: 2px;
    background-color: var(--coral);
    margin: 1rem 0 2rem;
}

.about-lead-serif {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #111625; /* Dark typography matching screenshot */
    margin-bottom: 2rem;
    font-weight: 400;
}

.about-section .section-desc {
    color: #4A5568; /* Dark grey for readable text on white background */
}

.btn-about-me {
    background-color: var(--coral) !important;
    color: #FFFFFF !important;
}

.btn-about-me:hover {
    background-color: #111625 !important;
    color: #FFFFFF !important;
    box-shadow: 0 10px 25px rgba(17, 22, 37, 0.2) !important;
}

@media (max-width: 768px) {
    .about-section {
        padding-top: 10rem;
    }
    .watermark-carousel {
        height: 60px;
    }
    .about-lead-serif {
        font-size: 1.2rem;
    }
    .floating-badges {
        top: 1rem;
        right: 1rem;
        gap: 0.6rem;
    }
    .pga-badge {
        padding: 0.4rem 0.8rem;
    }
    .wr58-arrow-badge {
        padding: 0.4rem 0.6rem;
        width: 70px;
    }
}

/* Legacy Section */
.legacy-section {
    background-color: #080a18;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 3rem;
}

.stat-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: var(--transition);
}

.stat-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--coral);
    transform: translateY(-5px);
}

.stat-num {
    display: block;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.5rem;
    color: var(--coral);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-family: 'Oswald', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
}

.photo-collage {
    position: relative;
    height: 520px;
    width: 100%;
}

.collage-img {
    position: absolute;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
    transition: transform 0.5s ease, z-index 0.1s;
}

.collage-img.img-1 {
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    z-index: 1;
    border: 4px solid #080a18;
}

.collage-img.img-2 {
    bottom: 0;
    right: 0;
    width: 65%;
    height: 65%;
    z-index: 2;
    border: 4px solid #080a18;
}

.collage-img:hover {
    z-index: 5;
    transform: scale(1.03) translateY(-5px);
}

/* Services Section Rebuild (Full Width Edge-to-Edge) */
.services-section {
    padding: 0 !important; /* Remove top/bottom padding to make it full height edge-to-edge */
    background-color: #F9F9FB;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(17, 22, 37, 0.05);
}

/* Fallback override in case the old HTML structure with .container is cached by the client */
.services-section .container {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.offerings-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 0; /* No gaps between columns to match the screenshot */
}

.offering-card {
    position: relative;
    height: 115vh;
    min-height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 160px 4rem 6rem 4rem; /* top padding to clear fixed header, bottom padding for logo spacing */
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
}

/* Light Columns (1 & 3) */
.offering-light {
    background-color: #FFFFFF;
    color: #111625;
    border-right: 1px solid #F1F5F9;
}

.offering-light:last-child {
    border-right: none;
}

.offering-content-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center; /* Center content vertically */
}

.offering-badge {
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    color: #64748B;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.offering-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.8rem, 4.5vw, 4.5rem);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 1px;
    color: #111625;
    text-transform: uppercase;
    margin-bottom: 2rem;
    transition: color 0.3s ease;
}

.offering-light:hover {
    background-color: #F8FAFC;
}

.offering-light:hover .offering-title {
    color: var(--coral);
}

/* Location Bar in Light Columns */
.offering-location {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
}

.location-text {
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #111625;
    text-transform: uppercase;
}

.location-line {
    flex-grow: 1;
    height: 1px;
    background-color: #CBD5E1;
    max-width: 80px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.offering-light:hover .location-line {
    background-color: var(--coral);
    max-width: 130px;
}

/* Featured Middle Column (Column 2) */
.offering-featured {
    background-color: #FFFFFF; /* Pure white background matching other cards */
    color: #111625;
    justify-content: space-between; /* Space out top/middle content and bottom brand logo */
    transition: background-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

.offering-featured:hover {
    background-color: #F8FAFC; /* Match the hover state of the other cards */
    box-shadow: 0 30px 60px rgba(3, 5, 19, 0.08);
    transform: translateY(-8px);
}

.featured-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.featured-top-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    max-width: 440px;
}

.white-badge {
    color: rgba(255, 255, 255, 0.7);
}

.white-title {
    color: #FFFFFF;
}

.offering-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4A5568; /* Dark grey/blue text matching standard description */
    margin-bottom: 2.5rem;
}

.btn-featured-action {
    display: inline-block;
    background-color: var(--coral);
    color: #FFFFFF;
    padding: 1rem 2.2rem;
    border: none;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-featured-action:hover {
    background-color: #111625 !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(17, 22, 37, 0.15);
}

/* Featured Bottom Brand */
.featured-bottom-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
}

.featured-tagline {
    font-family: 'Oswald', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    color: rgba(3, 5, 19, 0.4); /* Dark muted text for taglines */
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .offering-card {
        padding: 4rem 3rem;
    }
}

@media (max-width: 900px) {
    .offerings-grid {
        grid-template-columns: 1fr;
    }
    .offering-card {
        height: 115vh;
        min-height: 600px;
        padding: 120px 2.5rem 5rem 2.5rem;
    }
    .offering-light {
        border-right: none;
        border-bottom: 1px solid #F1F5F9;
    }
}

/* Contact Section */
.contact-section {
    background-color: #080a18;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.contact-box-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 4rem;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}

.contact-info-panel {
    padding: 4rem;
    background: rgba(255, 255, 255, 0.01);
    border-right: 1px solid rgba(255, 255, 255, 0.04);
}

.contact-form-panel {
    padding: 4rem;
    background: rgba(255, 255, 255, 0.015);
    border-radius: 0 30px 30px 0;
    box-shadow: inset 1px 0 0 rgba(255,255,255,0.02);
}

.info-details {
    margin-top: 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.info-label {
    font-family: 'Oswald', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--coral);
    letter-spacing: 2px;
}

.info-value {
    font-size: 1.15rem;
    color: #FFFFFF;
    font-weight: 500;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.form-group label {
    font-family: 'Oswald', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.form-group input,
.form-group select,
.form-group textarea {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 0.9rem;
    color: #FFFFFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--coral);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 12px rgba(220, 110, 110, 0.1);
}

.form-group select option {
    background-color: #030513;
    color: #FFFFFF;
}

.btn-submit {
    background-color: var(--coral);
    color: #FFFFFF;
    padding: 1.1rem;
    border: none;
    border-radius: 8px;
    font-family: 'Oswald', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--transition);
    margin-top: 1rem;
}

.btn-submit:hover {
    background-color: #FFFFFF;
    color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(220, 110, 110, 0.2);
}

.btn-submit:disabled {
    background-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.4);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.form-success-message {
    text-align: center;
    padding: 3rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    animation: fadeIn 0.5s ease forwards;
}

.success-icon {
    width: 60px;
    height: 60px;
    background: rgba(46, 204, 113, 0.1);
    border: 2px solid #2ecc71;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-icon svg {
    width: 30px;
    height: 30px;
    fill: #2ecc71;
}

.form-success-message h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-success-message p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-light);
    max-width: 400px;
    opacity: 0.85;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scroll Reveal Base */
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal-on-scroll.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Site Footer */
.site-footer {
    background-color: #030513;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 6rem 0 3rem;
}

.footer-container {
    display: flex;
    flex-direction: column;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 5rem;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    max-width: 320px;
}

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

.social-links a {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.social-links a:hover {
    background: var(--coral);
    border-color: var(--coral);
    transform: translateY(-3px);
}

.social-links svg {
    width: 16px;
    height: 16px;
    fill: #FFFFFF;
}

.footer-col h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.footer-col a {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    transition: var(--transition);
}

.footer-col a:hover {
    color: var(--coral);
    padding-left: 0.3rem;
}

.footer-lang-switcher {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.footer-lang-switcher span {
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: var(--transition);
}

.footer-lang-switcher span:hover,
.footer-lang-switcher span.active {
    color: var(--coral);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
}

.design-by {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Adaptive layout adjustments */
@media (max-width: 1024px) {
    .programs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .brand-name {
        display: none;
    }
    
    .announcement-bar {
        padding: 0.5rem 1.5rem;
        font-size: 0.7rem;
    }
    
    .announcement-btn {
        display: none;
    }
    
    .split-layout, .split-layout.reverse {
        grid-template-columns: 1fr;
        gap: 3.5rem;
    }
    
    .collage-wrapper {
        order: -1;
    }
    
    .photo-collage {
        height: 400px;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .contact-box-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .contact-info-panel {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.04);
        padding: 3rem;
    }
    
    .contact-form-panel {
        padding: 3rem;
    }
    
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 1.5rem;
    }
    
    .hero-section {
        padding-top: 80px;
    }
    
    .hero-welcome {
        font-size: 0.8rem;
        letter-spacing: 3px;
    }
    
    .hero-title {
        margin-bottom: 1.5rem;
    }
    
    section {
        padding: 5rem 0;
    }
    
    .programs-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
}

/* ==========================================================================
   Testimonials Section (Slide 5)
   ========================================================================== */
.testimonials-section {
    position: relative;
    height: 115vh;
    min-height: 750px;
    width: 100%;
    background: linear-gradient(rgba(218, 223, 230, 0.88), rgba(218, 223, 230, 0.92)), url('golf_aerial.png');
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    border-top: 1px solid rgba(17, 22, 37, 0.05);
}

.testimonial-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 140px 2.5rem 40px 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.testimonial-wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.testimonial-photo-holder {
    width: 60%;
    position: relative;
    z-index: 1;
}

.testimonial-photo-holder img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

.testimonial-text-block {
    position: absolute;
    left: 45%;
    width: 55%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.testimonial-quote {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(3rem, 5.2vw, 6.5rem);
    color: #FFFFFF;
    line-height: 0.95;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    text-shadow: 0 4px 15px rgba(3, 5, 19, 0.25);
    white-space: nowrap;
}

.testimonial-author {
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(3, 5, 19, 0.3);
}

/* Responsive adjust */
@media (max-width: 1024px) {
    .testimonial-quote {
        font-size: clamp(2.5rem, 4.5vw, 4.5rem);
    }
}

@media (max-width: 900px) {
    .testimonials-section {
        height: auto;
        padding: 8rem 0 5rem 0;
    }
    
    .testimonial-container {
        padding: 0 1.5rem;
        height: auto;
    }
    
    .testimonial-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 2.5rem;
    }
    
    .testimonial-photo-holder {
        width: 100%;
        max-width: 500px;
    }
    
    .testimonial-text-block {
        position: static;
        width: 100%;
        align-items: center;
    }
    
    .testimonial-quote {
        color: #111625;
        font-size: clamp(2.2rem, 5vw, 3.5rem);
        white-space: normal;
        text-shadow: none;
        margin-bottom: 1rem;
    }
    
    .testimonial-author {
        color: #4A5568;
        text-shadow: none;
    }
}

/* ==========================================================================
   VIP Golf Day Section (Slide 4)
   ========================================================================== */
.vip-day-section {
    position: relative;
    height: 115vh;
    min-height: 750px;
    width: 100%;
    background-image: url('golf_aerial.png');
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.vip-bg-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(3, 5, 19, 0.45) 30%, rgba(3, 5, 19, 0.85) 100%);
    z-index: 1;
}

.vip-container-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 6rem;
    align-items: center;
    width: 100%;
    padding-top: 140px; /* clear header height space */
}

/* Left Column */
.vip-title-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.vip-badge-container {
    margin-bottom: 2rem;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
    animation: floatBadge 4s ease-in-out infinite;
}

@keyframes floatBadge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.vip-badge-svg {
    display: block;
    animation: spinBadge 20s linear infinite;
}

.vip-title-text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(3.5rem, 6vw, 6rem);
    font-weight: 900;
    color: #FFFFFF;
    line-height: 0.95;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.vip-subtitle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    width: 100%;
    max-width: 320px;
}

.vip-sub-line {
    height: 1px;
    background-color: rgba(212, 175, 55, 0.5); /* Gold horizontal lines */
    flex-grow: 1;
}

.vip-subtitle {
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 4px;
    color: #D4AF37; /* Gold subtitle to match badge */
    text-transform: uppercase;
}

/* Right Column */
.vip-details-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #FFFFFF;
}

.vip-bullets-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem 0;
}

.vip-bullets-list li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 1rem;
    font-size: 1.05rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.vip-bullets-list li::before {
    content: "";
    position: absolute;
    left: 0.5rem;
    top: 0.6rem;
    width: 6px;
    height: 6px;
    background-color: var(--coral); /* Coral bullet point matching design style */
    border-radius: 50%;
}

.btn-vip-action {
    margin-bottom: 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.vip-note-text {
    font-size: 0.85rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
    max-width: 500px;
    border-left: 2px solid var(--coral);
    padding-left: 1rem;
}

.vip-note-text a {
    color: var(--coral);
    text-decoration: none;
    font-weight: 700;
    transition: var(--transition);
}

.vip-note-text a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

/* Responsive adjust */
@media (max-width: 900px) {
    .vip-day-section {
        height: auto;
        padding: 8rem 0 5rem 0;
    }
    
    .vip-container-layout {
        grid-template-columns: 1fr;
        gap: 4rem;
        padding-top: 50px;
    }
    
    .vip-details-col {
        align-items: center;
        text-align: center;
    }
    
    .vip-bullets-list {
        text-align: left;
    }
}


/* ==========================================================================
   Testimonials Grid Section
   ========================================================================== */
.testimonials-grid-section {
    padding: 120px 0;
    background: #ffffff;
    position: relative;
    border-top: 1px solid rgba(17, 22, 37, 0.05);
}

.testimonials-header {
    text-align: left;
    margin-bottom: 60px;
}

.testimonials-grid {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 16px;
    -ms-overflow-style: none; /* IE/Edge */
    scrollbar-width: none; /* Firefox */
}

.testimonials-grid::-webkit-scrollbar {
    display: none;
}

.testimonial-grid-card {
    background: #f7f8fa;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 0 0 calc(25% - 18px); /* Show 4 items by default */
    scroll-snap-align: start;
}

.testimonial-grid-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

.testimonial-grid-img {
    width: 100%;
    aspect-ratio: 1 / 1; /* Default fallback */
    object-fit: cover;
    display: block;
    background: #000000; /* Dark background behind contained media */
}

/* Dynamic Aspect Ratio Modifiers */
.testimonial-grid-img.media-square {
    aspect-ratio: 1 / 1;
}

.testimonial-grid-img.media-vertical {
    aspect-ratio: 9 / 16;
}

.testimonial-grid-img.media-landscape {
    aspect-ratio: 16 / 9;
}

/* Modifier to avoid cropping entirely */
.testimonial-grid-img.media-contain {
    object-fit: contain;
}

.testimonial-grid-content {
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.testimonial-grid-quote {
    font-size: 16px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 1.5;
    margin-bottom: 40px;
    flex: 1;
}

.testimonial-grid-author h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 4px 0;
}

.testimonial-grid-author span {
    font-size: 11px;
    color: #666666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.testimonials-nav {
    display: flex;
    gap: 12px;
}

.t-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background: white;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.t-nav-btn:hover {
    border-color: var(--coral);
    color: var(--coral);
}
/* Light Mode Sections */
.light-mode-section {
    background-color: #FAFAFA;
}

.light-mode-section .section-title,
.light-mode-section .section-desc,
.light-mode-section .info-label,
.light-mode-section .info-value,
.light-mode-section .watermark-badge {
    color: #111111;
}

.light-mode-section .section-desc {
    color: #444444;
}

.light-mode-section .watermark-badge {
    color: var(--coral);
}

.light-mode-section .contact-info-panel,
.light-mode-section .contact-form-panel {
    background: #FFFFFF;
    border-color: rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 40px rgba(0,0,0,0.03);
}

.light-mode-section .badge-item {
    background: #FFFFFF;
    color: #111111;
    border: 1px solid rgba(0,0,0,0.1);
}

.light-mode-section .badge-title {
    color: var(--coral);
}

.light-mode-section .stat-card {
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.light-mode-section .stat-card:hover {
    background: #FAFAFA;
    border-color: var(--coral);
}

.light-mode-section .stat-label {
    color: rgba(0, 0, 0, 0.6);
}

/* 2026 Cookie Consent Banner */
.cookie-banner {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 9999;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    transition: bottom 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.5);
}

.cookie-banner.visible {
    bottom: 0;
}

.cookie-content {
    flex: 1;
    max-width: 800px;
}

.cookie-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--light-text);
}

.cookie-text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.cookie-text a {
    color: var(--coral);
    text-decoration: none;
    border-bottom: 1px solid var(--coral);
}

.cookie-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.cookie-btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem;
    }
    .cookie-actions {
        width: 100%;
        justify-content: stretch;
    }
    .cookie-btn {
        flex: 1;
        text-align: center;
    }
}



@media (max-width: 1024px) {
    .testimonial-grid-card {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 640px) {
    .testimonial-grid-card {
        flex: 0 0 100%;
    }
}

/* Animations added by AI */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

/* Headless Google Translate Overrides */
.goog-te-banner-frame.skiptranslate, 
.goog-te-gadget-icon,
.goog-tooltip,
.goog-tooltip:hover {
    display: none !important;
}
body {
    top: 0px !important;
    position: static !important;
}
#google_translate_element {
    display: none !important;
}
font {
    background-color: transparent !important;
    box-shadow: none !important;
}

/* Desktop Nav Language Switcher */
.nav-right {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.desktop-lang-switcher {
    display: none;
    gap: 1.5rem;
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--light-text);
}
.desktop-lang-switcher span {
    cursor: pointer;
    transition: color 0.3s ease;
}
.desktop-lang-switcher span:hover,
.desktop-lang-switcher span.active {
    color: var(--coral);
}
@media (min-width: 768px) {
    .desktop-lang-switcher {
        display: flex;
    }
}
