.elementor-29029 .elementor-element.elementor-element-6598f40{--display:flex;}/* Start custom CSS for html, class: .elementor-element-13d08fc */.gl-page {
  padding-top: 80px;
}

.gl-hero-image {
    margin-top: 30px !important;
}

/* Shared utilities */
.gl-eyebrow {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B7F3E;
  margin-bottom: 12px;
  display: block;
}

.gl-editorial-bg {
  background-color: #FAF7F2;
  background-image:
    radial-gradient(ellipse at 20% 0%, rgba(107, 127, 62, 0.04) 0%, transparent 50%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
}

.gl-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 50px;
  border: 1px solid #3D3225;
  background: transparent;
  color: #3D3225;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.gl-btn-ghost:hover {
  background: #6B7F3E;
  border-color: #6B7F3E;
  color: #FFFFFF;
  transform: translateY(-1px);
}

.gl-btn-ghost:focus-visible {
  outline: 2px solid #6B7F3E;
  outline-offset: 3px;
}

/* 1. Hero */
.gl-hero {
  background: #FFFFFF;
  padding: 56px 0 0;
}

.gl-hero-text {
  text-align: center;
  padding-bottom: 48px;
}

.gl-hero-text h1 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #3D3225;
  margin-bottom: 20px;
}

.gl-hero-lead {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  color: #7A7266;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.75;
}

.gl-hero-image {
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.gl-hero-image img {
  width: 100%;
  height: clamp(280px, 42vw, 520px);
  object-fit: cover;
  display: block;
}

/* 2. Main gallery */
.gl-gallery {
  padding: 72px 0 88px;
  background: #FFFFFF;
}

.gl-gallery-header {
  text-align: center;
  margin-bottom: 40px;
}

.gl-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
  margin-bottom: 48px;
}

.gl-filter {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7A7266;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 10px 20px;
  cursor: pointer;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.gl-filter:hover {
  color: #3D3225;
  border-color: #E0D9CE;
}

.gl-filter.is-active {
  color: #3D3225;
  border-color: #6B7F3E;
  background: rgba(107, 127, 62, 0.08);
}

.gl-filter:focus-visible {
  outline: 2px solid #6B7F3E;
  outline-offset: 2px;
}

.gl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gl-item {
  position: relative;
  aspect-ratio: 4 / 3;
  max-height: 300px;
  border-radius: 12px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: zoom-in;
  transition: opacity 0.35s ease, box-shadow 0.3s ease;
  text-align: left;
  width: 100%;
}

.gl-item:focus-visible {
  outline: 2px solid #6B7F3E;
  outline-offset: 3px;
}

.gl-item:hover {
  box-shadow: 0 8px 28px rgba(61, 50, 37, 0.12);
}

.gl-item.is-hidden {
  display: none;
}

.gl-item img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  content-visibility: auto;
}

.gl-load-more-wrap {
  text-align: center;
  margin-top: 40px;
}

.gl-load-more {
  min-width: 200px;
}

.gl-load-more[hidden] {
  display: none;
}


/* Lightbox — scoped + reset; stage căn giữa bằng fixed + translate (không dùng flex container) */
#glLightbox.gl-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  isolation: isolate;
  pointer-events: auto;
  transform: none !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

#glLightbox.gl-lightbox[hidden] {
  display: none !important;
}

#glLightbox .gl-lightbox-backdrop {
  position: absolute !important;
  inset: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: rgba(46, 42, 36, 0.88) !important;
  cursor: pointer;
  z-index: 0;
}

#glLightbox .gl-lightbox-chrome {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 56px !important;
  padding: 12px 56px !important;
  margin: 0 !important;
  pointer-events: none;
}

#glLightbox .gl-lightbox-counter {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.8) !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

#glLightbox button.gl-lightbox-close,
#glLightbox button.gl-lightbox-nav {
  -webkit-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-family: inherit !important;
  font-size: 0 !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  float: none !important;
  clear: none !important;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

#glLightbox button.gl-lightbox-close {
  position: fixed !important;
  top: 12px !important;
  right: 12px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 4 !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.95) !important;
  color: #3D3225 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: none !important;
}

#glLightbox button.gl-lightbox-close:hover {
  background: #ffffff !important;
  transform: scale(1.05) !important;
}

#glLightbox button.gl-lightbox-nav {
  position: fixed !important;
  top: 50% !important;
  z-index: 4 !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #3D3225 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateY(-50%) !important;
}

#glLightbox button.gl-lightbox-nav:hover:not(:disabled) {
  background: #ffffff !important;
}

#glLightbox button.gl-lightbox-nav:disabled {
  opacity: 0.35 !important;
  cursor: default !important;
  pointer-events: none;
}

#glLightbox button.gl-lightbox-prev {
  left: 16px !important;
  right: auto !important;
}

#glLightbox button.gl-lightbox-next {
  right: 16px !important;
  left: auto !important;
}

#glLightbox .gl-lightbox-icon {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  flex-shrink: 0 !important;
  pointer-events: none;
}

#glLightbox button.gl-lightbox-close .gl-lightbox-icon {
  width: 20px !important;
  height: 20px !important;
}

#glLightbox button.gl-lightbox-close:focus-visible,
#glLightbox button.gl-lightbox-nav:focus-visible {
  outline: 2px solid #6b7f3e !important;
  outline-offset: 2px !important;
}

#glLightbox .gl-lightbox-stage {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
  transform: translate(-50%, -50%) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 56px 72px 24px !important;
  width: auto !important;
  max-width: min(1100px, calc(100vw - 120px)) !important;
  max-height: calc(100vh - 48px) !important;
  box-sizing: border-box !important;
  pointer-events: none;
  float: none !important;
}

#glLightbox .gl-lightbox-img {
  position: static !important;
  display: block !important;
  max-width: min(1100px, calc(100vw - 120px)) !important;
  max-height: calc(100vh - 180px) !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  float: none !important;
  clear: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35) !important;
  transform: none !important;
  vertical-align: middle !important;
  pointer-events: auto;
}

#glLightbox .gl-lightbox-caption {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 0.9rem !important;
  color: rgba(255, 255, 255, 0.9) !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 560px !important;
  line-height: 1.5 !important;
  width: 100% !important;
  pointer-events: none;
}

body.gl-lightbox-open {
  overflow: hidden !important;
}

.gl-item:hover img {
  transform: scale(1.03);
}

.gl-item-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 16px 18px;
  background: linear-gradient(to top, rgba(46, 42, 36, 0.55) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.gl-item:hover .gl-item-overlay,
.gl-item:focus-within .gl-item-overlay {
  opacity: 1;
}

.gl-item-caption {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.4;
  letter-spacing: 0.01em;
}


/* 3. Story strip */
.gl-story {
  padding: 88px 0;
  background: #F0EBE1;
}

.gl-story-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: center;
}

.gl-story-image {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.gl-story-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.gl-story-text h2 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  line-height: 1.35;
  color: #3D3225;
  margin-bottom: 0;
}

.gl-story-text p {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-style: italic;
  font-weight: 400;
  color: #5C5348;
  line-height: 1.6;
  margin: 0;
}

/* 4. Polaroid memories */
.gl-memories {
  padding: 88px 0;
  background: #FAF7F2;
}

.gl-memories-header {
  text-align: center;
  max-width: 480px;
  margin: 0 auto 56px;
}

.gl-memories-header h2 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  color: #3D3225;
  margin-bottom: 12px;
}

.gl-memories-header p {
  font-size: 0.95rem;
  color: #7A7266;
  line-height: 1.7;
}

.gl-polaroids {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 40px;
  padding: 0 12px;
}

.gl-polaroid {
  width: min(100%, 260px);
  background: #FFFFFF;
  padding: 14px 14px 22px;
  box-shadow: 0 4px 24px rgba(61, 50, 37, 0.1);
  transition: transform 0.35s ease;
}

.gl-polaroid:nth-child(1) { transform: rotate(-2.5deg); }
.gl-polaroid:nth-child(2) { transform: rotate(1.8deg); margin-top: 24px; }
.gl-polaroid:nth-child(3) { transform: rotate(-1.2deg); }
.gl-polaroid:nth-child(4) { transform: rotate(2.2deg); margin-top: 16px; }

.gl-polaroid:hover {
  transform: rotate(0deg) translateY(-4px);
}

.gl-polaroid-figure {
  margin: 0 0 14px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}

.gl-polaroid-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gl-polaroid-quote {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-size: 0.95rem;
  font-style: italic;
  color: #3D3225;
  line-height: 1.45;
  text-align: center;
  margin: 0;
}

/* 5. CTA */
.gl-cta {
  border-top: 1px solid #E0D9CE;
  padding: 88px 0 96px;
}

.gl-cta-inner {
  text-align: center;
}

.gl-cta-inner h2 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #3D3225;
  margin-bottom: 40px;
}

.gl-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

/* Responsive */
@media (max-width: 1024px) {
  .gl-grid {
    gap: 16px;
  }

  .gl-story-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .gl-story-image img {
    min-height: 280px;
  }
}

@media (max-width: 768px) {
  .gl-page {
    padding-top: 64px;
  }

  .gl-hero {
    padding-top: 40px;
  }

  .gl-hero-text {
    padding-bottom: 32px;
  }

  .gl-gallery {
    padding: 56px 0 64px;
  }

  .gl-filters {
    margin-bottom: 32px;
  }

  .gl-filter {
    padding: 8px 16px;
    font-size: 0.72rem;
  }

  .gl-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .gl-item {
    aspect-ratio: 3 / 4;
    max-height: none;
  }

  .gl-item img {
    max-height: none;
  }

  .gl-lightbox {
    padding: 16px 56px;
  }

  .gl-lightbox-prev {
    left: 8px;
  }

  .gl-lightbox-next {
    right: 8px;
  }

  .gl-lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }

  .gl-item-overlay {
    opacity: 1;
    background: linear-gradient(to top, rgba(46, 42, 36, 0.45) 0%, transparent 50%);
  }

  .gl-story,
  .gl-memories {
    padding: 64px 0;
  }

  .gl-polaroids {
    gap: 28px;
  }

  .gl-polaroid:nth-child(2),
  .gl-polaroid:nth-child(4) {
    margin-top: 0;
  }

  .gl-cta {
    padding: 56px 0 72px;
  }

  .gl-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .gl-cta .gl-btn-ghost {
    width: 100%;
    max-width: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gl-item img,
  .gl-item-overlay,
  .gl-polaroid {
    transition: none;
  }

  .gl-item:hover img {
    transform: none;
  }
}/* End custom CSS */