.events-hero { padding: 8rem 5% 4rem; background: #f8f6f3; text-align: center; }
.events-hero-inner { max-width: 700px; margin: 0 auto; }
.events-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 5vw, 3.5rem); color: #1a1a1a; margin-bottom: 1rem; }
.events-hero p { color: #666; font-size: 1.05rem; line-height: 1.7; margin-bottom: 2rem; }

.section-inner { max-width: 1100px; margin: 0 auto; padding: 4rem 5%; }

.services-section { background: #fff; text-align: center; }
.services-title { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 3vw, 2.2rem); color: #1a1a1a; margin-bottom: 0.5rem; }
.services-subtitle { color: #666; margin-bottom: 2.5rem; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; text-align: left; }
.service-item h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: #1a1a1a; margin-bottom: 0.5rem; }
.service-item p { color: #666; font-size: 0.9rem; line-height: 1.6; }

.event-types-section { background: #f8f6f3; }
.event-types-section h2, .events-testimonials-section h2, .other-events-section h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 3vw, 2.2rem); color: #1a1a1a; text-align: center; margin-bottom: 2.5rem; }
.event-types-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2rem; }
.event-type-card { text-decoration: none; color: inherit; transition: transform 0.3s ease; }
.event-type-card:hover { transform: translateY(-4px); }
.event-type-image { aspect-ratio: 4/3; border-radius: 12px; overflow: hidden; margin-bottom: 1rem; background: #eee; }
.event-type-image img { width: 100%; height: 100%; object-fit: cover; }
.event-type-card h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: #1a1a1a; margin-bottom: 0.25rem; text-align: center; }
.event-type-card p { color: #666; font-size: 0.85rem; text-align: center; }

.events-testimonials-section { background: #fff; text-align: center; }
.event-quote { max-width: 700px; margin: 0 auto 1.5rem; font-family: 'Playfair Display', serif; font-size: 1.2rem; font-style: italic; color: #4a4a4a; line-height: 1.6; }
.event-quote footer { margin-top: 0.75rem; font-family: 'Inter', sans-serif; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.1em; color: #1a1a1a; }

.other-events-section { background: #f8f6f3; }
.other-events-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.5rem; text-align: center; }
.other-event-tile { background: #fff; padding: 2rem 1rem; border-radius: 10px; }
.other-event-tile h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: #1a1a1a; margin-bottom: 0.75rem; }
.other-event-tile a { color: #a88b5a; font-size: 0.85rem; text-decoration: underline; }

.events-contact-section { background: #fff; text-align: center; }
.events-contact-section h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 3vw, 2.2rem); color: #1a1a1a; margin-bottom: 2rem; }
.events-contact-form { max-width: 560px; margin: 0 auto; text-align: left; }

/* Single event-type gallery page */
.event-header { padding: 8rem 5% 2rem; background: linear-gradient(to bottom, #f8f6f3, #fff); }
.event-header h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 5vw, 3.5rem); color: #1a1a1a; margin-bottom: 1rem; max-width: 1200px; margin-left: auto; margin-right: auto; }
.event-content { max-width: 800px; margin: 0 auto; color: #333; line-height: 1.7; }
.event-empty { padding: 2rem 5% 4rem; text-align: center; color: #666; }

.event-gallery-section { padding: 2rem 5% 4rem; }
.gallery-main-container { position: relative; max-width: 900px; margin: 0 auto 1.5rem; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.1); background: #f5f5f5; }
.gallery-main-container .slide-image { width: 100%; height: auto; display: none; }
.gallery-main-container .slide-image.active { display: block; }
.gallery-thumbnails { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; max-width: 900px; margin: 0 auto; }
.gallery-thumbnails .thumbnail { width: 80px; height: 60px; border-radius: 6px; overflow: hidden; cursor: pointer; border: 3px solid transparent; opacity: 0.6; transition: all 0.3s ease; }
.gallery-thumbnails .thumbnail.active { border-color: #1a1a1a; opacity: 1; }
.gallery-thumbnails .thumbnail img { width: 100%; height: 100%; object-fit: cover; }
