/**
 * index.html — hero photo seam bar
 */
:root{
  --rt-hero-rule-offset:clamp(0.45rem,1.2vh,0.75rem);
  --rt-splash-bar-gradient-size:100vw 100%;
  --rt-rule-height:3px;
}

.index-hero-photo-seam__fill{
  display:block;
  width:100%;
  height:100%;
  min-height:var(--rt-rule-height,3px);
  clip-path:inset(0 0 0 0);
  background-repeat:no-repeat;
  box-shadow:none;
}

.brand-title.index-hero-peaceful .index-hero-photo-seam--bottom > .index-hero-photo-seam__fill,
.brand-title.index-hero-peaceful .index-hero-photo-seam > .index-hero-photo-seam__fill{
  display:block;
  width:100%;
  height:var(--rt-rule-height,3px);
  clip-path:inset(0 0 0 0);
}

.brand-title.index-hero-peaceful .index-hero-photo-seam--bottom > .index-hero-photo-seam__fill,
.brand-title.index-hero-peaceful .index-hero-photo-seam > .index-hero-photo-seam__fill,
.index-hero-photo-seam__fill{
  background:var(--rt-gold-teal-splash-bar-hero);
  background-size:var(--rt-splash-bar-gradient-size);
  background-position:0 0;
}
