.gallery-section{width:min(960px,88%);margin:0 auto;padding:0 0 74px}.gallery-heading{border-top:1px solid var(--line);padding-top:54px;display:flex;justify-content:space-between;gap:35px;align-items:flex-end}.gallery-heading h2{font:42px Georgia,serif;letter-spacing:-1.5px;margin:6px 0 12px}.gallery-heading p:last-child{color:var(--muted);line-height:1.55;max-width:440px;margin:0}.upload-button{background:var(--rust);color:#fff;padding:14px 17px;font-size:14px;font-weight:bold;cursor:pointer;white-space:nowrap;box-shadow:0 4px 0 #913c25}.upload-button span{font-size:21px;vertical-align:-1px;margin-left:8px}.gallery-status{min-height:20px;color:var(--muted);font-size:13px;margin:20px 0}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.gallery-card{aspect-ratio:1.25;position:relative;overflow:hidden;background:repeating-radial-gradient(ellipse at 48% 50%,#e6dfd0 0 13px,#a5aa9a 14px 24px,#cbc8bb 25px 36px)}.gallery-card:nth-child(2){filter:hue-rotate(20deg)}.gallery-card:nth-child(3){filter:hue-rotate(48deg)}.gallery-card img{width:100%;height:100%;object-fit:cover;display:block}.gallery-card span{position:absolute;left:10px;bottom:9px;color:#fff;background:#183a34cc;font:10px monospace;letter-spacing:.5px;padding:5px 7px}.remove-photo{position:absolute;right:9px;top:9px;width:28px;height:28px;border:0;border-radius:50%;background:#fff;color:var(--ink);cursor:pointer;font-size:20px;line-height:1}.gallery-empty{border:1px dashed #a6afa5;background:#f3f1eb;min-height:180px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;color:var(--muted);cursor:pointer}.gallery-empty strong{font:23px Georgia,serif;color:var(--ink);margin-bottom:7px}@media(max-width:720px){.gallery-heading{display:block;padding-top:43px}.gallery-heading h2{font-size:35px}.upload-button{display:inline-block;margin-top:22px}.gallery-grid{grid-template-columns:1fr 1fr}}
