@media (max-width: 600px) {
  .carousel-track {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    overflow: visible !important;
  }
  .gallery-card {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    box-shadow: 0 10px 22px rgba(18, 38, 84, 0.12), 0 2px 8px rgba(124,58,237,0.10);
  }
}
@media (max-width: 600px) {
  .carousel-track {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .gallery-card {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
@media (max-width: 600px) {
  .navbar__menu {
    flex-wrap: wrap;
    gap: 0.2rem;
    padding: 0.5rem 0.2rem;
    width: 100vw;
    left: 0;
    right: 0;
    box-sizing: border-box;
    overflow-x: auto;
  }
  .navbar__filter, .gallery-tab {
    font-size: 0.85rem !important;
    padding: 0.28rem 0.5rem !important;
    min-width: 70px;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-break: break-word;
  }
}
@media (max-width: 600px) {
  .navbar__filter[aria-pressed="true"], .gallery-tab.active {
    background: linear-gradient(90deg, #7c3aed 0%, #a855f7 100%) !important;
    color: #fff !important;
    border-radius: 12px !important;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(124,58,237,0.10);
  }
}
@media (max-width: 600px) {
  .navbar__menu {
    margin-top: 0 !important;
  }
}
@media (max-width: 600px) {
  .navbar__link, .navbar__filter, .gallery-tab {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }
  .navbar__menu {
    border: none !important;
    box-shadow: none !important;
    background: linear-gradient(180deg, #7c3aed 0%, #a855f7 100%) !important;
  }
  .gallery-tabs {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }
  }
}
@media (max-width: 600px) {
  .navbar__menu {
    flex-wrap: wrap;
    gap: 0.3rem;
    padding: 0.5rem 0.2rem;
    width: 100vw;
    left: 0;
    right: 0;
    box-sizing: border-box;
  }
  .navbar__link, .navbar__filter, .gallery-tab {
    font-size: 0.95rem !important;
    padding: 0.35rem 0.5rem !important;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
}
.footer-col--brand p {
  font-family: 'Parisienne', 'Inter', sans-serif !important;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0.2rem;
}
.gallery-hero {
  background: linear-gradient(180deg, #f3f0ff 0%, #faf7ff 100%);
  box-shadow: 0 4px 24px rgba(124,58,237,0.08);
  border-radius: 0 0 24px 24px;
  padding-bottom: 1.5rem;
}

.gallery-hero__title {
  font-family: var(--font-heading);
  font-size: 2.1rem;
  color: #5b21b6;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(124,58,237,0.07);
}

.gallery-hero__subtitle {
  font-size: 1.1rem;
  color: #4a5568;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
}
.gallery-hero__spacer {
  height: 4.5rem;
}

@media (max-width: 600px) {
  .gallery-hero__spacer {
    height: 6rem;
  }
}
/* ===== MODERN NAVIGATION ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #7c3aed 0%, #a855f7 100%);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-lg);
  z-index: 1000;
  transition: var(--transition);
}

.navbar.scrolled {
  box-shadow: var(--shadow-xl);
  background: linear-gradient(90deg, #7c3aed 0%, #a855f7 100%);
}

.navbar__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.1rem 0.8rem 0.5rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.navbar__brand h1 {
  font-family: 'Parisienne', 'Inter', sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 400;
  color: #fff;
  line-height: 1.15;
  letter-spacing: 1.5px;
  text-shadow: 0 2px 10px rgba(124,58,237,0.10);
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
  white-space: nowrap;
}

.navbar__subtitle {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navbar__menu {
  display: flex;
  gap: 2rem;
  flex: 1;
  justify-content: flex-end;
  margin-right: 2rem;
}

.navbar__link {
  font-weight: 500;
  color: white;
  transition: var(--transition-fast);
  position: relative;
  padding: 0.5rem 0;
}

.navbar__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: white;
  transition: var(--transition);
}

.navbar__link:hover,
.navbar__link.active {
  color: rgba(255, 255, 255, 0.9);
}

.navbar__link:hover::after,
.navbar__link.active::after {
  width: 100%;
}

.navbar__cta {
  padding: 0.75rem 1.5rem;
  background: white;
  color: var(--primary-color);
  border-radius: 8px;
  font-weight: 600;
  transition: var(--transition);
  box-shadow: var(--shadow-md);
}

.navbar__cta:hover {
  background: var(--background-light);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
/* ===== MODERN LAYOUT CSS ===== */
/* Clean top navigation with visual-first design */

/* ===== RESET & BASE ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #2d3748;
  background-color: #ffffff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
}

/* ===== CSS VARIABLES ===== */
:root {
  --primary-color: #7c3aed;
  --primary-dark: #5b21b6;
  --primary-light: #a855f7;
  --text-color: #2d3748;
  --text-light: #4a5568;
  --text-lighter: #718096;
  --background-color: #ffffff;
  --background-light: #faf7ff;
  --background-dark: #f3f0ff;
  --border-color: #e2e8f0;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.15);
  
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Inter', sans-serif;
  
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: all 0.15s ease;
}

/* ===== MODERN NAVIGATION ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #7c3aed 0%, #a855f7 100%);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-lg);
  z-index: 1000;
  transition: var(--transition);
}


.navbar__container {
  max-width: 1400px;
  margin: 0 auto;
    padding: 1.1rem 0.8rem 0.5rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}


.navbar-signature {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
@media (max-width: 600px) {
  .navbar-signature {
    font-size: 1.4rem !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
  font-family: 'Parisienne', 'Inter', sans-serif !important;
  font-size: 2.2rem !important;
  font-weight: 400;
  color: #fff;
  line-height: 1.15;
  letter-spacing: 1.5px;
  text-shadow: 0 2px 10px rgba(124,58,237,0.10);
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
  white-space: nowrap;
}

.navbar__subtitle {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navbar__menu {
  display: flex;
  gap: 2rem;
  flex: 1;
  justify-content: center;
}

.navbar__item {
  display: flex;
  align-items: center;
}

.navbar__item--mobile,
.navbar__item--mobile-heading,
.navbar__filters-title,
.navbar__filter {
  display: none;
}

.navbar__link {
  font-weight: 500;
  color: white;
  transition: var(--transition-fast);
  position: relative;
  padding: 0.5rem 0;
}

.navbar__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: white;
  transition: var(--transition);
}

.navbar__link:hover,
.navbar__link.active {
  color: rgba(255, 255, 255, 0.9);
}

.navbar__link:hover::after,
.navbar__link.active::after {
  width: 100%;
}

.navbar__cta {
  padding: 0.75rem 1.5rem;
  background: white;
  color: var(--primary-color);
  border-radius: 8px;
  font-weight: 600;
  transition: var(--transition);
  box-shadow: var(--shadow-md);
}

.navbar__cta:hover {
  background: var(--background-light);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.navbar__toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 0.5rem;
  cursor: pointer;
  z-index: 1000;
}

.navbar__toggle span {
  width: 24px;
  height: 2px;
  background: white;
  transition: var(--transition);
  border-radius: 2px;
}

.navbar__toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar__toggle.active span:nth-child(2) {
  opacity: 0;
}

.navbar__toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* ===== GALLERY HERO SECTION ===== */
.gallery-hero {
  padding: 11rem 2rem 3rem 2rem;
  background: linear-gradient(to bottom, #faf9fc 0%, #ffffff 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.gallery-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(124, 58, 237, 0.3) 50%, transparent 100%);
}

.gallery-hero::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.03) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.gallery-hero__content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section-label-modern {
  display: inline-block;
  padding: 0.375rem 1rem;
  background: rgba(124, 58, 237, 0.08);
  color: var(--primary-color);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(124, 58, 237, 0.15);
}

.gallery-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.1;
  color: #2d1b4e;
  letter-spacing: -0.02em;
}

.gallery-hero__subtitle {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: var(--text-light);
  font-weight: 400;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* Gallery Back Button */
.gallery-back {
  text-align: center;
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid var(--border-color);
}

.gallery-back .btn-modern {
  min-width: 200px;
}

@media (max-width: 480px) {
  .gallery-back .btn-modern {
    min-width: auto;
    width: 100%;
    max-width: 300px;
  }
}

/* ===== HERO SECTION ===== */
.hero-modern {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-modern__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-modern__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-modern__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.hero-modern__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  max-width: 900px;
  padding: 2rem;
  padding-top: 8rem;
  animation: fadeInUp 1s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-modern__badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: var(--primary-color);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  border: 1px solid var(--primary-light);
  color: white;
}

.hero-modern__title {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.1;
}

.hero-modern__subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  margin-bottom: 2.5rem;
  opacity: 0.95;
  font-weight: 300;
}

.hero-modern__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== BUTTONS ===== */
.btn-modern {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: var(--transition);
  cursor: pointer;
}

.btn-modern--primary {
  background: var(--primary-color);
  color: white;
  box-shadow: var(--shadow-md);
}

.btn-modern--primary:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-modern--outline {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.btn-modern--outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: white;
}

.btn-modern--full {
  width: 100%;
}

/* ===== SECTION HEADERS ===== */
.section-header-modern {
  text-align: center;
  margin-bottom: 3rem;
}

.section-label-modern {
  display: inline-block;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.section-title-modern {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--text-color);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.section-subtitle-modern {
  font-size: 1.125rem;
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto;
}

/* ===== GALLERY SECTION ===== */
.gallery-modern {
  padding: 5rem 2rem;
  background: var(--background-light);
}

.gallery-modern__container {
  max-width: 1400px;
  margin: 0 auto;
}

/* Gallery Tabs */
.gallery-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 3rem;
  padding: 0.5rem 0;
  position: relative;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-tab {
  padding: 0.6rem 1.25rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-color);
  transition: var(--transition);
  cursor: pointer;
  min-height: 40px; /* Touch target size */
  min-width: 44px; /* Touch target minimum width */
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .gallery-tabs {
    grid-template-columns: repeat(auto-fit, minmax(120px, auto));
  }
  
  .footer-brand-title {
    font-size: 1.75rem !important;
  }
}

.gallery-tab:hover {
  border-color: var(--primary-light);
  color: var(--primary-color);
  transform: translateY(-2px);
}

.gallery-tab.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
  box-shadow: var(--shadow-md);
}

/* Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}

/* Responsive Grid Adjustments */
@media (min-width: 1400px) {
  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1025px) and (max-width: 1399px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.gallery-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.3s ease;
  cursor: pointer;
  opacity: 1;
  transform: translateY(0);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.gallery-card.hidden {
  display: none;
  opacity: 0;
}

@media (hover: hover) {
  .gallery-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: var(--shadow-xl);
  }
  
  .gallery-card:hover .gallery-card__image img {
    transform: scale(1.05);
  }
}

/* Touch devices - reduce hover effect */
@media (hover: none) {
  .gallery-card:active {
    transform: scale(0.98);
    box-shadow: var(--shadow-sm);
  }
}

.gallery-card__image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: var(--background-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.gallery-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.3s ease;
}

@media (hover: hover) {
  .gallery-card:hover .gallery-card__image img {
    transform: scale(1.05);
  }
}

/* Responsive image heights */
@media (max-width: 768px) {
  .gallery-card__image {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .gallery-card__image {
    height: 220px;
  }
}

.gallery-card__content {
  padding: 1.5rem;
  position: relative;
}

.gallery-card__content h4 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  color: var(--text-color);
  margin-bottom: 0.5rem;
}

.gallery-card__content p {
  color: var(--text-light);
  font-size: 0.9375rem;
}

/* Show More Button */
.gallery-show-more {
  text-align: center;
  margin-top: 3rem;
  padding-bottom: 2rem;
}

.btn-show-more {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(124, 58, 237, 0.3);
}

.btn-show-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(124, 58, 237, 0.4);
}

.btn-show-more__icon {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

.btn-show-more:hover .btn-show-more__icon {
  transform: translateY(3px);
}

.btn-show-more.hidden {
  display: none;
}

/* Animate gallery items when expanding */
.gallery-grid.expanded .gallery-card {
  animation: fadeInScale 0.4s ease forwards;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ===== ABOUT SECTION ===== */
.about-modern {
  padding: 5rem 2rem;
  background: white;
}

.about-modern__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 4rem;
  align-items: center;
}

.about-modern__image {
  position: relative;
}

.about-modern__frame {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  transform: rotate(-2deg);
  transition: var(--transition);
}

.about-modern__frame:hover {
  transform: rotate(0deg);
}

.about-image-placeholder {
  width: 100%;
  height: 500px;
  background: linear-gradient(135deg, var(--background-light) 0%, var(--background-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.about-image-placeholder::before {
  content: '🎨';
  font-size: 5rem;
  opacity: 0.3;
}

.about-modern__decoration {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 150px;
  height: 150px;
  background: var(--primary-light);
  opacity: 0.1;
  border-radius: 50%;
  z-index: -1;
}

.about-modern__text {
  color: var(--text-light);
  font-size: 1.0625rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.about-modern__signature {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid var(--border-color);
}

.signature-name {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.signature-title {
  color: var(--text-light);
  font-size: 0.9375rem;
}

/* ===== CONTACT SECTION ===== */
.contact-modern {
  padding: 5rem 2rem;
  background: var(--background-light);
}

.contact-modern__container {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-modern__content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 3rem;
  margin-top: 3rem;
}

.contact-modern__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.info-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.info-card__icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 1rem;
}

.info-card h4 {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  color: var(--text-color);
  margin-bottom: 0.5rem;
}

.info-card p {
  color: var(--text-light);
  font-size: 0.9375rem;
  line-height: 1.6;
}

/* Form Styling */
.contact-modern__form {
  background: white;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text-color);
  transition: var(--transition);
  background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

/* ===== FOOTER ===== */
.footer-modern {
  background: var(--primary-dark);
  color: white;
  padding: 1.25rem 2rem;
}

.footer-modern__container {
  max-width: 1400px;
  margin: 0 auto;
}

.footer-modern__top {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}

.footer-brand-title {
  font-family: 'Parisienne', cursive !important;
  font-size: 1.5rem !important;
  font-weight: 400;
  margin: 0;
  padding: 0.25rem 0;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-modern__bottom {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
  opacity: 0.7;
  font-size: 0.875rem;
}

/* ===== LIGHTBOX MODAL ===== */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 2rem;
}

.lightbox.active {
  display: flex;
  opacity: 1;
}

.lightbox__content {
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  animation: lightboxZoomIn 0.3s ease-out;
}

@keyframes lightboxZoomIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.lightbox__image {
  max-width: 100%;
  max-height: 75vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.lightbox__info {
  text-align: center;
  color: white;
  max-width: 600px;
}

.lightbox__title {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  color: white;
}

.lightbox__description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.lightbox__close {
  position: fixed;
  top: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: white;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.lightbox__close:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: rotate(90deg);
}

.lightbox__prev,
.lightbox__next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: white;
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-weight: 300;
}

.lightbox__prev {
  left: 2rem;
}

.lightbox__next {
  right: 2rem;
}

.lightbox__prev:hover,
.lightbox__next:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%) scale(1.1);
}

.lightbox__prev:active,
.lightbox__next:active {
  transform: translateY(-50%) scale(0.95);
}

/* Lightbox Mobile Styles */
@media (max-width: 768px) {
  .lightbox {
    padding: 1rem;
  }

  .lightbox__content {
    max-width: 95vw;
    max-height: 95vh;
    gap: 1rem;
  }

  .lightbox__image {
    max-height: 70vh;
  }

  .lightbox__close {
    top: 1rem;
    right: 1rem;
    width: 44px;
    height: 44px;
    font-size: 1.75rem;
  }

  .lightbox__prev,
  .lightbox__next {
    width: 44px;
    height: 44px;
    font-size: 2rem;
  }

  .lightbox__prev {
    left: 1rem;
  }

  .lightbox__next {
    right: 1rem;
  }

  .lightbox__title {
    font-size: 1.5rem;
  }

  .lightbox__description {
    font-size: 0.9375rem;
  }
}

@media (max-width: 480px) {
  .lightbox__content {
    gap: 0.75rem;
  }

  .lightbox__image {
    max-height: 65vh;
  }

  .lightbox__close {
    top: 0.75rem;
    right: 0.75rem;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }

  .lightbox__prev,
  .lightbox__next {
    width: 40px;
    height: 40px;
    font-size: 1.75rem;
    bottom: 1rem;
    top: auto;
    transform: none;
  }

  .lightbox__prev:hover,
  .lightbox__next:hover {
    transform: scale(1.1);
  }

  .lightbox__prev:active,
  .lightbox__next:active {
    transform: scale(0.95);
  }

  .lightbox__prev {
    left: 0.75rem;
  }

  .lightbox__next {
    right: 0.75rem;
  }

  .lightbox__title {
    font-size: 1.25rem;
  }

  .lightbox__description {
    font-size: 0.875rem;
  }
}

/* ===== RESPONSIVE DESIGN ===== */

/* Tablet/Large Mobile - 1024px and below */
@media (max-width: 1024px) {
  .navbar__menu {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    width: 100vw;
    margin: 0;
    background: linear-gradient(180deg, 
      rgba(109, 40, 217, 0.98) 0%, 
      rgba(124, 58, 237, 0.97) 50%, 
      rgba(139, 92, 246, 0.96) 100%);
    flex-direction: column;
    padding: 1.6rem 0;
    gap: 0.75rem;
    box-shadow: 
      0 14px 40px rgba(124, 58, 237, 0.35),
      0 8px 18px rgba(0, 0, 0, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    transform: translateY(-110%);
    opacity: 0;
    transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), 
                opacity 0.24s ease-out;
    z-index: 999;
    backdrop-filter: blur(20px) saturate(180%);
    will-change: transform, opacity;
  }

  .navbar__menu.active {
    transform: translateY(0);
    opacity: 1;
  }

  .navbar__menu li {
    animation: slideInMenuItem 0.26s ease-out forwards;
    opacity: 0;
    margin: 0;
  }

  .navbar__menu.active li:nth-child(1) { animation-delay: 0.1s; }
  .navbar__menu.active li:nth-child(2) { animation-delay: 0.15s; }
  .navbar__menu.active li:nth-child(3) { animation-delay: 0.2s; }
  .navbar__menu.active li:nth-child(4) { animation-delay: 0.25s; }

  @keyframes slideInMenuItem {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .navbar__link {
    display: block;
    font-size: 1.125rem;
    padding: 0.8rem 1.1rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
    width: 100%;
  }

  .navbar__item--desktop {
    display: none;
  }

  .navbar__item--mobile,
  .navbar__item--mobile-heading {
    display: block;
  }

  .navbar__filters-title {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    padding: 0.25rem 1rem 0.5rem 1rem;
  }

  .navbar__filter {
    display: block;
    width: 100%;
    padding: 0.6rem 0.95rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    color: white;
    transition: all 0.24s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  }

  .navbar__filter:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-0.5px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  }


  .navbar__link::after {
    display: none;
  }

  .navbar__link:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-1px);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
  }

  .navbar__link.active {
    background: rgba(255, 255, 255, 0.26);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 
      0 0 26px rgba(255, 255, 255, 0.45),
      0 0 12px rgba(124, 58, 237, 0.7),
      0 3px 16px rgba(0, 0, 0, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }

  .navbar__link.active::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  }

  .navbar__toggle {
    display: flex;
  }

  .navbar__cta {
    font-size: 0.875rem;
    padding: 0.625rem 1.25rem;
  }

  /* Gallery Hero Responsive */
  .gallery-hero {
    padding: 8rem 2rem 2.5rem 2rem;
  }

  .gallery-hero__title {
    font-size: clamp(2rem, 4vw, 3rem);
  }

  .gallery-hero__subtitle {
    font-size: 1rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
  }

  .about-modern__container,
  .contact-modern__content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-modern__frame {
    max-width: 400px;
    margin: 0 auto;
  }

  .footer-modern__top {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .section-title-modern {
    font-size: 2.25rem;
  }
}

/* Mobile - 768px and below */
@media (max-width: 768px) {
  .navbar {
    padding: 1rem 0;
  }

  .navbar__container {
    padding: 0 1.5rem;
  }

  .navbar__brand h1 {
    font-size: 1.25rem;
  }

  .navbar__subtitle {
    font-size: 0.625rem;
  }

  .navbar__cta {
    display: none;
  }

  /* Gallery Hero Mobile */
  .gallery-hero {
    padding: 7rem 1.5rem 2rem 1.5rem;
  }

  .section-label-modern {
    font-size: 0.75rem;
    padding: 0.25rem 0.875rem;
    margin-bottom: 1rem;
  }

  .gallery-hero__title {
    font-size: clamp(1.875rem, 5vw, 2.5rem);
    margin-bottom: 0.75rem;
  }

  .gallery-hero__subtitle {
    font-size: 0.9375rem;
  }

  .gallery-hero::after {
    width: 400px;
    height: 400px;
  }

  .hero-modern__content {
    padding: 2rem 1.5rem;
    padding-top: 6rem;
  }

  .hero-modern__title {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }

  .hero-modern__subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .hero-modern__actions {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }

  .btn-modern {
    width: 100%;
    text-align: center;
    padding: 1rem 2rem;
    font-size: 1rem;
  }

  .gallery-modern__container {
    padding: 3rem 1.5rem;
  }

  .gallery-tabs {
    gap: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
  }

  .gallery-tabs::-webkit-scrollbar {
    display: none;
  }

  .gallery-tab {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: auto;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .gallery-back {
    margin-top: 3rem;
    padding-top: 2rem;
  }

  .section-title-modern {
    font-size: 1.875rem;
  }

  .section-subtitle-modern {
    font-size: 1rem;
  }

  .about-modern,
  .contact-modern {
    padding: 3rem 1.5rem;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .footer-modern {
    padding: 1.25rem 1.5rem;
  }

  .footer-modern__top {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

/* Small Mobile - 480px and below */
@media (max-width: 480px) {
  .navbar__menu {
    top: 70px;
    padding: 1.5rem;
  }

  .navbar__brand h1 {
    font-size: 1.125rem;
  }

  .navbar__subtitle {
    font-size: 0.5625rem;
  }

  /* Gallery Hero Small Mobile */
  .gallery-hero {
    padding: 6rem 1rem 1.5rem 1rem;
  }

  .section-label-modern {
    font-size: 0.6875rem;
    padding: 0.25rem 0.75rem;
  }

  .gallery-hero__title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .gallery-hero__subtitle {
    font-size: 0.875rem;
  }

  .gallery-hero::after {
    width: 300px;
    height: 300px;
  }

  .hero-modern__content {
    padding: 1.5rem 1rem;
    padding-top: 5rem;
  }

  .hero-modern__title {
    font-size: 1.75rem;
  }

  .hero-modern__subtitle {
    font-size: 0.9375rem;
  }

  .gallery-modern__container,
  .about-modern,
  .contact-modern {
    padding: 2.5rem 1rem;
  }

  .gallery-modern {
    padding: 3rem 1rem;
  }

  .section-title-modern {
    font-size: 1.625rem;
  }

  .gallery-tab {
    padding: 0.625rem 1.25rem;
    font-size: 0.8125rem;
  }

  .gallery-card__content h4 {
    font-size: 1.125rem;
  }

  .gallery-card__content p {
    font-size: 0.875rem;
  }

  .btn-modern {
    padding: 0.875rem 1.5rem;
    font-size: 0.9375rem;
  }

  .gallery-back {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
  }

  .footer-modern {
    padding: 1.25rem 1rem;
  }

  .footer-accordion {
    font-size: 0.9375rem;
    padding: 0.5rem 0;
  }

  .footer-accordion__icon {
    width: 1.5rem;
    height: 1.5rem;
      height: 4.5rem;
  }
}

/* Ensure Email icon is properly visible */
.icon {
    position: relative;
    z-index: 10;
    width: 32px;
    height: 32px;
    background: none; /* Remove any background */
}

.email-container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
