.darling-gallery-page {
  --dc-red: #d82134;
  --dc-red-dark: #72111b;
  --dc-white: #fff;
  --dc-text: #e7e7e7;
  --dc-muted: #bebebe;
  --dc-border: rgba(255, 255, 255, .16);
  --dc-container: 1440px;
  --dc-gutter: clamp(20px, 8.333vw, 144px);
  --dc-font-body: "Agenda One", Arial, sans-serif;
  --dc-font-title: "Essonnes Display", Georgia, serif;
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  overflow: hidden;
  background: #000;
  color: var(--dc-white);
  font-family: var(--dc-font-body);
}

.darling-gallery-page,
.darling-gallery-page * {
  box-sizing: border-box;
}

.darling-gallery-page a {
  color: inherit;
  text-decoration: none;
}

.darling-gallery-page button {
  color: inherit;
  font: inherit;
}

.darling-gallery-page img {
  display: block;
  max-width: 100%;
}

.darling-gallery-page .dc-button {
  min-height: 56px;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 3px;
  border: 1px solid #999;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .72px;
  white-space: nowrap;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.darling-gallery-page .dc-button:hover {
  transform: translateY(-1px);
  border-color: #fff;
}

.darling-gallery-page .dc-button--red {
  border-color: var(--dc-red);
  background: linear-gradient(174deg, var(--dc-red) 20%, var(--dc-red-dark) 80%);
  box-shadow: 0 0 28px rgba(216, 33, 52, .16);
}

.darling-gallery-page .dc-button--ghost {
  background: rgba(0, 0, 0, .2);
}

.darling-gallery-page .dc-arrow {
  line-height: .8;
}

.darling-gallery-page .dc-gallery-hero {
  position: relative;
  min-height: 1230px;
  padding: 214px var(--dc-gutter) 0;
}

.darling-gallery-page .dc-gallery-hero__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100vw, 1728px);
  height: 625px;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .25) 23%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, .38) 78%, #000 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 96%),
    url("../images/gallery/hero-bg.png") center top / cover no-repeat;
  opacity: .75;
}

.darling-gallery-page .dc-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}

.darling-gallery-page .dc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--dc-red);
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .72px;
  text-transform: uppercase;
}

.darling-gallery-page .dc-kicker span {
  width: 28px;
  height: 1px;
  display: inline-block;
  background: var(--dc-red);
}

.darling-gallery-page .dc-hero-copy h1 {
  margin: 0;
  font-family: var(--dc-font-title);
  font-size: clamp(54px, 5.78vw, 100px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: .06em;
  white-space: nowrap;
}

.darling-gallery-page .dc-hero-copy h1 em,
.darling-gallery-page .dc-final-cta h2 em {
  color: var(--dc-red);
  font-style: normal;
}

.darling-gallery-page .dc-hero-copy__text {
  margin: 0;
  color: var(--dc-text);
  font-size: clamp(19px, 1.62vw, 28px);
  line-height: 1.2;
}

.darling-gallery-page .dc-video-carousel {
  position: relative;
  z-index: 3;
  width: min(100%, 1384px);
  margin: 78px auto 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1196px) 54px;
  gap: 46px;
  align-items: center;
}

.darling-gallery-page .dc-video-carousel__viewport {
  overflow: hidden;
  height: 709px;
}

.darling-gallery-page .dc-video-carousel__track {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.darling-gallery-page .dc-video-card {
  position: relative;
  flex: 0 0 342px;
  height: 659px;
  overflow: hidden;
  background: #050505;
}

.darling-gallery-page .dc-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .22);
  pointer-events: none;
}

.darling-gallery-page .dc-video-card img,
.darling-gallery-page .dc-video-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.darling-gallery-page .dc-video-card--active {
  flex-basis: 464px;
  height: 709px;
  border: 1px solid var(--dc-red);
  box-shadow: 0 0 240px #000, 0 0 10px rgba(216, 33, 52, .1), 0 0 16px rgba(255, 255, 255, .1);
}

.darling-gallery-page .dc-video-card--active::after {
  display: none;
}

.darling-gallery-page .dc-round-arrow {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
  line-height: 1;
  cursor: pointer;
  transition: background .25s ease, border-color .25s ease;
}

.darling-gallery-page .dc-round-arrow:hover {
  background: rgba(255, 255, 255, .1);
  border-color: #fff;
}

.darling-gallery-page .dc-video-carousel__pagination {
  display: none;
}

.darling-gallery-page .dc-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: 99px;
  height: 99px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 33, 52, .42), rgba(0, 0, 0, .15) 62%, rgba(255, 255, 255, .08));
  box-shadow: 0 0 0 10px rgba(255, 255, 255, .05), 0 0 38px rgba(216, 33, 52, .28);
  cursor: pointer;
}

.darling-gallery-page .dc-play span {
  position: absolute;
  left: 51%;
  top: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}

.darling-gallery-page .dc-play--small {
  width: 72px;
  height: 72px;
}

.darling-gallery-page .dc-play--small span {
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 14px;
}

.darling-gallery-page .dc-gallery-section {
  position: relative;
  z-index: 5;
  width: min(calc(100% - var(--dc-gutter) * 2), var(--dc-container));
  margin: 80px auto 0;
}

.darling-gallery-page.is-filtered-view .dc-gallery-hero {
  min-height: 620px;
}

.darling-gallery-page.is-filtered-view .dc-gallery-section {
  margin-top: 0;
}

.darling-gallery-page .dc-videos-filter-slot .dc-video-carousel {
  margin-top: 44px;
}

.darling-gallery-page .dc-video-carousel[hidden],
.darling-gallery-page .dc-videos-filter-slot[hidden],
.darling-gallery-page .dc-media-grid[hidden],
.darling-gallery-page .dc-show-more[hidden] {
  display: none;
}

.darling-gallery-page .dc-gallery-tabs {
  position: sticky;
  top: 0;
  z-index: 10;
  width: min(100%, 1068px);
  min-height: 126px;
  margin: 0 auto;
  padding: 33px 12px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--dc-border);
  background: linear-gradient(180deg, #000 70%, rgba(0, 0, 0, .78));
}

.darling-gallery-page .dc-gallery-tabs button {
  position: relative;
  padding: 10px 0;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: #fff;
  font-family: var(--dc-font-title);
  font-size: clamp(24px, 1.97vw, 34px);
  line-height: 1;
  cursor: pointer;
  transition: color .25s ease;
}

.darling-gallery-page .dc-gallery-tabs button.is-active {
  color: var(--dc-red);
}

.darling-gallery-page .dc-gallery-tabs button.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -35px;
  width: 67px;
  height: 3px;
  background: var(--dc-red);
}

.darling-gallery-page .dc-media-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  grid-auto-flow: dense;
  align-items: start;
}

.darling-gallery-page .dc-media-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  grid-column: span 1;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #111;
  isolation: isolate;
}

.darling-gallery-page .dc-media-card--portrait {
  aspect-ratio: 4 / 5;
}

.darling-gallery-page .dc-media-card--wide {
  grid-column: span 2;
  aspect-ratio: 8 / 5;
}

.darling-gallery-page .dc-media-card img,
.darling-gallery-page .dc-media-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease, opacity .25s ease;
}

.darling-gallery-page .dc-media-card video {
  pointer-events: none;
}

.darling-gallery-page .dc-media-card--guests img {
  object-position: center 40%;
}

.darling-gallery-page .dc-media-card:hover img,
.darling-gallery-page .dc-media-card:hover video {
  transform: scale(1.035);
}

.darling-gallery-page .dc-media-card[role="button"] {
  cursor: zoom-in;
}

.darling-gallery-page .dc-media-card[role="button"]:focus-visible,
.darling-gallery-page .dc-play:focus-visible,
.darling-gallery-page .dc-round-arrow:focus-visible,
.darling-gallery-page .dc-media-modal button:focus-visible {
  outline: 2px solid var(--dc-red);
  outline-offset: 3px;
}

.darling-gallery-page .dc-media-card.is-hidden {
  display: none;
}

.darling-gallery-page .dc-media-card--extra:not(.is-visible-extra) {
  display: none;
}

.darling-gallery-page .dc-show-more {
  display: flex;
  min-height: 58px;
  margin: 42px auto 0;
  padding: 18px 18px;
  border: 0;
  border-bottom: 1px solid var(--dc-muted);
  background: transparent;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .84px;
  cursor: pointer;
}

.darling-gallery-page .dc-final-cta {
  position: relative;
  min-height: 550px;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.darling-gallery-page .dc-final-cta__side {
  position: absolute;
  top: 87px;
  width: 490px;
  height: 381px;
  opacity: .9;
  filter: blur(2px);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, 0) 68%),
    linear-gradient(136deg, rgba(0, 0, 0, 0) 79%, #000 91%),
    url("../images/gallery/cta-side.png") center / cover no-repeat;
}

.darling-gallery-page .dc-final-cta__side--left {
  left: 0;
  transform: scaleX(-1);
}

.darling-gallery-page .dc-final-cta__side--right {
  right: 0;
}

.darling-gallery-page .dc-final-cta__content {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 796px);
  text-align: center;
}

.darling-gallery-page .dc-final-cta h2 {
  margin: 0;
  font-family: var(--dc-font-title);
  font-size: clamp(36px, 3.24vw, 56px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: .06em;
}

.darling-gallery-page .dc-final-cta p {
  margin: 22px 0 0;
  font-size: 18px;
  line-height: 1.3;
}

.darling-gallery-page .dc-final-cta__actions {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.darling-gallery-page .dc-final-cta__actions .dc-button {
  width: 100%;
}

.darling-gallery-page .dc-media-modal[hidden] {
  display: none;
}

.darling-gallery-page .dc-media-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.darling-gallery-page .dc-media-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, .92);
  cursor: zoom-out;
}

.darling-gallery-page .dc-media-modal__panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 1100px);
  max-height: calc(100dvh - 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .16), 0 24px 80px rgba(0, 0, 0, .7);
}

.darling-gallery-page .dc-media-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  background: rgba(0, 0, 0, .72);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.darling-gallery-page .dc-media-modal__image,
.darling-gallery-page .dc-media-modal__video {
  display: block;
  max-width: 100%;
  max-height: calc(100dvh - 48px);
  object-fit: contain;
}

.darling-gallery-page .dc-media-modal__image[hidden],
.darling-gallery-page .dc-media-modal__video[hidden] {
  display: none;
}

.darling-gallery-page .dc-media-modal__video {
  width: 100%;
  background: #000;
}

@media (max-width: 1280px) {
  .darling-gallery-page .dc-video-carousel {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 22px;
  }

  .darling-gallery-page .dc-video-carousel__viewport {
    height: auto;
  }

  .darling-gallery-page .dc-video-carousel__track {
    height: 610px;
  }

  .darling-gallery-page .dc-video-card {
    flex-basis: 28%;
    height: 530px;
  }

  .darling-gallery-page .dc-video-card--active {
    flex-basis: 38%;
    height: 610px;
  }

}

@media (max-width: 980px) {
  .darling-gallery-page .dc-gallery-hero {
    min-height: 1000px;
    padding-top: 160px;
  }

  .darling-gallery-page.is-filtered-view .dc-gallery-hero {
    min-height: 560px;
  }

  .darling-gallery-page .dc-hero-copy h1 {
    white-space: normal;
  }

  .darling-gallery-page .dc-video-carousel {
    width: min(100%, 720px);
    grid-template-columns: 44px 1fr 44px;
  }

  .darling-gallery-page .dc-video-card--preview {
    display: none;
  }

  .darling-gallery-page .dc-video-card--active {
    flex-basis: min(100%, 464px);
    height: 620px;
  }

  .darling-gallery-page .dc-gallery-section {
    width: calc(100% - 40px);
    margin-top: 20px;
  }

  .darling-gallery-page .dc-gallery-tabs {
    min-height: 96px;
    padding: 22px 16px 0;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .darling-gallery-page .dc-gallery-tabs::-webkit-scrollbar {
    display: none;
  }

  .darling-gallery-page .dc-gallery-tabs button {
    flex: 0 0 auto;
  }

  .darling-gallery-page .dc-gallery-tabs button.is-active::after {
    bottom: -25px;
  }

  .darling-gallery-page .dc-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .darling-gallery-page .dc-media-card {
    grid-column: span 1;
  }

  .darling-gallery-page .dc-media-card--wide {
    grid-column: span 2;
  }

  .darling-gallery-page .dc-media-card--tablet-wide {
    grid-column: span 2;
    aspect-ratio: 8 / 5;
  }

  .darling-gallery-page .dc-final-cta {
    margin-top: 80px;
  }

  .darling-gallery-page .dc-final-cta__side {
    width: 320px;
    opacity: .75;
  }
}

@media (max-width: 640px) {
  .darling-gallery-page {
    --dc-gutter: 16px;
  }

  .darling-gallery-page .dc-gallery-hero {
    min-height: 790px;
    padding-top: 132px;
  }

  .darling-gallery-page.is-filtered-view .dc-gallery-hero {
    min-height: 500px;
  }

  .darling-gallery-page .dc-gallery-hero__bg {
    height: 520px;
  }

  .darling-gallery-page .dc-kicker {
    font-size: 16px;
  }

  .darling-gallery-page .dc-kicker span {
    width: 20px;
  }

  .darling-gallery-page .dc-hero-copy {
    gap: 20px;
  }

  .darling-gallery-page .dc-hero-copy h1 {
    font-size: clamp(44px, 13vw, 62px);
    letter-spacing: .035em;
  }

  .darling-gallery-page .dc-hero-copy__text {
    max-width: 320px;
    font-size: 18px;
  }

  .darling-gallery-page .dc-video-carousel {
    margin-top: 52px;
    grid-template-columns: 1fr;
  }

  .darling-gallery-page .dc-round-arrow {
    position: absolute;
    top: 235px;
    z-index: 7;
    width: 44px;
    height: 44px;
    display: inline-flex;
    transform: translateY(-50%);
    border: 0;
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: rgba(255, 255, 255, .98);
    font-size: 0;
    opacity: .98;
    box-shadow: none;
    text-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    -webkit-tap-highlight-color: transparent;
    transition: opacity .18s ease, transform .18s ease;
  }

  .darling-gallery-page .dc-round-arrow::before {
    content: "";
    width: 18px;
    height: 18px;
    border: solid currentColor;
    border-width: 0 2.5px 2.5px 0;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .9));
  }

  .darling-gallery-page .dc-round-arrow:hover,
  .darling-gallery-page .dc-round-arrow:focus-visible {
    border-color: transparent;
    background: transparent;
    opacity: 1;
  }

  .darling-gallery-page .dc-round-arrow:active {
    background: transparent;
    opacity: .82;
    transform: translateY(-50%) scale(.96);
  }

  .darling-gallery-page .dc-round-arrow[data-carousel-prev] {
    left: calc(50% - 167px);
  }

  .darling-gallery-page .dc-round-arrow[data-carousel-prev]::before {
    transform: rotate(135deg);
  }

  .darling-gallery-page .dc-round-arrow[data-carousel-next] {
    right: calc(50% - 167px);
  }

  .darling-gallery-page .dc-round-arrow[data-carousel-next]::before {
    transform: rotate(-45deg);
  }

  .darling-gallery-page .dc-video-carousel__track {
    height: 470px;
  }

  .darling-gallery-page .dc-video-card--active {
    flex-basis: min(100%, 320px);
    height: 470px;
  }

  .darling-gallery-page .dc-video-carousel__viewport {
    touch-action: pan-y;
  }

  .darling-gallery-page .dc-video-carousel__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    gap: 2px;
    margin-top: 10px;
  }

  .darling-gallery-page .dc-video-carousel__pagination button {
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .darling-gallery-page .dc-video-carousel__pagination button::before {
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    background: rgba(255, 255, 255, .22);
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
  }

  .darling-gallery-page .dc-video-carousel__pagination button.is-active::before {
    border-color: var(--dc-red);
    background: var(--dc-red);
    box-shadow: 0 0 9px rgba(216, 33, 52, .72);
  }

  .darling-gallery-page .dc-play {
    width: 74px;
    height: 74px;
  }

  .darling-gallery-page .dc-play span {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 14px;
  }

  .darling-gallery-page .dc-gallery-section {
    margin-top: 0;
  }

  .darling-gallery-page .dc-gallery-tabs {
    min-height: 82px;
    gap: 28px;
    padding-inline: 16px;
  }

  .darling-gallery-page .dc-gallery-tabs button {
    font-size: 24px;
  }

  .darling-gallery-page .dc-gallery-tabs button.is-active::after {
    bottom: -20px;
    width: 46px;
  }

  .darling-gallery-page .dc-media-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .darling-gallery-page .dc-media-card {
    grid-column: 1;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .darling-gallery-page .dc-media-card--portrait {
    aspect-ratio: 4 / 5;
  }

  .darling-gallery-page .dc-media-card--wide {
    aspect-ratio: 3 / 2;
  }

  .darling-gallery-page .dc-show-more {
    margin-top: 32px;
    font-size: 22px;
  }

  .darling-gallery-page .dc-final-cta {
    min-height: 460px;
    margin-top: 60px;
    padding: 0 18px;
  }

  .darling-gallery-page .dc-final-cta__side {
    top: 70px;
    width: 230px;
    height: 310px;
    opacity: .5;
  }

  .darling-gallery-page .dc-final-cta h2 {
    font-size: 36px;
  }

  .darling-gallery-page .dc-final-cta__actions {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .darling-gallery-page .dc-final-cta__actions .dc-button {
    min-height: 52px;
    font-size: 20px;
  }

  .darling-gallery-page .dc-media-modal {
    padding: 12px;
  }

  .darling-gallery-page .dc-media-modal__panel {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
  }

  .darling-gallery-page .dc-media-modal__image,
  .darling-gallery-page .dc-media-modal__video {
    max-height: calc(100dvh - 24px);
  }
}
