.v4-gallery{overflow:hidden;border-radius:20px;background:#f1ecee;box-shadow:0 10px 32px #52213014;min-width:0}
.v4-gallery-stage{position:relative;width:100%;max-width:100%;min-width:0;aspect-ratio:16/9;isolation:isolate;touch-action:pan-y}
.v4-gallery[data-ratio="21:9"] .v4-gallery-stage{aspect-ratio:21/9}
.v4-gallery[data-ratio="4:3"] .v4-gallery-stage{aspect-ratio:4/3}
.v4-gallery[data-ratio="1:1"] .v4-gallery-stage{aspect-ratio:1}
.v4-gallery-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease,visibility .45s;pointer-events:none}
.v4-gallery-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}
.v4-gallery picture,.v4-gallery img,.v4-gallery-image-link{display:block;width:100%;height:100%}
.v4-gallery img{object-fit:cover}
.v4-gallery[data-fit="contain"] img{object-fit:contain}
.v4-gallery-placeholder{height:100%;min-height:120px;display:grid;place-items:center;background:linear-gradient(125deg,#f8ebee,#eee8e3);color:#a56a7a;font:16px/1.5 system-ui,sans-serif}
.v4-gallery-copy{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:12px;padding:clamp(24px,5%,72px) clamp(50px,7%,100px) 68px;color:white;background:linear-gradient(transparent 15%,#21111bba);pointer-events:none;overflow:auto;text-shadow:0 2px 8px #0004}
.v4-gallery-copy h3{font:inherit;font-size:var(--module-title-size,clamp(22px,2.5vw,36px));font-weight:700;line-height:1.4;margin:0;overflow-wrap:anywhere}
.v4-gallery-copy p{font-size:var(--module-body-size,16px);line-height:1.7;white-space:pre-line;margin:0;overflow-wrap:anywhere;max-width:56em}
.v4-gallery-copy a{pointer-events:auto;font-size:var(--module-body-size,16px);text-shadow:none}
.v4-gallery button{font:inherit;cursor:pointer;border:0;color:#fff;background:#24151d70;backdrop-filter:blur(8px)}
.v4-gallery button:focus-visible,.v4-gallery a:focus-visible{outline:3px solid #ffdc65;outline-offset:-4px}
.v4-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:40px;height:48px;border-radius:10px;font-size:32px!important;line-height:1}
.v4-gallery-prev{left:12px}.v4-gallery-next{right:12px}
.v4-gallery-controls{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);z-index:3;display:flex;align-items:center;gap:8px;max-width:calc(100% - 24px)}
.v4-gallery-dots{display:flex;flex-wrap:wrap;justify-content:center;gap:0;padding:2px 6px;border-radius:24px;background:#24151d60}
.v4-gallery-dots button{display:grid;place-items:center;width:24px;height:28px;background:transparent;backdrop-filter:none;padding:0}
.v4-gallery-dots button::after{content:"";width:6px;height:6px;background:#fff8;border-radius:100px;transition:width .2s}
.v4-gallery-dots button[aria-pressed="true"]::after{width:18px;background:#fff}
.v4-gallery-play{width:36px;height:36px;flex-shrink:0;border-radius:50%;padding:0}
@media(max-width:760px){.v4-gallery{border-radius:14px}.v4-gallery-stage{min-height:240px}.v4-gallery-copy{padding:24px 44px 60px;gap:8px}.v4-gallery-copy h3{font-size:var(--module-title-size,22px)}.v4-gallery-copy p{font-size:var(--module-body-size,14px)}.v4-gallery-arrow{width:30px;height:40px}.v4-gallery-prev{left:6px}.v4-gallery-next{right:6px}}
@media(prefers-reduced-motion:reduce){.v4-gallery-slide{transition:none}}
