.venue-main { padding: calc(var(--header-height) + 32px) 0 70px; }
.back-explore { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; margin-bottom: 38px; }
.back-explore svg { transform: rotate(180deg); width: 18px; }
.venue-title { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.venue-title h1 { font-size: clamp(54px,7.8vw,112px); margin-top: 13px; max-width: 900px; line-height: .98; overflow-wrap: anywhere; }
.venue-title > div > p { font-size: 14px; color: #65725e; }
.venue-share { flex-shrink: 0; }
.venue-share .button { font-size: 12px; }
#share-status { font-size: 11px; max-width: 220px; }
#share-url { width: 200px; font-size: 11px; padding: 8px; }
.venue-mosaic { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: repeat(2,minmax(0,1fr)); gap: 12px; height: clamp(330px,40vw,580px); position: relative; margin-bottom: 65px; }
.venue-mosaic > img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.venue-mosaic > img:first-child { grid-row: span 2; }
.venue-mosaic.single-image { grid-template-columns: 1fr; }
.mosaic-link { position: absolute; bottom: 20px; left: 20px; display: inline-flex; gap: 12px; align-items: center; background: #fffef4ee; padding: 12px 18px; border-radius: 30px; font-size: 12px; }
.venue-cover-empty { min-height: 300px; padding: 50px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 18px; border-radius: 20px; background: radial-gradient(ellipse at 20% 20%,#e5e9c5,transparent),#edf2e7; margin-bottom: 60px; text-align: center; }
.venue-cover-empty p { font: 45px/1.05 var(--serif); }.venue-cover-empty span { color: #6d7b65; font-size: 13px; }
.gallery-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.gallery-heading h2,.venue-about h2 { font-size: clamp(36px,3.4vw,49px); line-height: 1.1; }
.gallery-filters { display: flex; gap: 9px; flex-shrink: 0; }
.gallery-filters button { border-radius: 30px; border: 1px solid #b6c4ad; background: transparent; padding: 11px 17px; font-size: 12px; }
.gallery-filters button.active { background: #073d32; color: #fff; border-color: #073d32; }
#gallery-count { font-size: 12px; color: #6c7a64; margin-bottom: 24px; }
.guest-wall { columns: 3; column-gap: 18px; }
.guest-moment { width: 100%; display: inline-block; padding: 0; margin: 0 0 18px; border-radius: 12px; overflow: hidden; background: #e5ecdf; break-inside: avoid; position: relative; text-align: left; }
.guest-moment img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; transition: transform .4s; }
.guest-moment video { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.guest-moment:nth-child(3n) img { aspect-ratio: 1; }
.guest-moment:hover img { transform: scale(1.035); }
.moment-meta { position: absolute; bottom: 10px; left: 10px; font-size: 10px; color: #073d32; border-radius: 20px; background: #fffef4ee; padding: 5px 9px; }
.video-tile { min-height: 280px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; font-size: 12px; background: linear-gradient(135deg,#d6e4cb,#eff2e2); }
.video-tile svg { width: 36px; height: 36px; fill: #073d32; }
#more-moments { display: flex; margin: 30px auto 0; }
#gallery-empty { padding: 55px 20px; text-align: center; border-block: 1px solid #dce3d3; }
#gallery-empty h3 { font: 35px/1.2 var(--serif); margin-bottom: 10px; }
#gallery-empty p { font-size: 14px; color: #697a61; }
.venue-about { display: grid; grid-template-columns: 1.5fr 1fr; gap: 80px; padding-top: 65px; margin-top: 65px; border-top: 1px solid #dce3d3; }
.venue-about h2 { margin-bottom: 22px; }.venue-about p { font-size: 14px; line-height: 1.85; margin-bottom: 23px; }.venue-description { white-space: pre-line; }
.venue-about aside { border-left: 1px solid #dce3d3; padding-left: 40px; }
.venue-about h3 { font: 30px/1.1 var(--serif); margin-bottom: 22px; }
.venue-about .text-link { display: flex; width: fit-content; margin-bottom: 22px; font-size: 13px; }
.venue-amenities { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 28px; }
.venue-amenities li { padding: 5px 11px; border: 1px solid #d4deca; border-radius: 20px; font-size: 11px; }
#moment-viewer { width: min(1120px,96vw); height: min(850px,94dvh); max-width: none; max-height: none; padding: 50px 65px 25px; border: 0; border-radius: 18px; background: #fbfbf8; color: #073d32; overflow: hidden; }
#moment-viewer::backdrop { background: #021c17dc; backdrop-filter: blur(7px); }
.viewer-content { height: 100%; display: flex; flex-direction: column; }
#viewer-media { flex: 1; min-height: 0; display: grid; place-items: center; }
#viewer-media img,#viewer-media video { width: 100%; height: 100%; max-height: 68dvh; object-fit: contain; border-radius: 8px; }
#viewer-caption { padding-top: 15px; font-size: 14px; max-height: 80px; overflow: auto; }
.viewer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 15px; font-size: 11px; color: #64765c; }
.viewer-bottom a { text-decoration: underline; }
#close-moment { position: absolute; top: 12px; right: 15px; font-size: 28px; background: transparent; width: 36px; height: 36px; }
#previous-moment,#next-moment { position: absolute; top: 45%; width: 38px; height: 45px; background: #edf1e4; border-radius: 10px; }
#previous-moment { left: 12px; }#next-moment { right: 12px; }#previous-moment svg { transform: rotate(180deg); }
@media(max-width:800px) { .venue-title { align-items: start; flex-direction: column; gap: 20px; }.gallery-heading { align-items: start; flex-direction: column; }.guest-wall { columns: 2; }.venue-about { gap: 30px; }.venue-about aside { padding-left: 25px; } }
@media(max-width:520px) { .venue-main { padding-top: calc(var(--header-height) + 22px); }.back-explore { margin-bottom: 28px; }.venue-title h1 { font-size: 58px; }.venue-mosaic { height: 360px; gap: 7px; grid-template-columns: 1.5fr 1fr; margin-bottom: 40px; }.venue-mosaic > img { border-radius: 10px; }.mosaic-link { bottom: 12px; left: 12px; font-size: 10px; padding: 8px 12px; }.guest-wall { column-gap: 10px; }.guest-moment { margin-bottom: 10px; }.video-tile { min-height: 170px; }.venue-about { grid-template-columns: 1fr; padding-top: 40px; margin-top: 40px; }.venue-about aside { padding: 25px 0 0; border-left: 0; border-top: 1px solid #dce3d3; }#moment-viewer { padding: 50px 12px 68px; width: 96vw; }#previous-moment,#next-moment { top: auto; bottom: 12px; }#previous-moment { left: 30%; }#next-moment { right: 30%; }.venue-cover-empty { padding: 35px 20px; } }
@media(prefers-reduced-motion:reduce) { .guest-moment img { transition: none; } }
