.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.gallery-card{overflow:hidden;border:1px solid #eadfdd;border-radius:22px;background:#fff;color:var(--ink);box-shadow:0 12px 36px #4b292312;transition:.25s}.gallery-card:hover{color:var(--ink);transform:translateY(-7px);box-shadow:0 22px 48px #4b292324}.gallery-card-image{height:245px;overflow:hidden;background:#faeeeb}.gallery-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.gallery-card:hover .gallery-card-image img{transform:scale(1.05)}.gallery-card-placeholder{display:grid;place-items:center;color:#b4493f;font-size:58px}.gallery-card-body{padding:23px}.gallery-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#a04a41;font-size:.68rem;font-weight:700;text-transform:uppercase}.gallery-card h3{font-size:1.25rem;font-weight:800;margin:13px 0 8px}.gallery-card p{color:#735f5b;font-size:.86rem;line-height:1.65;min-height:56px}.gallery-card b{color:#b4493f;font-size:.78rem}.gallery-detail{max-width:1100px;margin:auto;overflow:hidden;border:1px solid #eadfdd;border-radius:26px;background:#fff;box-shadow:0 18px 50px #4b292318}.gallery-detail figure{margin:0;max-height:680px;overflow:hidden;background:#f9efec}.gallery-detail figure img{display:block;width:100%;max-height:680px;object-fit:contain;margin:auto}.gallery-detail-body{padding:clamp(25px,5vw,55px)}.gallery-detail h2{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;margin:18px 0}.gallery-content{line-height:1.85;color:#594743}@media(max-width:991px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:575px){.gallery-grid{grid-template-columns:1fr}.gallery-card-image{height:220px}.gallery-detail-body{padding:24px}}
