.hp-photo-wall-body {
  background: #f7f9fc;
}

.hp-wall-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 30px rgba(16, 29, 59, .06);
  backdrop-filter: blur(12px);
}

.hp-wall-nav {
  min-height: 92px;
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: transparent;
  box-shadow: none;
  color: #101d3b;
  line-height: normal;
}

.hp-wall-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.hp-wall-brand img {
  width: 154px;
  max-width: 40vw;
  display: block;
}

.hp-wall-menu {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hp-wall-menu a,
.hp-wall-menu button {
  border: 0;
  padding: 14px 0;
  background: transparent;
  color: #101d3b;
  font: inherit;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.hp-wall-menu a:hover,
.hp-wall-menu button:hover,
.hp-wall-menu a:focus-visible,
.hp-wall-menu button:focus-visible {
  color: #0ba99d;
  outline: none;
}

.hp-wall-menu-dropdown {
  position: relative;
}

.hp-wall-menu-dropdown > ul {
  position: absolute;
  top: 44px;
  left: -24px;
  width: 220px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(16, 29, 59, .08);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 18px 44px rgba(16, 29, 59, .12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.hp-wall-menu-dropdown:hover > ul,
.hp-wall-menu-dropdown:focus-within > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hp-wall-menu-dropdown li a {
  display: block;
  padding: 12px 22px;
  line-height: 1.35;
}

.hp-wall-menu-dropdown li.is-current a {
  color: #0ba99d;
}

.hp-wall-nav-toggle {
  width: 44px;
  height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #0b032b;
  color: #fff;
  font-size: 22px;
}

.hp-wall-mobile-menu {
  display: none;
  padding: 0 22px 22px;
  background: #fff;
  border-top: 1px solid rgba(16, 29, 59, .08);
}

.hp-wall-mobile-menu.is-open {
  display: block;
}

.hp-wall-mobile-menu a {
  display: block;
  padding: 13px 0;
  color: #101d3b;
  border-bottom: 1px solid rgba(16, 29, 59, .08);
  font-weight: 600;
  text-decoration: none;
}

.hp-wall-hero {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(11, 3, 43, .92), rgba(16, 29, 59, .78) 42%, rgba(11, 169, 157, .72)),
    url("/picll/wall/95213bd7-e502-4998-9d6c-dfba958536df-thumb.jpg") center/cover no-repeat;
}

.hp-wall-hero .container {
  padding-top: 118px;
  padding-bottom: 108px;
}

.hp-wall-hero .breadcrumb {
  margin-bottom: 28px;
  gap: 8px;
  flex-wrap: wrap;
}

.hp-wall-hero .breadcrumb a,
.hp-wall-hero .breadcrumb span,
.hp-wall-hero .breadcrumb li:before {
  color: rgba(255, 255, 255, .82);
}

.hp-wall-hero .breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: rgba(255, 255, 255, .58);
}

.hp-wall-hero h1 {
  max-width: 860px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 7vw, 92px);
  line-height: 1.04;
}

.hp-wall-hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.9;
}

.hp-wall-overview {
  padding: 86px 0 58px;
}

.hp-wall-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr);
  gap: 44px;
  align-items: end;
}

.hp-wall-overview .main-title {
  margin-bottom: 18px;
}

.hp-wall-overview p {
  max-width: 760px;
  margin: 0;
  color: #59647a;
  font-size: 17px;
  line-height: 1.9;
}

.hp-wall-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(16, 32, 63, .08);
}

.hp-wall-stat {
  min-height: 112px;
  padding: 18px;
  background: #f7f9fc;
}

.hp-wall-stat strong {
  display: block;
  color: #101d3b;
  font-size: 32px;
  line-height: 1;
}

.hp-wall-stat span {
  display: block;
  margin-top: 10px;
  color: #59647a;
  font-size: 14px;
  line-height: 1.45;
}

.hp-wall-gallery-section {
  padding: 0 0 78px;
}

.hp-wall-gallery-section .container {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: clamp(8px, 1.2vw, 24px);
  padding-left: clamp(8px, 1.2vw, 24px);
}

.hp-photo-wall-body .footer-area.style-three {
  margin: 0 16px 16px !important;
  padding: 78px 0 0;
  background: linear-gradient(180deg, #f7f9fc 0, #f7f9fc 150px, #0b032b 150px, #0b032b 100%) !important;
  border-radius: 0 0 20px 20px;
}

.hp-photo-wall-body .footer-area .bg-footer {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  box-shadow: 0 34px 90px rgba(11, 3, 43, .16);
}

.hp-photo-wall-body .footer-area .copyright {
  padding-top: 32px;
  padding-bottom: 30px;
}

.hp-wall-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.hp-wall-toolbar__side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex: 0 0 auto;
}

.hp-wall-filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  min-width: 0;
  overflow-x: auto;
  padding: 2px;
  scrollbar-width: none;
}

.hp-wall-filters::-webkit-scrollbar {
  display: none;
}

.hp-wall-filter {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(16, 29, 59, .12);
  border-radius: 999px;
  background: #fff;
  color: #101d3b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(16, 32, 63, .04);
  transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.hp-wall-filter:hover,
.hp-wall-filter:focus-visible {
  border-color: rgba(11, 169, 157, .45);
  color: #0b8f85;
  outline: none;
  box-shadow: 0 10px 22px rgba(16, 32, 63, .07);
}

.hp-wall-filter.is-active {
  border-color: #0ba99d;
  background: rgba(11, 169, 157, .1);
  color: #fff;
  color: #0b8f85;
  box-shadow: inset 0 0 0 1px rgba(11, 169, 157, .08);
}

.hp-wall-layout-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(16, 29, 59, .1);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 32, 63, .06);
}

.hp-wall-layout-button {
  min-height: 36px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #59647a;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}

.hp-wall-layout-button:hover,
.hp-wall-layout-button:focus-visible {
  color: #0b8f85;
  outline: none;
}

.hp-wall-layout-button.is-active {
  background: #101d3b;
  color: #fff;
  box-shadow: 0 8px 18px rgba(16, 29, 59, .16);
}

.hp-wall-count {
  flex: 0 0 auto;
  color: #59647a;
  font-size: 14px;
}

.hp-wall-masonry {
  column-gap: 22px;
}

.hp-wall-masonry.is-cols-1 {
  column-count: 1;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.hp-wall-masonry.is-cols-2 {
  column-count: 2;
}

.hp-wall-masonry.is-cols-3 {
  column-count: 3;
}

@media (min-width: 1680px) {
  .hp-wall-masonry.is-cols-3 {
    column-count: 5;
  }
}

@media (min-width: 2200px) {
  .hp-wall-masonry.is-cols-3 {
    column-count: 7;
  }
}

@media (min-width: 2560px) {
  .hp-wall-masonry.is-cols-3 {
    column-count: 8;
  }
}

.hp-wall-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 22px;
  break-inside: avoid;
  background: #fff;
  box-shadow: 0 18px 48px rgba(16, 32, 63, .08);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.hp-wall-card[hidden] {
  display: none;
}

.hp-wall-card:hover,
.hp-wall-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 24px 62px rgba(16, 32, 63, .13);
}

.hp-wall-card button[data-full] {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: zoom-in;
}

.hp-wall-card button[data-full]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 19, .08), transparent 34%),
    linear-gradient(0deg, rgba(5, 7, 19, .04), transparent 26%);
  box-shadow: none;
  opacity: .38;
  pointer-events: none;
  transition: opacity .18s ease, background .18s ease;
}

.hp-wall-card button[data-full]:hover::after,
.hp-wall-card button[data-full]:focus-visible::after {
  background:
    linear-gradient(180deg, rgba(5, 7, 19, .18), transparent 40%),
    linear-gradient(0deg, rgba(11, 169, 157, .12), transparent 32%);
  opacity: 1;
}

.hp-wall-card img {
  display: block;
  width: 100%;
  height: auto;
  background: #e9eef3;
}

.hp-wall-card figcaption {
  padding: 18px 18px 20px;
}

.hp-wall-chip {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 10px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(11, 169, 157, .1);
  color: #0b8f85;
  font-size: 12px;
  font-weight: 700;
}

.hp-wall-card h3 {
  margin: 0 0 8px;
  color: #101d3b;
  font-size: 19px;
  line-height: 1.45;
}

.hp-wall-card p {
  margin: 0;
  color: #59647a;
  font-size: 14px;
  line-height: 1.75;
}

.hp-wall-masonry.is-cols-2 .hp-wall-card figcaption,
.hp-wall-masonry.is-cols-3 .hp-wall-card figcaption {
  padding: 14px 14px 16px;
}

.hp-wall-masonry.is-cols-3 .hp-wall-card {
  background: transparent;
}

.hp-wall-masonry.is-cols-3 .hp-wall-card figcaption {
  display: none;
}

.hp-wall-masonry.is-cols-2 .hp-wall-card h3,
.hp-wall-masonry.is-cols-3 .hp-wall-card h3 {
  font-size: 16px;
}

.hp-wall-masonry.is-cols-2 .hp-wall-card p,
.hp-wall-masonry.is-cols-3 .hp-wall-card p {
  display: none;
}

.hp-wall-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  background: rgba(5, 7, 19, .94);
}

.hp-wall-lightbox.is-open {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

body.hp-wall-lock {
  overflow: hidden;
}

.hp-wall-lightbox__bar,
.hp-wall-lightbox__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px clamp(18px, 4vw, 44px);
  color: #fff;
}

.hp-wall-lightbox__meta {
  min-width: 0;
}

.hp-wall-lightbox__label {
  display: block;
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
}

.hp-wall-lightbox__title {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
}

.hp-wall-lightbox__actions {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.hp-wall-lightbox__button {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.hp-wall-lightbox__button:hover,
.hp-wall-lightbox__button:focus-visible {
  border-color: rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .18);
  outline: none;
}

.hp-wall-lightbox__stage {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(18px, 5vw, 72px);
}

.hp-wall-lightbox__stage img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  cursor: zoom-in;
  transition: transform .2s ease;
}

.hp-wall-lightbox.is-zoomed .hp-wall-lightbox__stage {
  overflow: auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.hp-wall-lightbox.is-zoomed .hp-wall-lightbox__stage img {
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
  min-width: min(1200px, 150vw);
  margin: 28px auto;
  cursor: zoom-out;
}

.hp-wall-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hp-wall-lightbox__nav.is-prev {
  left: 18px;
}

.hp-wall-lightbox__nav.is-next {
  right: 18px;
}

.hp-wall-lightbox__caption {
  align-items: flex-start;
  color: rgba(255, 255, 255, .76);
  line-height: 1.7;
}

.hp-wall-lightbox__caption p {
  max-width: 760px;
  margin: 0;
}

.hp-wall-lightbox__counter {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, .58);
}

@media (max-width: 1024px) {
  .hp-wall-menu {
    gap: 15px;
  }

  .hp-wall-overview-grid {
    grid-template-columns: 1fr;
  }

  .hp-wall-panel {
    max-width: 560px;
  }

  .hp-wall-masonry {
    column-gap: 18px;
  }
}

@media (max-width: 767px) {
  .hp-wall-nav {
    min-height: 74px;
    padding: 0 18px;
  }

  .hp-wall-menu {
    display: none;
  }

  .hp-wall-nav-toggle {
    display: inline-flex;
  }

  .hp-wall-hero .container {
    padding: 82px 20px 74px;
  }

  .hp-wall-hero h1 {
    font-size: clamp(38px, 14vw, 58px);
  }

  .hp-wall-hero p {
    font-size: 16px;
  }

  .hp-wall-overview {
    padding: 64px 0 40px;
  }

  .hp-wall-overview .container {
    width: auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .hp-wall-gallery-section .container {
    width: auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .hp-wall-panel {
    grid-template-columns: 1fr 1fr;
    padding: 12px;
  }

  .hp-wall-stat {
    min-height: 96px;
    padding: 14px;
  }

  .hp-wall-stat strong {
    font-size: 25px;
  }

  .hp-wall-toolbar {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
  }

  .hp-wall-filters {
    gap: 5px;
  }

  .hp-wall-filter {
    min-height: 30px;
    padding: 0 8px;
    font-size: 12px;
  }

  .hp-wall-toolbar__side {
    justify-content: space-between;
    width: 100%;
    gap: 12px;
  }

  .hp-wall-layout-switch {
    max-width: 100%;
    overflow-x: auto;
  }

  .hp-wall-layout-button {
    min-height: 34px;
    padding: 0 11px;
  }

  .hp-wall-masonry {
    column-gap: 12px;
  }

  .hp-wall-masonry.is-cols-3 {
    column-count: 3;
  }

  .hp-wall-masonry.is-cols-2 {
    column-count: 2;
  }

  .hp-wall-masonry.is-cols-1 {
    column-count: 1;
  }

  .hp-wall-card {
    margin-bottom: 12px;
  }

  .hp-wall-card button[data-full]::after {
    opacity: .28;
  }

  .hp-wall-masonry.is-cols-2 .hp-wall-card figcaption,
  .hp-wall-masonry.is-cols-3 .hp-wall-card figcaption {
    padding: 10px;
  }

  .hp-wall-masonry.is-cols-2 .hp-wall-card h3 {
    font-size: 14px;
    line-height: 1.35;
  }

  .hp-wall-gallery-section {
    padding-bottom: 54px;
  }

  .hp-photo-wall-body .footer-area.style-three {
    margin: 0 8px 10px !important;
    padding-top: 42px;
    background: linear-gradient(180deg, #f7f9fc 0, #f7f9fc 92px, #0b032b 92px, #0b032b 100%) !important;
  }

  .hp-photo-wall-body .footer-area .bg-footer {
    width: calc(100% - 20px);
    border-radius: 16px;
    box-shadow: 0 22px 54px rgba(11, 3, 43, .16);
  }

  .hp-photo-wall-body .footer-area .copyright {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .hp-wall-lightbox__bar,
  .hp-wall-lightbox__caption {
    padding: 12px 14px;
  }

  .hp-wall-lightbox__stage {
    padding: 0;
  }

  .hp-wall-lightbox__nav {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 16px;
    transform: none;
  }

  .hp-wall-lightbox__nav.is-prev {
    left: 14px;
  }

  .hp-wall-lightbox__nav.is-next {
    right: 14px;
  }

  .hp-wall-lightbox__caption {
    padding-bottom: 70px;
  }
}
