/* pages.css — Additional page styles v3.1 */
/* All base styles now in style.css */
/* This file extends for inner page specifics */

.story-image-wrap { position: relative; }

/* Ensure gallery page items have height */
.full-gallery-grid .gallery-item {
  height: 220px;
}

/* Policy page spacing */
.policy-content { padding: 8px 0; }

/* Contact page map */
.contact-map-wrap {
  margin-top: 48px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.contact-map-wrap iframe {
  width: 100%;
  display: block;
  border: none;
}
