/* =============================================================
   RJ Executive Search core RJ1 styles
   Shared tokens and additive component styles for the rebuilt site.
   All classes are rj1-prefixed so nothing collides with page content.
   ============================================================= */

.rj1 {
  color: var(--rj1-ink);
  font-family: var(--font-main, system-ui, sans-serif);
  line-height: 1.6;
  /* Unlike hidden, clip does not create a scroll container that traps sticky children. */
  overflow-x: clip;
}
.rj1 *, .rj1 *::before, .rj1 *::after { box-sizing: border-box; }

.rj1-wrap { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.rj1-serif { font-family: var(--rj1-serif); font-weight: 500; }
.rj1-eyebrow {
  font-family: var(--font-heading, 'Raleway', sans-serif);
  font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase;
  font-weight: 700; color: #436ec1; margin-bottom: 14px;
}
.rj1-eyebrow--onDark { color: #e9cf82; }

/* Buttons ---------------------------------------------------- */
.rj1-btn {
  display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
  border-radius: 999px; font-weight: 700; font-size: 18px; padding: 15px 28px;
  transition: background .2s ease, transform .2s ease; cursor: pointer;
}
.rj1-btn-gold { background: var(--rj1-gold); color: #1c2a12; }
.rj1-btn-gold:hover { background: #f0d454; transform: translateY(-2px); }
.rj1-btn-ghost { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.32); }
.rj1-btn-ghost:hover { background: rgba(255,255,255,.22); }
.rj1-btn-ghost--light { color: var(--rj1-blue); border-color: rgba(66,111,196,.28); background: #eef5fc; }

/* Hero ------------------------------------------------------- */
.rj1-hero {
  position: relative; min-height: 620px; display: flex; align-items: flex-end;
  color: #fff; background-size: cover; background-position: center;
}
.rj1-hero--h-420 { min-height: 420px; }
.rj1-hero--h-440 { min-height: 440px; }
.rj1-hero--h-480 { min-height: 480px; }
.rj1-hero--home { background-image: url("/assets/images/home-page.jpg"); }
.rj1-hero--handshake { background-image: url("/assets/images/handshake.jpg"); }
.rj1-hero--cookies { background-image: url("/assets/images/cookies.jpg"); }
.rj1-hero--why-hire-table { background-image: url("/assets/images/why-hire-hero-table.jpg"); }
.rj1-hero--pies { background-image: url("/assets/images/pies.jpg"); }
.rj1-hero--attention { background-image: url("/assets/images/we-give-you-the-attention-you-deserve.jpg"); }
.rj1-hero--condiments { background-image: url("/assets/images/our-process.jpg"); }
.rj1-hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(9,26,48,.9) 0%, rgba(9,26,48,.6) 45%, rgba(9,26,48,.2) 100%);
}
.rj1-hero-inner { position: relative; padding-top: 90px; padding-bottom: 72px; width: 100%; }
.rj1-hero-inner .rj1-eyebrow {
  display: inline-block; color: #e9cf82; border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px; padding: 7px 16px; margin-bottom: 24px;
  background: linear-gradient(360deg, #a9914975 0%, #6d621840 90%);
}
.rj1-hero h1 {
  font-family: var(--rj1-serif); font-weight: 500; font-size: 58px; line-height: 1.03;
  letter-spacing: -.5px; margin-bottom: 20px; max-width: 640px; text-wrap: balance;
}
.rj1-hero p { font-size: 22px; line-height: 1.55; color: rgba(255,255,255,.9); max-width: 500px; margin-bottom: 32px; }
.rj1-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* Shared simple page hero ----------------------------------- */
.rj1-contact-hero,
.rj1-legal-hero {
  background: linear-gradient(155deg, #163f6f 0%, #0b2545 100%);
  color: #fff;
  padding: 72px 0 64px;
}

.rj1-contact-hero .rj1-eyebrow,
.rj1-legal-hero .rj1-eyebrow {
  color: #e9cf82;
  white-space: nowrap;
}

.rj1-contact-hero h1,
.rj1-legal-hero h1 {
  margin: 0 0 16px;
  font-family: var(--rj1-serif);
  font-weight: 500;
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: -0.5px;
}

.rj1-contact-hero p,
.rj1-legal-hero p {
  margin: 0;
  max-width: 540px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
}

/* Stat strip ------------------------------------------------- */
.rj1-stats { background: var(--rj1-band); color: #fff; }
.rj1-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.rj1-stat { padding: 34px 24px; border-right: 1px solid rgba(255,255,255,.12); }
.rj1-stat:last-child { border-right: none; }
.rj1-stat b { font-family: var(--rj1-serif); font-size: 40px; font-weight: 600; line-height: 1; display: block; }
.rj1-stat span { font-size: 16px; color: rgba(255,255,255,.72); margin-top: 6px; display: block; }

/* Section shells --------------------------------------------- */
.rj1-section { padding: 92px 0; }
.rj1-section--gray { background: linear-gradient(165deg, #a7815a80 0%, #a7815a70 80%, #a7815a60 100%); }
/* Fractional band already supplies bottom spacing via margin-bottom */
.rj1-fractional + .rj1-section { padding-top: 0; }
.rj1-h2 { font-family: var(--rj1-serif); font-weight: 500; font-size: 40px; line-height: 1.07; letter-spacing: -.4px; text-wrap: balance; }
.rj1-lede { font-size: 17px; line-height: 1.65; color: var(--rj1-body); }
.rj1-center { text-align: center; max-width: 680px; margin: 0 auto 50px; }
.rj1-text-center { text-align: center; }
.rj1-text-ink { color: var(--rj1-ink); }
.rj1-text-on-dark { color: rgba(247,244,239,.78); font-size: 16px; line-height: 1.65; }
.rj1-mb-16 { margin-bottom: 16px; }
.rj1-mb-20 { margin-bottom: 20px; }
.rj1-mb-22 { margin-bottom: 22px; }
.rj1-mb-24 { margin-bottom: 24px; }
.rj1-mb-28 { margin-bottom: 28px; }
.rj1-mb-30 { margin-bottom: 30px; }
.rj1-mb-34 { margin-bottom: 34px; }

/* Intro ------------------------------------------------------ */
.rj1-intro-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.rj1-intro-grid p { margin-bottom: 16px; }
.rj1-intro-img {
  aspect-ratio: 5/4; border-radius: 18px; background-size: cover; background-position: center;
  box-shadow: 0 30px 60px -30px rgba(18,63,111,.45);
}
.rj1-intro-img--handshake { background-image: url("/assets/images/handshake.jpg"); }

/* Industries ------------------------------------------------- */
.rj1-ind-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 36px; flex-wrap: wrap; }
.rj1-ind-head p { max-width: 340px; font-size: 15px; color: var(--rj1-body); }
.rj1-ind-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.rj1-ind-card {
  position: relative; aspect-ratio: 3/4; border-radius: 16px; overflow: hidden;
  background-size: cover; background-position: center; transition: transform .3s ease;
}
.rj1-ind-card:hover { transform: translateY(-5px); }
.rj1-ind-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,26,48,.85) 0%, rgba(9,26,48,.1) 55%); }
.rj1-ind-card--pies { background-image: url("/assets/images/pies.jpg"); }
.rj1-ind-card--field { background-image: url("/assets/images/field.jpg"); }
.rj1-ind-card--beef { background-image: url("/assets/images/beef.jpg"); }
.rj1-ind-card--chicken { background-image: url("/assets/images/freid-chicken.jpg"); }
.rj1-ind-label { position: absolute; left: 20px; right: 20px; bottom: 20px; z-index: 1; color: #fff; }
.rj1-ind-label i { display: block; width: 34px; height: 2px; background: var(--rj1-gold); margin-bottom: 12px; }
.rj1-ind-label b { font-family: var(--rj1-serif); font-size: 22px; font-weight: 600; }

/* Process cards (soft blue gradient + gold top, per assessments) */
.rj1-cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.rj1-proc {
  background: linear-gradient(165deg, #eef5fc 0%, #ffffff 58%);
  border: 1px solid rgba(66,111,196,.14); border-top: 3px solid var(--rj1-gold);
  border-radius: 16px; padding: 30px 26px; box-shadow: 0 12px 30px -22px rgba(18,63,111,.3);
}
.rj1-proc .num {
  font-family: var(--rj1-serif); font-size: 15px; font-weight: 600; color: var(--rj1-blue);
  border: 1.5px solid rgba(66,111,196,.3); width: 42px; height: 42px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.rj1-proc h3 { font-size: 17px; font-weight: 700; margin-bottom: 10px; }
.rj1-proc p { font-size: 14.5px; line-height: 1.6; color: #57524a; }

/* Roles ------------------------------------------------------ */
.rj1-roles { background: var(--rj1-band); color: #fff; }
.rj1-roles-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 64px; align-items: start; }
.rj1-roles-grid--start { align-items: start; }
.rj1-roles-grid > div p { color: rgba(255,255,255,.78); font-size: 16px; }
.rj1-roles-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
.rj1-roles-title { color: #fff; margin-bottom: 16px; }
.rj1-roles-subhead {
  margin: 0 0 14px;
  color: #fff;
  font-family: var(--rj1-serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.15;
}
.rj1-role { display: flex; gap: 12px; align-items: flex-start; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 15.5px; font-weight: 500; line-height: 1.35; }
.rj1-role i { width: 7px; height: 7px; border-radius: 50%; background: var(--rj1-gold); margin-top: 7px; flex-shrink: 0; }

/* Solutions -------------------------------------------------- */
.rj1-sol-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.rj1-sol {
  background: #fff; border: 1px solid rgba(34,38,46,.08); border-radius: 20px; padding: 40px;
  box-shadow: 0 16px 40px -30px rgba(18,63,111,.4);
}
.rj1-sol--dark { background: var(--rj1-band); color: #fff; position: relative; overflow: hidden; }
.rj1-sol h3 { font-family: var(--rj1-serif); font-size: 28px; font-weight: 600; margin-bottom: 14px; }
.rj1-sol > p { font-size: 16px; line-height: 1.65; margin-bottom: 22px; color: var(--rj1-body); }
.rj1-sol--dark > p { color: rgba(255,255,255,.85); }
.rj1-sol ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.rj1-sol li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: #57524a; }
.rj1-sol--dark li { color: rgba(255,255,255,.9); }
.rj1-sol li::before { content: '✓'; color: var(--rj1-blue); font-weight: 700; }
.rj1-sol--dark li::before { color: #e9cf82; }
.rj1-badge {
  position: absolute; top: 22px; right: 24px; font-size: 11px; letter-spacing: 1.5px;
  text-transform: uppercase; font-weight: 700; background: var(--rj1-gold); color: #1c2a12;
  padding: 6px 12px; border-radius: 999px;
}
.rj1-callouts { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.rj1-callout { background: #efe9e0; border-radius: 16px; padding: 30px 34px; display: flex; gap: 20px; align-items: flex-start; }
.rj1-chip {
  font-family: var(--rj1-serif); font-size: 15px; font-weight: 600; color: #fff;
  width: 46px; height: 46px; border-radius: 11px; display: flex; align-items: center;
  justify-content: center; flex-shrink: 0;
}
.rj1-chip--blue { background: var(--rj1-blue); }
.rj1-chip--gold { background: var(--rj1-gold); color: var(--rj1-navy); }
.rj1-callout h4 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.rj1-callout p { font-size: 14.5px; line-height: 1.6; color: #57524a; }

/* Fractional band -------------------------------------------- */
.rj1-fractional { position: relative; color: #fff; background-size: cover; background-position: center; overflow: hidden; margin-bottom: 92px; }
.rj1-fractional--consumer-goods { background-image: url("/assets/images/consumer-goods.jpg"); }
.rj1-fractional--field { background-image: url("/assets/images/field.jpg"); }
.rj1-fractional::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,26,48,.92) 0%, rgba(9,26,48,.62) 60%, rgba(9,26,48,.35) 100%); }
.rj1-fractional .rj1-wrap { position: relative; padding-top: 84px; padding-bottom: 84px; }
.rj1-fractional-box { max-width: 560px; }
.rj1-fractional h2 { color: #fff; margin-bottom: 16px; font-size: 38px; }
.rj1-fractional p { font-size: 17px; line-height: 1.6; color: rgba(255,255,255,.9); margin-bottom: 26px; }

/* Experts ---------------------------------------------------- */
.rj1-exp-mini {
  background: linear-gradient(165deg, #eef5fc 0%, #ffffff 58%);
  border-radius: 14px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid rgba(66,111,196,.14);
  box-shadow: 0 12px 30px -22px rgba(18,63,111,.3);
}
.rj1-exp-mini--blue { border: 1px solid #cbddff; border-top: 3px solid var(--rj1-blue); }
.rj1-exp-mini--gold {     border: 1px solid #ffdc4952; border-top: 3px solid var(--rj1-gold); }
.rj1-exp-mini--blue svg { color: var(--rj1-blue); }
.rj1-exp-mini--gold svg { color: var(--rj1-gold-deep); }
.rj1-exp-mini strong { font-size: 16px; font-weight: 700; color: var(--rj1-ink); }
.rj1-exp-mini p { margin: 0; font-size: 14px; color: var(--rj1-body); line-height: 1.5; }
.rj1-exp-grid { display: flex; flex-direction: column; gap: 55px; }
.rj1-exp-intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}
.rj1-exp-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.rj1-exp-card {
  background: linear-gradient(165deg, #ffffff 0%, #f7fbff 100%);
  border-top: 3px solid var(--rj1-gold);
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 333px 1fr;
  box-shadow: 0 18px 44px -30px rgba(18,63,111,.35);
}
.rj1-exp-photo {
  position: relative;
  min-height: 320px;
  background: linear-gradient(155deg,#eef5fc,#dceaf8);
}
.rj1-exp-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rj1-exp-body {
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.rj1-exp-name-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.rj1-exp-name-row h3 {
  font-family: var(--rj1-serif);
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 4px;
  letter-spacing: -.2px;
}
.rj1-exp-title-label {
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--rj1-blue);
  display: block;
  line-height: 1.5;
}
.rj1-exp-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.rj1-exp-contact {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(155deg,#eef5fc,#dceaf8);
  border: 1px solid rgba(66,111,196,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rj1-blue);
  flex-shrink: 0;
  text-decoration: none;
}
.rj1-exp-contact:hover { background: var(--rj1-blue); color: #fff; }
.rj1-exp-industries {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.rj1-exp-industries span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .5px;
  padding: 5px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg,#eef5fc,#dceaf8);
  color: var(--rj1-blue);
  border: 1px solid rgba(66,111,196,.18);
}
.rj1-exp-copy p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--rj1-body);
  margin: 0 0 14px;
}
.rj1-exp-copy p:last-child { margin-bottom: 0; }
.rj1-exp-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(34,38,46,.07);
  margin-top: auto;
}
.rj1-exp-stats div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.rj1-exp-stats b {
  font-family: var(--rj1-serif);
  font-size: 24px;
  font-weight: 600;
  color: var(--rj1-navy);
  line-height: 1;
}
.rj1-exp-stats span {
  font-size: 12px;
  color: #8a8377;
}

/* Stories ---------------------------------------------------- */
.rj1-stories-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 38px; flex-wrap: wrap; }
.rj1-stories-head a { font-weight: 700; font-size: 15px; color: var(--rj1-blue); text-decoration: none; }
.rj1-stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rj1-story {
  background: #fff; border: 1px solid rgba(34,38,46,.08); border-radius: 18px; padding: 32px 30px;
  box-shadow: 0 14px 34px -26px rgba(18,63,111,.4); display: flex; flex-direction: column;
}
.rj1-story .quote { font-family: var(--rj1-serif); font-size: 44px; line-height: .6; color: var(--rj1-gold-deep); height: 26px; }
.rj1-story blockquote { margin: 0 0 24px; font-family: var(--rj1-serif); font-size: 16px; line-height: 1.62; color: #3a362f; }
.rj1-story .who { margin-top: auto; display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid rgba(34,38,46,.08); }
.rj1-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--rj1-blue); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; flex-shrink: 0; }
.rj1-story .who b { font-size: 14.5px; }
.rj1-story .who span { font-size: 12.5px; color: #7a7369; display: block; }

/* Final CTA -------------------------------------------------- */
.rj1-cta-band { background: var(--rj1-band); border-radius: 24px; padding: 72px 56px; text-align: center; color: #fff; }
.rj1-cta-band h2 { color: #fff; font-size: 44px; margin-bottom: 14px; }
.rj1-cta-band p { font-size: 18px; line-height: 1.55; color: rgba(255,255,255,.82); max-width: 520px; margin: 0 auto 32px; }
.rj1-cta-band .rj1-cta-row { justify-content: center; }
.rj1-cta-mb { margin: 0 auto 92px; }
.rj1-cta-row--center { justify-content: center; }

.rj1-legal-card--narrow { max-width: 760px; }

/* Top nav ------------------------------------------------------ */
body { margin: 0; background: #fff; }
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--rj1-gold);
  outline-offset: 3px;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 10000;
  background: var(--rj1-blue);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }
.rj1-rebrand-banner {
  position: relative;
  z-index: 55;
  color: #656565;
  border-bottom: 1px solid rgba(247, 244, 239, .14);
  box-shadow: 0px 11px 18px -28px rgba(10, 26, 46, .8);
  background: #ffffff;
}
html.rj1-rebrand-banner-dismissed .rj1-rebrand-banner,
.rj1-rebrand-banner[hidden] { display: none !important; }
.rj1-rebrand-banner-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 40px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}
.rj1-rebrand-banner-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid rgba(247,244,239,.18);
  border-radius: 16px;
  background: rgba(247,244,239,.16);
  backdrop-filter: saturate(1.35) blur(14px);
  -webkit-backdrop-filter: saturate(1.35) blur(14px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.rj1-rebrand-banner-brand img {
  height: 42px;
  width: auto;
  display: block;
}
.rj1-rebrand-banner-copy {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: .01em;
}
.rj1-rebrand-banner-copy strong {
  font-weight: 700;
}
.rj1-rebrand-banner-copy a {
  color: #426fc4;
  font-weight: 700;
  text-decoration: none;
}
.rj1-rebrand-banner-copy a:hover {
  color: #e8c537;
}
.rj1-rebrand-banner-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgb(185 217 255);
    border-radius: 999px;
    background: rgb(226 239 255);
    color: #426fc4;
    cursor: pointer;
    backdrop-filter: saturate(1.2) blur(12px);
    -webkit-backdrop-filter: saturate(1.2) blur(12px);
    transition: background .2s ease, transform .2s ease, border-color .2s ease;
}
.rj1-rebrand-banner-close:hover {
    background: rgb(232 197 55);
    border-color: rgb(191 160 35);
    transform: translateY(-1px);
}
.rj1-rebrand-banner-close span {
  font-size: 28px;
  line-height: 1;
  transform: translateY(-1px);
}
.rj1-topnav { position: sticky; top: 0; z-index: 50; background: rgba(247,244,239,.86); backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid rgba(34,38,46,.08); }
.rj1-topnav-inner { max-width: 1240px; margin: 0 auto; padding: 14px 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.rj1-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.rj1-brand img { height: 53px; width: auto; display: block; }
.rj1-navlinks { display: flex; align-items: center; gap: 24px; font-size: 18px; font-weight: 500; }
.rj1-navlinks a { color: var(--rj1-ink); text-decoration: none; }
.rj1-navlinks a:hover { color: var(--rj1-blue); }
.rj1-navlinks a[aria-current="page"] { color: var(--rj1-blue); font-weight: 700; }
.rj1-nav-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--rj1-blue); color: #fff !important; padding: 10px 20px; border-radius: 999px; font-weight: 600; }
.rj1-nav-cta:hover { background: var(--rj1-blue-dark); }
.rj1-navtoggle { display: none; background: transparent; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; }
.rj1-navtoggle span { width: 24px; height: 2px; background: var(--rj1-ink); display: block; }
@media (max-width: 900px) {
  .rj1-rebrand-banner-inner { padding: 12px 22px; grid-template-columns: 1fr auto; }
  .rj1-rebrand-banner-brand { grid-column: 1 / -1; justify-self: start; }
  .rj1-rebrand-banner-copy { font-size: 16px; }
  .rj1-topnav-inner { padding: 12px 22px; }
  .rj1-navtoggle { display: flex; }
  .rj1-navlinks { position: fixed; top: 69px; left: 0; right: 0; background: #f7f4ef; flex-direction: column; align-items: stretch; gap: 0; padding: 6px 22px 22px; border-bottom: 1px solid rgba(34,38,46,.08); transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; box-shadow: 0 20px 30px -20px rgba(18,63,111,.25); }
  .rj1-navlinks.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .rj1-navlinks a { padding: 12px 0; border-bottom: 1px solid rgba(34,38,46,.06); }
  .rj1-nav-cta { margin-top: 12px; justify-content: center; }
}

/* Footer ------------------------------------------------------- */
.rj1-footer2 { background: #0a1a2e; color: rgba(247,244,239,.72); padding: 60px 0 34px; }
.rj1-footer2-grid { max-width: 1240px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 44px; }
.rj1-footer2-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 10px 16px;
  border: 1px solid rgba(247,244,239,.16);
  border-radius: 18px;
  background: rgba(247,244,239,.2);
  backdrop-filter: saturate(1.35) blur(14px);
  -webkit-backdrop-filter: saturate(1.35) blur(14px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.rj1-footer2-brand img { height: 64px; width: auto; display: block; }
.rj1-footer2-copy { font-size: 16px; line-height: 1.6; max-width: 300px; }
.rj1-footer2 h4 { color: #f7f4ef; font-weight: 700; font-size: 22px; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 16px; }
.rj1-footer2-links { display: flex; flex-direction: column; gap: 10px; font-size: 18px; }
.rj1-footer2-links a { color: rgba(247,244,239,.72); text-decoration: none; }
.rj1-footer2-links a:hover { color: #fff; }
.rj1-footer2-bottom { max-width: 1240px; margin: 34px auto 0; padding: 22px 40px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 16px; }
@media (max-width: 767px) {
  .rj1-footer2-grid { grid-template-columns: 1fr; gap: 32px; padding: 0 22px; }
  .rj1-footer2-bottom { padding: 22px 22px 0; }
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1024px) {
  .rj1-intro-grid { grid-template-columns: 1fr; gap: 40px; }
  .rj1-roles-grid { grid-template-columns: 1fr; gap: 32px; }
  .rj1-cards-4 { grid-template-columns: repeat(2, 1fr); }
  .rj1-ind-grid { grid-template-columns: repeat(2, 1fr); }
  .rj1-stories-grid { grid-template-columns: 1fr 1fr; }
  .rj1-hero h1 { font-size: 48px; }
  .rj1-contact-hero h1,
  .rj1-legal-hero h1 { font-size: 38px; }
  .rj1-exp-card { grid-template-columns: 220px 1fr; }
  .rj1-exp-intro-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 767px) {
  .rj1-wrap { padding: 0 22px; }
  .rj1-section { padding: 60px 0; }
  .rj1-rebrand-banner-inner { grid-template-columns: 1fr auto; gap: 14px; }
  .rj1-rebrand-banner-brand { padding: 7px 12px; }
  .rj1-rebrand-banner-brand img { height: 34px; }
  .rj1-rebrand-banner-copy { font-size: 15px; }
  .rj1-rebrand-banner-close { width: 40px; height: 40px; align-self: start; }
  .rj1-hero { min-height: 520px; }
  .rj1-hero::before { background: linear-gradient(0deg, rgba(9,26,48,.94) 0%, rgba(9,26,48,.55) 100%); }
  .rj1-hero-inner { padding-top: 60px; padding-bottom: 48px; }
  .rj1-hero h1 { font-size: 34px; }
  .rj1-hero p { font-size: 17px; }
  .rj1-contact-hero,
  .rj1-legal-hero { padding: 56px 0 52px; }
  .rj1-contact-hero .rj1-eyebrow,
  .rj1-legal-hero .rj1-eyebrow { white-space: normal; }
  .rj1-contact-hero h1,
  .rj1-legal-hero h1 { font-size: 32px; }
  .rj1-contact-hero p,
  .rj1-legal-hero p { font-size: 17px; }
  .rj1-cta-row { flex-direction: column; align-items: stretch; }
  .rj1-btn { justify-content: center; }
  .rj1-stats-grid { grid-template-columns: 1fr 1fr; }
  .rj1-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.12); }
  .rj1-stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.12); }
  .rj1-stat b { font-size: 34px; }
  .rj1-h2, .rj1-fractional h2 { font-size: 30px; }
  .rj1-cta-band h2 { font-size: 30px; }
  .rj1-ind-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .rj1-cards-4 { grid-template-columns: 1fr; }
  .rj1-roles-list { grid-template-columns: 1fr; }
  .rj1-sol-grid, .rj1-callouts, .rj1-stories-grid { grid-template-columns: 1fr; }
  .rj1-sol { padding: 30px 26px; }
  .rj1-cta-band { padding: 48px 26px; border-radius: 18px; }
  .rj1-cta-mb { margin-bottom: 60px; }
  .rj1-fractional h2 { font-size: 28px; }
  .rj1-exp-mini-grid { grid-template-columns: 1fr; }
  .rj1-exp-card { grid-template-columns: 1fr; }
  .rj1-exp-photo { min-height: 260px; }
  .rj1-exp-body { padding: 24px; }
  .rj1-exp-name-row { flex-direction: column; align-items: stretch; }
  .rj1-exp-actions { width: 100%; justify-content: flex-start; }
  .rj1-exp-stats { gap: 18px; }
  .rj1-exp-stats b { font-size: 22px; }
}

@media (max-width: 420px) {
  .rj1-stats-grid { grid-template-columns: 1fr; }
  .rj1-stat, .rj1-stat:nth-child(odd) { border-right: none; }
  .rj1-ind-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within { scroll-behavior: auto; }
  .rj1 *,
  .rj1 *::before,
  .rj1 *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
