.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.rustic-texture {
  background-image: url('https://www.transparenttextures.com/patterns/natural-paper.png');
}

.hero-gradient {
  background: linear-gradient(to bottom, rgba(49, 23, 10, 0.4), rgba(49, 23, 10, 0.8));
}

.leader-line {
  flex-grow: 1;
  margin: 0 8px 4px;
  border-bottom: 1px dotted #82746e;
}

.elegant-script {
  font-family: 'Dancing Script', cursive;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.gallery-trigger {
  appearance: none;
  background: transparent;
  padding: 0;
  position: relative;
  cursor: pointer;
  text-align: inherit;
  touch-action: manipulation;
}

.gallery-trigger img {
  display: block;
}

.gallery-trigger:focus-visible {
  outline: 3px solid #924a2f;
  outline-offset: 4px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.lightbox.hidden {
  display: none;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(28, 28, 25, 0.86);
  backdrop-filter: blur(8px);
}

.lightbox-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  max-height: min(88vh, 980px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-image {
  width: auto;
  max-width: 100%;
  max-height: 88vh;
  border-radius: 20px;
  object-fit: contain;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.92);
  color: #31170a;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  touch-action: manipulation;
}

.lightbox-close:focus-visible {
  outline: 3px solid #924a2f;
  outline-offset: 3px;
}

.lightbox-open {
  overflow: hidden;
}
