
.wrapper {
  overflow-x: hidden;
  position: relative;
}
svg {
  position: absolute;
  bottom: 4.5em;
  left: 16.559%;
  transform: translateX(-50%);
  width: 90vw;
  max-width: 600px;
}

svg .mask {
  width: 0;
}

.container {
  display: flex;
  width: 300vw;  height: 100vh;

}
.container .col {
  //*display: flex;*//
  gap: 3em;
}

.container section {
  width: 100vw;
  border-top: 3px solid var(--temple-gold);
  border-bottom: 3px solid var(--temple-gold);

  background:#000;
}



.container section p {
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-rop: 2rem;
    color: var(--aged-paper);
    width: 100vw;
}

.sec1,.sec2,.sec3,.sec4,.sec5,.sec6,.sec7,.sec8,.sec9{
    padding-top: 4.6em;
}
.section-image {
  display: block;
  margin: 0 auto 0 auto;
  max-width: 750px;
  width: 100%;
  height: auto;
  position: relative;
  filter: brightness(0.8) sepia(0.2) contrast(1.1);

  /* soft fading edges */
  mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}

.section-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 200, 0.05); /* light vintage wash */
  mix-blend-mode: overlay;
  pointer-events: none;
}
.image-year {
  text-align: center;
  color: var(--temple-gold);
  font-family: "Times New Roman", serif;
  font-size: 1.5rem;
  margin-top: 1rem;
  opacity: 0.8;
  letter-spacing: 2px;
}