@font-face {
  font-family: "Great Vibes";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/GreatVibes-Regular.woff2") format("woff2");
}

/* Lab overlay — one-page landing nav: centered wordmark + Let's Talk */

.nav.rr-landing-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-content: stretch;
  gap: 1rem;
  padding: 1.08rem clamp(1.2rem, 3.6vw, 2.7rem);
}

.nav.rr-landing-nav.scrolled {
  padding: 0.54rem clamp(1.2rem, 3.6vw, 2.7rem);
  gap: 0.85rem;
}

.nav.rr-landing-nav .nav-logo.rr-wordmark {
  grid-column: 2;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  max-width: min(70vw, 396px);
  color: inherit;
  text-shadow: none;
}

.nav.rr-landing-nav .nav-logo.rr-wordmark img {
  display: block;
  height: 60.5px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.nav.rr-landing-nav.scrolled .nav-logo.rr-wordmark img {
  height: 49.5px;
}

.nav.rr-landing-nav.scrolled:not(.nav-solid) .nav-logo.rr-wordmark img {
  filter: invert(1);
}

.nav.rr-landing-nav > .nav-cta {
  grid-column: 3;
  justify-self: end;
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  padding: 0.744rem 1.44rem;
  font-size: 1.313rem;
}

.nav.rr-landing-nav.nav-solid > .nav-cta {
  background: var(--text-primary);
  color: var(--bg-light);
  border-color: var(--text-primary);
  box-shadow: none;
}

.nav.rr-landing-nav.nav-solid > .nav-cta:hover {
  background: var(--text-secondary);
  color: var(--bg-light);
}

.nav.rr-landing-nav.scrolled > .nav-cta {
  padding: 0.504rem 1.14rem;
  font-size: 1.05rem;
}

.nav.rr-landing-nav .mobile-toggle,
.nav.rr-landing-nav .nav-links {
  display: none !important;
}

/* Hero — left lockup over the night plate; no checklist */
.rr-hero .inner-hero-content {
  grid-template-columns: minmax(0, 1fr);
  width: min(100%, 1180px);
}

.rr-hero .inner-hero-copy {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  max-width: none;
  justify-items: start;
  align-items: baseline;
}

.rr-hero h1,
.rr-hero h1 .rr-line-control {
  display: contents;
}

.inner-hero.inner-hero-video.rr-hero h1 {
  font-family: "Great Vibes", "Snell Roundhand", cursive;
  font-weight: 400;
  font-size: clamp(2.45rem, 6.125vw, 4.9rem);
  line-height: 1.18;
  letter-spacing: 0.01em;
  color: #fff;
  max-width: none;
  margin-bottom: 1rem;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.35);
}

.rr-hero h1 .rr-line-free,
.rr-hero h1 .rr-line-paid {
  grid-column: 1 / -1;
}

.rr-hero h1 .rr-you-y {
  grid-column: 1;
  white-space: nowrap;
}

.rr-hero h1 .rr-you-rest {
  grid-column: 2;
  white-space: nowrap;
}

.rr-hero h1 .rr-line-free {
  color: #A0F1C9;
}

.rr-hero h1 .rr-line-paid,
.rr-hero h1 .rr-line-paid .rr-amp {
  color: #FF845E;
}

.rr-hero h1 .rr-amp {
  padding-right: 0.12em;
}

.rr-hero h1 .rr-line-control {
  color: #fff;
}

.inner-hero.rr-hero h2 {
  grid-column: 2;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.35;
  color: rgba(232, 230, 225, 0.82);
  max-width: 32ch;
  margin: 0.35em 0 0;
}

.inner-hero.rr-hero h2 .rr-h2-l1,
.inner-hero.rr-hero h2 .rr-h2-l2,
.inner-hero.rr-hero h2 .rr-h2-look {
  display: block;
}

.inner-hero.rr-hero h2 .rr-h2-look {
  text-align: center;
  color: #FFD24A;
}

.rr-hero .inner-hero-content--bottom {
  padding-bottom: 12.15rem;
  padding-left: 1.85rem;
}

.rr-ticker {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  height: 8.1rem;
  background: #fff;
  color: #111;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.rr-ticker-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  height: 100%;
  animation: rr-ticker-move 90s linear infinite;
}

.rr-ticker-set {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  align-items: center;
  gap: 2.75rem;
  height: 100%;
  padding: 0 2.75rem;
}

.rr-ticker-item {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 1;
}

.inner-hero.rr-hero .rr-ticker img {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: block;
  flex: 0 0 auto;
  width: auto !important;
  height: 4.65rem !important;
  max-width: 16rem !important;
  object-fit: contain !important;
  object-position: center;
  filter: none !important;
}

@keyframes rr-ticker-move {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .rr-ticker-track {
    animation: none;
  }
}

@media (max-width: 768px) {
  .rr-hero .inner-hero-content--bottom {
    padding-left: 0.75rem;
    padding-bottom: 10.4rem;
  }

  .nav.rr-landing-nav {
    grid-template-columns: 1fr auto;
    padding: 0.7rem 0.85rem;
    gap: 0.45rem;
  }

  .nav.rr-landing-nav .nav-logo.rr-wordmark {
    grid-column: 1;
    justify-self: start;
    max-width: calc(100vw - 7.6rem);
  }

  .nav.rr-landing-nav .nav-logo.rr-wordmark img {
    height: 38px;
  }

  .nav.rr-landing-nav > .nav-cta,
  .nav.rr-landing-nav a.nav-cta.nav-cta-end {
    grid-column: 2;
    justify-self: end;
    display: inline-flex !important;
    padding: 0.48rem 0.85rem;
    font-size: 0.92rem;
  }
}

/* rr-hero-place:start */
.inner-hero.inner-hero-video.rr-hero {
  height: 92vh;
  min-height: 92vh;
}
.rr-hero .inner-hero-content.inner-hero-content--bottom {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  display: block;
  margin: 0;
  padding: 0 !important;
  z-index: 2;
}
.rr-hero .inner-hero-copy {
  display: block;
  position: absolute;
  inset: 0;
  max-width: none;
}
.rr-hero h1,
.rr-hero h1 .rr-line-control,
.inner-hero.rr-hero h2 {
  position: absolute;
  inset: 0;
  display: block;
  margin: 0;
  width: auto;
  height: auto;
  max-width: none;
  font-size: unset;
}
.rr-hero h1 .rr-you-y,
.rr-hero h1 .rr-you-rest {
  display: inline;
  white-space: nowrap;
}
.inner-hero.inner-hero-video.rr-hero h1 .rr-line-free {
  position: absolute;
  left: 6.534%;
  top: 23.631%;
  width: 27.391%;
  height: 10.174%;
  display: block;
  margin: 0;
  white-space: nowrap;
  overflow: visible;
  font-size: max(1.05rem, calc(10.174 * 0.92vh / 1.18));
  line-height: 1.18;
  z-index: 3;
  
}
.inner-hero.inner-hero-video.rr-hero h1 .rr-line-paid {
  position: absolute;
  left: 9.168%;
  top: 32.988%;
  width: 28.400%;
  height: 9.400%;
  display: block;
  margin: 0;
  white-space: nowrap;
  overflow: visible;
  font-size: max(1.05rem, calc(9.400 * 0.92vh / 1.18));
  line-height: 1.18;
  z-index: 3;
  
}
.inner-hero.inner-hero-video.rr-hero h1 .rr-line-control {
  position: absolute;
  left: 3.558%;
  top: 39.235%;
  width: 34.427%;
  height: 12.480%;
  display: block;
  margin: 0;
  white-space: nowrap;
  overflow: visible;
  font-size: max(1.05rem, calc(12.480 * 0.92vh / 1.18));
  line-height: 1.18;
  z-index: 3;
  
}
.inner-hero.rr-hero h2 .rr-h2-l1 {
  position: absolute;
  left: 18.162%;
  top: 51.864%;
  width: 33.610%;
  height: 4.524%;
  display: block;
  margin: 0;
  white-space: nowrap;
  overflow: visible;
  font-size: max(1.05rem, calc(4.524 * 0.92vh / 1.35));
  line-height: 1.35;
  z-index: 3;
  
}
.inner-hero.rr-hero h2 .rr-h2-l2 {
  position: absolute;
  left: 20.675%;
  top: 57.355%;
  width: 32.926%;
  height: 3.530%;
  display: block;
  margin: 0;
  white-space: nowrap;
  overflow: visible;
  font-size: max(1.05rem, calc(3.530 * 0.92vh / 1.35));
  line-height: 1.35;
  z-index: 3;
  
}
.inner-hero.rr-hero h2 .rr-h2-look {
  position: absolute;
  left: 24.945%;
  top: 62.587%;
  width: 37.854%;
  height: 5.304%;
  display: block;
  margin: 0;
  white-space: nowrap;
  overflow: visible;
  font-size: max(1.05rem, calc(5.304 * 0.92vh / 1.35));
  line-height: 1.35;
  z-index: 3;
  text-align: center;
  color: #FFD24A;
}
@media (max-width: 768px) {
  .rr-hero .inner-hero-content--bottom {
    padding: 0 !important;
  }
}
/* rr-hero-place:end */

@media (max-width: 768px) {
  .inner-hero.inner-hero-video.rr-hero {
    height: 100svh;
    min-height: 100svh;
  }
  .rr-hero .inner-hero-copy {
    position: absolute;
    inset: auto 1.05rem 8.35rem 1.05rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    z-index: 3;
  }
  .inner-hero.inner-hero-video.rr-hero h1,
  .inner-hero.inner-hero-video.rr-hero h1 .rr-line-free,
  .inner-hero.inner-hero-video.rr-hero h1 .rr-line-paid,
  .inner-hero.inner-hero-video.rr-hero h1 .rr-line-control,
  .inner-hero.rr-hero h2,
  .inner-hero.rr-hero h2 .rr-h2-l1,
  .inner-hero.rr-hero h2 .rr-h2-l2,
  .inner-hero.rr-hero h2 .rr-h2-look {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    inset: auto !important;
    overflow: visible;
    text-align: left;
  }
  .inner-hero.inner-hero-video.rr-hero h1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: clamp(1.85rem, 9vw, 2.55rem);
    line-height: 1.12;
  }
  .inner-hero.inner-hero-video.rr-hero h1 .rr-line-free,
  .inner-hero.inner-hero-video.rr-hero h1 .rr-line-paid,
  .inner-hero.inner-hero-video.rr-hero h1 .rr-line-control {
    display: block;
    white-space: nowrap;
    font-size: inherit !important;
    line-height: inherit !important;
  }
  .inner-hero.rr-hero h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0.55rem;
    font-size: clamp(0.92rem, 3.8vw, 1.12rem);
    line-height: 1.35;
  }
  .inner-hero.rr-hero h2 .rr-h2-l1,
  .inner-hero.rr-hero h2 .rr-h2-l2,
  .inner-hero.rr-hero h2 .rr-h2-look {
    display: block;
    white-space: normal;
    font-size: inherit !important;
    line-height: inherit !important;
  }
  .inner-hero.rr-hero h2 .rr-h2-look {
    text-align: left;
    color: #FFD24A;
  }
  .rr-ticker { height: 6.4rem; }
  .inner-hero.rr-hero .rr-ticker img {
    height: 3.55rem !important;
    max-width: 11.5rem !important;
  }
}

/* Welcome modal — 2s after first hero playthrough */
.rr-modal {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  perspective: 1400px;
}
.rr-modal[hidden] {
  display: none;
}
.rr-modal-scrim {
  position: absolute;
  inset: 0;
  background: rgba(8, 10, 14, 0.46);
  opacity: 0;
}
.rr-modal.is-open .rr-modal-scrim {
  animation: rr-modal-scrim 0.55s ease forwards;
}
.rr-modal-card {
  position: relative;
  z-index: 1;
  width: min(42.5rem, 100%);
  padding: 3.1rem 3.1rem 2.15rem;
  background: #fff;
  color: #111827;
  border-radius: 1.15rem;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  text-align: center;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
}
.rr-modal.is-open .rr-modal-card {
  animation: rr-modal-enter 1.15s cubic-bezier(0.16, 0.84, 0.28, 1) both;
}
.rr-modal-close {
  position: absolute;
  top: 0.85rem;
  right: 1rem;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}
.rr-modal-card h2 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #0f172a;
}
.rr-modal-rule {
  display: none;
}
.rr-modal-welcome {
  margin: 0 0 1.15rem;
  font-size: clamp(1.12rem, 2vw, 1.38rem);
  font-weight: 500;
  color: #1f2937;
}
.rr-modal-copy {
  margin: 0 auto 1.2rem;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #111827;
}
.rr-modal-copy--mobi,
.rr-modal-price--mobi {
  display: none;
}
.rr-modal-price {
  margin: 0 auto 1.55rem;
  max-width: 34rem;
  font-size: clamp(1.15rem, 2.1vw, 1.42rem);
  font-weight: 800;
  line-height: 1.35;
  color: #0f172a;
}
.rr-modal-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(22rem, 100%);
  padding: 0.92rem 1.6rem;
  border: 0;
  border-radius: 0.7rem;
  background: #2563eb;
  color: #fff;
  font-family: var(--font-body);
  font-size: 1.12rem;
  font-weight: 700;
  cursor: pointer;
}
.rr-modal-cta:hover {
  background: #1d4ed8;
}
.rr-modal-note {
  margin: 1.35rem 0 0;
  font-size: 0.98rem;
  color: #4b5563;
}
@keyframes rr-modal-scrim {
  to { opacity: 1; }
}
@keyframes rr-modal-enter {
  0% {
    opacity: 0;
    transform: translate(var(--rr-from-x, 0px), var(--rr-from-y, -34vh)) scale(0.04);
  }
  22% {
    opacity: 1;
    transform: translate(var(--rr-from-x, 0px), calc(var(--rr-from-y, -34vh) * 0.72)) scale(0.18);
  }
  24% {
    opacity: 1;
    transform: translate(-46vw, 16vh) scale(0.1) rotateY(108deg) rotateZ(-22deg);
  }
  68% {
    transform: translate(-5vw, 3vh) scale(0.86) rotateY(-22deg) rotateZ(7deg);
  }
  86% {
    transform: translate(1.2vw, -0.4vh) scale(1.05) rotateY(8deg) rotateZ(-2deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .rr-modal.is-open .rr-modal-card,
  .rr-modal.is-open .rr-modal-scrim {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 640px) {
  .rr-modal {
    padding: 0.85rem;
    align-items: center;
  }
  .rr-modal-card {
    width: min(22.5rem, 100%);
    padding: 2.35rem 1.35rem 1.55rem;
    border: 2px solid #1d4ed8;
    border-radius: 1.15rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
  }
  .rr-modal-close {
    top: 0.7rem;
    right: 0.85rem;
    color: #334155;
    font-size: 1.45rem;
  }
  .rr-modal-card h2 {
    margin: 0.35rem 0 0.7rem;
    font-size: clamp(0.92rem, 4.6vw, 1.12rem);
    letter-spacing: 0.05em;
    color: #1e3a5f;
    white-space: normal;
  }
  .rr-modal-rule {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin: 0 auto 1.15rem;
  }
  .rr-modal-rule::before,
  .rr-modal-rule::after {
    content: "";
    width: 2.35rem;
    height: 1.5px;
    background: #1d4ed8;
  }
  .rr-modal-rule span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1d4ed8;
  }
  .rr-modal-welcome {
    margin: 0 0 0.95rem;
    font-size: 0.98rem;
    color: #334155;
  }
  .rr-modal-copy--desk,
  .rr-modal-price--desk,
  .rr-modal-note {
    display: none;
  }
  .rr-modal-copy--mobi {
    display: block;
    margin: 0 auto 0.85rem;
    font-size: 0.98rem;
    line-height: 1.45;
    color: #334155;
  }
  .rr-modal-price--mobi {
    display: block;
    margin: 1.15rem auto 1.25rem;
    font-size: 1.45rem;
    font-weight: 800;
    color: #1e3a5f;
  }
  .rr-modal-cta {
    display: flex;
    width: 100%;
    min-width: 0;
    padding: 0.95rem 1rem;
    border-radius: 0.85rem;
    font-size: 1.05rem;
  }
}
