.public-gallery { position: relative; padding: 68px 0 82px; background: linear-gradient(180deg, #fff 0%, #fff8f2 100%); }.public-gallery::before { position: absolute; top: 0; left: 50%; width: min(88vw, 1240px); height: 1px; background: #f0d7c1; content: ""; transform: translateX(-50%); }.public-gallery .container { position: relative; }.gallery-filters { justify-content: center; gap: 6px; max-width: 1080px; margin: 0 auto 36px; padding: 7px; border: 1px solid #f0d7c1; border-radius: 14px; background: #fff; box-shadow: 0 10px 24px rgba(201, 85, 0, .06); }.gallery-filters button { position: relative; min-height: 39px; padding: 0 16px; border-radius: 9px; color: #9c5b28; font: 600 .86rem "Source Sans 3", sans-serif; }.gallery-filters button:hover { background: #fff1e6; color: #8a3b00; }.gallery-filters button.is-active { background: #FC6C00; color: #fff; box-shadow: 0 5px 10px rgba(252, 108, 0, .18); }.public-gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }.gallery-photo { min-height: 245px; border: 1px solid #f0d7c1; border-radius: 14px; background: #f6e7db; box-shadow: 0 10px 24px rgba(201, 85, 0, .09); }.gallery-photo::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(138, 59, 0, .82)); content: ""; }.gallery-photo img { transition: transform .55s ease; }.gallery-photo span { z-index: 1; display: grid; gap: 3px; padding: 39px 18px 16px; background: none; opacity: 1; }.gallery-photo span small { color: #ffd08b; font: 700 .67rem "Source Sans 3", sans-serif; letter-spacing: .1em; text-transform: uppercase; }.gallery-photo span strong { color: #fff; font: 700 1.02rem/1.25 "Lora", serif; text-align: left; }.gallery-photo:hover img { transform: scale(1.09); }.gallery-photo:hover { border-color: #FC6C00; }.gallery-photo:focus-visible { outline: 3px solid #FC6C00; outline-offset: 3px; }.gallery-photo:nth-child(5n + 1) { min-height: 300px; }.gallery-photo:nth-child(5n + 4) { min-height: 285px; }@media (max-width: 1000px) { .public-gallery-grid { grid-template-columns: repeat(3, 1fr); }.gallery-photo:nth-child(5n + 1),.gallery-photo:nth-child(5n + 4) { min-height: 245px; } }@media (max-width: 700px) { .public-gallery { padding: 50px 0 62px; }.gallery-filters { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; border-radius: 12px; }.gallery-filters button { flex: 0 0 auto; }.public-gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }.gallery-photo { min-height: 205px; }.gallery-photo span { padding: 34px 13px 12px; }.gallery-photo span strong { font-size: .89rem; } }@media (max-width: 430px) { .public-gallery-grid { grid-template-columns: 1fr; }.gallery-photo { min-height: 250px; } }
