.pato-gallery-page{background:#090909;color:#fff;min-height:100vh}.pato-gallery-page .container{max-width:1240px}.pato-gallery-hero{padding:170px 0 72px;background:radial-gradient(circle at 80% 10%,rgba(108,36,142,.18),transparent 32%),linear-gradient(180deg,#0e0e11 0%,#090909 100%)}.pato-gallery-kicker{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.34em;color:rgba(255,255,255,.45);margin-bottom:14px}.pato-gallery-hero h1{margin:0;font-size:clamp(54px,9vw,118px);line-height:.9;letter-spacing:-.06em;color:#fff}.pato-gallery-hero p{max-width:760px;margin:22px 0 0;font-size:clamp(16px,2vw,23px);line-height:1.65;color:rgba(255,255,255,.62)}.pato-gallery-count{display:inline-flex;padding:9px 14px;border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:11px;letter-spacing:.12em;color:rgba(255,255,255,.6)}.pato-gallery-content{padding:70px 0 120px;background:#f4f0e8;color:#111}.pato-gallery-toolbar{margin-bottom:42px;border-top:1px solid rgba(17,17,17,.14);border-bottom:1px solid rgba(17,17,17,.14);padding:14px 0}.pato-gallery-filter{display:flex;align-items:center;gap:10px;overflow-x:auto;scrollbar-width:none}.pato-gallery-filter::-webkit-scrollbar{display:none}.pato-gallery-filter__item{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;padding:11px 15px;border-radius:999px;color:#161616;background:transparent;border:1px solid transparent;font-size:13px;font-weight:600;transition:.25s ease}.pato-gallery-filter__item small{font-size:9px;opacity:.48}.pato-gallery-filter__item:hover,.pato-gallery-filter__item.is-active{background:#111;color:#fff;border-color:#111}.pato-gallery-card{height:100%}.pato-gallery-card__media{display:block;position:relative;overflow:hidden;background:#111;aspect-ratio:4/5}.pato-gallery-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .4s ease;filter:saturate(.88) contrast(1.03)}.pato-gallery-card:hover .pato-gallery-card__media img{transform:scale(1.045);filter:saturate(1)}.pato-gallery-card__count{position:absolute;left:16px;bottom:16px;z-index:3;display:inline-flex;align-items:center;gap:7px;padding:7px 10px;background:rgba(7,7,7,.72);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#fff;font-size:10px;letter-spacing:.08em}.pato-gallery-card__meta{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding-top:16px}.pato-gallery-card__meta small{display:block;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:rgba(17,17,17,.45);margin-bottom:5px}.pato-gallery-card__meta h3{margin:0;font-size:20px;line-height:1.25;color:#111}.pato-gallery-card__meta time{font-size:10px;color:rgba(17,17,17,.42);white-space:nowrap;margin-top:3px}.pato-gallery-empty{position:relative;max-width:900px;margin:34px auto 0;text-align:center;padding:74px 30px 80px;border:1px solid rgba(17,17,17,.12);background:radial-gradient(circle at 50% 25%,rgba(110,67,155,.1),transparent 34%),rgba(255,255,255,.28);overflow:hidden}.pato-gallery-empty:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 39px,rgba(17,17,17,.025) 40px);pointer-events:none}.pato-gallery-empty__visual{position:relative;z-index:1;height:150px;display:flex;align-items:center;justify-content:center;margin-bottom:22px}.pato-gallery-disc{position:absolute;width:118px;height:118px;border-radius:50%;border:1px solid rgba(17,17,17,.18);background:repeating-radial-gradient(circle,rgba(17,17,17,.14) 0 1px,transparent 1px 6px);animation:patoGallerySpin 8s linear infinite}.pato-gallery-disc span{position:absolute;inset:39%;border-radius:50%;background:#111}.pato-gallery-disc i{position:absolute;inset:48%;border-radius:50%;background:#f4f0e8}.pato-gallery-wave{position:absolute;display:flex;align-items:center;justify-content:center;gap:5px;width:min(520px,85vw);height:100px}.pato-gallery-wave span{width:3px;height:calc(10px + (var(--i) % 8) * 6px);background:#111;opacity:.72;transform-origin:center;animation:patoGalleryWave 1.25s ease-in-out infinite;animation-delay:calc(var(--i) * -0.055s)}.pato-gallery-empty__eyebrow{position:relative;z-index:1;display:inline-block;font-size:10px;font-weight:700;letter-spacing:.28em;color:rgba(17,17,17,.44);margin-bottom:13px}.pato-gallery-empty h2{position:relative;z-index:1;margin:0;font-size:clamp(34px,5vw,62px);letter-spacing:-.045em;color:#111}.pato-gallery-empty p{position:relative;z-index:1;max-width:620px;margin:16px auto 24px;line-height:1.8;color:rgba(17,17,17,.58)}.pato-gallery-empty__status{position:relative;z-index:1;display:inline-flex;align-items:center;gap:9px;font-size:11px;letter-spacing:.09em;color:rgba(17,17,17,.56)}.pato-gallery-empty__status i{width:7px;height:7px;border-radius:50%;background:#111;animation:patoGalleryPulse 1.4s ease-in-out infinite}.pato-gallery-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:58px}.pato-gallery-pagination a{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(17,17,17,.14);color:#111;font-size:11px;transition:.2s ease}.pato-gallery-pagination a:hover,.pato-gallery-pagination a.is-active{background:#111;color:#fff;border-color:#111}@keyframes patoGalleryWave{0%,100%{transform:scaleY(.45);opacity:.35}50%{transform:scaleY(1.45);opacity:.9}}@keyframes patoGallerySpin{to{transform:rotate(360deg)}}@keyframes patoGalleryPulse{0%,100%{box-shadow:0 0 0 0 rgba(17,17,17,.22)}50%{box-shadow:0 0 0 8px rgba(17,17,17,0)}}@media(max-width:991.98px){.pato-gallery-hero{padding:145px 0 60px}.pato-gallery-content{padding:55px 0 90px}.pato-gallery-count{margin-top:10px}.pato-gallery-empty{padding:60px 22px}}@media(max-width:575.98px){.pato-gallery-hero{padding:125px 0 48px}.pato-gallery-hero h1{font-size:58px}.pato-gallery-hero p{font-size:16px}.pato-gallery-content{padding:42px 0 72px}.pato-gallery-toolbar{margin-bottom:28px}.pato-gallery-card__meta{display:block}.pato-gallery-card__meta time{display:block;margin-top:8px}.pato-gallery-empty__visual{height:125px}.pato-gallery-disc{width:96px;height:96px}.pato-gallery-empty h2{font-size:37px}}
