.landing-page {
  background: #fff;
  color: #000;
  overflow: hidden;
  max-width: 100vw;
}

.landing-hero {
  position: relative;
  min-height: calc(100svh - 3.7rem);
  display: grid;
  align-items: end;
  isolation: isolate;
}

.landing-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #000;
}

.landing-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.22) 46%, rgba(0, 0, 0, 0.06)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.05) 48%);
}

.landing-hero-media .media-loading-wrapper,
.landing-hero-picture,
.landing-hero-image,
.landing-hero-media img,
.landing-hero-media video,
.landing-image-placeholder {
  width: 100%;
  height: 100%;
  display: block;
}

.landing-hero-media img,
.landing-hero-media video,
.landing-hero-image {
  object-fit: cover;
  object-position: var(--landing-horizontal-object-position, 58% 34%);
}

.landing-image-placeholder {
  background: #000;
}

@media (orientation: landscape) {
  .landing-page--transparent-navbar-horizontal .landing-hero {
    min-height: 100svh;
  }

  .landing-hero--mirrored-horizontal .landing-hero-media img,
  .landing-hero--mirrored-horizontal .landing-hero-media video,
  .landing-hero--mirrored-horizontal .landing-hero-image {
    transform: scaleX(-1);
  }
}

@media (orientation: portrait) {
  .landing-page--transparent-navbar-vertical .landing-hero {
    min-height: 100svh;
  }

  .landing-hero--mirrored-vertical .landing-hero-media img,
  .landing-hero--mirrored-vertical .landing-hero-media video,
  .landing-hero--mirrored-vertical .landing-hero-image {
    transform: scaleX(-1);
  }
}

.landing-hero-copy {
  width: min(100%, 720px);
  max-width: 100vw;
  padding: clamp(4rem, 9vw, 8rem) clamp(1rem, 5vw, 5rem);
  color: #fff;
}

.landing-kicker,
.landing-section-label {
  display: block;
  margin: 0 0 0.9rem;
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: currentColor;
}

.landing-hero h1 {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(3.2rem, min(10.5vw, 16svh), 9rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
}

.landing-hero-title-line {
  display: block;
}

.landing-hero-line {
  max-width: 580px;
  margin: 1.2rem 0 0;
  font-family: "Cinzel", serif;
  font-size: clamp(1.35rem, 3vw, 2.4rem);
  line-height: 1.15;
}

.landing-hero-body {
  max-width: 520px;
  margin: 1rem 0 0;
  font-size: clamp(0.98rem, 1.5vw, 1.12rem);
  line-height: 1.65;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.landing-button {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.7rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
  font-family: "Cinzel", serif;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.landing-button:hover,
.landing-button:focus-visible {
  transform: translateY(-1px);
}

.landing-button-primary {
  background: #000;
  color: #fff;
}

.landing-hero .landing-button-primary {
  background: #fff;
  color: #000;
}

.landing-button-secondary {
  background: transparent;
}

.landing-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 1.5rem;
}

.landing-intro {
  display: grid;
  grid-template-columns: minmax(160px, 0.35fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.landing-intro-copy h2,
.landing-story-copy h2,
.landing-lookbook-copy h2,
.landing-final h2 {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.landing-intro-copy p,
.landing-story-copy p,
.landing-lookbook-copy p,
.landing-final p {
  max-width: 620px;
  margin: 1rem 0 0;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.7;
}

.landing-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.landing-text-link {
  color: #000;
  font-family: "Cinzel", serif;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.landing-look-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(0, 0, 0, 0.18);
}

.landing-photo-authenticity {
  padding-top: 0.8rem;
}

.landing-look {
  background: #fff;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.48s ease var(--landing-delay, 0ms), transform 0.48s ease var(--landing-delay, 0ms);
}

.landing-section.is-visible .landing-look {
  opacity: 1;
  transform: translateY(0);
}

.landing-look-link {
  display: block;
  color: #000;
  text-decoration: none;
}

.landing-look-media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #fff;
}

.landing-look-media .media-loading-wrapper,
.landing-look-media img,
.landing-look-media video {
  width: 100%;
  height: 100%;
  display: block;
}

.landing-look-media img,
.landing-look-media video {
  object-fit: cover;
  transition: transform 0.42s ease;
}

.landing-look-link:hover img,
.landing-look-link:focus-visible img,
.landing-look-link:hover video,
.landing-look-link:focus-visible video {
  transform: scale(1.035);
}

.landing-look-caption {
  padding: 1rem 0.9rem 1.2rem;
}

.landing-look-caption h3 {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 500;
}

.landing-look-caption p {
  margin: 0.25rem 0 0;
  font-size: 0.86rem;
  color: rgba(0, 0, 0, 0.62);
}

.landing-story {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.landing-album-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.landing-album-link {
  position: relative;
  display: block;
  height: clamp(360px, 34vw, 460px);
  min-height: 360px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #000;
}

.landing-album-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.04) 60%);
}

.landing-album-link .media-loading-wrapper,
.landing-album-link img,
.landing-album-link video {
  width: 100%;
  height: 100%;
  display: block;
}

.landing-album-link .media-loading-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.landing-album-link img,
.landing-album-link video {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 0.42s ease;
}

.landing-album-link:hover img,
.landing-album-link:focus-visible img,
.landing-album-link:hover video,
.landing-album-link:focus-visible video {
  transform: scale(1.03);
}

.landing-album-link span {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  font-family: "Cinzel", serif;
  font-size: 1rem;
  line-height: 1.2;
}

.landing-flow {
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.landing-flow ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(0, 0, 0, 0.16);
}

.landing-flow li {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.2rem;
  background: #fff;
}

.landing-flow span {
  font-family: "Cinzel", serif;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.58);
}

.landing-flow strong {
  max-width: 280px;
  font-family: "Cinzel", serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.1;
}

.landing-event-offer {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 10vw, 9rem) 1.5rem;
  background: #000;
  color: #fff;
}

.landing-event-offer-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.landing-event-copy {
  position: relative;
  z-index: 2;
}

.landing-event-number {
  margin: clamp(2.5rem, 6vw, 5rem) 0 0.9rem;
  font-family: "Cinzel", serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.56);
}

.landing-event-copy h2 {
  max-width: 650px;
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(2.75rem, 5.7vw, 6.4rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.025em;
}

.landing-event-copy > p:not(.landing-event-number) {
  max-width: 520px;
  margin: 1.4rem 0 0;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.landing-event-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: min(100%, 320px);
  margin-top: 2.2rem;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
  border-left: 0;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: padding 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.landing-event-link:hover,
.landing-event-link:focus-visible {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  background: #fff;
  color: #000;
}

.landing-event-images {
  width: min(100%, 500px);
  justify-self: end;
  transform: translateY(var(--landing-depth-shift, 0px));
}

.landing-baile-picker {
  margin-top: 2rem;
  color: #fff;
}

.landing-baile-picker__trigger {
  width: min(100%, 470px);
  margin-top: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.landing-baile-picker__trigger-mark {
  flex: 0 0 auto;
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.2s ease;
}

.landing-baile-picker__trigger:hover .landing-baile-picker__trigger-mark,
.landing-baile-picker__trigger:focus-visible .landing-baile-picker__trigger-mark {
  transform: rotate(90deg);
}

.landing-baile-picker__loading,
.landing-baile-picker__empty {
  display: block;
  width: min(100%, 470px);
  padding: 0.9rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.72;
}

.landing-baile-dialog {
  width: min(620px, calc(100vw - 2rem));
  max-height: min(760px, calc(100dvh - 2rem));
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 0;
  background: #f2f2ef;
  color: #171717;
}

.landing-baile-dialog::backdrop {
  background: rgba(10, 10, 10, 0.76);
  backdrop-filter: blur(5px);
}

.landing-baile-dialog__panel {
  position: relative;
  padding: clamp(2rem, 6vw, 4rem);
}

.landing-baile-dialog__close {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  width: 3.4rem;
  height: 3.4rem;
  padding: 0;
  place-items: center;
  appearance: none;
  border: 0;
  border-bottom: 1px solid #b9b9b4;
  border-left: 1px solid #b9b9b4;
  background: transparent;
  color: #171717;
  cursor: pointer;
  font: inherit;
}

.landing-baile-dialog__close span {
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
}

.landing-baile-dialog__close:hover,
.landing-baile-dialog__close:focus-visible {
  background: #171717;
  color: #f2f2ef;
  outline: 0;
}

.landing-baile-dialog__header {
  max-width: 470px;
  padding-right: 2rem;
}

.landing-baile-dialog__header h3 {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(2.1rem, 6vw, 3.8rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.025em;
}

.landing-baile-dialog__header > span {
  display: block;
  max-width: 430px;
  margin-top: 1rem;
  color: #555550;
  font-size: 0.96rem;
  line-height: 1.55;
}

.landing-baile-picker__form {
  margin-top: clamp(2rem, 5vw, 3rem);
}

.landing-baile-picker__form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #9c9c96;
}

.landing-baile-picker__option {
  position: relative;
  display: grid;
  grid-template-columns: 1.15rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  min-height: 4.8rem;
  padding: 1rem 0.8rem;
  border-bottom: 1px solid #9c9c96;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.landing-baile-picker__option:hover,
.landing-baile-picker__option:has(input:focus-visible) {
  background: #e4e4df;
}

.landing-baile-picker__option:has(input:checked) {
  background: #171717;
  color: #f2f2ef;
}

.landing-baile-picker__option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.landing-baile-picker__indicator {
  display: block;
  width: 1rem;
  height: 1rem;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.landing-baile-picker__option:has(input:checked) .landing-baile-picker__indicator {
  border: 4px solid #f2f2ef;
}

.landing-baile-picker__option-copy {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.landing-baile-picker__option-copy strong {
  font-family: "Cinzel", serif;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.landing-baile-picker__option-copy small {
  flex: 0 0 auto;
  color: #61615c;
  font-size: 0.78rem;
}

.landing-baile-picker__option:has(input:checked) small {
  color: #c9c9c3;
}

.landing-baile-picker__submit {
  width: 100%;
  min-height: 3.5rem;
  margin-top: 1.25rem;
  padding: 0.9rem 1.2rem;
  appearance: none;
  border: 1px solid #171717;
  background: #171717;
  color: #f2f2ef;
  cursor: pointer;
  font-family: "Cinzel", serif;
  font-size: 0.74rem;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
  transition: background 0.18s ease, color 0.18s ease;
}

.landing-baile-picker__submit:hover,
.landing-baile-picker__submit:focus-visible {
  background: transparent;
  color: #171717;
  outline: 0;
}

.landing-baile-picker__submit:disabled {
  border-color: #b2b2ac;
  background: #d7d7d1;
  color: #6c6c67;
  cursor: not-allowed;
}

.landing-baile-picker--loading {
  min-height: 3rem;
}

.landing-event-image {
  position: relative;
  width: 100%;
  display: block;
  padding: 0;
  min-height: 0;
  appearance: none;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: zoom-in;
  text-align: left;
  text-decoration: none;
}

.landing-event-poster {
  display: block;
  aspect-ratio: 11 / 16;
  overflow: hidden;
  background: #111;
}

.landing-event-poster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.landing-event-poster-action {
  display: flex;
  margin-top: 0.85rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: "Cinzel", serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
  opacity: 0.72;
  transition: opacity 0.2s ease;
}

.landing-event-image:hover .landing-event-poster img,
.landing-event-image:focus-visible .landing-event-poster img {
  transform: scale(1.035);
}

.landing-event-image:hover .landing-event-poster-action,
.landing-event-image:focus-visible .landing-event-poster-action {
  opacity: 1;
}

body.landing-poster-viewer-open {
  overflow: hidden;
}

.landing-event-poster-viewer {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  padding: clamp(0.75rem, 2vw, 1.5rem);
  place-items: center;
  background: rgba(0, 0, 0, 0.97);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.landing-event-poster-viewer[hidden] {
  display: none;
}

.landing-event-poster-viewer.is-open {
  opacity: 1;
}

.landing-event-poster-stage {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.landing-event-poster-stage img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100dvh - 1.5rem);
  object-fit: contain;
  transform: scale(0.985);
  transition: transform 0.22s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.landing-event-poster-viewer.is-open .landing-event-poster-stage img {
  transform: scale(1);
}

.landing-event-poster-close {
  position: fixed;
  z-index: 2;
  top: max(0.75rem, env(safe-area-inset-top));
  right: max(0.75rem, env(safe-area-inset-right));
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  cursor: pointer;
  font: 300 1.8rem/1 Arial, sans-serif;
}

.landing-event-poster-close:hover,
.landing-event-poster-close:focus-visible {
  border-color: #fff;
  outline: 0;
}

.landing-photography {
  position: relative;
  min-height: clamp(620px, 78svh, 880px);
  overflow: hidden;
  background: #eee;
  color: #000;
}

.landing-photography-link {
  position: absolute;
  inset: 0;
  display: grid;
  color: inherit;
  text-decoration: none;
}

.landing-photography-media,
.landing-photography-overlay {
  position: absolute;
  inset: 0;
}

.landing-photography-media .media-loading-wrapper,
.landing-photography-media img,
.landing-photography-media video {
  width: 100%;
  height: 100%;
  display: block;
}

.landing-photography-media .media-loading-wrapper {
  position: absolute;
  inset: 0;
}

.landing-photography-media img,
.landing-photography-media video {
  object-fit: cover;
  object-position: 58% center;
  transform: scale(1.01);
  transition: transform 0.85s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.landing-photography-overlay {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 25%, rgba(255, 255, 255, 0.3) 46%, transparent 64%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.12), transparent 34%);
}

.landing-photography-content {
  position: relative;
  z-index: 2;
  width: min(100%, 1400px);
  min-height: 100%;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.landing-photography-mark {
  font-family: "Cinzel", serif;
  font-size: 0.68rem;
  letter-spacing: 0.24em;
}

.landing-photography-copy {
  width: min(46%, 590px);
  margin: auto 0;
  display: block;
}

.landing-photography-title {
  display: block;
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(2.8rem, 5.6vw, 6rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.025em;
}

.landing-photography-body {
  display: block;
  max-width: 500px;
  margin-top: 1.4rem;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.7;
}

.landing-photography-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(100%, 380px);
  margin-top: 2.2rem;
  padding: 1rem 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  font-family: "Cinzel", serif;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.landing-photography-arrow {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

.landing-photography-link:hover .landing-photography-media img,
.landing-photography-link:focus-visible .landing-photography-media img,
.landing-photography-link:hover .landing-photography-media video,
.landing-photography-link:focus-visible .landing-photography-media video {
  transform: scale(1.045);
}

.landing-photography-link:hover .landing-photography-arrow,
.landing-photography-link:focus-visible .landing-photography-arrow {
  transform: translate(0.35rem, -0.35rem);
}

.landing-lookbook {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.landing-lookbook-copy .landing-button {
  margin-top: 1.8rem;
}

.landing-lookbook-collage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(0.6rem, 1.5vw, 1rem);
  padding-bottom: clamp(1.2rem, 3vw, 2.4rem);
  text-decoration: none;
}

.landing-lookbook-photo {
  --landing-lookbook-offset: 0px;
  margin: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #000;
  opacity: 0;
  transform: translateY(calc(var(--landing-lookbook-offset) + 24px));
  transition: opacity 0.48s ease var(--landing-delay, 0ms), transform 0.48s ease var(--landing-delay, 0ms);
}

.landing-lookbook-photo:nth-child(2) {
  --landing-lookbook-offset: clamp(1.2rem, 3vw, 2.4rem);
  aspect-ratio: 4 / 5;
}

.landing-section.is-visible .landing-lookbook-photo {
  opacity: 1;
  transform: translateY(var(--landing-lookbook-offset));
}

.landing-lookbook-photo .media-loading-wrapper,
.landing-lookbook-photo img,
.landing-lookbook-photo video {
  width: 100%;
  height: 100%;
  display: block;
}

.landing-lookbook-photo img,
.landing-lookbook-photo video {
  object-fit: cover;
  transition: transform 0.42s ease;
}

.landing-lookbook-collage:hover img,
.landing-lookbook-collage:focus-visible img,
.landing-lookbook-collage:hover video,
.landing-lookbook-collage:focus-visible video {
  transform: scale(1.03);
}

.landing-final {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 1.5rem clamp(3rem, 6vw, 5rem);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.landing-final .landing-button-primary {
  background: #000;
  color: #fff;
  flex: 0 0 auto;
}

.landing-b2b {
  position: relative;
  min-height: clamp(480px, 72svh, 760px);
  overflow: hidden;
  background: #000;
  color: #fff;
}

.landing-b2b-link {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: end;
  color: #fff;
  text-decoration: none;
}

.landing-b2b-media,
.landing-b2b-overlay {
  position: absolute;
  inset: 0;
}

.landing-b2b-media .media-loading-wrapper,
.landing-b2b-media img,
.landing-b2b-media video {
  width: 100%;
  height: 100%;
  display: block;
}

.landing-b2b-media img,
.landing-b2b-media video {
  object-fit: cover;
  object-position: center 38%;
  transform: scale(1.015);
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.landing-b2b-overlay {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.08) 68%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34), transparent 58%);
}

.landing-b2b-content {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  padding: clamp(2rem, 5vw, 5rem);
}

.landing-b2b-title {
  display: block;
  margin-left: -0.05em;
  font-family: "Cinzel", serif;
  font-size: clamp(3.6rem, 8.6vw, 8.5rem);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.055em;
}

.landing-b2b-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  font-family: "Cinzel", serif;
  font-size: clamp(1rem, 2.1vw, 1.8rem);
  line-height: 1.2;
}

.landing-b2b-arrow {
  font-size: 1.35em;
  transition: transform 0.3s ease;
}

.landing-b2b-link:hover .landing-b2b-media img,
.landing-b2b-link:focus-visible .landing-b2b-media img,
.landing-b2b-link:hover .landing-b2b-media video,
.landing-b2b-link:focus-visible .landing-b2b-media video {
  transform: scale(1.05);
}

.landing-b2b-link:hover .landing-b2b-arrow,
.landing-b2b-link:focus-visible .landing-b2b-arrow {
  transform: translate(0.35rem, -0.35rem);
}

[data-landing-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-landing-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.landing-hero-copy > * {
  opacity: 0;
  transform: translateY(18px);
  animation: landing-hero-in 0.62s ease forwards;
}

.landing-hero-copy > *:nth-child(2) { animation-delay: 0.08s; }
.landing-hero-copy > *:nth-child(3) { animation-delay: 0.16s; }
.landing-hero-copy > *:nth-child(4) { animation-delay: 0.24s; }
.landing-hero-copy > *:nth-child(5) { animation-delay: 0.32s; }

@keyframes landing-hero-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .landing-hero-media::after {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.12) 68%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.08));
  }

  .landing-intro,
  .landing-story,
  .landing-lookbook {
    grid-template-columns: 1fr;
  }

  .landing-event-copy {
    max-width: 700px;
  }

  .landing-event-number {
    margin-top: 2.5rem;
  }

  .landing-event-images {
    justify-self: center;
  }

  .landing-photography-copy {
    width: min(56%, 540px);
  }

  .landing-lookbook-photo:nth-child(2) {
    --landing-lookbook-offset: 1rem;
  }

  .landing-lookbook-collage {
    padding-bottom: 1rem;
  }

  .landing-look-grid,
  .landing-flow ol {
    grid-template-columns: 1fr;
  }

  .landing-album-strip {
    grid-template-columns: 1fr;
  }

  .landing-album-link,
  .landing-album-link .media-loading-wrapper,
  .landing-album-link img,
  .landing-album-link video {
    height: 300px;
    min-height: 300px;
  }

  .landing-final {
    display: grid;
    align-items: start;
  }
}

@media (orientation: portrait) {
  .landing-hero-image {
    object-position: var(--landing-vertical-object-position, 50% 34%);
  }
}

@media (max-width: 560px) {
  .landing-hero {
    min-height: calc(100svh - 3.3rem);
  }

  .landing-hero-copy {
    width: 100%;
    max-width: 100%;
    padding: 5rem 1rem 2.8rem;
  }

  .landing-hero-copy > * {
    width: 100%;
    max-width: calc(100vw - 2rem);
  }

  .landing-hero h1 {
    font-size: clamp(3rem, 16.5vw, 4.6rem);
  }

  .landing-hero-line {
    font-size: clamp(1.1rem, 6vw, 1.35rem);
  }

  .landing-actions,
  .landing-button {
    width: 100%;
  }

  .landing-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-actions .landing-button-primary {
    grid-column: 1 / -1;
  }

  .landing-button {
    min-width: 0;
  }

  .landing-section,
  .landing-final {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .landing-section-heading {
    align-items: start;
    flex-direction: column;
  }

  .landing-event-offer {
    padding: 3.5rem 1rem 4rem;
  }

  .landing-event-offer-inner {
    grid-template-columns: minmax(0, 1fr) 8rem;
    align-items: start;
    column-gap: 1rem;
    row-gap: 1.5rem;
  }

  .landing-event-copy {
    display: contents;
  }

  .landing-event-copy > .landing-section-label,
  .landing-event-copy h2,
  .landing-baile-picker {
    grid-column: 1 / -1;
  }

  .landing-event-copy > .landing-section-label {
    grid-row: 1;
  }

  .landing-event-number {
    display: none;
  }

  .landing-event-copy h2 {
    grid-row: 2;
  }

  .landing-event-copy > p:not(.landing-event-number) {
    grid-column: 1;
    grid-row: 3;
    margin-top: 0;
    line-height: 1.55;
  }

  .landing-event-images {
    grid-column: 2;
    grid-row: 3;
    width: 100%;
    transform: none;
  }

  .landing-event-poster-action {
    margin-top: 0.65rem;
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .landing-baile-picker {
    grid-row: 4;
    margin-top: 0;
  }

  .landing-baile-dialog {
    width: 100%;
    max-width: none;
    max-height: min(82dvh, 720px);
    margin: auto 0 0;
  }

  .landing-baile-dialog__panel {
    padding: 3.8rem 1rem 1.25rem;
  }

  .landing-baile-dialog__header {
    padding-right: 1rem;
  }

  .landing-baile-dialog__header h3 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .landing-baile-picker__option {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .landing-baile-picker__option-copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.3rem;
  }

  .landing-photography {
    min-height: 680px;
    color: #fff;
  }

  .landing-photography-media img,
  .landing-photography-media video {
    object-position: 58% center;
  }

  .landing-photography-overlay {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.54) 36%, rgba(0, 0, 0, 0.06) 72%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.24), transparent 70%);
  }

  .landing-photography-content {
    padding: 2rem 1rem 2.6rem;
  }

  .landing-photography-copy {
    width: 100%;
    margin: auto 0 0;
  }

  .landing-photography-title {
    font-size: clamp(2.55rem, 12vw, 3.9rem);
  }

  .landing-photography-body {
    max-width: 34rem;
  }

  .landing-photography-action {
    width: 100%;
  }

  .landing-b2b {
    min-height: 500px;
  }

  .landing-b2b-content {
    padding: 2rem 1rem;
  }

  .landing-b2b-title {
    font-size: clamp(2.65rem, 13.6vw, 4.2rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-page *,
  [data-landing-reveal],
  .landing-hero-copy > * {
    animation: none !important;
    transition: none !important;
  }

  [data-landing-reveal],
  .landing-hero-copy > *,
  .landing-look {
    opacity: 1;
    transform: none;
  }

  .landing-lookbook-photo {
    opacity: 1;
    transform: translateY(var(--landing-lookbook-offset, 0px));
  }

  .landing-event-images {
    transform: none;
  }

  .landing-event-poster-viewer,
  .landing-event-poster-stage img {
    transition: none;
  }
}
