/* Final homepage typography adjustments confirmed through rendered desktop and mobile review. */

.rayn-home-v5 {
  font-optical-sizing: auto;
}

.rayn-home-v5 :where(h1, h2, h3) {
  font-kerning: normal;
}

@media (min-width: 1101px) {
  .rayn-home-v5 .v5-scene--commerce {
    padding-block: clamp(7rem, 9vw, 9rem);
  }

  .rayn-home-v5 .v5-commerce-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(3.25rem, 6vw, 5.5rem);
  }

  .rayn-home-v5 .v5-commerce-layout .v5-editorial-head--compact {
    max-width: 68rem;
    margin-bottom: 0;
  }

  .rayn-home-v5 .v5-commerce-layout .v5-editorial-head--compact h2 {
    max-width: 14ch;
  }

  .rayn-home-v5 .v5-commerce {
    width: min(100%, 72rem);
    margin-inline: auto;
  }
}

@media (max-width: 560px) {
  .rayn-home-v5 .v5-feature-peak__copy > p:not(.v5-chapter),
  .rayn-home-v5 .v5-editorial-head > p:last-child,
  .rayn-home-v5 .v5-manifesto__support,
  .rayn-home-v5 .v5-invitation p {
    font-size: 1rem;
  }
}

/* Pick Your Spot product journey, recreated from the supplied TreeHouse recording. */
.rayn-home-v5 .v5-pys-product {
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(34rem, 1fr) auto auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 1.35rem;
  background: #0d1412;
  color: #fff;
  box-shadow: 0 2rem 6rem rgba(12, 24, 20, .2);
}

.rayn-home-v5 .v5-pys-product > .v5-media-placeholder,
.rayn-home-v5 .v5-pys-product > .v5-space-pin,
.rayn-home-v5 .v5-pys-product > .v5-space-card {
  display: none;
}

.rayn-home-v5 .v5-pys-product__chrome {
  min-height: 4.25rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: .85rem 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: #101814;
}

.rayn-home-v5 .v5-pys-product__brand,
.rayn-home-v5 .v5-pys-product__mode {
  display: flex;
  align-items: center;
  gap: .7rem;
}

.rayn-home-v5 .v5-pys-product__brand > span {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ecff62;
  color: #0b110f;
  font-family: var(--rayn-font-editorial, Georgia, serif);
  font-size: 1.15rem;
}

.rayn-home-v5 .v5-pys-product__brand strong {
  font-family: var(--rayn-font-editorial, Georgia, serif);
  font-size: 1.15rem;
  font-weight: 500;
}

.rayn-home-v5 .v5-pys-product__mode {
  gap: .45rem;
}

.rayn-home-v5 .v5-pys-product__mode small {
  color: #8ee2c1;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.rayn-home-v5 .v5-pys-product__mode strong {
  font-size: .72rem;
  font-weight: 650;
}

.rayn-home-v5 .v5-pys-product__viewport {
  position: relative;
  min-height: 34rem;
  overflow: hidden;
  isolation: isolate;
  background: #14211c;
}

.rayn-home-v5 .v5-pys-product__venue {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.025);
}

.rayn-home-v5 .v5-pys-product__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 15, 12, .8), rgba(8, 15, 12, .12) 55%, rgba(8, 15, 12, .28)),
    linear-gradient(0deg, rgba(8, 15, 12, .64), transparent 55%);
}

.rayn-home-v5 .v5-pys-state {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(.7rem);
  transition: opacity .55s ease, transform .55s ease;
}

.rayn-home-v5 .v5-pys-state.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.rayn-home-v5 .v5-pys-panel {
  position: absolute;
  display: grid;
  box-sizing: border-box;
  padding: clamp(1.2rem, 2.5vw, 2rem);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 1rem;
  background: rgba(13, 20, 17, .86);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .28);
  backdrop-filter: blur(16px);
}

.rayn-home-v5 .v5-pys-panel h3 {
  max-width: 12ch;
  margin: .7rem 0 .55rem;
  color: #fff;
  font-size: clamp(2rem, 3.3vw, 3.45rem);
  font-weight: 450;
  line-height: .98;
}

.rayn-home-v5 .v5-pys-panel > p:not(.v5-pys-eyebrow) {
  max-width: 27rem;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: .86rem;
  line-height: 1.55;
}

.rayn-home-v5 .v5-pys-eyebrow {
  margin: 0;
  color: #92e5c5;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.rayn-home-v5 .v5-pys-panel--spaces {
  top: 2rem;
  bottom: 2rem;
  left: 2rem;
  width: min(28rem, 40%);
  align-content: start;
}

.rayn-home-v5 .v5-pys-spaces {
  display: grid;
  gap: .55rem;
  margin-top: auto;
  padding-top: 1.5rem;
}

.rayn-home-v5 .v5-pys-spaces button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  align-items: center;
  padding: .78rem .9rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: .65rem;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  text-align: left;
}

.rayn-home-v5 .v5-pys-spaces button.is-selected {
  border-color: rgba(146, 229, 197, .75);
  background: rgba(99, 211, 168, .16);
}

.rayn-home-v5 .v5-pys-spaces span {
  font-size: .78rem;
  font-weight: 750;
}

.rayn-home-v5 .v5-pys-spaces small {
  color: rgba(255, 255, 255, .55);
  font-size: .59rem;
}

.rayn-home-v5 .v5-pys-floating-note {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: min(18rem, 28%);
  display: grid;
  gap: .28rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: .85rem;
  background: rgba(255, 255, 255, .92);
  color: #13211c;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .22);
}

.rayn-home-v5 .v5-pys-floating-note small {
  color: #2b765d;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rayn-home-v5 .v5-pys-floating-note strong {
  font-family: var(--rayn-font-editorial, Georgia, serif);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1;
}

.rayn-home-v5 .v5-pys-floating-note span {
  color: #69736f;
  font-size: .65rem;
}

.rayn-home-v5 .v5-pys-floating-note--right {
  top: 2rem;
  right: 2rem;
  bottom: auto;
}

.rayn-home-v5 .v5-pys-panel--table {
  right: 2rem;
  bottom: 2rem;
  width: min(29rem, 44%);
}

.rayn-home-v5 .v5-pys-table-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  margin-bottom: 1.15rem;
}

.rayn-home-v5 .v5-pys-table-summary > div {
  display: grid;
  gap: .25rem;
  padding: .9rem;
  border-radius: .65rem;
  background: rgba(255, 255, 255, .08);
}

.rayn-home-v5 .v5-pys-table-summary small {
  color: rgba(255, 255, 255, .55);
  font-size: .56rem;
  text-transform: uppercase;
}

.rayn-home-v5 .v5-pys-table-summary strong {
  font-size: 1rem;
}

.rayn-home-v5 .v5-pys-table-pin {
  position: absolute;
  display: grid;
  gap: .1rem;
  min-width: 4.2rem;
  padding: .55rem .65rem;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: .55rem;
  background: rgba(13, 20, 17, .88);
  color: #fff;
  box-shadow: 0 .8rem 2rem rgba(0, 0, 0, .2);
}

.rayn-home-v5 .v5-pys-table-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -.55rem;
  width: .7rem;
  height: .7rem;
  transform: translateX(-50%) rotate(45deg);
  border-right: 1px solid rgba(255, 255, 255, .55);
  border-bottom: 1px solid rgba(255, 255, 255, .55);
  background: rgba(13, 20, 17, .88);
}

.rayn-home-v5 .v5-pys-table-pin span {
  color: #96e8c8;
  font-size: .65rem;
  font-weight: 800;
}

.rayn-home-v5 .v5-pys-table-pin strong {
  font-size: .55rem;
  font-weight: 600;
}

.rayn-home-v5 .v5-pys-table-pin--one {
  top: 28%;
  left: 30%;
}

.rayn-home-v5 .v5-pys-table-pin--two {
  top: 42%;
  left: 55%;
}

.rayn-home-v5 .v5-pys-status {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  margin-top: 1.1rem;
  padding: .52rem .7rem;
  border-radius: 999px;
  background: #dff7eb;
  color: #185f48;
  font-size: .61rem;
  font-weight: 800;
}

.rayn-home-v5 .v5-pys-panel--experience {
  top: 50%;
  left: 50%;
  width: min(34rem, 70%);
  transform: translate(-50%, -50%);
}

.rayn-home-v5 .v5-pys-experience-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .9rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: .75rem;
  background: rgba(255, 255, 255, .08);
}

.rayn-home-v5 .v5-pys-experience-card__mark {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: .7rem;
  background: #ecff62;
  color: #12201a;
  font-family: var(--rayn-font-editorial, Georgia, serif);
  font-size: 1.6rem;
}

.rayn-home-v5 .v5-pys-experience-card small,
.rayn-home-v5 .v5-pys-experience-card strong,
.rayn-home-v5 .v5-pys-experience-card span {
  display: block;
}

.rayn-home-v5 .v5-pys-experience-card small {
  color: #91e4c4;
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rayn-home-v5 .v5-pys-experience-card strong {
  margin-top: .16rem;
  font-size: .92rem;
}

.rayn-home-v5 .v5-pys-experience-card span {
  margin-top: .2rem;
  color: rgba(255, 255, 255, .55);
  font-size: .62rem;
}

.rayn-home-v5 .v5-pys-experience-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: .75rem;
  padding: .75rem .9rem;
  border-radius: .65rem;
  background: #fff;
  color: #15221d;
  font-size: .68rem;
  font-weight: 750;
}

.rayn-home-v5 .v5-pys-experience-action strong {
  width: 1.45rem;
  height: 1.45rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #27a879;
  color: #fff;
}

.rayn-home-v5 .v5-pys-panel--confirmed {
  top: 50%;
  left: 50%;
  width: min(34rem, 72%);
  text-align: center;
  transform: translate(-50%, -50%);
}

.rayn-home-v5 .v5-pys-confirmation-mark {
  width: 3.4rem;
  height: 3.4rem;
  display: grid;
  place-items: center;
  margin: 0 auto .9rem;
  border-radius: 50%;
  background: #78ddb5;
  color: #10231c;
  font-size: 1.25rem;
  font-weight: 900;
}

.rayn-home-v5 .v5-pys-panel--confirmed h3 {
  max-width: 15ch;
  margin-inline: auto;
}

.rayn-home-v5 .v5-pys-panel--confirmed dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .6rem;
  margin: 1.2rem 0 0;
}

.rayn-home-v5 .v5-pys-panel--confirmed dl div {
  display: grid;
  gap: .25rem;
  padding: .72rem;
  border-radius: .55rem;
  background: rgba(255, 255, 255, .07);
}

.rayn-home-v5 .v5-pys-panel--confirmed dt {
  color: rgba(255, 255, 255, .52);
  font-size: .53rem;
  text-transform: uppercase;
}

.rayn-home-v5 .v5-pys-panel--confirmed dd {
  margin: 0;
  font-size: .67rem;
  font-weight: 750;
}

.rayn-home-v5 .v5-pys-panel--confirmed .v5-pys-status {
  margin-inline: auto;
}

.rayn-home-v5 .v5-pys-product__timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: #101814;
}

.rayn-home-v5 .v5-pys-product__timeline button {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .55rem;
  align-items: center;
  padding: .9rem 1rem;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .1);
  background: transparent;
  color: rgba(255, 255, 255, .48);
  text-align: left;
  cursor: pointer;
}

.rayn-home-v5 .v5-pys-product__timeline button:last-child {
  border-right: 0;
}

.rayn-home-v5 .v5-pys-product__timeline button.is-active {
  background: rgba(119, 220, 180, .12);
  color: #fff;
}

.rayn-home-v5 .v5-pys-product__timeline span {
  color: #83dfbb;
  font-size: .58rem;
  font-weight: 800;
}

.rayn-home-v5 .v5-pys-product__timeline strong {
  overflow: hidden;
  font-size: .65rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rayn-home-v5 .v5-pys-product__caption {
  margin: 0;
  padding: .55rem 1rem;
  background: #0d1412;
  color: rgba(255, 255, 255, .38);
  font-size: .52rem;
  letter-spacing: .07em;
  text-align: right;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .rayn-home-v5 .v5-pys-product {
    grid-template-rows: auto minmax(32rem, 1fr) auto auto;
  }

  .rayn-home-v5 .v5-pys-panel--spaces {
    width: min(27rem, 52%);
  }

  .rayn-home-v5 .v5-pys-floating-note {
    width: min(16rem, 34%);
  }

  .rayn-home-v5 .v5-pys-panel--table {
    width: min(27rem, 52%);
  }
}

@media (max-width: 720px) {
  .rayn-home-v5 .v5-pys-product {
    grid-template-rows: auto minmax(34rem, 1fr) auto auto;
    border-radius: 1rem;
  }

  .rayn-home-v5 .v5-pys-product__viewport {
    min-height: 34rem;
  }

  .rayn-home-v5 .v5-pys-product__shade {
    background: linear-gradient(0deg, rgba(8, 15, 12, .8), rgba(8, 15, 12, .1) 75%);
  }

  .rayn-home-v5 .v5-pys-panel--spaces,
  .rayn-home-v5 .v5-pys-panel--table,
  .rayn-home-v5 .v5-pys-panel--experience,
  .rayn-home-v5 .v5-pys-panel--confirmed {
    top: auto;
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
    width: auto;
    max-height: calc(100% - 1.5rem);
    transform: none;
  }

  .rayn-home-v5 .v5-pys-panel--spaces {
    align-content: end;
  }

  .rayn-home-v5 .v5-pys-panel h3 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .rayn-home-v5 .v5-pys-spaces {
    margin-top: 1.2rem;
  }

  .rayn-home-v5 .v5-pys-floating-note {
    top: .75rem;
    right: .75rem;
    bottom: auto;
    width: min(14rem, 48%);
  }

  .rayn-home-v5 .v5-pys-floating-note--right {
    display: none;
  }

  .rayn-home-v5 .v5-pys-table-pin--one {
    top: 24%;
    left: 18%;
  }

  .rayn-home-v5 .v5-pys-table-pin--two {
    top: 35%;
    left: 58%;
  }

  .rayn-home-v5 .v5-pys-product__timeline {
    grid-template-columns: repeat(4, minmax(4rem, 1fr));
  }

  .rayn-home-v5 .v5-pys-product__timeline button {
    display: grid;
    grid-template-columns: 1fr;
    gap: .2rem;
    padding: .72rem .45rem;
    text-align: center;
  }

  .rayn-home-v5 .v5-pys-product__timeline strong {
    font-size: .53rem;
  }
}

@media (max-width: 480px) {
  .rayn-home-v5 .v5-pys-product__chrome {
    min-height: 3.7rem;
    padding: .7rem .8rem;
  }

  .rayn-home-v5 .v5-pys-product__mode small {
    display: none;
  }

  .rayn-home-v5 .v5-pys-panel {
    padding: 1rem;
  }

  .rayn-home-v5 .v5-pys-panel > p:not(.v5-pys-eyebrow) {
    font-size: .76rem;
  }

  .rayn-home-v5 .v5-pys-spaces button {
    padding: .65rem .7rem;
  }

  .rayn-home-v5 .v5-pys-spaces small {
    display: none;
  }

  .rayn-home-v5 .v5-pys-floating-note {
    width: min(12rem, 56%);
  }

  .rayn-home-v5 .v5-pys-floating-note strong {
    font-size: 1.18rem;
  }

  .rayn-home-v5 .v5-pys-panel--confirmed dl {
    grid-template-columns: 1fr;
  }

  .rayn-home-v5 .v5-pys-panel--confirmed dl div {
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }

  .rayn-home-v5 .v5-pys-panel--confirmed dd {
    text-align: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rayn-home-v5 .v5-pys-state {
    transition: none;
  }
}
