/* =============================================
   Relais Équestre d'Harcy — Stylesheet
   Multi-page version
   ============================================= */

:root {
    --green-deep: #2C4A2E;
    --green-medium: #3D6B41;
    --green-light: #5A8F5E;
    --green-pale: #E8F0E4;
    --brown-dark: #3E2723;
    --brown-warm: #6D4C41;
    --brown-light: #A1887F;
    --cream: #FAF6F0;
    --cream-dark: #F0EAE0;
    --white: #FFFDF9;
    --gold: #B8962E;
    --gold-light: #D4B85A;
    --gold-pale: #F5EED4;
    --text: #000000;
    --text-light: #000000;
    --text-muted: #333333;
    --font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
    --font-body: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --section-padding: clamp(4rem, 8vw, 7rem);
    --container-width: 1200px;
    --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font-body); font-weight: 400; color: var(--text); background: var(--white); line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
.container { max-width: var(--container-width); margin: 0 auto; padding: 0 clamp(1.5rem, 4vw, 3rem); }
.section { padding: var(--section-padding) 0; position: relative; }
.section-cream { background: var(--cream); }

/* ---- Section headers ---- */
.section-tag { display: inline-block; font-weight: 700; font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.section-title { font-family: var(--font-heading); font-size: clamp(2rem, 4vw, 3rem); font-weight: 600; color: #000; margin-bottom: 1rem; line-height: 1.2; }
.section-subtitle { font-size: 1.1rem; color: #333; max-width: 600px; margin: 0 auto; font-weight: 300; }
.section-subtitle-large { font-size: 1.1rem; color: #333; max-width: 800px; margin: 0 auto; font-weight: 300; line-height: 1.9; }
.section-header { text-align: center; margin-bottom: 3.5rem; }
.color-accent { color: var(--gold); }

/* ---- Reveal ---- */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out); transition-delay: var(--delay, 0s); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* =============================================
   TOPBAR
   ============================================= */
.topbar {
    background: var(--green-deep);
    color: #fff;
    font-size: 0.8rem;
    padding: 0.5rem 0;
    position: relative;
    z-index: 1001;
}
.page-home .topbar { position: absolute; top: 0; left: 0; right: 0; background: rgba(0,0,0,0.2); }
.topbar-container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 4vw, 3rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topbar-social { color: #fff; opacity: 0.8; transition: opacity 0.3s; display: inline-flex; }
.topbar-social:hover { opacity: 1; }
.topbar-right { display: flex; align-items: center; gap: 1.5rem; }
.topbar-address { opacity: 0.8; }
.topbar-phone { font-weight: 700; color: #fff; }

/* =============================================
   NAVBAR
   ============================================= */
.navbar {
    background: var(--white);
    border-bottom: 1px solid var(--cream-dark);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 1px 10px rgba(0,0,0,0.04);
}
.page-home .navbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    background: transparent;
    border-bottom: none;
    box-shadow: none;
    padding: 0.5rem 0;
    transition: all 0.4s var(--ease-out);
}
.page-home .navbar.scrolled {
    background: rgba(255, 253, 249, 0.97);
    backdrop-filter: blur(20px);
    box-shadow: 0 1px 20px rgba(0,0,0,0.06);
    border-bottom: 1px solid var(--cream-dark);
}
.nav-container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 4vw, 3rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
}
.nav-logo { display: flex; flex-direction: column; line-height: 1.1; transition: opacity 0.3s; }
.nav-logo:hover { opacity: 0.8; }
.nav-logo-text { font-family: var(--font-heading); font-size: 1.2rem; font-weight: 700; color: var(--green-deep); }
.nav-logo-sub { font-family: var(--font-heading); font-size: 0.8rem; font-style: italic; color: var(--gold); }
.page-home .nav-logo-text { color: #fff; }
.page-home .nav-logo-sub { color: rgba(255,255,255,0.7); }
.page-home .navbar.scrolled .nav-logo-text { color: var(--green-deep); }
.page-home .navbar.scrolled .nav-logo-sub { color: var(--gold); }

.nav-links { display: flex; list-style: none; gap: 0; align-items: center; }
.nav-links > li > a {
    display: flex; align-items: center; gap: 0.3rem;
    padding: 1.1rem 1rem;
    font-size: 0.85rem; font-weight: 400; letter-spacing: 0.02em;
    color: #333; transition: all 0.3s;
    border-bottom: 2px solid transparent;
}
.nav-links > li > a:hover,
.nav-links > li > a.active {
    color: var(--green-deep);
    border-bottom-color: var(--gold);
}
.page-home .nav-links > li > a { color: rgba(255,255,255,0.85); border-bottom-color: transparent; }
.page-home .nav-links > li > a:hover,
.page-home .nav-links > li > a.active { color: #fff; border-bottom-color: var(--gold); }
.page-home .navbar.scrolled .nav-links > li > a { color: #333; }
.page-home .navbar.scrolled .nav-links > li > a:hover,
.page-home .navbar.scrolled .nav-links > li > a.active { color: var(--green-deep); border-bottom-color: var(--gold); }

/* Dropdowns */
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { cursor: default; }
.nav-dropdown-toggle svg { transition: transform 0.3s; margin-top: 1px; }
.nav-dropdown:hover .nav-dropdown-toggle svg { transform: rotate(180deg); }
.nav-dropdown-menu {
    position: absolute; top: 100%; left: 0;
    background: var(--white);
    min-width: 220px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    list-style: none;
    opacity: 0; visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.3s var(--ease-out);
    z-index: 100;
    border: 1px solid var(--cream-dark);
    border-top: 2px solid var(--gold);
}
.nav-dropdown:hover .nav-dropdown-menu {
    opacity: 1; visibility: visible; transform: translateY(0);
}
.nav-dropdown-menu a {
    display: block;
    padding: 0.7rem 1.25rem;
    font-size: 0.85rem;
    color: #333 !important;
    border-bottom: 1px solid var(--cream-dark);
    transition: all 0.2s;
}
.nav-dropdown-menu li:last-child a { border-bottom: none; }
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a.active {
    background: var(--cream);
    color: var(--green-deep) !important;
    padding-left: 1.5rem;
}

/* Mobile toggle */
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 4px; z-index: 1001; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.3s; }
.page-home .nav-toggle span { background: #fff; }
.page-home .navbar.scrolled .nav-toggle span { background: var(--text); }
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Fixed contact button */
.fixed-contact {
    position: fixed; right: 0; top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right center;
    background: var(--gold);
    color: #fff;
    padding: 0.6rem 1.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    display: flex; align-items: center; gap: 0.5rem;
    border-radius: 8px 8px 0 0;
    z-index: 999;
    transition: background 0.3s;
    right: -1px;
}
.fixed-contact:hover { background: var(--green-deep); }
.fixed-contact svg { transform: rotate(90deg); }

/* =============================================
   HERO (homepage only)
   ============================================= */
.hero {
    position: relative; min-height: 100vh;
    display: flex; align-items: center; justify-content: center; text-align: center;
    overflow: hidden;
    background: linear-gradient(135deg, var(--green-deep) 0%, #1a3a1c 50%, var(--brown-dark) 100%);
}
.hero::before {
    content: ''; position: absolute; inset: 0;
    background-image: url('/img/hero-bg.jpg');
    background-size: cover; background-position: center;
}
.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.25); z-index: 1; }
.hero-content { position: relative; z-index: 2; padding: 0 2rem; }
.hero-title { font-family: var(--font-heading); color: #fff; line-height: 1.1; margin-bottom: 1rem; }
.hero-title-line { display: block; font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 700; }
.hero-title-accent { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 400; font-style: italic; color: #fff; }
.hero-tagline { font-size: 1rem; color: rgba(255,255,255,0.7); letter-spacing: 0.05em; margin-bottom: 0.5rem; font-weight: 300; }
.hero-subtitle { font-size: clamp(1rem, 2vw, 1.2rem); color: #fff; font-weight: 300; max-width: 600px; margin: 0 auto 2.5rem; line-height: 1.8; }
.hero-btn {
    display: inline-flex; align-items: center; gap: 0.75rem;
    padding: 1rem 2.5rem; background: transparent;
    border: 1.5px solid #fff; color: #fff;
    font-size: 0.95rem; font-weight: 400; letter-spacing: 0.05em;
    border-radius: 100px; transition: all 0.4s var(--ease-out);
}
.hero-btn:hover { background: #fff; color: #000; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.2); }
.hero-btn svg { transition: transform 0.3s; }
.hero-btn:hover svg { transform: translateY(3px); }

.animate-fade-up { opacity: 0; transform: translateY(30px); animation: fadeUp 1s var(--ease-out) forwards; }
.delay-1 { animation-delay: 0.3s; }
.delay-2 { animation-delay: 0.6s; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

.hero-scroll-indicator { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 2; }
.scroll-line { width: 1px; height: 60px; background: linear-gradient(to bottom, rgba(255,255,255,0.6), transparent); animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0%, 100% { opacity: 1; transform: scaleY(1); } 50% { opacity: 0.3; transform: scaleY(0.6); transform-origin: top; } }

/* =============================================
   PAGE BANNER (inner pages)
   ============================================= */
.page-banner {
    position: relative;
    background: var(--green-deep);
    padding: 4rem 0 3rem;
    text-align: center;
    overflow: hidden;
}
.page-banner::before {
    content: ''; position: absolute; inset: 0;
    background-image: url('/img/hero-bg.jpg');
    background-size: cover; background-position: center;
    opacity: 0.15;
}
.page-banner-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.1); }
.page-banner .container { position: relative; z-index: 2; }
.page-banner-title {
    font-family: var(--font-heading); font-size: clamp(2rem, 4vw, 3rem);
    color: #fff; font-weight: 600; margin-bottom: 0.75rem;
}
.page-banner-title .color-accent { color: var(--gold-light); }
.breadcrumb-nav { font-size: 0.85rem; color: rgba(255,255,255,0.6); }
.breadcrumb-nav a { color: rgba(255,255,255,0.7); transition: color 0.3s; }
.breadcrumb-nav a:hover { color: #fff; }
.breadcrumb-sep { margin: 0 0.4rem; }
.breadcrumb-current { color: var(--gold-light); }

/* =============================================
   HOME SERVICE CARDS
   ============================================= */
.home-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.home-service-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0,0,0,0.04);
    transition: all 0.4s var(--ease-out);
    display: flex;
    flex-direction: column;
}
.home-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}
.home-service-img {
    height: 200px;
    background: var(--cream);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
.home-service-img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.6s var(--ease-out);
}
.home-service-card:hover .home-service-img img { transform: scale(1.05); }
.home-service-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.home-service-body h3 {
    font-family: var(--font-heading);
    font-size: 1.25rem; font-weight: 600;
    color: var(--green-deep); margin-bottom: 0.75rem;
}
.home-service-body p {
    font-size: 0.95rem; color: #333;
    line-height: 1.7; margin-bottom: 1rem; flex: 1;
}
.service-link {
    display: inline-flex; align-items: center; gap: 0.4rem;
    font-size: 0.85rem; font-weight: 700;
    color: var(--gold); letter-spacing: 0.02em; transition: gap 0.3s;
}
.service-link:hover { gap: 0.7rem; }

/* =============================================
   CONTENT PAGES
   ============================================= */
.content-page { max-width: 800px; margin: 0 auto; }
.content-block { margin-bottom: 2.5rem; }
.content-block h2 {
    font-family: var(--font-heading);
    font-size: 1.5rem; font-weight: 600;
    color: var(--green-deep); margin-bottom: 1rem;
}
.content-block p { font-size: 1rem; color: #333; line-height: 1.9; margin-bottom: 0.75rem; }
.content-block a { color: var(--gold); font-weight: 700; transition: color 0.3s; }
.content-block a:hover { color: var(--green-deep); }
.content-list { list-style: none; margin: 1rem 0; }
.content-list li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    font-size: 1rem; color: #333;
}
.content-list li::before {
    content: ''; position: absolute; left: 0; top: 0.95rem;
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--gold);
}
.content-img-placeholder { margin: 2rem 0; }
.placeholder-box {
    background: var(--cream); border: 2px dashed var(--cream-dark);
    border-radius: 16px; padding: 4rem 2rem;
    display: flex; flex-direction: column; align-items: center;
    gap: 1rem; color: #999;
}

/* Sitemap */
.sitemap-list ul { list-style: none; }
.sitemap-list > ul > li { margin-bottom: 1rem; font-size: 1.05rem; font-weight: 700; }
.sitemap-list ul ul { margin-top: 0.5rem; margin-left: 1.5rem; }
.sitemap-list ul ul li { font-weight: 400; margin-bottom: 0.3rem; }
.sitemap-list a { color: var(--green-deep); transition: color 0.3s; }
.sitemap-list a:hover { color: var(--gold); }

/* =============================================
   CITATION
   ============================================= */
.citation-section { background: var(--green-deep); overflow: hidden; position: relative; }
.citation-bg { position: absolute; inset: 0; opacity: 0.05; background-image: radial-gradient(circle at 20% 50%, var(--gold) 0%, transparent 50%), radial-gradient(circle at 80% 50%, var(--gold-light) 0%, transparent 50%); }
.citation { text-align: center; position: relative; max-width: 800px; margin: 0 auto; padding: 2rem 0; }
.citation-mark { color: var(--gold-light); margin-bottom: 1.5rem; display: block; margin-left: auto; margin-right: auto; }
.citation-text { font-family: var(--font-heading); font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-style: italic; color: #fff; line-height: 1.7; margin-bottom: 1.5rem; }
.citation-author { font-family: var(--font-body); font-size: 1rem; color: var(--gold-light); letter-spacing: 0.1em; }

/* =============================================
   EVENTS
   ============================================= */
.events-empty { text-align: center; padding: 3rem 2rem; color: #666; }
.events-empty svg { margin: 0 auto 1.5rem; color: var(--brown-light); }
.events-empty p { font-family: var(--font-heading); font-size: 1.4rem; color: #333; margin-bottom: 0.5rem; }
.events-list { display: flex; flex-direction: column; gap: 2rem; }
.event-card {
    background: var(--white); border-radius: 16px; overflow: hidden;
    box-shadow: 0 2px 20px rgba(0,0,0,0.04); transition: all 0.4s var(--ease-out);
    display: flex;
}
.event-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); }
.event-photo { width: 300px; flex-shrink: 0; overflow: hidden; }
.event-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease-out); }
.event-card:hover .event-photo img { transform: scale(1.05); }
.event-content { padding: 1.5rem; flex: 1; }
.event-date-badge-inline { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: var(--gold); font-weight: 700; margin-bottom: 0.5rem; }
.event-title { font-family: var(--font-heading); font-size: 1.3rem; color: var(--green-deep); margin-bottom: 0.5rem; }
.event-location { display: flex; align-items: center; gap: 0.4rem; font-size: 0.85rem; color: #666; margin-bottom: 0.75rem; }
.event-desc { font-size: 0.95rem; color: #333; line-height: 1.7; }

/* =============================================
   GALLERY
   ============================================= */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1rem; }
.gallery-item { position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; cursor: pointer; transition: transform 0.4s var(--ease-out); }
.gallery-item:hover { transform: scale(1.02); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease-out); }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item-overlay { position: absolute; inset: 0; background: rgba(44,74,46,0.5); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; color: #fff; }
.gallery-item:hover .gallery-item-overlay { opacity: 1; }
.gallery-placeholder-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1rem; }
.gallery-placeholder-item { aspect-ratio: 4/3; background: var(--cream); border: 2px dashed var(--cream-dark); border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem; color: #999; font-size: 0.85rem; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,0.92); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s; }
.lightbox.active { opacity: 1; visibility: visible; }
.lightbox-img { max-width: 90vw; max-height: 85vh; object-fit: contain; border-radius: 8px; transform: scale(0.9); transition: transform 0.4s var(--ease-out); }
.lightbox.active .lightbox-img { transform: scale(1); }
.lightbox-close { position: absolute; top: 1.5rem; right: 1.5rem; color: #fff; font-size: 2rem; padding: 0.5rem; z-index: 2; }
.lightbox-prev, .lightbox-next { position: absolute; top: 50%; transform: translateY(-50%); color: #fff; padding: 1rem; z-index: 2; }
.lightbox-prev { left: 1rem; }
.lightbox-next { right: 1rem; }

/* =============================================
   CONTACT
   ============================================= */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: start; }
.contact-info h2 { font-family: var(--font-heading); font-size: 1.8rem; color: var(--green-deep); margin-bottom: 1.5rem; }
.contact-details { display: flex; flex-direction: column; gap: 1.25rem; }
.contact-detail { display: flex; align-items: flex-start; gap: 1rem; }
.contact-detail svg { flex-shrink: 0; color: var(--gold); margin-top: 3px; }
.contact-detail a { color: var(--green-deep); font-weight: 700; }
.contact-detail a:hover { color: var(--gold); }

.contact-form-wrap { background: var(--white); padding: 2.5rem; border-radius: 20px; box-shadow: 0 4px 30px rgba(0,0,0,0.04); }
.contact-form { display: flex; flex-direction: column; gap: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; }
.form-group label { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: #333; margin-bottom: 0.5rem; }
.form-group input, .form-group select, .form-group textarea { font-family: var(--font-body); font-size: 0.95rem; padding: 0.85rem 1rem; border: 1.5px solid var(--cream-dark); border-radius: 10px; background: var(--cream); color: var(--text); transition: all 0.3s; outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); background: var(--white); box-shadow: 0 0 0 3px var(--gold-pale); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B6560' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }

.btn-submit { display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem; padding: 1rem 2.5rem; background: var(--green-deep); color: #fff; font-size: 0.95rem; font-weight: 700; border-radius: 12px; transition: all 0.4s var(--ease-out); align-self: flex-start; }
.btn-submit:hover { background: var(--green-medium); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(44,74,46,0.25); }

.form-success { text-align: center; padding: 2rem; }
.form-success svg { color: var(--green-medium); margin: 0 auto 1rem; }
.form-success h3 { font-family: var(--font-heading); font-size: 1.5rem; color: var(--green-deep); margin-bottom: 0.5rem; }
.form-error { background: #FFF0F0; color: #C62828; padding: 0.85rem 1.25rem; border-radius: 10px; font-size: 0.9rem; margin-bottom: 0.5rem; border: 1px solid #FFCDD2; }

/* =============================================
   BOTTOM CTA
   ============================================= */
.bottom-cta {
    background: var(--cream);
    padding: 2.5rem 0;
    text-align: center;
}
.bottom-cta p { font-size: 1rem; color: #333; }
.bottom-cta a { color: var(--gold); font-weight: 700; }
.bottom-cta a:hover { color: var(--green-deep); }

/* =============================================
   FOOTER CONTACT
   ============================================= */
.footer-contact { background: var(--white); }
.footer-contact-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 400px; }
.footer-contact-map { position: relative; }
.footer-contact-map iframe { width: 100%; height: 100%; display: block; min-height: 400px; filter: grayscale(30%) contrast(1.05); }
.footer-contact-info {
    position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
    background: var(--white); padding: 1.5rem 2rem; border-radius: 12px;
    text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    min-width: 260px;
}
.footer-contact-info p { font-size: 0.9rem; color: #333; margin-bottom: 0.25rem; }
.footer-contact-info a { color: var(--green-deep); font-weight: 700; }
.btn-footer-contact {
    display: inline-block; margin-top: 0.75rem;
    padding: 0.6rem 1.5rem; background: var(--gold); color: #fff;
    font-size: 0.85rem; font-weight: 700; border-radius: 8px;
    transition: background 0.3s;
}
.btn-footer-contact:hover { background: var(--green-deep); }
.footer-contact-image { overflow: hidden; }
.footer-contact-image img { width: 100%; height: 100%; object-fit: cover; }

/* =============================================
   FOOTER
   ============================================= */
.footer { background: var(--brown-dark); color: rgba(255,255,255,0.7); padding: 2rem 0 1.5rem; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-logo { font-family: var(--font-heading); font-size: 1.2rem; color: #fff; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.5rem; font-size: 0.85rem; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 1rem; font-size: 0.8rem; color: rgba(255,255,255,0.4); }
.footer-credit a { color: var(--gold-light); }
.footer-credit a:hover { color: #fff; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
    .home-services-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .footer-contact-grid { grid-template-columns: 1fr; }
    .footer-contact-image { height: 300px; }
}

@media (max-width: 768px) {
    .topbar-address { display: none; }
    .nav-toggle { display: flex; }
    .nav-links {
        position: fixed; top: 0; right: -300px; width: 280px; height: 100vh;
        background: var(--white); flex-direction: column;
        padding: 5rem 0 2rem; gap: 0;
        box-shadow: -10px 0 40px rgba(0,0,0,0.1);
        transition: right 0.4s var(--ease-out);
        overflow-y: auto;
    }
    .nav-links.open { right: 0; }
    .nav-links > li > a { color: #333 !important; font-size: 1rem; padding: 0.85rem 1.5rem; border-bottom: 1px solid var(--cream-dark) !important; }
    .nav-dropdown-menu {
        position: static; opacity: 1; visibility: visible;
        transform: none; box-shadow: none; border: none; border-top: none;
        border-radius: 0; background: var(--cream);
    }
    .nav-dropdown-menu a { padding-left: 2.5rem !important; }

    .home-services-grid { grid-template-columns: 1fr; }
    .event-card { flex-direction: column; }
    .event-photo { width: 100%; height: 200px; }
    .form-row { grid-template-columns: 1fr; }
    .contact-form-wrap { padding: 1.5rem; }

    .footer-grid { flex-direction: column; text-align: center; }
    .footer-links { justify-content: center; }
    .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }

    .fixed-contact { display: none; }
}

@media (max-width: 480px) {
    .gallery-grid, .gallery-placeholder-grid { grid-template-columns: 1fr; }
    .hero-title-line { font-size: 2.5rem; }
    .hero-title-accent { font-size: 1.6rem; }
}
