.region-gallery{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:16px!important;grid-auto-flow:row!important}.region-gallery>.region-shot.region-wide{grid-column:span 3!important;height:390px!important}.region-gallery>.region-shot:not(.region-wide){grid-column:span 2!important;height:320px!important}.region-gallery>.region-shot:nth-child(6),.region-gallery>.region-shot:nth-child(7){grid-column:span 3!important;height:360px!important}@media(max-width:900px){.region-gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important}.region-gallery>.region-shot,.region-gallery>.region-shot.region-wide,.region-gallery>.region-shot:nth-child(6),.region-gallery>.region-shot:nth-child(7){grid-column:span 1!important;height:310px!important}}@media(max-width:620px){.region-gallery{grid-template-columns:1fr!important}.region-gallery>.region-shot,.region-gallery>.region-shot.region-wide{height:285px!important}}
.gallery-hero{padding:58px 0 64px!important;background:
radial-gradient(circle at 82% 12%,rgba(250,228,104,.22),transparent 24%),
linear-gradient(125deg,#fff9f5,#f4faf6)!important}
.gallery-hero-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:54px;align-items:center}
.gallery-hero-copy h1{font-size:clamp(44px,5vw,68px);max-width:620px;margin-bottom:18px}
.gallery-hero-copy .lead{max-width:540px;font-size:15px;line-height:1.75}
.gallery-hero-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}
.gallery-hero-meta span{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:10px;color:#47514c}
.gallery-hero-visual{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:1fr 1fr;gap:12px;min-height:360px}
.gallery-hero-shot{border-radius:22px;overflow:hidden;cursor:zoom-in;box-shadow:0 18px 44px rgba(36,49,44,.11)}
.gallery-hero-shot.gallery-hero-main{grid-row:1/3}
.gallery-hero-shot img{width:100%;height:100%;object-fit:cover;transition:transform .55s}
.gallery-hero-shot:hover img{transform:scale(1.04)}
.gallery-region-head{align-items:center}
.gallery-region-head h2{font-size:clamp(32px,3.6vw,48px);max-width:580px}
.region-pills{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:470px}
.region-pills span{padding:9px 11px;border-radius:999px;background:#f7f9f7;border:1px solid var(--line);font-size:9px;color:#59635e}
@media(max-width:900px){
.gallery-hero-grid{grid-template-columns:1fr;gap:30px}
.gallery-hero-visual{min-height:320px}
.gallery-region-head{display:block}
.region-pills{justify-content:flex-start;max-width:none;margin-top:18px}
}
@media(max-width:620px){
.gallery-hero{padding:44px 0 46px!important}
.gallery-hero-copy h1{font-size:42px}
.gallery-hero-visual{grid-template-columns:1fr 1fr;grid-template-rows:220px 150px;min-height:0}
.gallery-hero-shot.gallery-hero-main{grid-column:1/3;grid-row:auto}
.gallery-hero-shot{border-radius:17px}
.gallery-hero-meta{gap:6px}
.gallery-hero-meta span{font-size:9px;padding:8px 10px}
.region-pills span{font-size:8px}
}


/* Gallery hero balance: 4:5 main visual with proportioned side cards */
.gallery-hero-visual{width:min(100%,640px);justify-self:end;grid-template-columns:minmax(0,4fr) minmax(0,2.15fr);grid-template-rows:1fr 1fr;min-height:0}
.gallery-hero-shot.gallery-hero-main{aspect-ratio:4/5;grid-row:1/3}
.gallery-hero-shot:not(.gallery-hero-main){min-height:0}
@media(max-width:900px){
  .gallery-hero-visual{width:min(100%,600px);justify-self:start}
}
@media(max-width:620px){
  .gallery-hero-visual{width:100%;grid-template-columns:1fr 1fr;grid-template-rows:220px 150px}
  .gallery-hero-shot.gallery-hero-main{aspect-ratio:auto;grid-column:1/3;grid-row:auto}
}


/* 2026-09-01: lock the gallery hero collage to one aligned rectangle */
@media(min-width:901px){
  .gallery-hero-visual{
    width:min(100%,620px)!important;
    aspect-ratio:1.27!important;
    height:auto!important;
    min-height:0!important;
    grid-template-columns:1.8fr 1fr!important;
    grid-template-rows:minmax(0,1fr) minmax(0,1fr)!important;
    align-self:center!important;
  }
  .gallery-hero-shot.gallery-hero-main{
    grid-row:1/3!important;
    aspect-ratio:auto!important;
    height:100%!important;
    min-height:0!important;
  }
  .gallery-hero-shot:not(.gallery-hero-main){
    height:100%!important;
    min-height:0!important;
  }
}

/* 2026-09-01 gallery title line control */
.gallery-hero-copy h1 .gallery-title-top,.gallery-hero-copy h1 .gallery-title-bottom{display:block}.gallery-hero-copy h1 .gallery-title-bottom{white-space:nowrap}@media(max-width:620px){.gallery-hero-copy h1 .gallery-title-bottom{white-space:normal}}


/* 2026-09-01 gallery hero swapped layout */
@media(min-width:901px){
  .gallery-hero-grid.gallery-hero-swapped{grid-template-columns:1.14fr .86fr!important}
  .gallery-hero-swapped .gallery-hero-visual{order:1;justify-self:start!important}
  .gallery-hero-swapped .gallery-hero-copy{order:2}
  .gallery-hero-swapped .gallery-hero-copy h1{font-size:clamp(42px,4.35vw,61px)!important}
}
@media(max-width:900px){
  .gallery-hero-swapped .gallery-hero-copy{order:1}
  .gallery-hero-swapped .gallery-hero-visual{order:2}
}
