/*
Theme Name: RJ Talent Partners
Theme URI: https://rjtalentpartners.com/
Author: RJ Talent Partners
Author URI: https://www.linkedin.com/company/rj-talent-partners/
Description: A refined, responsive WordPress theme for RJ Talent Partners, a Jakarta-based talent solutions consultancy.
Version: 1.0.5
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: rj-talent-partners
*/

/*
 * WordPress integration and visual refinement layer.
 * The source design remains intentionally understated: generous whitespace,
 * crisp typography and a restrained blue/champagne palette.
 */
:root {
  --black: #06080d;
  --ink: #0a0f19;
  --navy: #0b1930;
  --deep-blue: #10274a;
  --royal-blue: #2f6fc3;
  --royal-blue-bright: #5b94dc;
  --silver: #cbd2de;
  --soft-white: #f7f8fa;
  --paper: #f0f2f5;
  --muted-text: #b1b8c5;
  --muted-dark: #525c6d;
  --champagne: #dec99f;
  --container: 1180px;
  --section-space: clamp(4.5rem, 8vw, 7.5rem);
  --radius-sm: 0.7rem;
  --radius-lg: 1.35rem;
  --shadow-soft: 0 22px 70px rgba(4, 12, 25, 0.12);
}

body {
  letter-spacing: -0.006em;
}

h1 {
  font-size: clamp(3.35rem, 7vw, 6.75rem);
}

h2 {
  font-size: clamp(2.5rem, 4.6vw, 4.55rem);
}

p {
  max-width: 72ch;
}

.site-header {
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-header.is-scrolled,
.site-header.is-open {
  border-bottom-color: rgba(255, 255, 255, 0.08);
  background: rgba(6, 8, 13, 0.92);
}

.brand img {
  border-radius: 50%;
}

.button {
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(33, 96, 183, 0.14);
}

.button--ghost {
  box-shadow: none;
}

.hero {
  min-height: min(880px, 100svh);
}

.hero__content {
  max-width: 790px;
}

.hero__subhead {
  max-width: 680px;
  color: var(--champagne);
}

.hero__body {
  max-width: 650px;
}

.hero__mark img,
.about-split__visual img,
.service-visual img {
  border-radius: var(--radius-lg);
}

.hero__mark::before,
.about-split__visual::after,
.service-visual::after {
  border-radius: calc(var(--radius-lg) + 0.35rem);
}

.capability-strip {
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.42);
}

.capability-card,
.pillar,
.statement,
.feature,
.related-service,
.insight-card {
  border-radius: var(--radius-lg);
}

.capability-card {
  min-height: 33rem;
  overflow: hidden;
  box-shadow: var(--shadow-deep);
}

.capability-card::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 8, 15, 0.02) 18%, rgba(5, 8, 15, 0.9) 100%);
  content: "";
}

.capability-card__content {
  z-index: 2;
}

.pillar,
.statement,
.feature,
.related-service {
  border: 1px solid var(--line-dark);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
}

.section--light .pillar,
.section--light .statement,
.section--light .feature,
.section--light .related-service {
  border-color: var(--line-light);
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 14px 45px rgba(8, 19, 38, 0.055);
}

.process__step {
  border-radius: var(--radius-lg);
}

.client-logo {
  min-height: 9rem;
  border-radius: var(--radius-lg);
}

.cta-band__inner {
  border-radius: var(--radius-lg);
}

.form-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-deep);
}

.form-field input,
.form-field select,
.form-field textarea {
  border-radius: var(--radius-sm);
}

.form-status.is-success {
  border-color: rgba(94, 211, 156, 0.35);
  background: rgba(94, 211, 156, 0.1);
  color: #c9f5df;
}

.form-status.is-error {
  border-color: rgba(240, 119, 119, 0.35);
  background: rgba(240, 119, 119, 0.1);
  color: #ffd4d4;
}

.entry-content {
  width: min(calc(100% - (2 * var(--gutter))), 820px);
  margin-inline: auto;
}

.entry-content > * + * {
  margin-top: 1.35em;
}

.entry-content a:not(.button) {
  color: var(--royal-blue-bright);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.alignwide {
  width: min(1180px, calc(100vw - (2 * var(--gutter))));
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.alignfull {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.wp-caption,
.wp-caption-text,
.gallery-caption {
  max-width: 100%;
}

.sticky,
.bypostauthor {
  display: block;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 0.5rem;
  left: 0.5rem;
  width: auto;
  height: auto;
  padding: 0.8rem 1rem;
  clip: auto;
  clip-path: none;
  background: var(--soft-white);
  color: var(--ink);
}

@media (max-width: 760px) {
  :root {
    --section-space: clamp(4rem, 15vw, 5.5rem);
  }

  .hero {
    min-height: auto;
  }

  .hero__mark {
    width: min(68vw, 310px);
    justify-self: center;
  }

  .capability-card {
    min-height: 28rem;
  }
}
