/* English story section: shared green backdrop and closing photo strip. */
.all-story.all-story-green {
  background: var(--all-deep);
  color: #fff;
  padding: 72px 0 0;
}
.all-story-green .all-story-row {
  background: transparent;
  gap: clamp(42px, 6vw, 78px);
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  margin: 0 0 62px;
}
.all-story-green .all-story-row:last-child { margin-bottom: 0; }
.all-story-green .all-story-row-reverse {
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
}
.all-story-green .all-story-media { border-radius: 4px; }
.all-story-green .all-story-copy { padding: 0; }
.all-story-green .all-story-number {
  color: var(--all-gold);
  font-size: 18px;
  letter-spacing: .18em;
}
.all-story-green .all-story-copy h3 {
  color: #fff;
  font-size: clamp(42px, 3.7vw, 56px);
  letter-spacing: .01em;
  line-height: 1;
}
.all-story-green .all-story-copy p {
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
  line-height: 1.62;
}
.all-story-green .all-story-copy a:not(.all-button) { color: #fff; }
.all-story-green a:focus-visible { outline-color: var(--all-gold); }
.all-story-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1.499fr) minmax(0, 2.1645fr) minmax(0, 1.499fr);
  margin-top: 82px;
}
.all-story-mosaic picture,
.all-story-mosaic img { display: block; width: 100%; height: auto; }
.all-story-mosaic picture { height: auto; overflow: hidden; border-radius: 4px 4px 0 0; }
.all-story-mosaic img { object-fit: cover; }
@media (min-width: 768px) and (max-width: 991px) {
  .all-story-green .all-story-row,
  .all-story-green .all-story-row-reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    margin-bottom: 48px;
  }
  .all-story-green .all-story-copy h3 { font-size: 38px; }
  .all-story-green .all-story-copy p { font-size: 16px; }
  .all-story-mosaic { margin-top: 62px; }
  .all-story-mosaic picture { height: auto; }
}
@media (max-width: 767px) {
  .all-story.all-story-green { padding-top: 40px; }
  .all-story-green > .container { padding-inline: 24px; }
  .all-story-green .all-story-row,
  .all-story-green .all-story-row-reverse {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin-bottom: 46px;
  }
  .all-story-green .all-story-copy h3 { font-size: clamp(36px, 9.5vw, 45px); }
  .all-story-green .all-story-copy p { font-size: 16px; }
  .all-story-green .all-story-number { font-size: 16px; }
  .all-story-mosaic { grid-template-columns: minmax(0, 1fr); margin-top: 48px; }
  .all-story-mosaic picture { height: auto; border-radius: 0; }
  .all-story-mosaic img { height: auto; object-fit: contain; }
}

/* Match the Daily Trips photo entrances; use the existing reveal observer. */
.all-story-green .all-photo-reveal {
  --all-photo-x: 0px;
  --all-photo-y: 38px;
  --all-photo-scale: 1;
  clip-path: inset(0 0 0 0 round 4px);
  filter: none;
  opacity: 1;
  transform: none;
  transition: opacity .82s ease, transform .92s cubic-bezier(.18,.76,.28,1), filter .82s ease, clip-path 1.05s cubic-bezier(.18,.76,.28,1);
}
.all-story-green .all-photo-reveal.all-reveal-left { --all-photo-x: -64px; --all-photo-y: 0px; }
.all-story-green .all-photo-reveal.all-reveal-right { --all-photo-x: 64px; --all-photo-y: 0px; }
.all-story-green .all-photo-reveal.all-reveal-scale { --all-photo-scale: .94; --all-photo-y: 20px; }
.all-story-green .all-photo-reveal.all-pending {
  clip-path: inset(0 14% 0 0 round 4px);
  filter: blur(2px);
  opacity: 0;
  transform: translate3d(var(--all-photo-x),var(--all-photo-y),0) scale(var(--all-photo-scale));
}
.all-story-green .all-photo-delay-1 { transition-delay: .12s; }
.all-story-green .all-photo-delay-2 { transition-delay: .24s; }
.all-story-green .all-story-media { box-shadow: 0 24px 70px rgba(0,0,0,.28); }
@media (min-width: 768px) and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .all-story-mosaic img { transition: transform .8s ease; }
  .all-story-mosaic picture:hover img { transform: scale(1.035); }
}
@media (max-width: 767px) {
  .all-story-green .all-photo-reveal.all-reveal-left,
  .all-story-green .all-photo-reveal.all-reveal-right { --all-photo-x: 0px; --all-photo-y: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  .all-story-green .all-photo-reveal,
  .all-story-green .all-photo-reveal.all-pending { clip-path: none; filter: none; opacity: 1; transform: none; transition: none; }
}

/* The same subtle photo zoom and scroll motion as Daily Trips. */
.all-story-green .all-story-media img {
  --all-parallax-y: 0px;
  transform: translate3d(0, var(--all-parallax-y), 0) scale(1.055);
  transition: transform 1s cubic-bezier(.2, .75, .25, 1);
}
@media (min-width: 768px) and (prefers-reduced-motion: no-preference) {
  .all-story-green .all-story-media img { will-change: transform; }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .all-story-green .all-story-row:hover .all-story-media img { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .all-story-green .all-story-media img { transform: none; transition: none; }
}

/* Long-standing lodge partners, alongside the accommodation story. */
.all-story-green .all-lodge-partners {
  background: var(--all-forest);
  border-top: 3px solid var(--all-gold);
  margin: 0 0 62px;
  padding: 28px 32px 30px;
}
.all-story-green .all-lodge-partners:last-child { margin-bottom: 0; }
.all-story-green .all-lodge-partners h3 {
  color: #fff;
  font-size: 30px;
  margin: 0 0 8px;
}
.all-story-green .all-lodge-partners p {
  color: rgba(255, 255, 255, .76);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.all-story-green .all-lodge-partners-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
.all-story-green .all-lodge-partners-list li { padding: 0 24px; }
.all-story-green .all-lodge-partners-list li:first-child { padding-left: 0; }
.all-story-green .all-lodge-partners-list li:last-child { padding-right: 0; }
.all-story-green .all-lodge-partners-list li + li { border-left: 1px solid rgba(255, 255, 255, .2); }
.all-story-green .all-lodge-partners-list h4 {
  color: var(--all-gold);
  font: 400 25px/1.2 "Bebas Neue", sans-serif;
  letter-spacing: .015em;
  margin: 0 0 6px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .all-story-green .all-lodge-partners { margin-bottom: 48px; padding: 26px; }
  .all-story-green .all-lodge-partners-list li { padding-inline: 18px; }
}
@media (max-width: 767px) {
  .all-story-green .all-lodge-partners { margin-bottom: 46px; padding: 24px 22px; }
  .all-story-green .all-lodge-partners h3 { font-size: 28px; }
  .all-story-green .all-lodge-partners-list { grid-template-columns: minmax(0, 1fr); margin-top: 20px; }
  .all-story-green .all-lodge-partners-list li { padding: 0; }
  .all-story-green .all-lodge-partners-list li + li {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 18px;
    padding-top: 18px;
  }
}
