.tws-route-gallery { background:#fff; border-bottom:1px solid var(--tws-line); padding:18px 22px 22px; }
body.tws-gallery-lightbox-open { overflow:hidden; }
.tws-route-gallery__heading { margin-bottom:11px; }
.tws-route-gallery__heading h3 { font-size:17px; margin:1px 0 0; }
.tws-route-gallery__grid { border-radius:8px; display:grid; gap:4px; grid-template-columns:minmax(0,2fr) minmax(150px,1fr); grid-template-rows:repeat(3,106px); overflow:hidden; }
.tws-route-gallery__photo { background:#e9e6e1; border:0; cursor:pointer; margin:0; min-height:0; overflow:hidden; padding:0; position:relative; }
.tws-route-gallery__photo--main { grid-row:1/4; }
.tws-route-gallery__photo img { display:block!important; height:100%!important; object-fit:cover!important; opacity:1!important; position:relative; transition:transform .3s ease; visibility:visible!important; width:100%!important; z-index:1; }
.tws-route-gallery__photo:hover img,.tws-route-gallery__photo:focus-visible img { transform:scale(1.025); }
.tws-route-gallery__photo:focus-visible { outline:3px solid rgba(139,94,60,.42); outline-offset:-3px; }
.tws-route-gallery__grid[data-count="1"] { display:block; height:360px; }
.tws-route-gallery__grid[data-count="2"] .tws-route-gallery__photo:not(.tws-route-gallery__photo--main) { grid-row:1/4; }
.tws-route-gallery__grid[data-count="3"] .tws-route-gallery__photo:nth-child(2) { grid-row:1/3; }
.tws-route-gallery__more { align-items:center; background:rgba(24,21,18,.68); color:#fff; display:flex; font-size:14px; font-weight:750; inset:0; justify-content:center; position:absolute; z-index:2; }
.tws-gallery-lightbox[hidden] { display:none; }
.tws-gallery-lightbox { align-items:center; background:rgba(12,11,10,.96); display:flex; inset:0; justify-content:center; position:fixed; z-index:1000002; }
.tws-gallery-lightbox__dialog { display:grid; grid-template-columns:64px minmax(0,1fr) 64px; grid-template-rows:minmax(0,1fr) auto; height:100%; position:relative; width:100%; }
.tws-gallery-lightbox__stage { align-items:center; display:flex; grid-column:2; justify-content:center; min-height:0; overflow:hidden; padding:28px 18px 12px; touch-action:none; }
.tws-gallery-lightbox__stage img { display:block; height:auto; margin:0; max-height:calc(100vh - 115px); max-width:100%; object-fit:contain; padding:0; transform:scale(1); transform-origin:center; transition:transform .16s ease; width:auto; }
.tws-gallery-lightbox__close { background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.24); border-radius:50%; color:#fff; cursor:pointer; font-size:27px; height:42px; line-height:1; position:absolute; right:18px; top:16px; width:42px; z-index:2; }
.tws-gallery-lightbox__nav { align-self:center; background:rgba(255,255,255,.1); border:0; border-radius:50%; color:#fff; cursor:pointer; font-size:38px; height:48px; justify-self:center; line-height:1; width:48px; }
.tws-gallery-lightbox__nav--previous { grid-column:1; grid-row:1; }
.tws-gallery-lightbox__nav--next { grid-column:3; grid-row:1; }
.tws-gallery-lightbox__footer { align-items:center; color:#fff; display:grid; gap:12px; grid-column:1/-1; grid-template-columns:auto minmax(0,1fr) auto; min-height:72px; padding:12px 22px; }
.tws-gallery-lightbox__footer>span { color:#d7c2af; font-size:12px; font-weight:700; }
.tws-gallery-lightbox__footer p { color:#fff!important; font-size:12px!important; margin:0!important; text-align:center; }
.tws-gallery-lightbox__zoom { display:flex; gap:5px; }
.tws-gallery-lightbox__zoom button { background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.2); border-radius:50%; color:#fff; cursor:pointer; font-size:20px; height:36px; width:36px; }
.tws-gallery-lightbox :focus-visible { outline:3px solid rgba(201,157,113,.8); outline-offset:2px; }
@media(max-width:768px){
	.tws-route-gallery { padding:15px 14px 18px; }
	.tws-route-gallery__grid { grid-template-columns:repeat(3,minmax(0,1fr)); grid-template-rows:230px 82px; }
	.tws-route-gallery__photo--main { grid-column:1/-1; grid-row:1; }
	.tws-route-gallery__grid[data-count="1"] { height:230px; }
	.tws-route-gallery__grid[data-count="2"] { grid-template-columns:1fr; grid-template-rows:230px 96px; }
	.tws-route-gallery__grid[data-count="2"] .tws-route-gallery__photo:not(.tws-route-gallery__photo--main) { grid-row:2; }
	.tws-route-gallery__grid[data-count="3"] { grid-template-columns:repeat(2,1fr); }
	.tws-route-gallery__grid[data-count="3"] .tws-route-gallery__photo:nth-child(2) { grid-row:2; }
	.tws-gallery-lightbox__dialog { grid-template-columns:48px minmax(0,1fr) 48px; }
	.tws-gallery-lightbox__stage { grid-column:1/-1; padding:58px 10px 8px; }
	.tws-gallery-lightbox__nav { background:rgba(0,0,0,.38); height:42px; position:relative; width:42px; z-index:2; }
	.tws-gallery-lightbox__footer { gap:8px; grid-template-columns:auto 1fr auto; padding:10px 12px; }
	.tws-gallery-lightbox__footer p { line-height:1.3; }
}
@media(max-width:540px){
	.tws-route-gallery { padding:13px 10px 16px; }
	.tws-route-gallery__grid { grid-template-rows:210px 76px; }
	.tws-route-gallery__grid[data-count="1"] { height:210px; }
	.tws-gallery-lightbox__footer { grid-template-columns:auto auto; }
	.tws-gallery-lightbox__footer p { grid-column:1/-1; grid-row:1; }
}
@media(prefers-reduced-motion:reduce){
	.tws-route-gallery__photo img,.tws-gallery-lightbox__stage img { transition:none; }
}
/* TWS Access 4.0: denser gallery footprint; lightbox behaviour is unchanged. */
.tws-route-gallery{gap:6px;grid-auto-rows:88px;margin:10px 0}
.tws-route-gallery[data-count="1"]{grid-auto-rows:280px}
.tws-route-gallery__caption{font-size:11px;padding:7px 9px}
@media(max-width:640px){.tws-route-gallery{grid-auto-rows:72px;margin:8px 0}.tws-route-gallery[data-count="1"]{grid-auto-rows:210px}}
