/* ==========================================================
   NURIA REALTY
   JOIN OUR TEAM — HERO
   Updated: August 31, 2026
   ========================================================== */

.nr-join-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  padding: 120px 0 100px;
  background:
    linear-gradient(
      90deg,
      rgba(10, 10, 10, 0.92) 0%,
      rgba(10, 10, 10, 0.78) 45%,
      rgba(10, 10, 10, 0.38) 100%
    ),
    url('/assets/img/join-team/hero/join-team-hero.webp') center center / cover no-repeat;
}

.nr-join-hero-content {
  max-width: 820px;
}

.nr-join-kicker {
  display: inline-block;
  margin-bottom: 22px;
  color: #c21d1d;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.nr-join-title {
  margin: 0;
  color: #ffffff;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 5vw, 5.4rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.nr-join-title span {
  display: block;
}

.nr-join-lead {
  max-width: 690px;
  margin: 30px 0 36px;
  color: rgba(255,255,255,0.84);
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
}

.nr-join-hero .nr-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  background: #c21d1d;
  border: 1px solid #c21d1d;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.nr-join-hero .nr-btn-primary:hover {
  background: transparent;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .nr-join-hero {
    min-height: auto;
    padding: 110px 0 85px;
    background-position: center;
  }

  .nr-join-title {
    font-size: clamp(2.8rem, 8vw, 4.6rem);
  }
}

@media (max-width: 575.98px) {
  .nr-join-hero {
    padding: 90px 0 70px;
  }

  .nr-join-title {
    font-size: 2.65rem;
    line-height: 1.02;
  }

  .nr-join-lead {
    font-size: 0.98rem;
  }
}

/* ==========================================================
   JOIN OUR TEAM — OPPORTUNITY
   ========================================================== */

.nr-join-opportunity {
  position: relative;
  background: #f7f6f3;
}

.nr-join-opportunity .nr-section-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: #c21d1d;
  font-family: 'Inter', sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.nr-join-section-title {
  max-width: 720px;
  margin: 0;
  color: #171717;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 4vw, 4.25rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.nr-join-section-title span {
  display: block;
}

.nr-join-divider {
  width: 52px;
  height: 2px;
  margin: 26px 0 28px;
  background: #c21d1d;
}

.nr-join-intro {
  max-width: 720px;
  margin-bottom: 20px;
  color: #292929;
  font-family: 'Inter', sans-serif;
  font-size: 1.12rem;
  line-height: 1.8;
}

.nr-join-copy {
  max-width: 720px;
  margin-bottom: 18px;
  color: #606060;
  font-family: 'Inter', sans-serif;
  font-size: 0.98rem;
  line-height: 1.85;
}


/* Statement */

.nr-opportunity-statement {
  position: relative;
  padding: 48px 42px;
  border-left: 2px solid #c21d1d;
  background: #ffffff;
}

.nr-opportunity-label {
  display: block;
  margin-bottom: 24px;
  color: #8a744d;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.nr-opportunity-quote {
  margin: 0 0 28px;
  color: #1b1b1b;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 2.5vw, 2.45rem);
  font-weight: 500;
  line-height: 1.25;
}

.nr-opportunity-signature {
  color: #777777;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}


/* Responsive */

@media (max-width: 991.98px) {
  .nr-opportunity-statement {
    padding: 38px 34px;
  }
}

@media (max-width: 575.98px) {
  .nr-join-section-title {
    font-size: 2.45rem;
  }

  .nr-join-intro {
    font-size: 1.03rem;
  }

  .nr-opportunity-statement {
    padding: 32px 26px;
  }
}

/* ==========================================================
   JOIN OUR TEAM — PLATFORM
   ========================================================== */

.nr-join-platform {
  position: relative;
  padding: 105px 0;
  background: #ffffff;
}

.nr-join-platform .nr-join-section-title {
  max-width: 760px;
}

.nr-join-platform-intro {
  max-width: 780px;
  margin: 0 auto;
  color: #626262;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.85;
}


/* Platform Cards */

.nr-platform-card {
  position: relative;
  padding: 38px 34px 40px;
  border: 1px solid #e6e2dc;
  background: #fbfaf8;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.nr-platform-card:hover {
  transform: translateY(-4px);
  border-color: #d4cec4;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.06);
}

.nr-platform-number {
  display: block;
  margin-bottom: 34px;
  color: #c21d1d;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.nr-platform-title {
  margin: 0 0 16px;
  color: #1b1b1b;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.15;
}

.nr-platform-text {
  margin: 0;
  color: #686868;
  font-family: 'Inter', sans-serif;
  font-size: 0.94rem;
  line-height: 1.8;
}


/* Responsive */

@media (max-width: 991.98px) {
  .nr-join-platform {
    padding: 85px 0;
  }
}

@media (max-width: 575.98px) {
  .nr-join-platform {
    padding: 70px 0;
  }

  .nr-platform-card {
    padding: 32px 26px 34px;
  }

  .nr-platform-title {
    font-size: 1.65rem;
  }
}

/* ==========================================================
   JOIN OUR TEAM — BUILD YOUR BUSINESS
   ========================================================== */

.nr-join-build {
  position: relative;
  padding: 110px 0;
  background: #171717;
}

.nr-join-build .nr-section-kicker {
  color: #c21d1d;
}

.nr-join-build .nr-join-section-title {
  color: #ffffff;
}

.nr-join-build .nr-join-divider {
  background: #c21d1d;
}

.nr-join-build-intro {
  max-width: 720px;
  margin-bottom: 20px;
  color: rgba(255,255,255,0.9);
  font-family: 'Inter', sans-serif;
  font-size: 1.12rem;
  line-height: 1.85;
}

.nr-join-build .nr-join-copy {
  color: rgba(255,255,255,0.66);
}


/* Editorial Manifesto */

.nr-build-manifesto {
  position: relative;
  padding: 46px 0 46px 44px;
  border-left: 1px solid rgba(255,255,255,0.16);
}

.nr-build-line {
  position: absolute;
  top: 46px;
  left: -1px;
  width: 2px;
  height: 74px;
  background: #c21d1d;
}

.nr-build-statement {
  margin: 0 0 30px;
  color: #ffffff;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 3.2vw, 3.6rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.nr-build-statement span {
  display: block;
}

.nr-build-signature {
  color: #a58a5a;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}


/* Growth Principles */

.nr-build-principle {
  height: 100%;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,0.16);
}

.nr-build-principle-number {
  display: block;
  margin-bottom: 28px;
  color: #c21d1d;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.nr-build-principle h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  font-weight: 500;
}

.nr-build-principle p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-family: 'Inter', sans-serif;
  font-size: 0.93rem;
  line-height: 1.8;
}


/* Responsive */

@media (max-width: 991.98px) {
  .nr-join-build {
    padding: 90px 0;
  }

  .nr-build-manifesto {
    padding: 34px 0 34px 32px;
  }

  .nr-build-line {
    top: 34px;
  }
}

@media (max-width: 575.98px) {
  .nr-join-build {
    padding: 72px 0;
  }

  .nr-join-build-intro {
    font-size: 1.03rem;
  }

  .nr-build-manifesto {
    padding-left: 26px;
  }

  .nr-build-statement {
    font-size: 2.35rem;
  }
}

/* ==========================================================
   JOIN OUR TEAM — MARKETS
   ========================================================== */

.nr-join-markets {
  position: relative;
  padding: 110px 0;
  background: #f7f6f3;
}

.nr-join-markets-intro {
  color: #646464;
  font-family: 'Inter', sans-serif;
  font-size: 0.98rem;
  line-height: 1.85;
}


/* Market Cards */

.nr-market-card {
  position: relative;
  padding: 46px 42px;
  border: 1px solid #e1ddd6;
  background: #ffffff;
}

.nr-market-country {
  display: block;
  margin-bottom: 24px;
  color: #c21d1d;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.nr-market-title {
  margin: 0 0 24px;
  color: #1c1c1c;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.15;
}

.nr-market-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.nr-market-list li {
  position: relative;
  padding-left: 14px;
  color: #343434;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}

.nr-market-list li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  background: #c21d1d;
  transform: translateY(-50%);
}

.nr-market-description {
  margin: 0;
  color: #666666;
  font-family: 'Inter', sans-serif;
  font-size: 0.94rem;
  line-height: 1.8;
}

.nr-market-description-main {
  margin-bottom: 24px;
}

.nr-market-note {
  display: block;
  padding-top: 22px;
  border-top: 1px solid #ece8e1;
  color: #8a744d;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  line-height: 1.7;
}


/* Current Opportunity */

.nr-current-market {
  margin-top: 44px;
  padding: 40px 42px;
  background: #171717;
}

.nr-current-market-kicker {
  display: block;
  margin-bottom: 14px;
  color: #c21d1d;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.nr-current-market-title {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.35rem;
  font-weight: 500;
}

.nr-current-market-text {
  max-width: 760px;
  color: rgba(255,255,255,0.68);
  font-family: 'Inter', sans-serif;
  font-size: 0.94rem;
  line-height: 1.8;
}

.nr-market-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,0.35);
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.nr-market-cta:hover {
  border-color: #c21d1d;
  background: #c21d1d;
  color: #ffffff;
}


/* Responsive */

@media (max-width: 991.98px) {
  .nr-join-markets {
    padding: 90px 0;
  }

  .nr-current-market {
    padding: 36px 34px;
  }
}

@media (max-width: 575.98px) {
  .nr-join-markets {
    padding: 72px 0;
  }

  .nr-market-card {
    padding: 34px 28px;
  }

  .nr-current-market {
    padding: 32px 26px;
  }

  .nr-market-title {
    font-size: 1.8rem;
  }

  .nr-current-market-title {
    font-size: 2rem;
  }
}

/* ==========================================================
   JOIN OUR TEAM — PROFESSIONALS
   ========================================================== */

.nr-join-professionals {
  position: relative;
  padding: 110px 0;
  background: #ffffff;
}

.nr-professionals-intro {
  max-width: 790px;
  margin: 0 auto;
  color: #626262;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.85;
}


/* Professional Cards */

.nr-professional-card {
  position: relative;
  overflow: hidden;
  padding: 42px 34px 38px;
  border: 1px solid #e4e0da;
  background: #fbfaf8;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.nr-professional-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent;
  transition: background 0.25s ease;
}

.nr-professional-card:hover {
  transform: translateY(-4px);
  border-color: #d3cec6;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.055);
}

.nr-professional-card:hover::before,
.nr-professional-card-featured::before {
  background: #c21d1d;
}

.nr-professional-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 38px;
}

.nr-professional-number {
  color: #c21d1d;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.nr-professional-stage {
  color: #9a8460;
  font-family: 'Inter', sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.17em;
}

.nr-professional-title {
  margin: 0 0 18px;
  color: #1b1b1b;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.95rem;
  font-weight: 500;
  line-height: 1.12;
}

.nr-professional-text {
  min-height: 145px;
  margin: 0;
  color: #666666;
  font-family: 'Inter', sans-serif;
  font-size: 0.94rem;
  line-height: 1.8;
}


/* Focus Tags */

.nr-professional-focus {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #e7e3dd;
}

.nr-professional-focus span {
  color: #777777;
  font-family: 'Inter', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}


/* Selective Statement */

.nr-professionals-statement {
  margin-top: 48px;
  padding: 34px 38px;
  border-left: 2px solid #c21d1d;
  background: #f5f3ef;
}

.nr-professionals-statement-label {
  color: #c21d1d;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.nr-professionals-statement-text {
  color: #292929;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.45;
}


/* Responsive */

@media (max-width: 991.98px) {
  .nr-join-professionals {
    padding: 90px 0;
  }

  .nr-professional-text {
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  .nr-join-professionals {
    padding: 72px 0;
  }

  .nr-professional-card {
    padding: 34px 28px;
  }

  .nr-professional-title {
    font-size: 1.75rem;
  }

  .nr-professionals-statement {
    padding: 30px 26px;
  }

  .nr-professionals-statement-text {
    font-size: 1.35rem;
  }
}

/* ==========================================================
   JOIN OUR TEAM — WHY NURIA REALTY
   ========================================================== */

.nr-join-why {
  position: relative;
  padding: 110px 0;
  background: #f7f6f3;
}

.nr-join-why-intro {
  margin-bottom: 20px;
  color: #292929;
  font-family: 'Inter', sans-serif;
  font-size: 1.08rem;
  line-height: 1.85;
}


/* Why Grid */

.nr-why-grid {
  border-top: 1px solid #ded9d1;
}

.nr-why-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid #ded9d1;
}

.nr-why-number {
  padding-top: 5px;
  color: #c21d1d;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.nr-why-item h3 {
  margin: 0 0 10px;
  color: #1c1c1c;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.2;
}

.nr-why-item p {
  margin: 0;
  color: #666666;
  font-family: 'Inter', sans-serif;
  font-size: 0.93rem;
  line-height: 1.8;
}


/* Closing Statement */

.nr-why-closing {
  margin-top: 60px;
  padding: 46px 48px;
  background: #171717;
}

.nr-why-closing p {
  max-width: 900px;
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1.25;
}

.nr-why-closing p span {
  display: block;
  color: #ffffff;
}


/* Responsive */

@media (max-width: 991.98px) {
  .nr-join-why {
    padding: 90px 0;
  }

  .nr-why-closing {
    margin-top: 48px;
    padding: 38px 36px;
  }
}

@media (max-width: 575.98px) {
  .nr-join-why {
    padding: 72px 0;
  }

  .nr-why-item {
    grid-template-columns: 38px 1fr;
    gap: 16px;
  }

  .nr-why-item h3 {
    font-size: 1.5rem;
  }

  .nr-why-closing {
    padding: 32px 26px;
  }

  .nr-why-closing p {
    font-size: 1.9rem;
  }
}

/* ==========================================================
   JOIN OUR TEAM — STANDARDS
   ========================================================== */

.nr-join-standards {
  position: relative;
  padding: 110px 0;
  background: #ffffff;
}

.nr-standards-statement {
  max-width: 500px;
}

.nr-standards-title {
  max-width: 480px;
  margin: 0;
  color: #1b1b1b;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.7rem, 4vw, 4.3rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.nr-standards-lead {
  margin: 0 0 20px;
  color: #292929;
  font-family: 'Inter', sans-serif;
  font-size: 1.08rem;
  line-height: 1.8;
}

.nr-standards-copy {
  margin: 0;
  color: #666666;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  line-height: 1.85;
}


/* Standards List */

.nr-standards-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #dfdbd4;
  border-left: 1px solid #dfdbd4;
}

.nr-standard-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  min-height: 190px;
  padding: 30px 26px;
  border-right: 1px solid #dfdbd4;
  border-bottom: 1px solid #dfdbd4;
}

.nr-standard-number {
  padding-top: 4px;
  color: #c21d1d;
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.nr-standard-item h3 {
  margin: 0 0 10px;
  color: #1b1b1b;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.15;
}

.nr-standard-item p {
  margin: 0;
  color: #686868;
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  line-height: 1.75;
}


/* Closing */

.nr-standards-closing {
  margin-top: 60px;
  padding: 46px 48px;
  border-top: 1px solid #dcd7cf;
  border-bottom: 1px solid #dcd7cf;
  text-align: center;
}

.nr-standards-closing-label {
  display: block;
  margin-bottom: 18px;
  color: #c21d1d;
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.nr-standards-closing p {
  margin: 0;
  color: #242424;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1.25;
}

.nr-standards-closing p span {
  display: block;
}


/* Responsive */

@media (max-width: 991.98px) {
  .nr-join-standards {
    padding: 90px 0;
  }

  .nr-standards-statement {
    max-width: 680px;
  }
}

@media (max-width: 767.98px) {
  .nr-standards-list {
    grid-template-columns: 1fr;
  }

  .nr-standard-item {
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  .nr-join-standards {
    padding: 72px 0;
  }

  .nr-standards-title {
    font-size: 2.5rem;
  }

  .nr-standard-item {
    padding: 26px 22px;
  }

  .nr-standards-closing {
    margin-top: 44px;
    padding: 36px 22px;
  }

  .nr-standards-closing p {
    font-size: 1.85rem;
  }
}

/* ==========================================================
   JOIN OUR TEAM — JOURNEY
   ========================================================== */

.nr-join-journey {
  position: relative;
  padding: 110px 0;
  background: #171717;
}

.nr-join-journey .nr-section-kicker {
  color: #c21d1d;
}

.nr-join-journey .nr-join-section-title {
  color: #ffffff;
}

.nr-journey-intro {
  max-width: 800px;
  margin: 0 auto;
  color: rgba(255,255,255,0.67);
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.85;
}


/* Journey Grid */

.nr-journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
  border-top: 1px solid rgba(255,255,255,0.14);
  border-left: 1px solid rgba(255,255,255,0.14);
}

.nr-journey-step {
  position: relative;
  min-height: 320px;
  padding: 36px 32px;
  border-right: 1px solid rgba(255,255,255,0.14);
  border-bottom: 1px solid rgba(255,255,255,0.14);
  transition: background 0.25s ease;
}

.nr-journey-step:hover {
  background: rgba(255,255,255,0.035);
}

.nr-journey-number {
  display: block;
  margin-bottom: 28px;
  color: #c21d1d;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.nr-journey-label {
  display: block;
  margin-bottom: 16px;
  color: #a58a5a;
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.17em;
}

.nr-journey-step h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.15;
}

.nr-journey-step p {
  margin: 0;
  color: rgba(255,255,255,0.61);
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
}


/* Notice */

.nr-journey-notice {
  max-width: 920px;
  margin: 44px auto 0;
  padding: 26px 30px;
  border-left: 2px solid #c21d1d;
  background: rgba(255,255,255,0.045);
}

.nr-journey-notice-label {
  display: block;
  margin-bottom: 10px;
  color: #c21d1d;
  font-family: 'Inter', sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.17em;
}

.nr-journey-notice p {
  margin: 0;
  color: rgba(255,255,255,0.64);
  font-family: 'Inter', sans-serif;
  font-size: 0.83rem;
  line-height: 1.75;
}


/* CTA */

.nr-journey-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid rgba(255,255,255,0.35);
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.nr-journey-cta:hover {
  border-color: #c21d1d;
  background: #c21d1d;
  color: #ffffff;
}


/* Responsive */

@media (max-width: 991.98px) {
  .nr-join-journey {
    padding: 90px 0;
  }

  .nr-journey-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .nr-journey-grid {
    grid-template-columns: 1fr;
  }

  .nr-journey-step {
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  .nr-join-journey {
    padding: 72px 0;
  }

  .nr-journey-step {
    padding: 30px 26px;
  }

  .nr-journey-notice {
    padding: 24px 22px;
  }
}

/* ==========================================================
   JOIN OUR TEAM — APPLICATION
   ========================================================== */

.nr-join-application {
  position: relative;
  padding: 110px 0;
  background: #f7f6f3;
}

.nr-application-intro {
  max-width: 760px;
  margin: 0 auto;
  color: #626262;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.85;
}


/* Form Container */

.nr-application-wrap {
  max-width: 1040px;
  margin: 58px auto 0;
  padding: 54px 56px;
  border: 1px solid #dfdad2;
  background: #ffffff;
}

.nr-form-section {
  margin: 0;
  padding: 0 0 48px;
  border: 0;
}

.nr-form-section + .nr-form-section {
  padding-top: 44px;
  border-top: 1px solid #e5e1da;
}

.nr-form-section legend {
  display: flex;
  align-items: center;
  gap: 14px;
  width: auto;
  margin-bottom: 30px;
  color: #1c1c1c;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  font-weight: 500;
}

.nr-form-section legend span {
  color: #c21d1d;
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}


/* Fields */

.nr-form-label {
  margin-bottom: 9px;
  color: #3a3a3a;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.035em;
}

.nr-form-control {
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #d8d3cb;
  border-radius: 0;
  background: #ffffff;
  color: #252525;
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  box-shadow: none;
}

.nr-form-control:focus {
  border-color: #9b8a6d;
  box-shadow: 0 0 0 0.15rem rgba(155, 138, 109, 0.1);
}

.nr-form-textarea {
  min-height: 130px;
  resize: vertical;
}

.nr-form-control::placeholder {
  color: #aaaaaa;
}


/* Honeypot */

.nr-hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}


/* Acknowledgment */

.nr-application-acknowledgment {
  padding: 28px 30px;
  border-left: 2px solid #c21d1d;
  background: #f6f4f0;
}

.nr-application-acknowledgment .form-check-label {
  color: #626262;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  line-height: 1.7;
}

.nr-application-acknowledgment .form-check-input {
  border-radius: 0;
}

.nr-application-acknowledgment .form-check-input:checked {
  border-color: #c21d1d;
  background-color: #c21d1d;
}


/* Submit */

.nr-application-submit {
  margin-top: 40px;
}

.nr-application-button {
  min-height: 54px;
  padding: 0 32px;
  border: 1px solid #c21d1d;
  background: #c21d1d;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.nr-application-button:hover {
  background: #a91818;
  border-color: #a91818;
}

.nr-application-privacy {
  max-width: 580px;
  margin: 18px auto 0;
  color: #898989;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  line-height: 1.65;
}


/* Responsive */

@media (max-width: 991.98px) {
  .nr-join-application {
    padding: 90px 0;
  }

  .nr-application-wrap {
    padding: 46px 40px;
  }
}

@media (max-width: 575.98px) {
  .nr-join-application {
    padding: 72px 0;
  }

  .nr-application-wrap {
    margin-top: 42px;
    padding: 36px 22px;
  }

  .nr-form-section {
    padding-bottom: 38px;
  }

  .nr-form-section + .nr-form-section {
    padding-top: 36px;
  }

  .nr-form-section legend {
    font-size: 1.55rem;
  }

  .nr-application-acknowledgment {
    padding: 24px 22px;
  }

  .nr-application-button {
    width: 100%;
  }
}

.nr-form-section {
  padding-bottom: 38px;
}

.nr-form-section + .nr-form-section {
  padding-top: 36px;
}

.nr-application-wrap {
  padding-top: 46px;
  padding-bottom: 46px;
}

.nr-form-textarea {
  min-height: 110px;
}

/* ==========================================================
   JOIN OUR TEAM — CLOSING
   ========================================================== */

.nr-join-closing {
  position: relative;
  padding: 115px 0 120px;
  background: #f7f6f3;
  border-top: 1px solid #e5e1da;
}

.nr-join-closing-inner {
  max-width: 900px;
  margin: 0 auto;
}

.nr-closing-kicker {
  display: inline-block;
  margin-bottom: 24px;
  color: #9a8460;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.nr-closing-title {
  margin: 0;
  color: #171717;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.9rem, 4.8vw, 4.7rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.nr-closing-title span {
  display: block;
}

.nr-closing-divider {
  width: 48px;
  height: 2px;
  margin: 32px auto 26px;
  background: #c21d1d;
}

.nr-closing-tagline {
  margin: 0;
  color: #777777;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}


/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 991.98px) {

  .nr-join-closing {
    padding: 95px 0 100px;
  }

}

@media (max-width: 575.98px) {

  .nr-join-closing {
    padding: 78px 0 82px;
  }

  .nr-closing-title {
    font-size: 2.65rem;
    line-height: 1.06;
  }

  .nr-closing-tagline {
    font-size: 0.64rem;
    line-height: 1.7;
  }

}

/* ==========================================================
   APPLICATION RECEIVED
========================================================== */

.nr-application-received {
  min-height: 72vh;
  display: flex;
  align-items: center;
  padding: 120px 0;
  background: #f7f6f3;
}

.nr-application-received-card {
  padding: 64px 58px;
  border: 1px solid #e2ddd5;
  background: #ffffff;
}

.nr-application-received-title {
  margin: 0;
  color: #171717;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  font-weight: 500;
  line-height: 1.05;
}

.nr-application-received-intro {
  max-width: 650px;
  margin: 0 auto;
  color: #666666;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

.nr-application-status {
  margin: 44px 0 36px;
  border-top: 1px solid #e4e0da;
  border-bottom: 1px solid #e4e0da;
}

.nr-application-status-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 22px 4px;
  border-bottom: 1px solid #e4e0da;
  text-align: left;
}

.nr-application-status-item:last-child {
  border-bottom: 0;
}

.nr-application-status-label {
  color: #888888;
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nr-application-status-item strong {
  color: #252525;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}

.nr-application-reference {
  color: #c21d1d !important;
  letter-spacing: 0.04em;
}

.nr-application-received-note {
  max-width: 610px;
  margin: 0 auto 32px;
  color: #777777;
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  line-height: 1.75;
}

.nr-application-return {
  display: inline-block;
  color: #1d1d1d;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #c21d1d;
  padding-bottom: 5px;
}

.nr-application-return:hover {
  color: #c21d1d;
}

@media (max-width: 767.98px) {

  .nr-application-received {
    min-height: auto;
    padding: 80px 0;
  }

  .nr-application-received-card {
    padding: 46px 26px;
  }

  .nr-application-status-item {
    display: block;
  }

  .nr-application-status-item strong {
    display: block;
    margin-top: 8px;
  }

}