html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.single-catalog .site-header,
.single-catalog .site-footer {
  display: none;
}
.catalog-page {
  width: 100vw;
  height: 100vh;
  background: #111217;
}
.catalog-viewer {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: #111217;
  overflow: auto;
  box-sizing: border-box;
  text-align: center;
}
#catalog-loading {
  position: fixed;
  inset: 0;
  z-index: 50;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "urw-din-semi-condensed";
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 20px;
}
#catalog-loading.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.catalog-stage {
  width: 100%;
  min-height: calc(100vh - 46px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}
#catalog-canvas {
  display: block;
  flex-shrink: 0;
}

.catalog-progress {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 44px;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  z-index: 30;
}

#catalog-progress-bar {
  width: 0%;
  height: 100%;
  background: #fff;
  transition: width 0.25s ease;
}

.catalog-controls {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  background: rgba(18, 19, 23, 0.92);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  color: #fff;
  z-index: 30;
  font-size: 12px;
  box-sizing: border-box;
}

.catalog-controls__left,
.catalog-controls__right {
  display: flex;
  align-items: center;
  gap: 8px;
}

#exit-catalog {
  width: 26px !important;
  height: 26px !important;
}
#exit-catalog svg {
  width: 15px;
  height: 15px;
}

.catalog-controls button,
#exit-catalog {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 4px;
  background: rgba(255,255,255,0.06);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .catalog-controls button,
  #exit-catalog {
    padding: 0 !important;
  }
  .catalog-controls button svg {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    flex-shrink: 0;
  }
  #exit-catalog svg {
    width: 15px;
    height: 15px;
  }
}

.catalog-controls button:hover,
#exit-catalog:hover {
  background: rgba(255,255,255,0.16);
}

#current-page,
#total-pages,
.catalog-divider {
  text-align: center;
  color: #fff;
  font-family: "urw-din-semi-condensed";
  font-size: 10px;
}

.catalog-access {
  position: fixed;
  inset: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background: #f7f6f2;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
  opacity: 1;
  transition: opacity 0.35s ease;
}

.catalog-access.is-unlocking {
  opacity: 0;
  pointer-events: none;
}

.catalog-viewer.is-locked #catalog-loading {
  opacity: 0;
  pointer-events: none;
}

.catalog-viewer.is-locked .catalog-stage {
  filter: blur(3px);
  opacity: 0.55;
}

.catalog-viewer.is-locked .catalog-controls,
.catalog-viewer.is-locked .catalog-progress {
  pointer-events: none;
}

.catalog-access__box {
  width: min(560px, 100%);
  margin: auto;
  padding: 120px 60px 30px;
  border: 1px solid #000;
  background: #f0efed;
  box-sizing: border-box;
  text-align: center;
}

.catalog-access__step[hidden],
.catalog-signup-form__other[hidden],
.catalog-access__error[hidden] {
  display: none !important;
}

.catalog-access__eyebrow {
  display: inline-block;
  margin-bottom: 40px;
  padding: 16px 36px 14px;
  border: 1px solid #000;
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 7px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
}

.catalog-access__title {
  margin: 0 0 1rem;
  font-family: "AbovetheBeyondSerifItalic";
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.8px !important;
}

.catalog-access__text {
  max-width: 420px;
  margin: 0 auto 40px;
  font-family: "AbovetheBeyondSerifItalic";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.8px !important;
}

.catalog-signup-form,
.catalog-access__form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.catalog-signup-form__choices {
  width: 100%;
  max-width: 360px;
  margin: 0 0 38px;
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.catalog-signup-form__choice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-family: "urw-din-semi-condensed", sans-serif;
  font-size: 9px;
  line-height: 1.6;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.catalog-signup-form__choice input {
  width: 13px;
  height: 13px;
  margin: 1px 0 0;
  flex: 0 0 auto;
  accent-color: #000;
}

.catalog-signup-form__other {
  width: 100%;
}
.catalog-access__input {
  width: 100%;
  max-width: 360px;
  height: 50px;
  border: 1.5px solid #000;
  background-color: #f8f8f8;
  padding: 0 1.5rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  font-family: "urw-din-semi-condensed", sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}
.catalog-access__input {
  border-radius: 0 !important;
  -webkit-appearance: none;
  appearance: none;
}
.catalog-access__input:last-of-type {
  margin-bottom: 1.5rem;
}
.catalog-access__input:focus-visible {
  outline: none;
}
.catalog-access__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 135px;
  height: auto;
  padding: 12px 32px;
  overflow: hidden;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}
.catalog-access__button:before {
  content: "";
  position: absolute;
  inset: 0;
  display: flex;
  transform: scaleY(0);
  transform-origin: top center;
  will-change: transform;
  opacity: 0.3;
  transition: transform 0.3s ease;
  background: #e6e6e6;
}
.catalog-access__button:hover:before {
  transform-origin: bottom center;
  transform: none;
}
.catalog-access__button:disabled {
  cursor: wait;
  opacity: 0.65;
}
.catalog-access__login {
  margin: 3rem 0 2rem;
  font-family: "AbovetheBeyondSerifItalic";
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: 0.8px;
}
.catalog-access__trade {
  margin: 0;
  font-family: "AbovetheBeyondSerifItalic";
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: 0.8px;
}
.catalog-access__text-button,
.catalog-access__link--button {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
}
.catalog-access__text-button:hover,
.catalog-access__link--button:hover {
  text-decoration: underline;
}
.catalog-access__inline-link {
  color: inherit;
  text-decoration: none;
}
.catalog-access__inline-link:hover {
  text-decoration: underline;
}
.catalog-access__legal {
  margin: 4rem auto 0;
  max-width: 340px;
}
.catalog-access__legal p {
  font-family: "urw-din-semi-condensed", sans-serif;
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 14px;
}
@media (max-width: 767px) {
  .catalog-access__legal {
    max-width: 300px;
  }
  .catalog-access__legal p,
  .catalog-signup-form__choice {
    font-size: 8px;
  }
}
.catalog-access__link {
  display: inline-block;
  margin-top: 3rem;
  border: 0;
  background: transparent;
  padding: 0;
  font-family: "AbovetheBeyondSerifItalic";
  font-size: 15px;
  letter-spacing: 0.8px;
  color: #000;
  text-decoration: none;
  transition: all ease 0.4s;
  cursor: pointer;
}
.catalog-access__link:hover {
  text-decoration: underline;
}
.catalog-access__error {
  margin: 0 0 20px;
  color: #9b1c1c;
  font-size: 13px;
}
.catalog-access__step--code {
  width: 100%;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 767px) {
  .catalog-access {
    align-items: flex-start;
    padding: 14px;
  }
  .catalog-access__box {
    width: 100%;
    min-height: calc(100vh - 28px);
    padding: 80px 32px 32px;
  }
  .catalog-access__eyebrow {
    margin-bottom: 32px;
    padding: 14px 20px 12px;
    font-size: 6px;
  }
  .catalog-access__title {
    font-size: 28px;
    margin-bottom: 2rem;
  }
  .catalog-access__text {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .catalog-signup-form__choice {
    font-size: 8px;
  }
  .catalog-access__login,
  .catalog-access__trade,
  .catalog-access__link {
    font-size: 14px;
  }
  .catalog-access__legal {
    margin-top: 3rem;
  }
  .catalog-access__eyebrow span {
    display: none;
  }
  .catalog-access__input {
    height: 44px;
  }
  #catalog-access-code {
    font-size: 16px !important;
  }
  #catalog-access-code::placeholder {
    font-size: 10px;
  }
  #exit-catalog {
    width: 26px;
    height: 26px;
  }
  .catalog-stage {
    display: flex;
    width: 100%;
    height: calc(100dvh - 48px);
    overflow: auto;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }
  #catalog-canvas {
    display: block;
    flex-shrink: 0;
    margin: auto !important;
  }
}

.catalog-controls button:disabled,
.catalog-controls button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.catalog-autoplay {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

#autoplay-speed {
  width: auto;
  min-width: 50px;
  padding: 0 8px !important;
  font-family: "urw-din-semi-condensed", sans-serif;
  font-size: 9px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

#autoplay-speed svg {
  width: 16px !important;
  height: 16px !important;
  padding-right: 4px;
}

.catalog-autoplay__menu {
  position: absolute;
  left: 36px;
  bottom: calc(100% + 8px);
  z-index: 50;
  min-width: 76px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(18, 19, 23, 0.98);
  box-sizing: border-box;
}

.catalog-autoplay__menu[hidden] {
  display: none;
}

.catalog-controls .catalog-autoplay__option {
  width: 100%;
  height: auto;
  min-height: 30px;
  padding: 7px 10px !important;
  border: 0;
  background: transparent;
  justify-content: flex-start;
  font-family: "urw-din-semi-condensed", sans-serif;
  font-size: 9px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.catalog-controls .catalog-autoplay__option:hover,
.catalog-controls .catalog-autoplay__option.is-active {
  background: rgba(255, 255, 255, 0.14);
}

.catalog-controls .catalog-autoplay__option.is-active::after {
  content: "✓";
  margin-left: auto;
}