/* The Blanche - Wedding Single (template 298) blocks. Layout + discreet motion only. */

/* ---- Wedding details (intro, below intro text) ---- */
.bl-wed-details{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2.5rem;align-items:start;width:100%;margin:1.75rem 0 0;}
.bl-wed-item{display:flex;flex-direction:column;min-width:0;}
.bl-wed-label{font-family:'Inter',sans-serif;text-transform:uppercase;font-weight:500;font-size:0.72rem;letter-spacing:0.08em;line-height:1.2;color:var(--e-global-color-primary,#000E25);margin-bottom:0.35rem;}
.bl-wed-value{font-family:'Source Serif 4',serif;font-size:1.02rem;line-height:1.3;color:var(--e-global-color-primary,#000E25);word-break:break-word;}
@media(max-width:1024px){.bl-wed-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;}}
@media(max-width:767px){.bl-wed-details{grid-template-columns:1fr;gap:1.25rem;}}

/* ---- Wedding gallery (wider than body) ---- */
.bl-wed-gallery-wrap{width:100%;}
.bl-wed-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;width:100%;max-width:68rem;margin-left:auto;margin-right:auto;}
.bl-wed-gitem{display:block;overflow:hidden;line-height:0;}
.bl-wed-gimg{display:block;width:100%;height:auto;}
@media(hover:hover) and (pointer:fine){.bl-wed-gimg{transition:transform 600ms cubic-bezier(0.22,1,0.36,1);}.bl-wed-gitem:hover .bl-wed-gimg{transform:scale(1.02);}}
@media(max-width:1024px){.bl-wed-gallery{gap:1rem;}}
@media(max-width:767px){.bl-wed-gallery{grid-template-columns:1fr;gap:0.85rem;}}
@media(prefers-reduced-motion:reduce){.bl-wed-gimg{transition:none;}.bl-wed-gitem:hover .bl-wed-gimg{transform:none;}}

/* Language-aware Story publication date ([blanche_publish_date]). Inherits the
   Inter meta typography from Global Typography 5513261; white in the photo hero,
   inherits the surrounding colour below the hero. */
.bl-pub-date{font-family:var(--e-global-typography-5513261-font-family),'Inter',sans-serif;font-size:var(--e-global-typography-5513261-font-size);font-weight:var(--e-global-typography-5513261-font-weight);text-transform:var(--e-global-typography-5513261-text-transform);line-height:var(--e-global-typography-5513261-line-height);letter-spacing:var(--e-global-typography-5513261-letter-spacing);color:inherit;}
#story-hero .bl-pub-date{color:#FFFFFF;}
