.n0bs-hr {
  --bg: #222222;
  --text: #fff;
  --muted: #d7d7d7;
  --green: #daf189;
  --lav: #dfd0ff;
  --violet: #5200ff;
  --blue: #7aa7ff;
  background: var(--bg);
  color: var(--text);
  font-family: inherit;
  overflow: hidden;
}

.n0bs-hr * {
  box-sizing: border-box;
}

.n0bs-hr em,
.n0bs-hr .hr-heading-highlight {
  font-style: italic !important;
}

.n0bs-hr .text-mindaro {
  color: var(--green) !important;
}

.n0bs-hr .text-lavender {
  color: var(--lav) !important;
}

.n0bs-hr .text-blue {
  color: var(--blue) !important;
}

.n0bs-hr .text-white {
  color: #fff !important;
}

.n0bs-hr h1,
.n0bs-hr h2,
.n0bs-hr h3 {
  font-family: DM Serif Display, serif;
  	letter-spacing: -1.54px !important;
  line-height: 0.96;
}

.n0bs-hr h1 {
  font-size: 77px;
  font-weight: 600;
  max-width: 920px;
  	letter-spacing: -1.2px !important;
  margin: 0 auto 30px;
}

.n0bs-hr h2 {
  font-size: 60px !important;
    font-weight: 600;
  margin: 0 0 28px;
}

.n0bs-hr h3 {
     font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.54px !important;
}

.hr-section {
  max-width: 1260px;
  margin: 0 auto;
  padding: 65px 24px;
}

.hr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 42px;
  border: 2px solid var(--lav);
  border-radius: 999px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  transition: 0.2s ease;
}

.hr-btn:hover {
  background: var(--lav);
  color: #171717;
}

.hr-btn--violet,
.hr-btn--small {
  border-color: var(--violet);
}

.hr-btn--small {
  min-height: 54px;
  padding: 0 38px;
  margin-top: 22px;
}

.hr-copy {
  color: #fff;
  font-size: 17px;
  line-height: 1.8;
  max-width: 691px;
}
.hr-strong{
    font-weight:600;
}

.hr-copy p {
  margin: 0 0 22px;
}

.hr-center {
  text-align: center;
}

.hr-center > p,
.hr-copy--center {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.hr-hero-split {
     grid-template-columns: minmax(0, 310px) minmax(0, 1.25fr) !important;
}
.hr-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: 70px;
  /*align-items: center;*/
}

.hr-hero {
  min-height: 900px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--hero-image);
  background-position: center;
  background-size: cover;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 190px 24px 110px;
}

.hr-note {
  max-width: 710px;
  margin: 0 auto 28px;
  color: #f0f0f0;
  font-size: 16px;
  line-height: 1.7;
}

.hr-actions {
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
}

.hr-logo-strip {
  max-width: 1620px;
  margin: -58px auto 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  padding: 24px 0;
}

.hr-logo-track {
  display: flex;
  gap: 70px;
  align-items: center;
  width: max-content;
  animation: hr-marquee 34s linear infinite;
}

.hr-logo-track img {
  max-height: 46px;
  max-width: 185px;
  object-fit: contain;
  filter: grayscale(1);
}

@keyframes hr-marquee {
  to {
    transform: translateX(-50%);
  }
}

.hr-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 1fr);
  gap: 28px;
  padding: 40px 24px 70px;
  overflow: auto;
}

.hr-gallery img {
  height: 360px;
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
}

.hr-membership img {
  border-radius: 8px;
  min-height: 520px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hr-feature-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-rows: 290px;
  gap: 26px;
  margin-top: 70px;
}

.hr-image-card,
.hr-event-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.hr-image-card:first-child {
  grid-row: span 2;
}

.hr-image-card img,
.hr-event-card img,
.hr-blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hr-image-card:after,
.hr-event-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 45%, rgba(0, 0, 0, 0.75));
}

.hr-image-card h3 {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  z-index: 1;
  margin: 0;
  text-align: left;
}

.hr-process-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 80px;
}

.hr-step {
  text-align: center;
}

.hr-step span {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #292929;
  margin: 0 auto 20px;
}

.hr-step img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.hr-step strong {
  display: block;
  font-family: DM Serif Display, serif;
  font-size: 19px;
  line-height: 1.05;
}

.hr-quote {
  max-width: 720px;
  margin: 40px auto 70px;
  padding: 0 24px;
  text-align: center;
  font-family: DM Serif Display, serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.hr-quote small {
  display: block;
  margin-top: 28px;
  font-family: inherit;
  font-size: 14px;
  text-transform: uppercase;
}

.hr-card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 70px;
}

.hr-event-card {
  min-height: 390px;
}

.hr-event-card span {
  position: absolute;
  left: 0;
  bottom: 120px;
  z-index: 1;
  background: var(--violet);
  padding: 11px 24px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.hr-event-card h3 {
  position: absolute;
  left: 0;
  right: 18px;
  bottom: 24px;
  z-index: 1;
  margin: 0;
  text-align: left;
}

.hr-newsletter {
  max-width: 1420px;
  margin: 80px auto;
  padding: 64px 72px;
  border: 2px solid var(--violet);
  border-radius: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.hr-newsletter h2 {
  font-size: clamp(34px, 3.6vw, 62px);
}

.hr-newsletter input[type="email"],
.hr-newsletter input[type="text"] {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--lav);
  color: #fff;
  padding: 14px 0;
}

.hr-newsletter input[type="submit"],
.hr-newsletter button {
  width: 100%;
  min-height: 58px;
  border: 2px solid var(--lav);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.hr-video {
  max-width: 1260px;
  aspect-ratio: 16 / 7;
  margin: 70px auto 0;
  border-radius: 8px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), var(--video-image);
  background-size: cover;
  background-position: center;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hr-video a {
  font-size: clamp(46px, 7vw, 112px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.hr-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin-top: 70px;
  text-align: left;
}

.hr-blog-card img {
  height: 300px;
  border-radius: 8px;
}

.hr-blog-card a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 900px) {
  .hr-section {
    padding: 80px 20px;
  }

  .hr-hero {
    min-height: 760px;
    padding: 150px 20px 90px;
  }

  .hr-split,
  .hr-newsletter {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hr-feature-grid,
  .hr-card-row,
  .hr-blog-grid,
  .hr-process-row {
    grid-template-columns: 1fr;
  }

  .hr-feature-grid {
    grid-auto-rows: 320px;
  }

  .hr-image-card:first-child {
    grid-row: auto;
  }

  .hr-process-row {
    gap: 42px;
  }

  .hr-newsletter {
    padding: 42px 24px;
    margin: 60px 20px;
  }

  .hr-gallery {
    grid-auto-columns: 82vw;
  }

  .hr-logo-strip {
    margin-top: 0;
  }

  .hr-video {
    aspect-ratio: 16 / 10;
  }

  .n0bs-hr h1 {
    font-size: 48px;
  }
}

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