:root {
  --opl-ink: #172b26;
  --opl-forest: #123d33;
  --opl-forest-bright: #1f6653;
  --opl-cream: #f3efe5;
  --opl-paper: #fffdf8;
  --opl-sand: #d9cdbb;
  --opl-line: rgba(23, 43, 38, 0.18);
  --opl-shadow: 0 24px 70px rgba(18, 61, 51, 0.12);
}

.official-photo-library-page {
  background:
    radial-gradient(circle at 88% 7%, rgba(195, 163, 100, 0.18), transparent 25rem),
    linear-gradient(180deg, #f8f5ed 0, var(--opl-cream) 52rem, #fbfaf6 100%);
  color: var(--opl-ink);
}

.official-photo-library-page main {
  overflow: clip;
}

.opl-breadcrumb,
.opl-hero,
.opl-intro,
.opl-featured,
.opl-library,
.opl-contact {
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
}

.opl-collection-hero {
  display: grid;
  width: min(100% - 48px, 1240px);
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  margin: 1rem auto clamp(5rem, 9vw, 8rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  border-radius: 32px;
  background: var(--opl-forest);
  color: #fff;
}

.opl-collection-hero h1 {
  margin: 0.45rem 0 1rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.opl-collection-hero > div > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.opl-collection-hero .button {
  display: inline-flex;
  margin-top: 1rem;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.opl-collection-hero .button.secondary {
  background: transparent;
}

.opl-collection-hero figure {
  margin: 0;
}

.opl-collection-hero figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.opl-collection-hero figcaption {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  line-height: 1.5;
}

.opl-collection-grid {
  margin-top: 2rem;
}

.opl-breadcrumb {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  padding-block: 1.35rem;
  color: #536660;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.opl-breadcrumb a {
  color: inherit;
  text-decoration-color: transparent;
}

.opl-breadcrumb a:hover,
.opl-breadcrumb a:focus-visible {
  color: var(--opl-forest-bright);
  text-decoration-color: currentColor;
}

.opl-hero {
  display: grid;
  grid-template-columns: minmax(400px, 0.72fr) minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 36px;
  background: var(--opl-forest);
  box-shadow: var(--opl-shadow);
  color: #fff;
}

.opl-hero-copy {
  align-self: center;
  padding: clamp(1.75rem, 3vw, 2.6rem);
}

.opl-hero .eyebrow,
.opl-contact .eyebrow {
  color: #cfe8d8;
}

.opl-hero h1 {
  max-width: 8ch;
  margin: 0.4rem 0 1.1rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.25rem, 4.6vw, 4.5rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.065em;
  overflow-wrap: normal;
}

.opl-lede {
  max-width: 37rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.5;
}

.opl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

.official-photo-library-page .opl-actions .button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0.68rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.official-photo-library-page .opl-actions .button.primary {
  background: #d9b96f;
  color: #15382f;
}

.official-photo-library-page .opl-actions .button.secondary {
  border-color: rgba(255, 255, 255, 0.52);
  background: transparent;
  color: #fff;
}

.official-photo-library-page .opl-actions .button:hover,
.official-photo-library-page .opl-actions .button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.opl-hero dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.25rem 0 0;
}

.opl-hero dl div {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.opl-hero dt {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

.opl-hero dd {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.opl-hero-image {
  position: relative;
  align-self: center;
  min-height: 0;
  margin: 1rem 1rem 1rem 0;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border-radius: 24px;
  background: #31554b;
}

.opl-hero-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 61, 51, 0.28), transparent 32%);
  content: "";
  pointer-events: none;
}

.opl-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.opl-hero-image picture {
  display: block;
  height: 100%;
}

.opl-hero-image figcaption {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  bottom: 1.5rem;
  max-width: 27rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  background: rgba(9, 27, 23, 0.72);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  line-height: 1.45;
  backdrop-filter: blur(12px);
}

.opl-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: end;
  padding-block: clamp(5rem, 10vw, 8rem);
}

.opl-intro h2,
.opl-section-heading h2,
.opl-contact h2 {
  margin: 0.35rem 0 0;
  color: var(--opl-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4.9rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
  overflow-wrap: normal;
}

.opl-intro > p {
  margin: 0;
  color: #4d5d58;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.72;
}

.opl-library {
  padding-bottom: clamp(5rem, 9vw, 9rem);
}

.opl-featured {
  padding-bottom: clamp(5rem, 9vw, 8rem);
}

.opl-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.opl-featured-card {
  overflow: hidden;
  border-radius: 18px;
  background: #173d34;
  color: #fff;
}

.opl-featured-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #31554b;
}

.opl-featured-media picture,
.opl-featured-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.opl-featured-media img {
  object-fit: cover;
}

.opl-featured-card > div:last-child {
  padding: 1rem;
}

.opl-featured-card h3 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.08;
}

.opl-featured-card p:not(.opl-kicker) {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.45;
}

.opl-featured-card .opl-kicker {
  color: #d7c17e;
}

.opl-story-group {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.opl-story-group[hidden] {
  display: none;
}

.opl-story-heading {
  display: flex;
  gap: 1.5rem;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.opl-story-heading h3 {
  margin: 0;
  color: var(--opl-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.035em;
}

.opl-story-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.opl-story-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
  background: var(--opl-forest);
  box-shadow: 0 14px 42px rgba(18, 61, 51, 0.11);
}

.opl-story-card[hidden] {
  display: none;
}

.opl-story-card-link {
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr;
  color: #fff;
  text-decoration: none;
}

.opl-story-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #31554b;
}

.opl-story-media picture,
.opl-story-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.opl-story-media img {
  object-fit: cover;
  transition: transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.opl-story-card-link:hover .opl-story-media img,
.opl-story-card-link:focus-visible .opl-story-media img {
  transform: scale(1.025);
}

.opl-story-count {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  padding: 0.4rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(9, 27, 23, 0.78);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.opl-story-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 1.1rem;
}

.opl-story-copy .opl-kicker {
  color: #d7c17e;
}

.opl-story-copy strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.7vw, 1.65rem);
  font-weight: 500;
  line-height: 1.05;
}

.opl-story-summary {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
  line-height: 1.5;
}

.opl-story-cta {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  margin-top: auto;
  padding-top: 1rem;
  color: #f0d28b;
  font-size: 0.8rem;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22rem;
}

.opl-browse-switch {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  padding-top: 1.4rem;
}

.opl-browse-switch span {
  margin-right: 0.35rem;
  color: #536660;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.opl-browse-switch button {
  min-height: 40px;
  padding: 0.5rem 0.85rem;
  border: 1px solid var(--opl-line);
  border-radius: 999px;
  background: transparent;
  color: var(--opl-ink);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

.opl-browse-switch button.is-active {
  border-color: var(--opl-forest);
  background: var(--opl-forest);
  color: #fff;
}

.opl-section-heading {
  display: flex;
  gap: 2rem;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--opl-line);
}

.opl-section-heading > p {
  flex: 0 0 auto;
  margin: 0;
  color: #536660;
  font-size: 0.9rem;
  font-weight: 750;
}

.opl-filters {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  padding: 1.4rem 0 2.5rem;
  scrollbar-width: thin;
}

.opl-filters button {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 0.6rem;
  align-items: center;
  min-height: 42px;
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--opl-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--opl-ink);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.opl-filters button span {
  display: grid;
  min-width: 1.5rem;
  height: 1.5rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(18, 61, 51, 0.09);
  font-size: 0.72rem;
}

.opl-filters button.is-active {
  border-color: var(--opl-forest);
  background: var(--opl-forest);
  color: #fff;
}

.opl-filters button.is-active span {
  background: rgba(255, 255, 255, 0.18);
}

.opl-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1.3rem, 2.5vw, 2.4rem);
}

.opl-card {
  grid-column: span 4;
  align-self: start;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 43, 38, 0.11);
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.84);
  box-shadow: 0 10px 35px rgba(23, 43, 38, 0.055);
}

.opl-card-media {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #d7ddd7;
  cursor: zoom-in;
}

.opl-card-media img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.opl-card-media picture {
  display: block;
}

.opl-card-media:hover img,
.opl-card-media:focus-visible img {
  transform: scale(1.025);
}

.opl-view-cue {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  padding: 0.48rem 0.68rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(9, 27, 23, 0.76);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(5px);
  transition: 180ms ease;
}

.opl-card-media:hover .opl-view-cue,
.opl-card-media:focus-visible .opl-view-cue {
  opacity: 1;
  transform: none;
}

.opl-card-copy {
  padding: clamp(1.15rem, 2vw, 1.65rem);
}

.opl-kicker {
  margin: 0 0 0.65rem;
  color: var(--opl-forest-bright);
  font-size: 0.71rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.opl-card h3 {
  margin: 0;
  color: var(--opl-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.025em;
  overflow-wrap: normal;
}

.opl-card-copy > p:not(.opl-kicker):not(.opl-meta):not(.opl-credit):not(.opl-entities) {
  margin: 0.9rem 0 0;
  color: #53605c;
  line-height: 1.55;
}

.opl-description {
  font-size: 0.92rem;
}

.opl-entities {
  margin: 0.85rem 0 0;
  color: #5f6c67;
  font-size: 0.76rem;
  line-height: 1.5;
}

.opl-meta,
.opl-credit {
  margin: 0.8rem 0 0;
  color: #68746f;
  font-size: 0.78rem;
  line-height: 1.45;
}

.opl-credit {
  font-style: italic;
}

.opl-related {
  display: inline-flex;
  gap: 0.35rem;
  margin-top: 1rem;
  color: var(--opl-forest-bright);
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2rem;
}

.opl-card[hidden] {
  display: none;
}

.opl-empty {
  padding: 3rem;
  border: 1px dashed var(--opl-line);
  border-radius: 18px;
  text-align: center;
}

.opl-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: clamp(4rem, 8vw, 8rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  border-radius: 30px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent),
    var(--opl-forest);
  color: #fff;
}

.opl-contact h2 {
  color: #fff;
}

.opl-contact p:not(.eyebrow) {
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.opl-contact .opl-actions {
  justify-content: flex-end;
}

.opl-lightbox {
  width: min(96vw, 1300px);
  max-width: none;
  height: min(92vh, 900px);
  max-height: none;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: #0d1714;
  color: #fff;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
}

.opl-lightbox::backdrop {
  background: rgba(6, 14, 11, 0.82);
  backdrop-filter: blur(8px);
}

.opl-lightbox-shell {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 82px;
  height: 100%;
  align-items: center;
}

.opl-lightbox figure {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.65fr);
  min-width: 0;
  max-height: 100%;
  margin: 0;
  align-items: center;
}

.opl-lightbox figure > img {
  width: 100%;
  max-height: 84vh;
  object-fit: contain;
}

.opl-lightbox figcaption {
  padding: clamp(1.5rem, 3vw, 3rem);
}

.opl-lightbox h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.opl-lightbox figcaption > p:not(.opl-kicker):not(.opl-credit) {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.opl-lightbox .opl-credit {
  color: rgba(255, 255, 255, 0.55);
}

.opl-full-resolution {
  display: inline-flex;
  gap: 0.35rem;
  margin-top: 1rem;
  color: #f0d28b;
  font-size: 0.82rem;
  font-weight: 850;
  text-underline-offset: 0.2rem;
}

.opl-close,
.opl-step {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
}

.opl-step {
  width: 68px;
  justify-self: center;
}

.opl-close {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  padding-inline: 0.85rem;
}

@media (max-width: 1024px) {
  .opl-hero {
    display: flex;
    min-height: auto;
    flex-direction: column-reverse;
  }

  .opl-hero-image {
    width: calc(100% - 2rem);
    min-height: 0;
    margin: 1rem 1rem 0;
  }

  .opl-card {
    grid-column: span 6;
  }

  .opl-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opl-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opl-lightbox-shell {
    grid-template-columns: 62px minmax(0, 1fr) 62px;
  }

  .opl-lightbox figure {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .opl-lightbox figure > img {
    max-height: 60vh;
  }
}

@media (max-width: 760px) {
  .opl-breadcrumb,
  .opl-hero,
    .opl-intro,
    .opl-featured,
    .opl-library,
  .opl-contact {
    width: min(100% - 32px, 1240px);
  }

  .opl-collection-hero {
    width: min(100% - 32px, 1240px);
    grid-template-columns: 1fr;
    padding: 1.4rem;
    border-radius: 22px;
  }

  .opl-breadcrumb {
    padding-block: 1rem;
  }

  .opl-hero {
    display: flex;
    min-height: auto;
    flex-direction: column-reverse;
    border-radius: 24px;
  }

  .opl-hero-copy {
    padding: 1.35rem 1.7rem 1.55rem;
  }

  .opl-hero h1 {
    max-width: 9ch;
    margin-bottom: 0.85rem;
    font-size: clamp(2.85rem, 15vw, 4rem);
  }

  .opl-lede {
    line-height: 1.5;
  }

  .opl-hero-image {
    width: 100%;
    min-height: 0;
    margin: 0;
    aspect-ratio: 3 / 2;
    border-radius: 0;
  }

  .opl-hero-image::after {
    background: linear-gradient(0deg, rgba(18, 61, 51, 0.35), transparent 36%);
  }

  .opl-hero-image figcaption {
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
    max-width: none;
  }

  .opl-actions .button {
    width: 100%;
  }

  .opl-actions {
    margin-top: 1rem;
  }

  .opl-hero dl {
    gap: 0.65rem;
    margin-top: 1.35rem;
  }

  .opl-hero dt {
    font-size: 1.8rem;
  }

  .opl-hero dd {
    font-size: 0.65rem;
  }

  .opl-intro,
  .opl-contact {
    grid-template-columns: 1fr;
  }

  .opl-intro {
    gap: 1.5rem;
    padding-block: 4.5rem;
  }

  .opl-section-heading {
    display: block;
  }

  .opl-section-heading > p {
    margin-top: 1rem;
  }

  .opl-featured-grid {
    grid-template-columns: 1fr;
  }

  .opl-featured-card {
    display: grid;
    grid-template-columns: minmax(125px, 0.72fr) minmax(0, 1.28fr);
  }

  .opl-story-heading {
    display: block;
  }

  .opl-story-grid {
    grid-template-columns: 1fr;
  }

  .opl-story-card-link {
    grid-template-columns: minmax(125px, 0.75fr) minmax(0, 1.25fr);
    grid-template-rows: none;
  }

  .opl-story-media {
    height: 100%;
    min-height: 220px;
    aspect-ratio: auto;
  }

  .opl-featured-media {
    aspect-ratio: 1 / 1;
  }

  .opl-browse-switch {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .opl-browse-switch span {
    width: 100%;
  }

  .opl-card {
    grid-column: 1 / -1;
  }

  .opl-card,
  .opl-contact {
    border-radius: 20px;
  }

  .opl-view-cue {
    opacity: 1;
    transform: none;
  }

  .opl-contact .opl-actions {
    justify-content: stretch;
  }

  .opl-lightbox {
    width: 100vw;
    height: 100dvh;
    border-radius: 0;
  }

  .opl-lightbox-shell {
    display: block;
    overflow-y: auto;
    padding: 4.5rem 1rem 5rem;
  }

  .opl-lightbox figure {
    display: block;
  }

  .opl-lightbox figure > img {
    max-height: 58vh;
  }

  .opl-lightbox figcaption {
    padding: 1.4rem 0 0;
  }

  .opl-step {
    position: fixed;
    z-index: 2;
    bottom: 0.9rem;
    width: auto;
    padding-inline: 1rem;
  }

  .opl-prev {
    left: 1rem;
  }

  .opl-next {
    right: 1rem;
  }
}

@media (max-width: 390px) {
  .opl-hero h1 {
    font-size: 3.15rem;
  }

  .opl-hero dl {
    grid-template-columns: 1fr;
  }

  .opl-hero dl div {
    display: flex;
    gap: 0.7rem;
    align-items: baseline;
  }

  .opl-story-card-link {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .opl-story-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .opl-card-media img,
  .official-photo-library-page .opl-actions .button,
  .opl-view-cue {
    transition: none;
  }

  .opl-story-media img {
    transition: none;
  }
}
