/*
Theme Name: Beaulieu Respite V7
Theme URI: https://beaulieurespite.com/
Author: Beaulieu Respite Volunteers
Description: Custom Beaulieu Respite charity theme converted from the approved V5 HTML prototype.
Version: 1.2.0
Text Domain: beaulieu-respite
*/

:root{
  --blue:#0755ad;
  --blue2:#0d67c3;
  --blue3:#083b79;
  --pale:#edf6ff;
  --yellow:#ffd21f;
  --pink:#f45070;
  --purple:#8d5bc5;
  --cyan:#12a9e0;
  --green:#62bd57;
  --orange:#ff8129;
  --ink:#123f78;
  --body:#324965;
  --white:#fff;
  --line:#d8e7f6;
  --cream:#fff8df;
  --r:22px;
  --shell:1368px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#7397d4 url("images/bee-pattern-dense.png") repeat;font-family:Arial,Helvetica,sans-serif;color:var(--body);line-height:1.48}
a{color:inherit}
img{max-width:100%;display:block}
.site{
  width:min(var(--shell),100%);
  margin:0 auto;
  min-height:100vh;
  background:#fff;
  box-shadow:0 0 35px rgba(0,0,0,.16)
}
.layout{display:grid;grid-template-columns:252px minmax(0,1fr);min-height:100vh;align-items:stretch}
.sidebar{
  background:linear-gradient(180deg,#075db8 0%,#0a58ad 54%,#084590 100%);
  color:#fff;min-height:100vh;overflow:hidden
}
.brand{
  padding:24px 24px 14px;
  display:grid;place-items:center;
  min-height:195px
}
.brand img{width:190px;height:auto;object-fit:contain;display:block}
.nav{display:grid;gap:5px;padding:6px 18px 12px}
.nav a{
  text-decoration:none;font-weight:800;font-size:15px;
  display:flex;align-items:center;gap:12px;
  padding:11px 13px;border-radius:13px
}
.nav a:hover,.nav a.current{background:rgba(255,255,255,.17)}
.nav .icon{font-size:19px;width:24px;text-align:center;color:#fff}
.sidebar-social{padding:18px 32px 4px;font-size:26px}
.big-bee{width:128px;margin:24px auto 8px;filter:drop-shadow(0 8px 8px rgba(0,0,0,.12))}
.side-quote{
  text-align:center;color:var(--yellow);
  font-size:20px;font-weight:800;line-height:1.35;
  padding:20px 20px 46px
}
.mobile-head{display:none}
.main{min-width:0;background:#f7fbff;display:flex;flex-direction:column}
.topbar{
  height:65px;background:#fff;border-bottom:1px solid var(--line);
  display:flex;align-items:center;gap:18px;padding:0 30px
}
.strap{margin-right:auto;color:#16487d;font-weight:700;font-size:14px;font-style:italic}
.flybee{width:54px}
.donate-btn{
  background:var(--pink);color:#fff;text-decoration:none;
  display:inline-flex;align-items:center;gap:8px;justify-content:center;
  min-height:43px;padding:10px 20px;border-radius:999px;font-weight:900;font-size:14px
}
.hero{display:grid;grid-template-columns:46% 54%;background:linear-gradient(135deg,#fff 0%,#eef7ff 76%,#fff9df 100%);min-height:0;overflow:hidden}
.hero-copy{padding:30px 30px 24px 52px}
.hero h1{
  margin:0;color:#174a83;font-size:55px;line-height:.98;letter-spacing:-.04em;
  max-width:520px;font-weight:900
}
.hero h1 .pink{color:var(--pink)}
.hero-rule{width:150px;height:3px;background:var(--yellow);margin:12px 0 15px;border-radius:3px}
.hero p{font-size:15px;max-width:530px;margin:0}
.highlight{background:none}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
.btn{
  display:inline-flex;justify-content:center;align-items:center;
  min-height:43px;padding:9px 19px;border-radius:999px;
  text-decoration:none;font-weight:900;font-size:14px
}
.btn.yellow{background:var(--yellow);color:var(--blue3)}
.btn.outline{border:2px solid var(--blue);background:#fff;color:var(--blue)}
.hero-photo{position:relative;overflow:hidden;border-left:5px solid var(--yellow);border-bottom-left-radius:110px 52px;background:#eef7ff;align-self:start}
.hero-photo img{display:block;width:100%;height:auto;object-fit:contain;object-position:center top;background:#eef7ff}
.hero-badge{position:absolute;right:28px;bottom:18px;width:116px;height:116px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;text-align:center;padding:12px;color:var(--blue3);font-weight:900;line-height:1.18;box-shadow:0 10px 24px rgba(0,0,0,.14)}
.home-main{
  display:grid;grid-template-columns:minmax(0,1fr) 500px;gap:18px;
  padding:18px 24px 0;background:#eef7ff
}
.support-wrap{min-width:0}
.section-title{
  color:var(--ink);font-size:28px;margin:0 0 14px;font-weight:900;
  letter-spacing:-.02em
}
.underline{display:block;width:78px;height:3px;background:var(--yellow);border-radius:3px;margin-top:7px}
.support-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}
.support-card{
  background:#fff;border:1px solid var(--line);border-radius:15px;
  padding:14px 9px;min-height:187px;text-align:center
}
.circle{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;margin:0 auto 10px;color:#fff;font-size:28px}
.support-card:nth-child(1) .circle{background:var(--purple)}
.support-card:nth-child(2) .circle{background:var(--cyan)}
.support-card:nth-child(3) .circle{background:var(--green)}
.support-card:nth-child(4) .circle{background:var(--pink)}
.support-card:nth-child(5) .circle{background:var(--orange)}
.support-card h3{font-size:12px;color:var(--ink);margin:5px 0 7px}
.support-card p{font-size:10.7px;margin:0;line-height:1.35}
.sidepanels{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.panel{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px}
.panel h2{font-size:24px;color:var(--ink);margin:0 0 14px}
.news-item{display:grid;grid-template-columns:72px 1fr;gap:10px;margin-bottom:11px}
.news-item img{width:72px;height:60px;object-fit:contain;object-position:center;background:#eef4fb;border-radius:7px;padding:2px}
.news-item h3{font-size:12px;color:var(--blue);margin:0;line-height:1.1}
.news-item p{font-size:10px;margin:3px 0}
.read{font-size:10px;color:var(--blue);font-weight:900;text-decoration:none}
.panel-footer{display:block;margin-top:8px;text-align:center;background:var(--blue);color:#fff;text-decoration:none;padding:7px;border-radius:999px;font-size:11px;font-weight:900}
.bee-path{height:60px;position:relative}
.bee-path:before{
  content:"";position:absolute;left:20px;right:80px;top:28px;height:1px;
  border-top:2px dashed #77aee2;transform:skewY(3deg)
}
.bee-path img{position:absolute;width:58px;right:10px;top:3px}
.bottom-band{
  display:grid;grid-template-columns:38% 62%;gap:16px;
  background:linear-gradient(90deg,#fff7d9,#fff);
  padding:15px 24px 18px;border-top:1px solid #f2e2ac
}
.donate-mini h2{font-size:18px;color:var(--ink);margin:0 0 4px}
.donate-mini p{font-size:11px;margin:0 0 9px}
.gallery-strip h2{font-size:19px;color:var(--ink);margin:0 0 8px}
.gallery-row{display:grid;grid-template-columns:repeat(4,1fr) auto;gap:8px;align-items:center}
.gallery-row img{width:100%;height:76px;object-fit:contain;object-position:center;background:#f4f8fc;border-radius:10px;padding:2px}
.gallery-link{background:var(--blue);color:#fff;text-decoration:none;border-radius:999px;padding:9px 13px;font-size:10px;font-weight:900;white-space:nowrap}
.footer{
  background:#0750a3;color:#e5effc;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;
  padding:14px 24px;font-size:10.5px
}
.footer a{color:#fff}
.page-hero{
  padding:34px 38px;background:linear-gradient(135deg,#fff,#edf6ff 70%,#fff7d3);
  border-bottom:1px solid var(--line)
}
.page-hero h1{margin:2px 0 7px;color:var(--ink);font-size:45px;line-height:1}
.page-hero p{margin:0;max-width:780px}
.page-content{padding:28px}
.story-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px}
.prose{font-size:15px}.prose h2,.prose h3{color:var(--ink)}.prose h2{font-size:28px}
.photo-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px;margin-bottom:14px}
.photo-card img{width:100%;border-radius:10px}
.photo-mosaic{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.photo-mosaic img{width:100%;height:170px;object-fit:contain;object-position:center;background:#f4f8fc;border-radius:11px}
.video-wrap{aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:#000;margin:20px 0}
.video-wrap iframe{width:100%;height:100%;border:0}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.gallery-grid figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}
.gallery-grid img{width:100%;height:210px;object-fit:contain;object-position:center;background:#f4f8fc}
.gallery-grid figcaption{font-size:12px;padding:10px;color:var(--ink);font-weight:700}
.facebook-box{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}
.facebook-head{padding:18px 20px;border-bottom:1px solid var(--line)}
.facebook-head h2{color:var(--ink);margin:0}
.facebook-placeholder{padding:36px;text-align:center;background:#f8fbff}
.facebook-placeholder img{width:90px;margin:0 auto 12px}
.note{margin-top:15px;padding:13px 15px;border-radius:12px;background:#fff4cf;border:1px solid #ecd77d;font-size:13px}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px}
.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}
.map{aspect-ratio:16/9;border-radius:14px;overflow:hidden;margin-bottom:18px}.map iframe{width:100%;height:100%;border:0}
label{display:block;font-weight:800;color:var(--ink);font-size:13px;margin-bottom:13px}
input,textarea{display:block;width:100%;margin-top:5px;padding:12px;border:1px solid #b8cee4;border-radius:10px;font:inherit}
textarea{min-height:140px;resize:vertical}
@media(max-width:1100px){
  .home-main{grid-template-columns:1fr}.support-grid{grid-template-columns:repeat(3,1fr)}
  .hero{display:grid;grid-template-columns:46% 54%;background:linear-gradient(135deg,#fff 0%,#eef7ff 76%,#fff9df 100%);min-height:0;overflow:hidden}.hero-photo{position:relative;overflow:hidden;border-left:5px solid var(--yellow);border-bottom-left-radius:110px 52px;background:#eef7ff;align-self:start}
}
@media(max-width:820px){
  body:before{display:none}.site{width:100%}.layout{display:block}.sidebar{min-height:0}
  .brand,.big-bee,.side-quote,.sidebar-social{display:none}
  .mobile-head{display:flex;align-items:center;padding:10px 14px;gap:9px}.mobile-head img{width:42px}.mobile-head strong{margin-right:auto}
  .menu-btn{border:0;background:#fff;color:var(--blue);font-weight:900;padding:9px 12px;border-radius:10px}
  .nav{display:none}.nav.open{display:grid}.topbar{display:none}
  .hero-copy{padding:30px 20px}.hero h1{font-size:46px}.support-grid{grid-template-columns:repeat(2,1fr)}
  .sidepanels,.bottom-band,.story-grid,.contact-grid{grid-template-columns:1fr}.bottom-band{padding:16px 18px}
  .gallery-row{grid-template-columns:repeat(2,1fr)}.gallery-link{grid-column:1/-1;text-align:center}
  .page-content{padding:20px}.gallery-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:520px){
  .hero h1{font-size:39px}.support-grid,.gallery-grid{grid-template-columns:1fr}
  .home-main{padding:16px}.sidepanels{grid-template-columns:1fr}
}

.page-content{flex:1}
.page-hero + .page-content{min-height:420px}
@media(min-width:821px){
  .main > .footer{margin-top:auto}
}

/* v5 refinements */
.hero-copy{padding-top:24px;padding-bottom:22px}
.home-main{margin-top:0}
.hero-photo{margin-top:0}
@media(min-width:1101px){
  .hero-photo{min-height:0}
}


/* ===== V6 refinements ===== */

/* Use the supplied original transparent logo directly without painted backing. */
.brand {
  background: linear-gradient(180deg,#075db8 0%,#0a58ad 100%);
  padding: 22px 20px 14px;
}
.brand img,
.brand .custom-logo {
  width: 205px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Restore the bee pattern visibly but gently. */
body {
  background-color: #7397d4;
  background-image: url("assets/images/bee-pattern-dense.png");
  background-repeat: repeat;
  background-size: 760px 665px;
  background-attachment: fixed;
}

/* Make the homepage photo sit immediately below the top bar and stay fully visible. */
.hero {
  align-items: start;
}
.hero-photo {
  margin-top: 0;
  align-self: start;
  background: #eef7ff;
  border-left: 4px solid var(--yellow);
  border-bottom-left-radius: 86px 44px;
}
.hero-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: top center;
}

/* Original-site content sections */
.original-about {
  background: #fff;
  padding: 44px 34px;
}
.original-about-grid {
  display: grid;
  grid-template-columns: minmax(260px, 340px) 1fr;
  gap: 44px;
  align-items: center;
}
.original-about-grid img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.original-about h2,
.help-section h2,
.raise-section h2 {
  color: var(--ink);
  margin: 0 0 18px;
}
.original-about p {
  font-size: 15px;
  line-height: 1.75;
}
.original-about strong {
  color: #222;
}

.raise-section {
  background: #28bf86;
  color: white;
  padding: 46px 34px;
}
.raise-section h2 {
  color: white;
  text-align: center;
  font-size: 30px;
}
.raise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 28px 56px;
  max-width: 980px;
  margin: 30px auto 0;
}
.raise-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: start;
}
.raise-item img {
  width: 68px;
  height: auto;
}
.raise-item h3 {
  margin: 0 0 8px;
  color: white;
  font-size: 18px;
}
.raise-item .line {
  width: 140px;
  height: 2px;
  background: #ffd560;
  margin: 0 0 10px;
}
.raise-item p {
  margin: 0;
  line-height: 1.65;
  font-size: 14px;
}

.donate-banner {
  background: #3d69b8;
  color: white;
  padding: 46px 34px 60px;
  position: relative;
}
.donate-banner h2 {
  color: white;
  font-size: 28px;
  margin: 0;
}
.donate-banner::after {
  content:"";
  position:absolute;
  left:0; right:0; bottom:-1px;
  height:34px;
  background:
    radial-gradient(circle at 22px 34px, white 22px, transparent 23px) 0 0/52px 34px repeat-x;
}

.help-section {
  background: white;
  padding: 62px 34px 46px;
}
.help-section > h2 {
  text-align: center;
  font-size: 30px;
}
.help-grid {
  display: grid;
  gap: 0;
}
.help-item {
  display: grid;
  grid-template-columns: 210px minmax(0,1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 34px 0;
  border-bottom: 1px solid #efc96a;
}
.help-item:last-child { border-bottom: 0; }
.help-item img {
  width: 210px;
  height: 190px;
  object-fit: contain;
  background: #f7f9fc;
  border-radius: 10px;
}
.help-item h3 {
  margin: 0 0 12px;
  color: #222;
  font-size: 18px;
}
.help-item p {
  line-height: 1.75;
  margin: 0 0 12px;
}
.help-item .donate-btn {
  white-space: nowrap;
}

/* Mobile: stack hero cleanly; no tiny photo in corner and no clipped badge. */
@media(max-width:820px){
  .hero {
    grid-template-columns: 1fr !important;
    display: grid;
  }
  .hero-copy {
    width: 100%;
    padding: 26px 20px 18px;
  }
  .hero h1 {
    font-size: clamp(38px, 11vw, 52px);
    max-width: none;
  }
  .hero-photo {
    width: 100%;
    border-left: 0;
    border-top: 4px solid var(--yellow);
    border-radius: 0;
    overflow: visible;
  }
  .hero-photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .hero-badge {
    right: 14px;
    bottom: 14px;
    top: auto !important;
    width: 104px;
    height: 104px;
    font-size: 13px;
    padding: 10px;
  }
  .original-about-grid,
  .raise-grid,
  .help-item {
    grid-template-columns: 1fr;
  }
  .original-about {
    padding: 34px 20px;
  }
  .raise-section,
  .help-section,
  .donate-banner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .raise-grid {
    gap: 24px;
  }
  .help-item img {
    width: 100%;
    max-width: 360px;
    height: auto;
  }
  .help-item .donate-btn {
    justify-self: start;
  }
}


/* ===== V7 HOMEPAGE / STORY / GALLERY REFINEMENTS ===== */

.home-intro-wrap{
  display:grid;
  grid-template-columns:46% 54%;
  background:linear-gradient(135deg,#fff 0%,#eef7ff 72%,#fff9df 100%);
  align-items:start;
}
.home-intro-left{
  padding:26px 28px 24px 36px;
}
.home-intro-left .hero-copy{
  padding:0;
}
.home-intro-left .hero-copy h1{
  margin-top:0;
}
.home-intro-about{
  display:grid;
  grid-template-columns:165px minmax(0,1fr);
  gap:18px;
  align-items:start;
  margin-top:20px;
}
.home-intro-about img{
  width:165px;
  height:165px;
  object-fit:contain;
  object-position:center;
  border-radius:14px;
  background:#f4f8fc;
}
.home-intro-about h2{
  color:var(--ink);
  margin:0 0 8px;
  font-size:22px;
}
.home-intro-about p{
  margin:0 0 8px;
  font-size:12.5px;
  line-height:1.55;
}
.home-intro-left .actions{
  margin-top:16px;
  padding-left:183px;
}
.home-intro-right{
  position:relative;
  overflow:hidden;
  align-self:start;
}
.home-intro-right .hero-photo{
  border-left:4px solid var(--yellow);
  border-bottom-left-radius:90px 46px;
}
.home-intro-right .hero-photo img{
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:top center;
}
.home-flight{
  height:175px;
  position:relative;
  overflow:hidden;
}
.home-flight svg,
.bee-flight svg{
  width:100%;
  height:100%;
  display:block;
}
.flight-path{
  fill:none;
  stroke:#78addd;
  stroke-width:2;
  stroke-dasharray:5 6;
  stroke-linecap:round;
}
.flight-bee{
  width:56px;
  position:absolute;
  right:7%;
  bottom:15px;
}
.three-panels{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  padding:18px 24px 18px;
  background:#eef7ff;
}
.three-panels .panel{
  min-width:0;
}
.social-card{
  display:flex;
  flex-direction:column;
}
.social-card .social-icon{
  width:48px;height:48px;border-radius:50%;
  display:grid;place-items:center;
  background:#1877f2;color:#fff;
  font-weight:900;font-size:28px;
  margin-right:12px;
}
.social-row{
  display:flex;align-items:center;margin-bottom:14px;
}
.social-card .social-photo{
  width:100%;
  height:130px;
  object-fit:contain;
  object-position:center;
  background:#f3f7fb;
  border-radius:10px;
  margin-top:12px;
}
.support-section-v7{
  padding:0 24px 18px;
  background:#eef7ff;
}
.support-section-v7 .support-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.support-flight{
  height:64px;
  position:relative;
  margin-top:5px;
}
.support-flight img{
  width:52px;
  position:absolute;
  right:8%;
  top:2px;
}
.gallery-strip-v7{
  padding:16px 24px 20px;
  background:linear-gradient(90deg,#fff7d9,#fff);
}
.gallery-strip-v7 h2{
  color:var(--ink);margin:0 0 9px;
}
.gallery-row-v7{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr)) auto;
  gap:8px;
  align-items:center;
}
.gallery-row-v7 a.gallery-thumb{
  display:block;
  border-radius:10px;
  overflow:hidden;
  background:#f3f7fb;
  border:1px solid #d7e7f5;
}
.gallery-row-v7 img{
  width:100%;
  height:84px;
  object-fit:contain;
  object-position:center;
  background:#f4f8fc;
}
.lightbox{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:rgba(0,22,50,.90);
  z-index:99999;
}
.lightbox.open{display:flex}
.lightbox img{
  max-width:min(1200px,95vw);
  max-height:88vh;
  width:auto;height:auto;
  object-fit:contain;
  border-radius:12px;
  box-shadow:0 20px 60px rgba(0,0,0,.4);
}
.lightbox-close{
  position:absolute;
  top:18px;right:22px;
  width:46px;height:46px;
  border-radius:50%;
  border:0;
  background:white;
  color:#0a4f9c;
  font-size:30px;
  cursor:pointer;
}
.family-hub-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.family-hub-card{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px;
}
.family-hub-card img{
  width:150px;height:150px;object-fit:contain;background:#f4f8fc;border-radius:12px;
}
.family-hub-card h2{margin-top:0;color:var(--ink)}
.story-rich p{line-height:1.75}
.story-rich blockquote{
  margin:22px 0;
  padding:14px 18px;
  border-left:4px solid var(--yellow);
  background:#fff8dc;
  color:#214265;
}
.story-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:20px;
}
.story-gallery a{display:block}
.story-gallery img{
  width:100%;
  height:180px;
  object-fit:contain;
  background:#f4f8fc;
  border-radius:12px;
}
@media(max-width:1100px){
  .home-intro-wrap{grid-template-columns:1fr}
  .home-intro-left .actions{padding-left:0}
  .three-panels{grid-template-columns:1fr 1fr}
  .support-section-v7 .support-grid{grid-template-columns:repeat(3,1fr)}
  .gallery-row-v7{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:820px){
  .home-intro-wrap{grid-template-columns:1fr}
  .home-intro-left{padding:24px 18px}
  .home-intro-about{grid-template-columns:1fr}
  .home-intro-about img{width:100%;max-width:330px;height:auto}
  .home-intro-left .actions{padding-left:0}
  .home-intro-right{width:100%}
  .home-intro-right .hero-photo{border-left:0;border-top:4px solid var(--yellow);border-radius:0}
  .home-intro-right .hero-badge{right:14px;bottom:14px;top:auto}
  .home-flight{height:110px}
  .three-panels{grid-template-columns:1fr;padding:16px 18px}
  .support-section-v7{padding:0 18px 18px}
  .support-section-v7 .support-grid{grid-template-columns:1fr}
  .gallery-row-v7{grid-template-columns:repeat(2,1fr)}
  .gallery-row-v7 .gallery-link{grid-column:1/-1;text-align:center}
  .family-hub-grid{grid-template-columns:1fr}
  .family-hub-card{grid-template-columns:1fr}
  .family-hub-card img{width:100%;max-width:360px;height:auto}
  .story-gallery{grid-template-columns:1fr}
}
