.vf-impact{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(201, 165, 103, 0.16), transparent 34%),
    linear-gradient(135deg, #08140d 0%, #10251a 100%);
  color: var(--vf-cream);
  border-top: 1px solid rgba(201, 165, 103, 0.2);
  border-bottom: 1px solid rgba(201, 165, 103, 0.26);
}

.vf-impact::before{
  content: "";
  position: absolute;
  inset: 32px;
  border: 1px solid rgba(201, 165, 103, 0.12);
  pointer-events: none;
}

.vf-impact-inner{
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(52px, 7vw, 92px);
}

.vf-impact-head{
  max-width: 900px;
  display: grid;
  gap: 20px;
}

.vf-impact-head .vf-section-eyebrow{ color: #d8b979; }

.vf-impact-head h2{
  max-width: 850px;
  margin: 0;
}

.vf-impact-head h2 em{ color: #d8b979; }

.vf-impact-head > p:last-child{
  max-width: 660px;
  margin: 0;
  font-family: var(--vf-serif);
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.7;
  color: rgba(246, 239, 224, 0.76);
}

.vf-impact-ledger{
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  border-top: 1px solid rgba(201, 165, 103, 0.38);
  border-bottom: 1px solid rgba(201, 165, 103, 0.2);
}

.vf-impact-stat{
  min-width: 0;
  padding: clamp(28px, 4vw, 52px) clamp(20px, 3vw, 42px);
  border-right: 1px solid rgba(201, 165, 103, 0.2);
}

.vf-impact-stat:first-child{ padding-left: 0; }
.vf-impact-stat:last-child{ border-right: 0; }

.vf-impact-stat strong{
  display: block;
  color: #f4ede1;
  font-family: var(--vf-serif);
  font-size: clamp(58px, 7vw, 104px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.vf-impact-stat strong > span[aria-hidden="true"]{
  color: #d8b979;
  font-size: 0.58em;
  vertical-align: 0.16em;
}

.vf-impact-stat p{
  max-width: 230px;
  margin: 20px 0 0;
  color: rgba(246, 239, 224, 0.7);
  font-family: var(--vf-sans);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vf-recap{
  background:
    radial-gradient(circle at top, rgba(183, 143, 77, 0.1), transparent 42%),
    linear-gradient(180deg, #f7f1e3 0%, #efe5d1 100%);
  color: var(--vf-deep);
}

.vf-recap-inner{
  display: grid;
  gap: 30px;
}

.vf-recap-head{
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.vf-recap-lede{
  max-width: 720px;
  margin: 18px auto 0;
  font-family: var(--vf-serif);
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.8;
  color: rgba(13, 20, 17, 0.76);
}

.reserve--post .vf-news-card{
  background: linear-gradient(180deg, rgba(13, 20, 17, 0.92), rgba(13, 20, 17, 0.86));
}

.vf-supporters{
  background: #f9f4e8;
}

.vf-supporters-inner{
  display: grid;
  gap: 34px;
}

.vf-supporters-head{
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.vf-supporters-lede{
  max-width: 700px;
  margin: 18px auto 0;
  font-family: var(--vf-serif);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.75;
  color: rgba(13, 20, 17, 0.74);
}

.vf-supporters-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vf-supporter-tile{
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 100%;
  padding: 24px;
  background: rgba(255, 251, 243, 0.9);
  border: 1px solid rgba(13, 20, 17, 0.08);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 40px -32px rgba(13, 20, 17, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.vf-supporter-tile:hover{
  transform: translateY(-3px);
  border-color: rgba(183, 143, 77, 0.55);
  box-shadow: 0 24px 48px -30px rgba(13, 20, 17, 0.28);
}

.vf-supporter-mark{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 10px 18px;
  background: #fffdf8;
  border: 1px solid rgba(13, 20, 17, 0.06);
}

.vf-supporter-mark img{
  max-width: 100%;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.vf-supporter-text strong{
  display: block;
  font-family: var(--vf-serif);
  font-size: 19px;
  font-weight: 600;
  color: var(--vf-deep);
}

.vf-supporter-text span{
  display: block;
  margin-top: 7px;
  font-family: var(--vf-sans);
  font-size: 15px;
  line-height: 1.65;
  color: rgba(13, 20, 17, 0.7);
}

.vf-contributors{
  max-width: 860px;
  margin: 0 auto;
  padding: 30px;
  background: rgba(255, 251, 243, 0.82);
  border: 1px solid rgba(13, 20, 17, 0.08);
}

.vf-contributors-list{
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.vf-contributors-list li{
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(13, 20, 17, 0.08);
}

.vf-contributors-list li:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}

.vf-contributors-list a{
  font-family: var(--vf-serif);
  font-size: 18px;
  color: var(--vf-deep);
  text-decoration: none;
}

.vf-contributors-list a:hover{
  color: var(--vf-gold-deep);
}

.vf-contributors-list span{
  font-family: var(--vf-sans);
  font-size: 14px;
  color: rgba(13, 20, 17, 0.66);
}

@media (max-width: 1024px){
  .vf-supporters-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px){
  .vf-impact::before{ inset: 14px; }

  .vf-impact-inner{ gap: 42px; }

  .vf-impact-ledger{
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .vf-impact-stat,
  .vf-impact-stat:first-child{
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(201, 165, 103, 0.2);
  }

  .vf-impact-stat strong{ font-size: clamp(64px, 20vw, 88px); }
  .vf-impact-stat p{ margin-top: 14px; }

  .vf-supporters-grid{
    grid-template-columns: 1fr;
  }

  .vf-contributors{
    padding: 24px 20px;
  }

  .vf-contributors-list li{
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Hero supporter movement */
.vf-hero{
  padding-bottom: 0;
}

.vf-hero-frame{
  margin-bottom: 80px;
}

.vf-hero-scroll{
  display: none;
}

.vf-logo-marquee{
  position: absolute;
  inset: 0 0 auto;
  z-index: 4;
  overflow: hidden;
  padding: 12px 0;
  border-top: 1px solid rgba(240, 211, 154, 0.32);
  border-bottom: 1px solid rgba(240, 211, 154, 0.2);
  background: rgba(7, 18, 12, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.vf-logo-marquee__track{
  display: flex;
  width: max-content;
  animation: vfLogoMarquee 32s linear infinite;
  will-change: transform;
}

.vf-logo-marquee__group{
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 18px;
  padding-right: 18px;
}

.vf-logo-marquee__item{
  display: grid;
  place-items: center;
  width: 168px;
  height: 62px;
  padding: 10px 20px;
  border: 0;
  background: transparent;
}

.vf-logo-marquee__item img{
  display: block;
  width: auto;
  height: auto;
  max-width: 126px;
  max-height: 38px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

@keyframes vfLogoMarquee{
  to { transform: translateX(-50%); }
}

@media (min-width: 821px){
  .vf-logo-marquee__track{
    width: max-content;
    animation: vfLogoMarquee 34s linear infinite;
  }

  .vf-logo-marquee__group{
    width: max(620px, calc(100vw - 180px));
    box-sizing: border-box;
    justify-content: space-between;
    gap: 12px;
    padding: 0 18px;
  }

  .vf-logo-marquee__group[aria-hidden="true"]{
    display: flex;
  }

  .vf-logo-marquee__item{
    flex: 0 1 clamp(72px, 9vw, 150px);
    width: clamp(72px, 9vw, 150px);
    padding: 8px 12px;
  }

  .vf-logo-marquee__item img{
    max-width: clamp(68px, 8vw, 132px);
    max-height: 46px;
  }
}

.vf-logo-marquee:hover .vf-logo-marquee__track{
  animation-play-state: paused;
}

/* PDG15-inspired photo mosaic and full gallery */
.vf-photo-preview{
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #d9cfbb;
  box-shadow: 0 28px 70px -42px rgba(13, 20, 17, 0.5);
}

.vf-photo-preview__viewport{
  overflow: visible;
}

.vf-photo-preview__track{
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 6px;
  height: clamp(430px, 36vw, 610px);
}

.vf-photo-preview__slide{
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #c8bda9;
  cursor: zoom-in;
}

.vf-photo-preview__slide:first-child{
  grid-column: 1;
  grid-row: 1 / -1;
}

.vf-photo-preview__slide:nth-child(2){ grid-column: 2; grid-row: 1; }
.vf-photo-preview__slide:nth-child(3){ grid-column: 3; grid-row: 1; }
.vf-photo-preview__slide:nth-child(4){ grid-column: 2; grid-row: 2; }
.vf-photo-preview__slide:nth-child(5){ grid-column: 3; grid-row: 2; }
.vf-photo-preview__slide:nth-child(n + 6){ display: none; }

.vf-photo-preview__slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.vf-photo-preview__slide::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(5, 13, 9, 0.25));
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.vf-photo-preview__slide:hover img{
  transform: scale(1.025);
  filter: brightness(0.92);
}

.vf-photo-preview__slide:hover::after{
  opacity: 1;
}

.vf-photo-preview__slide:focus-visible{
  z-index: 2;
  outline: 3px solid var(--vf-gold-deep);
  outline-offset: -3px;
}

.vf-gallery-open-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid var(--vf-deep);
  background: var(--vf-deep);
  color: var(--vf-cream);
  font: 700 13px/1 var(--vf-sans);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.vf-gallery-open-button:hover{
  transform: translateY(-2px);
  background: var(--vf-gold-deep);
  color: #fff;
}

.vf-photo-preview__view-all{
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 4;
  min-height: 50px;
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(7, 18, 12, 0.88);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.vf-gallery-open-button__icon{
  display: grid;
  grid-template-columns: repeat(2, 6px);
  gap: 3px;
}

.vf-gallery-open-button__icon i{
  width: 6px;
  height: 6px;
  background: currentColor;
}

.vf-photo-preview__meta,
.vf-photo-preview__arrow{
  display: none;
}

body.vf-gallery-open{
  overflow: hidden;
}

.vf-gallery-modal[hidden],
.vf-gallery-viewer[hidden],
.vf-gallery-grid-view[hidden]{
  display: none;
}

.vf-gallery-modal{
  position: fixed;
  inset: 0;
  z-index: 2000;
  color: var(--vf-deep);
}

.vf-gallery-modal__backdrop{
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(5, 13, 9, 0.9);
  cursor: pointer;
}

.vf-gallery-modal__panel{
  position: absolute;
  inset: 18px;
  overflow: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  background: #f7f1e3;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}

.vf-gallery-modal__header{
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 58px);
  border-bottom: 1px solid rgba(13, 20, 17, 0.12);
  background: rgba(247, 241, 227, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.vf-gallery-modal__eyebrow{
  margin: 0 0 4px;
  color: var(--vf-gold-deep);
  font: 700 11px/1 var(--vf-sans);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vf-gallery-modal__header h2{
  margin: 0;
  font: 500 clamp(24px, 3vw, 42px)/1 var(--vf-display);
}

.vf-gallery-photographer{
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  color: var(--vf-gold-deep);
  font: 700 12px/1.2 var(--vf-sans);
  text-decoration: underline;
  text-decoration-color: rgba(154, 105, 34, 0.35);
  text-underline-offset: 3px;
}

.vf-gallery-photographer:hover{
  color: var(--vf-deep);
  text-decoration-color: currentColor;
}

.vf-gallery-modal__close{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(13, 20, 17, 0.24);
  background: transparent;
  color: inherit;
  font: 700 12px/1 var(--vf-sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.vf-gallery-modal__close span{
  font-size: 24px;
  font-weight: 300;
}

.vf-gallery-grid-view{
  padding: 24px clamp(18px, 4vw, 58px) 64px;
}

.vf-gallery-modal__hint{
  width: min(1120px, 100%);
  margin: 0 auto 22px;
  color: rgba(13, 20, 17, 0.66);
  font: 15px/1.6 var(--vf-sans);
}

.vf-gallery-tour-nav{
  display: grid;
  width: min(1120px, 100%);
  margin: 0 auto clamp(48px, 6vw, 78px);
  padding: 2px 0 8px;
  grid-auto-columns: minmax(132px, 1fr);
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.vf-gallery-tour-nav::-webkit-scrollbar{
  display: none;
}

.vf-gallery-tour-nav button{
  display: grid;
  min-width: 0;
  gap: 9px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--vf-deep);
  text-align: left;
  cursor: pointer;
}

.vf-gallery-tour-nav img{
  display: block;
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  transition: filter 0.2s ease, transform 0.22s ease;
}

.vf-gallery-tour-nav button:hover img{
  filter: brightness(0.94);
  transform: scale(1.015);
}

.vf-gallery-tour-nav span{
  overflow: hidden;
  font: 600 12px/1.3 var(--vf-sans);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vf-gallery-grid{
  display: block;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.vf-gallery-chapter{
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: start;
}

.vf-gallery-chapter + .vf-gallery-chapter{
  margin-top: clamp(62px, 8vw, 106px);
}

.vf-gallery-chapter h3{
  position: sticky;
  top: 104px;
  margin: 0;
  color: var(--vf-deep);
  font: 500 clamp(28px, 2.4vw, 38px)/1.08 var(--vf-serif);
}

.vf-gallery-chapter__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.vf-gallery-tile{
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #ded3bf;
  cursor: zoom-in;
}

.vf-gallery-tile--wide{
  grid-column: 1 / -1;
}

.vf-gallery-tile img{
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.vf-gallery-tile:hover img{
  transform: scale(1.035);
  filter: brightness(0.88);
}

.vf-gallery-tile:focus-visible{
  outline: 3px solid var(--vf-gold-deep);
  outline-offset: -3px;
}

.vf-gallery-viewer{
  position: relative;
  min-height: calc(100vh - 122px);
  padding: 22px 78px 70px;
  background: #07120c;
  color: var(--vf-cream);
}

.vf-gallery-viewer figure{
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  place-items: center;
  gap: 18px;
  min-height: calc(100vh - 220px);
  margin: 0;
}

.vf-gallery-viewer img{
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 260px);
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.38);
}

.vf-gallery-story{
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 22px;
  width: min(760px, 90vw);
  color: var(--vf-cream);
  text-align: center;
}

.vf-gallery-story strong{
  font: 500 clamp(18px, 1.6vw, 23px)/1.15 var(--vf-serif);
  letter-spacing: 0.015em;
}

.vf-gallery-story__counter{
  color: var(--vf-gold);
  font: 700 10px/1 var(--vf-sans);
  letter-spacing: 0.18em;
}

.vf-gallery-viewer__arrow{
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(246, 239, 224, 0.34);
  border-radius: 50%;
  background: rgba(7, 18, 12, 0.7);
  color: var(--vf-cream);
  font-size: 28px;
  cursor: pointer;
  transform: translateY(-50%);
}

.vf-gallery-viewer__arrow--previous{ left: 18px; }
.vf-gallery-viewer__arrow--next{ right: 18px; }

.vf-gallery-viewer__grid{
  position: absolute;
  left: 50%;
  bottom: 18px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(246, 239, 224, 0.34);
  background: rgba(7, 18, 12, 0.7);
  color: var(--vf-cream);
  font: 700 11px/1 var(--vf-sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transform: translateX(-50%);
}

.vf-foot .foot-sub{
  color: rgba(246, 239, 224, 0.72);
  opacity: 1;
}

@media (max-width: 820px){
  .vf-hero{
    padding-bottom: 0;
  }

  .vf-hero-frame{
    margin-bottom: 60px;
  }

  .vf-logo-marquee{
    padding: 9px 0;
  }

  .vf-logo-marquee__item{
    width: 132px;
    height: 54px;
    padding: 9px 15px;
  }

  .vf-logo-marquee__item img{
    max-width: 102px;
    max-height: 33px;
  }

  .vf-recap-inner{
    gap: 24px;
  }

  .vf-photo-preview{
    width: 100%;
    margin-inline: 0;
    box-shadow: none;
  }

  .vf-photo-preview__viewport{
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .vf-photo-preview__viewport::-webkit-scrollbar{
    display: none;
  }

  .vf-photo-preview__track{
    display: flex;
    width: max-content;
    height: min(78vw, 520px);
    gap: 0;
  }

  .vf-photo-preview__slide,
  .vf-photo-preview__slide:nth-child(n + 6){
    display: block;
    flex: 0 0 100vw;
    width: 100vw;
    height: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .vf-photo-preview__slide::after{
    opacity: 1;
    background: linear-gradient(180deg, transparent 56%, rgba(5, 13, 9, 0.46));
  }

  .vf-photo-preview__slide:hover img{
    transform: none;
    filter: none;
  }

  .vf-photo-preview__meta{
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 4;
    display: grid;
    justify-items: end;
    gap: 4px;
    color: #fff8e8;
    text-align: right;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
    pointer-events: none;
  }

  .vf-photo-preview__meta span:first-child{
    font: 700 11px/1 var(--vf-sans);
    letter-spacing: 0.16em;
  }

  .vf-photo-preview__meta span:last-child{
    max-width: 42vw;
    font: 500 17px/1.15 var(--vf-serif);
  }

  .vf-photo-preview__view-all{
    right: auto;
    left: 14px;
    bottom: 14px;
    max-width: 51vw;
    min-height: 46px;
    padding: 0 16px;
    gap: 9px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .vf-photo-preview__arrow{
    display: none;
  }

  .vf-gallery-modal__panel{
    inset: 0;
  }

  .vf-gallery-modal__close{
    min-width: 46px;
    padding: 0 11px;
  }

  .vf-gallery-modal__close strong{
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .vf-gallery-grid-view{
    padding-inline: 12px;
  }

  .vf-gallery-tour-nav{
    margin-bottom: 42px;
    grid-auto-columns: 128px;
    gap: 10px;
  }

  .vf-gallery-tour-nav span{
    font-size: 11px;
  }

  .vf-gallery-chapter{
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .vf-gallery-chapter + .vf-gallery-chapter{
    margin-top: 58px;
  }

  .vf-gallery-chapter h3{
    position: static;
    margin-bottom: 16px;
    font-size: 30px;
  }

  .vf-gallery-chapter__grid{
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .vf-gallery-tile--wide{
    grid-column: auto;
  }

  .vf-gallery-viewer{
    min-height: calc(100vh - 83px);
    padding: 18px 12px 76px;
  }

  .vf-gallery-viewer figure{
    gap: 13px;
    min-height: calc(100vh - 190px);
  }

  .vf-gallery-viewer img{
    max-height: calc(100vh - 250px);
  }

  .vf-gallery-story{
    gap: 14px;
    width: min(92vw, 620px);
    padding-inline: 8px;
  }

  .vf-gallery-story strong{
    font-size: 20px;
  }

  .vf-gallery-viewer__arrow{
    top: auto;
    bottom: 15px;
    width: 44px;
    height: 44px;
    transform: none;
  }

  .vf-gallery-viewer__arrow--previous{ left: 14px; }
  .vf-gallery-viewer__arrow--next{ right: 14px; }
}

@media (prefers-reduced-motion: reduce){
  .vf-logo-marquee__track{
    animation: none;
  }

  .vf-photo-preview__slide img,
  .vf-gallery-tile img{
    transition: none;
  }
}
