/* =============================================================
   About template (templates/template-about.php).
   Depends on main.css (tokens + shared components incl. .dm-form)
   and landing.css (inner-page sections). Loaded only on this template.
   ============================================================= */

/*
 * The story blocks are the page's centrepiece, so the first one gets more room
 * around it than a mid-page editorial row would. Everything else on this page
 * is a shared section and needs no About-specific styling.
 */
.page-template-template-about .dm-csection__content { max-width: 62ch; }
/* One story block sits between the hero and the booking band; it does not need
   a full section's padding on both sides as well. */
.page-template-template-about .dm-csections .dm-csection { padding-block: clamp(30px, 3.5vw, 60px); }
