body.gal-agency-body {
  background: #ffffff;
  color: #111111;
  font-family: 'Be Vietnam Pro', sans-serif;
}


.gal-shell {
  max-width: 1380px;
  margin: 0 auto;
  padding: 126px 24px 0;
}

.gal-hero {
  text-align: center;
  border-radius: var(--idx-bezel-inner);
  background: #ffffff;
  border: 1px solid rgba(15, 15, 15, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.045);
  padding: 56px 34px 40px;
}

.hero-eyebrow {
  font-size: 11px;
  font-weight: 700;
  color: #c4570a;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.gal-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(3rem, 9vw, 6.5rem);
  line-height: 1.16;
  color: #111111;
  padding-top: 4px;
  padding-bottom: 8px;
  overflow: visible;
}

.gal-title .line-regular {
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #5f3d25;
  display: block;
  font-size: clamp(1.2rem, 3vw, 2rem);
}

.gal-title .line-bold {
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  margin-top: 4px;
  line-height: 1.28;
  padding-top: 6px;
  padding-bottom: 12px;
  font-size: clamp(2rem, 5vw, 4rem);
  overflow: visible;
  background: linear-gradient(120deg, #8e4315 12%, #d98a33 88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #a5511b;
}

.gal-desc {
  margin: 18px auto 0;
  max-width: 760px;
  line-height: 1.72;
  color: #4a4a4a;
}

.gal-controls {
  margin-top: 28px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.gal-filter {
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #ffffff;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  padding: 11px 16px;
  cursor: pointer;
  transition: all 0.18s ease;
}

.gal-filter:hover {
  border-color: #c4570a;
  color: #c4570a;
  background: #fff2ea;
}

.gal-filter[data-active='true'] {
  background: #c4570a;
  border-color: #c4570a;
  color: #fff;
}

.gal-grid {
  margin-top: 24px;
  columns: 3;
  column-gap: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.045);
  padding: 16px;
}

.gal-item {
  break-inside: avoid;
  margin-bottom: 16px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  cursor: pointer;
}

.gal-item img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.gal-item:hover img {
  transform: scale(1.04);
}

.gal-item-copy {
  padding: 12px 14px;
  color: #111111;
  font-size: 0.92rem;
}

.gal-item-copy span {
  display: block;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #c4570a;
  font-size: 0.68rem;
}

.gal-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 300;
  padding: 24px;
}

.gal-lightbox[data-open='true'] {
  display: flex;
}

.gal-lightbox-inner {
  max-width: min(1080px, 96vw);
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.gal-lightbox img {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  background: #f6f6f6;
}

.gal-lightbox-copy {
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.gal-lightbox-copy p {
  color: #111111;
}

.gal-close {
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #ffffff;
  color: #4a4a4a;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.gal-close:hover {
  background: #c4570a;
  border-color: #c4570a;
  color: #fff;
}


@media (max-width: 1100px) {
  .gal-grid {
    columns: 2;
  }
}

@media (max-width: 900px) {
  .gal-shell {
    width: calc(100% - 16px);
    padding-top: 118px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 860px) {
  .gal-shell {
    width: calc(100% - 16px);
    padding-top: 118px;
    padding-left: 0;
    padding-right: 0;
  }

  .gal-hero {
    padding: 46px 20px 32px;
  }

  .gal-controls {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 4px;
  }

  .gal-controls::-webkit-scrollbar {
    display: none;
  }

  .gal-filter {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .gal-grid {
    columns: 2;
  }
}

@media (max-width: 560px) {
  .gal-shell {
    padding-left: 0;
    padding-right: 0;
    padding-top: 108px;
  }

  .gal-hero {
    padding: 38px 16px 28px;
  }

  .gal-title {
    line-height: 1.12;
  }

  .gal-grid {
    columns: 1;
    column-gap: 0;
    padding: 10px;
    border-radius: 18px;
  }

  .gal-lightbox-copy {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 420px) {
  .gal-title {
    font-size: clamp(2.2rem, 12vw, 2.9rem);
  }

  .gal-filter {
    padding: 9px 12px;
    font-size: 0.66rem;
  }
}
