:root {
  --clt-ink: #15232f;
  --clt-velvet: #4a111c;
  --clt-slate: #363d43;
  --clt-smoke-blue: #6f8796;
  --clt-charcoal: #232326;
  --clt-plum: #261f28;
  --clt-brass: #8e6433;
  --clt-void: #0c0c0e;
  --clt-candle: #f2c46d;
  --clt-bone: #efe4cf;
  --clt-pitch: #131315;
  --clt-night: #1a1a1c;
  --clt-linen: #d8cdb8;
  --clt-brass-500: #6f4d28;
  --clt-brass-100: #e8c994;
  --clt-brass-400: var(--clt-brass);
  --clt-brass-300: #a77d42;
  --clt-brass-200: #c79a5e;
  --clt-brass-50: #f5e3c0;
  --clt-linen-300: var(--clt-linen);
  --clt-linen-400: #b3a78d;
  --clt-linen-200: #e6dcc4;
  --clt-brass-600: #4d341c;
  --clt-linen-100: #f4ebd6;
  --r-field: 14px;
  --s-9: 96px;
  --r-button: 999px;
  --r-shell: 32px;
  --font-display: Gloock, Georgia, "Times New Roman", serif;
  --s-6: 32px;
  --s-7: 48px;
  --r-card: 22px;
  --s-8: 64px;
  --s-3: 12px;
  --s-2: 8px;
  --s-5: 24px;
  --font-body: "Wix Madefor Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --s-1: 4px;
  --r-pill: 999px;
  --s-4: 16px;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.clt-page {
  position: relative;
  overflow: clip;
}

.clt-home-ambient {
  z-index: -1;
  pointer-events: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.clt-home-ambient.bloom {
  filter: blur(140px);
  border-radius: 50%;
  position: absolute;
}

.clt-home-ambient.bloom.brass {
  opacity: .42;
  width: 44vw;
  max-width: 760px;
  height: 44vw;
  max-height: 760px;
  top: -16%;
  left: -14%;
}

.clt-home-ambient.bloom.plum {
  width: 50vw;
  max-width: 720px;
  height: 50vw;
  max-height: 720px;
  top: 22%;
  left: 32%;
}

.clt-home-ambient.bloom.ink {
  opacity: .5;
  width: 50vw;
  max-width: 700px;
  height: 50vw;
  max-height: 700px;
  bottom: -14%;
  right: -10%;
}

.clt-home-ambient.grain {
  opacity: .5;
  mix-blend-mode: overlay;
  position: absolute;
  inset: 0;
}

.clt-home-ambient.vignette {
  position: absolute;
  inset: 0;
}

.clt-home-dust {
  z-index: 2;
  opacity: .98;
  pointer-events: none;
  mix-blend-mode: screen;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.clt-home-dust.layer {
  inset: 0;
  position: absolute;
  inset: 0;
}

.clt-home-hero-pin-wrapper {
  position: relative;
}

.clt-home-hero {
  z-index: 1;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.clt-home-hero.canvas-wrap {
  z-index: 0;
  position: absolute;
  inset: 0;
}

.clt-home-hero.reveal {
  z-index: 2;
  pointer-events: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.clt-home-hero.canvas {
  width: 100%;
  height: 100%;
  position: absolute;
}

.clt-home-curtain-stage {
  z-index: 5;
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.clt-home-curtain-left {
  width: calc(50% + 1px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.clt-home-curtain-right {
  width: calc(50% + 1px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.clt-home-curtain-prompt {
  z-index: 9;
  opacity: 0;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}

.clt-home-curtain-prompt.text {
  color: #d8cdb894;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: .64rem;
  font-weight: 500;
}

.clt-home-curtain-prompt.line {
  border-radius: 1px;
  width: 2px;
  height: 52px;
  display: block;
}

.clt-home-marquee {
  text-align: center;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
}

.clt-home-marquee.inner {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  display: grid;
}

.clt-home-explore {
  position: relative;
}

.clt-home-explore.header {
  text-align: center;
}

.clt-home-explore.card-static {
  object-fit: cover;
  border-radius: 9px;
}

.clt-home-past {
  position: relative;
  overflow: hidden;
}

.clt-home-past.header {
  text-align: center;
}

.clt-home-past.scroll-wrap {
  position: relative;
  overflow: visible;
}

.clt-home-past.track {
  display: flex;
}

.clt-home-past.card-img {
  box-sizing: content-box;
  height: 100%;
}

.clt-home-subscribe {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
}

.clt-home-footer {
  position: relative;
}

.clt-home-footer.inner {
  grid-template-columns: 1.4fr .8fr .8fr;
  align-items: start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clt-eyebrow {
  letter-spacing: .26em;
  text-transform: uppercase;
  align-items: center;
  gap: .85rem;
  font-size: .72rem;
  font-weight: 800;
  display: inline-flex;
}

.clt-eyebrow__bar {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .clt-button {
    white-space: nowrap;
    min-height: 30px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .clt-home-footer {
    text-align: center;
  }

  .clt-home-footer.inner {
    grid-template-columns: 1.4fr .8fr;
  }

  .clt-home-footer.brand {
    justify-content: center;
    align-items: center;
  }

  .clt-home-footer.social {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .clt-home-footer.col {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .clt-button {
    min-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .72rem;
  }

  .clt-home-hero {
    padding-left: clamp(14px, 4vw, 24px);
    padding-right: clamp(14px, 4vw, 24px);
  }

  .clt-home-hero.canvas {
    inset: 0%;
    inset: 0%;
    overflow: hidden;
  }

  .clt-home-explore {
    padding-left: 0;
    padding-right: 0;
  }

  .clt-home-explore.track-mask {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .clt-home-past {
    padding-left: 0;
    padding-right: 0;
  }

  .clt-home-footer {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .clt-button {
    min-height: 26px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: .7rem;
  }

  .clt-home-footer {
    text-align: center;
    justify-content: center;
  }

  .clt-home-footer.brand-name.clt-text-foil {
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .clt-container {
    margin-top: 119px;
  }
}

#w-node-_30fd6438-dc98-cd7b-ce08-79ac4d72a3dc-17ee1a88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
