.guest-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:6px 0 24px}
.guest-info-grid article{padding:22px;background:#fffdf9;border:1px solid #e4dfd6;border-radius:12px}
.guest-info-grid h3{font-size:17px;margin-bottom:10px}
.guest-info-grid p{font-size:14px;line-height:1.7;color:var(--ink-soft)}
.essential-links{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}
.gallery-hint{font-size:12px;color:var(--ink-soft)}
.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.gallery-photo{position:relative;padding:0;background:var(--cream);border:0;border-radius:12px;overflow:hidden;text-align:left;color:var(--green);font:inherit;cursor:zoom-in}
.gallery-photo img{width:100%;height:230px;object-fit:cover;transition:transform .25s}
.gallery-photo:hover img{transform:scale(1.035)}
.gallery-photo>[data-field]{display:block;padding:13px 36px 13px 14px;font-size:13px;font-weight:600}
.gallery-expand{position:absolute;right:14px;bottom:13px;font-size:18px;line-height:1}
.gallery-dialog{border:0;padding:20px;border-radius:16px;background:#f5f3ed;color:#0f4d46;width:min(1100px,calc(100% - 32px));max-height:calc(100dvh - 32px);overflow:auto}
.gallery-dialog::backdrop{background:#0b201be8}
.gallery-full-image{width:100%;height:min(70dvh,750px);object-fit:contain;border-radius:8px;background:#e9e6de}
.gallery-close{position:absolute;right:28px;top:28px;width:42px;height:42px;border:1px solid #d1ccc5;border-radius:50%;background:#f5f3ed;color:#0f4d46;font-size:28px;line-height:1;z-index:1}
.gallery-controls{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:16px}
.gallery-controls>button{border:1px solid #166860;background:transparent;color:#0f4d46;border-radius:50%;width:42px;height:42px;font-size:22px;flex:none}
.gallery-controls>div{text-align:center;min-width:0}
#gallery-dialog-caption{font-size:15px;font-weight:600;overflow-wrap:anywhere}
.gallery-count{font-size:12px;color:#52635d}
html:has(.gallery-dialog[open]){overflow:hidden}
@media(max-width:900px){.guest-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-photo img{height:210px}}
@media(max-width:640px){.guest-info-grid{grid-template-columns:1fr;gap:10px}.guest-info-grid article{padding:17px}.gallery-grid{gap:10px}.gallery-photo img{height:150px}.gallery-photo>[data-field]{font-size:11px;padding:10px 25px 10px 10px}.gallery-expand{right:10px;bottom:10px;font-size:16px}.gallery-hint{font-size:11px;margin-left:46px}.gallery-dialog{padding:12px}.gallery-close{right:20px;top:20px}.gallery-full-image{height:60dvh}}
