:root {
    --brand-primary: #04A043; 
    --brand-dark: #26442E; 
    --bg-primary: #FFFFFF; 
    --bg-secondary: #F8F9F8; 
    --border-light: rgba(38, 68, 46, 0.15); 
    
    --font-heading: 'All Round Gothic', sans-serif;
    --font-body: 'Gadugi', sans-serif;

    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: var(--font-body); color: var(--brand-dark); background: var(--bg-primary); overflow-x: hidden; line-height: 1.6; }

h1, h2, h3, h4, .logo { font-family: var(--font-heading); color: var(--brand-dark); font-weight: 600; line-height: 1.2; }

.eyebrow { font-size: 0.85rem; letter-spacing: 2px; text-transform: uppercase; color: var(--brand-primary); font-weight: 700; display: block; margin-bottom: 1rem; }

.btn-solid {
    display: inline-block; background: var(--brand-dark); color: var(--bg-primary);
    padding: 1.2rem 2.5rem; text-decoration: none; font-size: 0.95rem; font-weight: 600;
    border-radius: 4px; border: none; cursor: pointer; position: relative; overflow: hidden;
    transition: background 0.4s ease, transform 0.4s var(--ease-out-expo), box-shadow 0.3s;
}
.btn-solid::after {
    content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    transform: rotate(45deg) translate(-100%, -100%); transition: all 0.6s ease;
}
.btn-solid:hover::after { transform: rotate(45deg) translate(100%, 100%); }
.btn-solid:hover { background: var(--brand-primary); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(4, 160, 67, 0.2); }

.btn-text {
    display: inline-block; color: var(--brand-dark); text-decoration: none; font-size: 1rem; font-weight: 600;
    border-bottom: 2px solid var(--brand-primary); padding-bottom: 4px; transition: color 0.3s, border-color 0.3s;
}
.btn-text:hover { color: var(--brand-primary); border-color: var(--brand-dark); }

.mask-wrap { overflow: hidden; display: inline-block; vertical-align: top; }
.mask-up { display: inline-block; transform: translateY(110%); transition: transform 1.2s var(--ease-out-expo); }
.is-inview .mask-up { transform: translateY(0); }

.fade-up { opacity: 0; transform: translateY(40px); transition: opacity 1s var(--ease-out-expo), transform 1.2s var(--ease-out-expo); }
.is-inview .fade-up { opacity: 1; transform: translateY(0); }

.image-reveal-mask { overflow: hidden; clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); transition: clip-path 1.5s var(--ease-out-expo); }
.is-inview .image-reveal-mask { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }

.is-inview .stagger-1 { transition-delay: 0.1s; }
.is-inview .stagger-2 { transition-delay: 0.25s; }
.is-inview .stagger-3 { transition-delay: 0.4s; }
.is-inview .stagger-4 { transition-delay: 0.55s; }

.luxury-nav { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 5%; position: fixed; width: 100%; top: 0; z-index: 1000; transition: background 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease; background: var(--bg-primary); }
.luxury-nav.scrolled { padding: 1rem 5%; box-shadow: 0 4px 20px rgba(38, 68, 46, 0.08); }
.luxury-nav ul { display: flex; list-style: none; gap: 2.5rem; align-items: center; }
.luxury-nav a { text-decoration: none; color: var(--brand-dark); font-weight: 600; transition: color 0.3s; }
.luxury-nav a:hover, .luxury-nav a.active { color: var(--brand-primary); }
.luxury-nav .nav-btn { color: var(--bg-primary) !important; padding: 0.8rem 1.8rem; }
.menu-toggle { display: none; font-size: 1.5rem; cursor: pointer; color: var(--brand-dark); }

.hero-section { display: flex; align-items: center; padding: 12rem 5% 6rem 5%; max-width: 1400px; margin: 0 auto; gap: 4rem; }
.hero-content { flex: 1; }
.hero-content h1 { font-size: 4.5rem; margin-bottom: 2rem; }
.hero-content p { font-size: 1.15rem; opacity: 0.8; margin-bottom: 3rem; max-width: 90%; }
.hero-actions { display: flex; align-items: center; gap: 2.5rem; }

.hero-image-wrapper { flex: 1; position: relative; height: 700px; width: 100%; }
.hero-image-wrapper .image-reveal-mask { width: 85%; height: 90%; position: absolute; top: 0; right: 0; border-radius: 4px; }
.parallax-img { width: 100%; height: 120%; object-fit: cover; transform: translateY(-10%); }
.accent-image { width: 50%; height: 50%; position: absolute; bottom: 0; left: 0; border: 12px solid var(--bg-primary); border-radius: 4px; z-index: 2; }
.accent-image img { width: 100%; height: 100%; object-fit: cover; }

.about-hero { padding: 14rem 5% 8rem 5%; text-align: center; background: var(--bg-secondary); border-bottom: 1px solid var(--border-light); }
.about-hero-content { max-width: 900px; margin: 0 auto; }
.about-hero-content h1 { font-size: 4rem; margin-bottom: 1.5rem; }
.about-hero-content p { font-size: 1.25rem; opacity: 0.8; max-width: 80%; margin: 0 auto; }

.marquee-section { padding: 3rem 0; background: var(--brand-dark); color: var(--brand-primary); overflow: hidden; white-space: nowrap; display: flex; }
.marquee-track { display: inline-block; animation: marquee 25s linear infinite; font-family: var(--font-heading); font-size: 1.5rem; letter-spacing: 2px; }
.marquee-track span { padding-right: 2rem; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

.sticky-section { padding: 8rem 5%; background: var(--bg-secondary); }
.sticky-container { display: flex; max-width: 1400px; margin: 0 auto; gap: 6rem; position: relative; }
.sticky-left { flex: 1; position: sticky; top: 150px; height: fit-content; }
.sticky-left h2 { font-size: 3.5rem; color: var(--brand-primary); }
.scrolling-right { flex: 1; padding-top: 2rem; }
.large-text { font-size: 1.5rem; line-height: 1.6; margin-bottom: 4rem; opacity: 0.9; }
.stats-grid { display: flex; gap: 4rem; border-top: 1px solid var(--border-light); padding-top: 3rem; }
.stat h3 { font-size: 4rem; margin-bottom: 0.5rem; }
.stat p { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; color: var(--brand-primary); font-weight: bold; }

.services-section { padding: 8rem 5%; max-width: 1400px; margin: 0 auto; }
.section-heading { margin-bottom: 4rem; border-bottom: 1px solid var(--border-light); padding-bottom: 2rem; }
.section-heading h2 { font-size: 3rem; }

.template-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 3rem; }
.grid-card { cursor: pointer; }
.card-img-mask { overflow: hidden; border-radius: 4px; height: 450px; margin-bottom: 1.5rem; }
.hover-zoom { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease-out-expo); }
.grid-card:hover .hover-zoom { transform: scale(1.08); }
.card-info h3 { font-size: 1.8rem; margin-bottom: 0.5rem; transition: color 0.3s; }
.grid-card:hover h3 { color: var(--brand-primary); }
.card-info p { opacity: 0.8; }
.explore-link { display: inline-block; margin-top: 1rem; font-weight: bold; color: var(--brand-primary); border-bottom: 1px solid transparent; transition: 0.3s; }
.grid-card:hover .explore-link { border-bottom-color: var(--brand-primary); }

.values-section { padding: 8rem 5%; background: var(--bg-secondary); }
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 4rem; max-width: 1400px; margin: 0 auto; }
.value-card { padding: 3rem; background: var(--bg-primary); border: 1px solid var(--border-light); border-radius: 4px; transition: transform 0.4s ease, box-shadow 0.4s ease; }
.value-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(38, 68, 46, 0.08); }
.value-number { font-family: var(--font-heading); font-size: 3rem; color: var(--brand-primary); opacity: 0.3; margin-bottom: 1rem; }
.value-card h3 { font-size: 1.8rem; margin-bottom: 1rem; }
.value-card p { font-size: 1.05rem; opacity: 0.85; line-height: 1.7; }

.protocol-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 3rem; max-width: 1400px; margin: 0 auto; }
.info-block { margin-bottom: 1.5rem; }
.info-label { font-weight: bold; color: var(--brand-primary); display: block; margin-bottom: 0.2rem; font-family: var(--font-heading); text-transform: uppercase; font-size: 0.9rem; letter-spacing: 1px; }

.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 3rem; max-width: 1400px; margin: 0 auto; }
.test-card { padding: 3rem; border: 1px solid var(--border-light); border-radius: 4px; transition: box-shadow 0.3s; background: var(--bg-primary); }
.test-card:hover { box-shadow: 0 10px 40px rgba(38, 68, 46, 0.08); }
.quote { font-size: 1.1rem; font-style: italic; margin-bottom: 2rem; opacity: 0.9; line-height: 1.6; }

.story-section { padding: 10rem 5%; background: var(--bg-primary); }
.story-container { display: flex; max-width: 1400px; margin: 0 auto; gap: 6rem; }
.story-left { flex: 1; }
.story-left h2 { font-size: 3.5rem; color: var(--brand-primary); position: sticky; top: 150px; }
.story-right { flex: 1.5; padding-top: 1rem; }
.story-right p { font-size: 1.1rem; opacity: 0.85; margin-bottom: 2rem; }
.story-right .large-text { font-size: 1.6rem; opacity: 1; margin-bottom: 3rem; }

.bio-section { padding: 8rem 5%; background: var(--bg-secondary); }
.bio-container { display: flex; align-items: center; gap: 6rem; max-width: 1400px; margin: 0 auto; }
.bio-images { flex: 1; position: relative; height: 700px; width: 100%; }
.bio-images .image-reveal-mask { width: 85%; height: 90%; position: absolute; top: 0; left: 0; border-radius: 4px; }
.bio-accent-image { width: 55%; height: 50%; position: absolute; bottom: 0; right: 0; border: 15px solid var(--bg-secondary); border-radius: 4px; z-index: 2; }
.bio-accent-image img { width: 100%; height: 100%; object-fit: cover; }
.bio-content { flex: 1.2; }
.bio-content h2 { font-size: 3.5rem; margin-bottom: 0.5rem; }
.credentials { font-size: 1.1rem; text-transform: uppercase; letter-spacing: 1px; color: var(--brand-primary); margin-bottom: 2rem; border-bottom: 1px solid var(--border-light); padding-bottom: 1rem; display: inline-block; }
.bio-content p { font-size: 1.1rem; opacity: 0.85; margin-bottom: 1.5rem; }
.signature-block { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--border-light); }

.booking-section { padding: 8rem 5%; background: var(--brand-dark); color: var(--bg-primary); }
.booking-container { display: flex; max-width: 1200px; margin: 0 auto; gap: 6rem; align-items: center; }
.booking-text { flex: 1; }
.booking-text h2 { font-size: 3.5rem; color: var(--bg-primary); margin-bottom: 1.5rem; }
.booking-text p { font-size: 1.1rem; opacity: 0.8; }

.booking-form-wrapper { flex: 1; background: var(--bg-primary); padding: 3rem; border-radius: 8px; }
.luxury-form label { display: block; font-size: 0.9rem; font-weight: bold; color: var(--brand-dark); margin-bottom: 0.5rem; text-transform: uppercase; }
.luxury-form input { width: 100%; padding: 1rem; margin-bottom: 1.5rem; border: 1px solid var(--border-light); border-radius: 4px; font-family: var(--font-body); outline: none; transition: border-color 0.3s; }
.luxury-form input:focus { border-color: var(--brand-primary); }

.luxury-footer { padding: 6rem 5% 3rem 5%; background: var(--bg-secondary); border-top: 1px solid var(--border-light); }
.footer-content { display: flex; justify-content: space-between; max-width: 1400px; margin: 0 auto; }
.footer-links a, .footer-contact a { display: block; color: var(--brand-dark); text-decoration: none; margin-bottom: 0.5rem; transition: color 0.3s; font-weight: 500; }
.footer-links a:hover, .footer-contact a:hover { color: var(--brand-primary); }
.footer-bottom { text-align: center; margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--border-light); opacity: 0.6; font-size: 0.85rem; }

.modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 2000; align-items: center; justify-content: center; backdrop-filter: blur(5px); }
.modal-content { background: var(--bg-primary); padding: 3rem; width: 90%; max-width: 500px; border-radius: 8px; position: relative; box-shadow: 0 20px 40px rgba(0,0,0,0.2); transform: translateY(-20px); animation: modalIn 0.3s forwards; }
@keyframes modalIn { to { transform: translateY(0); } }
.close-modal { position: absolute; top: 1.5rem; right: 1.5rem; font-size: 2rem; cursor: pointer; color: var(--brand-dark); line-height: 1; }

@media (max-width: 1024px) {
    .hero-section { flex-direction: column; padding-top: 10rem; }
    .hero-image-wrapper { height: 500px; }
    
    .sticky-container, .story-container, .bio-container, .booking-container { flex-direction: column; gap: 4rem; }
    
    .sticky-left, .story-left h2 { position: relative; top: 0; margin-bottom: 1rem; }
    
    .bio-images { height: 500px; }
    .bio-accent-image { border-width: 10px; }
    
    .protocol-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .luxury-nav ul { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background: var(--bg-primary); padding: 2rem; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
    .luxury-nav ul.active { display: flex; }
    .menu-toggle { display: block; }
    
    .hero-content h1, .about-hero-content h1 { font-size: 2.8rem; }
    .sticky-left h2, .bio-content h2, .booking-text h2, .story-left h2 { font-size: 2.5rem; }
    
    .hero-actions { flex-direction: column; align-items: flex-start; }
    .footer-content { flex-direction: column; gap: 3rem; }
    
    .services-section, .values-section, .testimonials-section, .booking-section, .story-section, .bio-section { padding: 6rem 5%; }
    .value-card, .test-card, .booking-form-wrapper, .modal-content { padding: 2rem; }
}