.home-story-stack {
  position: relative;
  background: #e9e0d4;
  color: #1c3029;
}
.story-stack-intro {
  position: relative;
  min-height: 72vh;
  padding: 100px 7vw 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: #e9e0d4;
}
.story-stack-intro::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: -190px;
  border: 1px solid rgba(190, 104, 79, 0.35);
  border-radius: 50%;
}
.story-stack-intro::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: -70px;
  top: -60px;
  background: #d9b3a6;
  border-radius: 50%;
  opacity: 0.35;
}
.story-stack-intro-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  color: rgba(28, 48, 41, 0.45);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.story-stack-intro-top span:first-child {
  color: #be684f;
}
.story-stack-intro-main {
  position: relative;
  z-index: 2;
  margin: auto 0;
}
.story-stack-intro-main > span {
  display: block;
  margin-bottom: 25px;
  color: #be684f;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.25em;
}
.story-stack-intro-main h2 {
  font-family: var(--font-display);
  font-size: clamp(85px, 13vw, 190px);
  font-weight: 500;
  line-height: 0.75;
  letter-spacing: -0.065em;
}
.story-stack-intro-main h2 em {
  color: #be684f;
  font-style: italic;
}
.story-stack-intro-main p {
  max-width: 430px;
  margin: 40px 0 0 8px;
  color: rgba(28, 48, 41, 0.55);
  font-size: 10px;
  font-weight: 300;
  line-height: 1.9;
}
.story-stack-intro-index {
  position: absolute;
  right: 7vw;
  bottom: 75px;
  color: rgba(28, 48, 41, 0.18);
  font-family: var(--font-display);
  font-size: 65px;
}
.story-stack {
  position: relative;
  height: 400vh;
}
.story-stack-item {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  overflow: hidden;
  isolation: isolate;
  transform-origin: center;
}
.story-stack-item-one {
  z-index: 1;
}
.story-stack-item-two {
  z-index: 2;
}
.story-stack-item-three {
  z-index: 3;
}
.story-stack-item-four {
  z-index: 4;
}
.story-stack-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.story-one-bg {
  position: absolute;
  inset: 0;
  background: #d8c7b5;
  z-index: -5;
}
.story-one-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.story-one-photo {
  position: absolute;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(28, 48, 41, 0.13);
}
.story-one-photo-large {
  left: 45%;
  top: 10%;
  width: 38%;
  height: 77%;
  border-radius: 8px;
}
.story-one-photo-large img {
  object-position: center;
}
.story-one-photo-small-one {
  left: 27%;
  top: 18%;
  width: 15%;
  height: 19%;
  transform: rotate(-5deg);
}
.story-one-photo-small-two {
  left: 78%;
  top: 19%;
  width: 11%;
  height: 20%;
  transform: rotate(4deg);
}
.story-one-photo-tall {
  left: 31%;
  bottom: 12%;
  width: 13%;
  height: 29%;
  transform: rotate(3deg);
}
.story-one-photo-circle {
  left: 72%;
  bottom: 10%;
  width: 17%;
  height: 17%;
  border-radius: 50%;
  border: 8px solid #d8c7b5;
}
.story-one-photo-circle img {
  object-position: center;
}
.story-one-shape-circle {
  position: absolute;
  left: -150px;
  bottom: -160px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(190, 104, 79, 0.5);
  border-radius: 50%;
  z-index: -1;
}
.story-one-shape-square {
  position: absolute;
  right: 5%;
  top: 8%;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(190, 104, 79, 0.45);
  transform: rotate(45deg);
  z-index: -1;
}
.story-stack-content {
  position: relative;
  width: min(86%, 1450px);
  height: 100%;
  margin: auto;
  padding: 35px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 10;
}
.story-stack-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(28, 48, 41, 0.48);
}
.story-stack-top span:nth-child(2) {
  text-align: center;
}
.story-stack-top span:last-child {
  text-align: right;
}
.story-stack-top span:first-child {
  color: #be684f;
}
.story-stack-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(28, 48, 41, 0.42);
}
.story-one-heading {
  position: absolute;
  left: 0;
  bottom: 18%;
  z-index: 15;
}
.story-one-heading > span {
  display: block;
  margin-bottom: 20px;
  color: #be684f;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.25em;
}
.story-one-heading h3 {
  font-family: var(--font-display);
  font-size: clamp(65px, 7.5vw, 115px);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.06em;
}
.story-one-heading h3 em {
  color: #be684f;
  font-style: italic;
}
.story-one-label {
  position: absolute;
  right: 0;
  top: 52%;
  color: rgba(28, 48, 41, 0.45);
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.24em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.story-two-bg {
  position: absolute;
  inset: 0;
  background: #eadcc4;
  z-index: -5;
}
.story-two-grid {
  position: absolute;
  inset: 0;
}
.story-two-photo {
  position: absolute;
  overflow: hidden;
}
.story-two-photo-one {
  left: 4%;
  top: 12%;
  width: 39%;
  height: 70%;
  z-index: 3;
}
.story-two-photo-two {
  left: 34%;
  top: 7%;
  width: 25%;
  height: 26%;
  z-index: 4;
  border: 10px solid #eadcc4;
  transform: rotate(-2deg);
}
.story-two-photo-three {
  left: 55%;
  top: 19%;
  width: 19%;
  height: 52%;
  z-index: 2;
}
.story-two-photo-four {
  right: 4%;
  bottom: 8%;
  width: 27%;
  height: 35%;
  z-index: 3;
  transform: rotate(3deg);
}
.story-two-film-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(28, 48, 41, 0.18);
  z-index: 5;
}
.story-two-film-line-one {
  top: 28%;
}
.story-two-film-line-two {
  bottom: 26%;
}
.story-two-circle {
  position: absolute;
  right: 14%;
  top: 9%;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(190, 104, 79, 0.5);
  border-radius: 50%;
  z-index: 1;
}
.story-two-circle::after {
  content: "";
  position: absolute;
  inset: 35px;
  border-radius: 50%;
  background: #be684f;
  opacity: 0.75;
}
.story-two-heading {
  position: absolute;
  right: 5%;
  bottom: 16%;
  width: 38%;
  z-index: 15;
}
.story-two-heading > span {
  display: block;
  margin-bottom: 20px;
  color: #be684f;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.25em;
}
.story-two-heading h3 {
  font-family: var(--font-display);
  font-size: clamp(58px, 7vw, 105px);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.06em;
}
.story-two-heading h3 em {
  color: #be684f;
  font-style: italic;
}
.story-two-location {
  position: absolute;
  left: 46%;
  bottom: 12%;
  display: flex;
  gap: 25px;
  color: rgba(28, 48, 41, 0.35);
  font-size: 6px;
  letter-spacing: 0.2em;
}
.story-three-bg {
  position: absolute;
  inset: 0;
  background: #111a17;
  z-index: -5;
}
.story-three-mosaic {
  position: absolute;
  inset: 5% 4%;
  z-index: 1;
  transform: rotate(-3deg);
}
.story-three-photo {
  position: absolute;
  overflow: hidden;
}
.story-three-photo-one {
  left: 0;
  top: 8%;
  width: 31%;
  height: 72%;
}
.story-three-photo-two {
  left: 33%;
  top: 0;
  width: 25%;
  height: 42%;
}
.story-three-photo-three {
  left: 60%;
  top: 4%;
  width: 18%;
  height: 31%;
}
.story-three-photo-four {
  right: 0;
  top: 39%;
  width: 28%;
  height: 54%;
}
.story-three-photo-five {
  left: 29%;
  bottom: 0;
  width: 26%;
  height: 34%;
}
.story-three-photo-six {
  left: 57%;
  bottom: 4%;
  width: 18%;
  height: 28%;
}
.story-three-photo img {
  filter: saturate(0.78);
}
.story-three-circle {
  position: absolute;
  border: 1px solid rgba(234, 220, 196, 0.3);
  border-radius: 50%;
  z-index: 5;
}
.story-three-circle-one {
  right: 10%;
  top: 11%;
  width: 210px;
  height: 210px;
}
.story-three-circle-two {
  left: 8%;
  bottom: 7%;
  width: 130px;
  height: 130px;
  border-color: rgba(190, 104, 79, 0.6);
}
.story-three-copy {
  position: absolute;
  left: 8%;
  bottom: 12%;
  z-index: 20;
}
.story-three-copy > span {
  display: block;
  margin-bottom: 18px;
  color: #d9b3a6;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.25em;
}
.story-three-copy h3 {
  font-family: var(--font-display);
  font-size: clamp(62px, 7vw, 108px);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.06em;
  color: #f1e8dc;
}
.story-three-copy h3 em {
  color: #d9b3a6;
  font-style: italic;
}
.story-three-copy p {
  margin-top: 22px;
  color: rgba(241, 232, 220, 0.5);
  font-size: 9px;
}
.story-three-label {
  position: absolute;
  right: 6%;
  top: 50%;
  z-index: 20;
  color: rgba(241, 232, 220, 0.38);
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.story-three-content .story-stack-top,
.story-three-content .story-stack-bottom {
  color: rgba(241, 232, 220, 0.45);
}
.story-three-content .story-stack-top span:first-child {
  color: #d9b3a6;
}
.story-four-bg {
  position: absolute;
  inset: 0;
  background: #e5d8c9;
  z-index: -5;
}
.story-four-wall {
  position: absolute;
  inset: 0;
}
.story-four-photo {
  position: absolute;
  overflow: hidden;
  background: #f2eadd;
  padding: 10px;
  box-shadow: 0 20px 45px rgba(28, 48, 41, 0.14);
}
.story-four-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.story-four-photo-one {
  left: 40%;
  top: 11%;
  width: 36%;
  height: 65%;
  z-index: 5;
  transform: rotate(-2deg);
}
.story-four-photo-two {
  left: 19%;
  top: 16%;
  width: 17%;
  height: 25%;
  transform: rotate(5deg);
  z-index: 3;
}
.story-four-photo-three {
  left: 21%;
  bottom: 13%;
  width: 19%;
  height: 30%;
  transform: rotate(-4deg);
  z-index: 4;
}
.story-four-photo-four {
  right: 5%;
  top: 17%;
  width: 17%;
  height: 27%;
  transform: rotate(4deg);
  z-index: 3;
}
.story-four-photo-five {
  right: 8%;
  bottom: 12%;
  width: 20%;
  height: 31%;
  transform: rotate(-3deg);
  z-index: 4;
}
.story-four-orbit {
  position: absolute;
  left: -170px;
  top: -170px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(190, 104, 79, 0.4);
  border-radius: 50%;
  z-index: 1;
}
.story-four-orbit-two {
  left: auto;
  top: auto;
  right: -150px;
  bottom: -160px;
  width: 430px;
  height: 430px;
}
.story-four-copy {
  position: absolute;
  left: 5%;
  bottom: 13%;
  width: 31%;
  z-index: 20;
}
.story-four-copy > span {
  display: block;
  margin-bottom: 20px;
  color: #be684f;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.25em;
}
.story-four-copy h3 {
  font-family: var(--font-display);
  font-size: clamp(58px, 7vw, 105px);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.06em;
}
.story-four-copy h3 em {
  color: #be684f;
  font-style: italic;
}
.story-four-copy p {
  max-width: 260px;
  margin-top: 25px;
  color: rgba(28, 48, 41, 0.5);
  font-size: 9px;
  line-height: 1.8;
}
.story-four-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 25px;
  color: #1c3029;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.story-four-link strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(28, 48, 41, 0.4);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 400;
}
.story-four-stamp {
  position: absolute;
  right: 29%;
  bottom: 10%;
  z-index: 20;
  width: 105px;
  height: 105px;
  border: 1px solid #be684f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #be684f;
  font-size: 7px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.18em;
  transform: rotate(12deg);
}
.story-stack-progress {
  position: fixed;
  right: 25px;
  top: 50%;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(28, 48, 41, 0.45);
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.15em;
  transform: translateY(-50%);
  pointer-events: none;
}
.story-stack-progress-track {
  width: 1px;
  height: 75px;
  background: rgba(28, 48, 41, 0.18);
}
.story-stack-progress-track span {
  display: block;
  width: 100%;
  height: 25%;
  background: #be684f;
  transform-origin: top;
}
.story-stack-progress span:first-of-type {
  color: #be684f;
}
@media (max-width: 700px) {
  .story-stack-intro {
    min-height: 72svh;
    padding: 78px 20px 45px;
  }
  .story-stack-intro::before {
    width: 320px;
    height: 320px;
    right: -170px;
    top: -110px;
  }
  .story-stack-intro::after {
    width: 190px;
    height: 190px;
    right: -75px;
    top: -35px;
  }
  .story-stack-intro-top {
    font-size: 6px;
    letter-spacing: 0.18em;
  }
  .story-stack-intro-top span:last-child {
    display: none;
  }
  .story-stack-intro-main {
    margin: auto 0;
    padding-top: 35px;
  }
  .story-stack-intro-main > span {
    margin-bottom: 17px;
    font-size: 6px;
    letter-spacing: 0.2em;
  }
  .story-stack-intro-main h2 {
    font-size: clamp(58px, 17vw, 78px);
    line-height: 0.78;
    letter-spacing: -0.06em;
  }
  .story-stack-intro-main p {
    max-width: 285px;
    margin: 25px 0 0 2px;
    font-size: 9px;
    line-height: 1.75;
  }
  .story-stack-intro-index {
    right: 20px;
    bottom: 38px;
    font-size: 38px;
  }
  .story-stack {
    height: 400vh;
  }
  .story-stack-item {
    height: 100svh;
    min-height: 620px;
  }
  .story-stack-content {
    width: calc(100% - 36px);
    padding: 22px 0;
  }
  .story-stack-top {
    grid-template-columns: 1fr 1fr;
    font-size: 6px;
    letter-spacing: 0.17em;
  }
  .story-stack-top span:nth-child(2) {
    text-align: right;
  }
  .story-stack-top span:last-child {
    display: none;
  }
  .story-stack-bottom {
    font-size: 5.5px;
    letter-spacing: 0.16em;
  }
  .story-stack-bottom span:last-child {
    display: none;
  }
  .story-one-bg {
    background: #d8c7b5;
  }
  .story-one-grid {
    opacity: 0.45;
  }
  .story-one-photo-large {
    left: 17%;
    top: 13%;
    width: 70%;
    height: 51%;
    border-radius: 6px;
    box-shadow: 0 18px 40px rgba(28, 48, 41, 0.16);
  }
  .story-one-photo-small-one {
    left: 5%;
    top: 20%;
    width: 24%;
    height: 17%;
    transform: rotate(-6deg);
  }
  .story-one-photo-small-two {
    right: 4%;
    left: auto;
    top: 25%;
    width: 21%;
    height: 16%;
    transform: rotate(5deg);
  }
  .story-one-photo-tall {
    left: 7%;
    bottom: 18%;
    width: 25%;
    height: 25%;
    transform: rotate(3deg);
  }
  .story-one-photo-circle {
    right: 6%;
    left: auto;
    bottom: 19%;
    width: 25%;
    height: 25%;
    border-width: 5px;
  }
  .story-one-shape-circle {
    width: 280px;
    height: 280px;
    left: -155px;
    bottom: -105px;
  }
  .story-one-shape-square {
    right: 5%;
    top: 10%;
    width: 55px;
    height: 55px;
  }
  .story-one-heading {
    left: 5%;
    bottom: 8%;
    width: 88%;
  }
  .story-one-heading > span {
    margin-bottom: 11px;
    font-size: 6px;
    letter-spacing: 0.2em;
  }
  .story-one-heading h3 {
    font-size: clamp(46px, 13vw, 62px);
    line-height: 0.8;
    letter-spacing: -0.055em;
  }
  .story-one-label {
    display: none;
  }
  .story-two-bg {
    background: #eadcc4;
  }
  .story-two-photo-one {
    left: 5%;
    top: 11%;
    width: 59%;
    height: 43%;
    z-index: 3;
  }
  .story-two-photo-two {
    left: auto;
    right: 4%;
    top: 15%;
    width: 39%;
    height: 21%;
    border-width: 5px;
    transform: rotate(3deg);
  }
  .story-two-photo-three {
    left: 7%;
    top: 55%;
    width: 31%;
    height: 25%;
    z-index: 3;
  }
  .story-two-photo-four {
    right: 5%;
    bottom: 19%;
    width: 47%;
    height: 27%;
    transform: rotate(-3deg);
  }
  .story-two-film-line {
    opacity: 0.55;
  }
  .story-two-film-line-one {
    top: 32%;
  }
  .story-two-film-line-two {
    bottom: 31%;
  }
  .story-two-circle {
    right: -65px;
    top: 8%;
    width: 175px;
    height: 175px;
  }
  .story-two-circle::after {
    inset: 28px;
  }
  .story-two-heading {
    left: 5%;
    right: auto;
    bottom: 7%;
    width: 90%;
  }
  .story-two-heading > span {
    margin-bottom: 11px;
    font-size: 6px;
    letter-spacing: 0.2em;
  }
  .story-two-heading h3 {
    font-size: clamp(44px, 12.5vw, 60px);
    line-height: 0.8;
    letter-spacing: -0.055em;
  }
  .story-two-location {
    display: none;
  }
  .story-three-bg {
    background: #111a17;
  }
  .story-three-mosaic {
    inset: 9% 4% 17%;
    transform: rotate(-1.5deg);
  }
  .story-three-photo-one {
    left: 0;
    top: 4%;
    width: 51%;
    height: 42%;
  }
  .story-three-photo-two {
    left: 54%;
    top: 0;
    width: 43%;
    height: 27%;
  }
  .story-three-photo-three {
    left: 56%;
    top: 31%;
    width: 27%;
    height: 23%;
  }
  .story-three-photo-four {
    right: 0;
    top: 57%;
    width: 45%;
    height: 31%;
  }
  .story-three-photo-five {
    left: 2%;
    bottom: 0;
    width: 44%;
    height: 27%;
  }
  .story-three-photo-six {
    left: 31%;
    bottom: 17%;
    width: 27%;
    height: 22%;
  }
  .story-three-circle-one {
    right: -55px;
    top: 7%;
    width: 145px;
    height: 145px;
  }
  .story-three-circle-two {
    left: -55px;
    bottom: 6%;
    width: 100px;
    height: 100px;
  }
  .story-three-copy {
    left: 5%;
    bottom: 7%;
    width: 88%;
    z-index: 25;
  }
  .story-three-copy > span {
    margin-bottom: 12px;
    font-size: 6px;
    letter-spacing: 0.2em;
  }
  .story-three-copy h3 {
    font-size: clamp(43px, 12vw, 58px);
    line-height: 0.8;
    letter-spacing: -0.055em;
  }
  .story-three-copy p {
    display: none;
  }
  .story-three-label {
    display: none;
  }
  .story-four-bg {
    background: #e5d8c9;
  }
  .story-four-photo-one {
    left: 23%;
    top: 11%;
    width: 69%;
    height: 50%;
    padding: 7px;
    transform: rotate(-2deg);
  }
  .story-four-photo-two {
    left: 5%;
    top: 17%;
    width: 25%;
    height: 18%;
    padding: 5px;
    transform: rotate(5deg);
  }
  .story-four-photo-three {
    left: 6%;
    bottom: 20%;
    width: 29%;
    height: 23%;
    padding: 5px;
    transform: rotate(-4deg);
  }
  .story-four-photo-four {
    right: 5%;
    top: 20%;
    width: 25%;
    height: 18%;
    padding: 5px;
    transform: rotate(4deg);
  }
  .story-four-photo-five {
    right: 5%;
    bottom: 18%;
    width: 29%;
    height: 24%;
    padding: 5px;
    transform: rotate(-3deg);
  }
  .story-four-orbit {
    width: 290px;
    height: 290px;
    left: -175px;
    top: -85px;
  }
  .story-four-orbit-two {
    width: 245px;
    height: 245px;
    right: -135px;
    bottom: -105px;
  }
  .story-four-copy {
    left: 5%;
    bottom: 6%;
    width: 90%;
  }
  .story-four-copy > span {
    margin-bottom: 11px;
    font-size: 6px;
    letter-spacing: 0.2em;
  }
  .story-four-copy h3 {
    font-size: clamp(43px, 12vw, 58px);
    line-height: 0.8;
    letter-spacing: -0.055em;
  }
  .story-four-copy p {
    display: none;
  }
  .story-four-link {
    margin-top: 13px;
    gap: 10px;
    font-size: 6px;
    letter-spacing: 0.16em;
  }
  .story-four-link strong {
    width: 31px;
    height: 31px;
    font-size: 12px;
  }
  .story-four-stamp {
    right: 5%;
    top: 7%;
    bottom: auto;
    width: 68px;
    height: 68px;
    font-size: 5px;
    letter-spacing: 0.14em;
  }
  .story-stack-progress {
    right: 8px;
    gap: 7px;
    font-size: 5px;
  }
  .story-stack-progress-track {
    height: 45px;
  }
}
@media (max-width: 420px) {
  .story-stack-intro {
    min-height: 70svh;
    padding: 72px 17px 38px;
  }
  .story-stack-intro-main {
    padding-top: 25px;
  }
  .story-stack-intro-main h2 {
    font-size: 55px;
  }
  .story-stack-intro-main p {
    max-width: 265px;
    margin-top: 22px;
    font-size: 8.5px;
  }
  .story-stack-intro-index {
    right: 17px;
    bottom: 32px;
    font-size: 34px;
  }
  .story-stack-content {
    width: calc(100% - 32px);
    padding: 20px 0;
  }
  .story-stack-item {
    min-height: 590px;
  }
  .story-one-photo-large {
    left: 15%;
    top: 13%;
    width: 73%;
    height: 49%;
  }
  .story-one-photo-small-one {
    left: 3%;
    top: 20%;
    width: 25%;
    height: 16%;
  }
  .story-one-photo-small-two {
    right: 3%;
    top: 25%;
    width: 21%;
    height: 15%;
  }
  .story-one-photo-tall {
    left: 6%;
    bottom: 18%;
    width: 25%;
    height: 24%;
  }
  .story-one-photo-circle {
    right: 5%;
    bottom: 19%;
    width: 26%;
    height: 24%;
  }
  .story-one-heading {
    bottom: 7%;
  }
  .story-one-heading h3 {
    font-size: 44px;
  }
  .story-two-photo-one {
    left: 4%;
    top: 11%;
    width: 60%;
    height: 41%;
  }
  .story-two-photo-two {
    right: 3%;
    top: 15%;
    width: 39%;
    height: 20%;
  }
  .story-two-photo-three {
    left: 7%;
    top: 54%;
    width: 30%;
    height: 24%;
  }
  .story-two-photo-four {
    right: 4%;
    bottom: 19%;
    width: 48%;
    height: 26%;
  }
  .story-two-heading {
    bottom: 7%;
  }
  .story-two-heading h3 {
    font-size: 43px;
  }
  .story-three-mosaic {
    inset: 9% 3% 18%;
  }
  .story-three-photo-one {
    width: 52%;
    height: 40%;
  }
  .story-three-photo-two {
    left: 55%;
    width: 42%;
    height: 25%;
  }
  .story-three-photo-three {
    left: 57%;
    top: 30%;
    width: 26%;
    height: 21%;
  }
  .story-three-photo-four {
    width: 44%;
    height: 29%;
  }
  .story-three-photo-five {
    width: 44%;
    height: 25%;
  }
  .story-three-photo-six {
    left: 31%;
    bottom: 18%;
    width: 28%;
    height: 20%;
  }
  .story-three-copy {
    bottom: 7%;
  }
  .story-three-copy h3 {
    font-size: 42px;
  }
  .story-four-photo-one {
    left: 22%;
    top: 11%;
    width: 70%;
    height: 48%;
  }
  .story-four-photo-two {
    left: 4%;
    top: 18%;
    width: 25%;
    height: 17%;
  }
  .story-four-photo-three {
    left: 5%;
    bottom: 20%;
    width: 29%;
    height: 22%;
  }
  .story-four-photo-four {
    right: 4%;
    top: 20%;
    width: 25%;
    height: 17%;
  }
  .story-four-photo-five {
    right: 4%;
    bottom: 18%;
    width: 29%;
    height: 23%;
  }
  .story-four-copy {
    bottom: 6%;
  }
  .story-four-copy h3 {
    font-size: 42px;
  }
  .story-four-stamp {
    right: 4%;
    top: 7%;
    width: 62px;
    height: 62px;
    font-size: 4.5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .story-stack-item {
    transform: none !important;
  }
}
