/* RAL Japan Trading — About Page */

html:has(body.rj-about-page) {
  background: #FAF8F4;
  scroll-behavior: smooth;
}

body.rj-about-page {
  --rj-stone: #EDE8E0;
  --rj-paper: #FAF8F4;
  --rj-ink: #121212;
  --rj-muted: #5E5C56;
  --rj-line: rgba(18, 18, 18, 0.09);
  --rj-line-strong: rgba(18, 18, 18, 0.14);
  --rj-teal: #BC002D;
  --rj-teal-d: #8B0020;
  --rj-teal-soft: rgba(188, 0, 45, 0.08);
  --rj-gold: #C9982E;
  --rj-gold-light: #E8C56A;
  --rj-clay: #B84A35;
  --rj-radius: 16px;
  --rj-radius-lg: 24px;
  --rj-shadow: 0 20px 50px rgba(18, 18, 18, 0.08);
  --rj-shadow-lg: 0 32px 64px rgba(18, 18, 18, 0.12);
  --rj-font: 'Outfit', system-ui, sans-serif;
  --rj-serif: 'Fraunces', Georgia, serif;

  margin: 0;
  padding: 0;
  font-family: var(--rj-font);
  background: var(--rj-paper);
  color: var(--rj-ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.rj-about-page,
body.rj-about-page main.abt {
  overflow-x: clip;
}

/* ── Shell ───────────────────────────────────────────────────── */

body.rj-about-page .topbar {
  background: var(--rj-ink);
  color: #9b9993;
  border-bottom: none;
  font-size: 0.76rem;
}

body.rj-about-page .topbar a { color: #c8c6c0; }
body.rj-about-page .topbar a:hover { color: var(--rj-gold-light); }
body.rj-about-page .topbar-location { color: #9b9993; }

body.rj-about-page .header {
  background: rgba(250, 248, 244, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 var(--rj-line);
}

body.rj-about-page .navbar .nav-primary > a,
body.rj-about-page .nav-more-btn {
  color: #3a3a38;
  font-weight: 600;
  font-size: 0.86rem;
  border-radius: 999px;
}

body.rj-about-page .navbar .nav-primary > a:hover,
body.rj-about-page .nav-more-btn:hover,
body.rj-about-page .nav-more.open .nav-more-btn {
  color: var(--rj-teal);
  background: var(--rj-teal-soft);
}

body.rj-about-page .navbar .nav-primary > a.active {
  color: var(--rj-teal);
  background: var(--rj-teal-soft);
}

body.rj-about-page .nav-more-menu {
  border-radius: var(--rj-radius);
  border-color: var(--rj-line);
  box-shadow: var(--rj-shadow);
}

body.rj-about-page .nav-more-menu a:hover,
body.rj-about-page .nav-more-menu a.active {
  color: var(--rj-teal);
  background: var(--rj-teal-soft);
}

body.rj-about-page .nav-search-bar {
  background: #fff;
  border-color: var(--rj-line-strong);
  border-radius: 999px;
}

body.rj-about-page .nav-search-bar input { font-family: inherit; font-size: 0.82rem; }
body.rj-about-page .nav-search-bar button { color: var(--rj-muted); }
body.rj-about-page .nav-search-bar button:hover { color: var(--rj-teal); }

body.rj-about-page .nav-account-btn {
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.82rem;
}

body.rj-about-page .nav-account-btn:hover,
body.rj-about-page .nav-account-btn.active {
  color: var(--rj-teal);
  border-color: rgba(188, 0, 45, 0.25);
  background: var(--rj-teal-soft);
}

body.rj-about-page .nav-cta.btn-primary {
  background: var(--rj-teal);
  border-radius: 999px;
  font-family: inherit;
  font-weight: 700;
  box-shadow: none;
}

body.rj-about-page .nav-cta.btn-primary:hover {
  background: var(--rj-teal-d);
  transform: none;
}

body.rj-about-page .site-footer-social a:hover {
  background: var(--rj-teal);
  border-color: var(--rj-teal);
}

body.rj-about-page .site-footer-newsletter button { background: var(--rj-teal); }
body.rj-about-page .site-footer-newsletter button:hover { background: var(--rj-teal-d); }
body.rj-about-page .page-loader { background: var(--rj-paper); }
body.rj-about-page .page-loader .loader-ring { border-top-color: var(--rj-teal); }

/* ── Primitives ──────────────────────────────────────────────── */

.abt .rj-kicker,
.abt-eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rj-teal);
  margin: 0 0 12px;
  background: none;
  border: none;
  padding: 0;
}

.abt-eyebrow-light { color: var(--rj-gold-light); }
.abt-eyebrow-dark { color: var(--rj-teal); }

.abt .rj-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: inherit;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.abt .rj-btn--solid {
  background: var(--rj-teal);
  color: #fff;
  box-shadow: 0 8px 24px rgba(188, 0, 45, 0.22);
}

.abt .rj-btn--solid:hover {
  background: var(--rj-teal-d);
  transform: translateY(-1px);
}

.abt .rj-btn--ghost {
  background: #fff;
  color: var(--rj-ink);
  border-color: var(--rj-line-strong);
}

.abt .rj-btn--ghost:hover { border-color: var(--rj-ink); }

.abt .rj-btn--light {
  background: #fff;
  color: var(--rj-teal);
  box-shadow: none;
}

.abt .rj-btn--light:hover {
  background: #f5f5f4;
  transform: translateY(-1px);
}

.abt .rj-btn--compact {
  padding: 11px 18px;
  font-size: 0.84rem;
}

.abt-section {
  padding: 72px 0;
}

.abt-section-alt {
  background: #fff;
}

.abt-section-head {
  margin-bottom: 40px;
}

.abt-section-head-center {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.abt-section-head h2 {
  font-family: var(--rj-serif);
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 12px;
  color: var(--rj-ink);
}

.abt-section-head p {
  margin: 0;
  color: var(--rj-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

/* ── Hero ────────────────────────────────────────────────────── */

.abt-hero {
  padding: 40px 0 56px;
  background:
    radial-gradient(ellipse 70% 55% at 92% 8%, rgba(188, 0, 45, 0.07) 0%, transparent 58%),
    radial-gradient(ellipse 45% 35% at 4% 92%, rgba(185, 74, 53, 0.05) 0%, transparent 52%),
    var(--rj-paper);
}

.abt-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px 56px;
  align-items: center;
}

.abt-hero__crumb { grid-column: 1 / -1; }

.abt-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--rj-muted);
}

.abt-breadcrumb a { color: var(--rj-muted); transition: color 0.2s; }
.abt-breadcrumb a:hover { color: var(--rj-teal); }
.abt-breadcrumb i { font-size: 0.62rem; opacity: 0.45; }
.abt-breadcrumb span { color: var(--rj-ink); font-weight: 600; }

.abt-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 8px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--rj-line);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--rj-muted);
  margin-bottom: 22px;
}

.abt-hero__flag {
  width: 26px;
  height: 17px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 0 1px var(--rj-line);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.abt-hero__flag::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 62% 50%, #BC002D 36%, transparent 37%);
}

.abt-hero__title {
  margin: 0 0 18px;
  line-height: 0.98;
}

.abt-hero__title-line {
  display: block;
  font-family: var(--rj-serif);
  font-size: clamp(2.35rem, 5vw, 3.65rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--rj-ink);
}

.abt-hero__title-line--accent {
  font-style: italic;
  color: var(--rj-teal);
}

.abt-hero-lead {
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--rj-muted);
  max-width: 48ch;
  margin: 0 0 22px;
}

.abt-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.abt-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--rj-muted);
}

.abt-hero__trust i { color: var(--rj-gold); font-size: 0.85rem; }

.abt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Hero visual */
.abt-hero-visual {
  position: relative;
}

.abt-hero-visual-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 12px;
  align-items: stretch;
}

.abt-hero-img {
  display: block;
  width: 100%;
  border-radius: var(--rj-radius-lg);
  object-fit: cover;
  border: 1px solid var(--rj-line);
  box-shadow: var(--rj-shadow-lg);
}

.abt-hero-img-main {
  grid-row: span 2;
  min-height: 340px;
  height: 100%;
}

.abt-hero-img-sub { aspect-ratio: 1; }

.abt-hero-float {
  position: absolute;
  left: -16px;
  bottom: 24px;
  display: flex;
  gap: 10px;
  z-index: 2;
}

.abt-hero-float-stat {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 14px;
  padding: 14px 18px;
  border: 1px solid var(--rj-line);
  box-shadow: var(--rj-shadow);
  min-width: 118px;
}

.abt-hero-float-stat strong {
  display: block;
  font-family: var(--rj-serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--rj-teal);
  line-height: 1;
  margin-bottom: 4px;
}

.abt-hero-float-stat span {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--rj-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ── Pillars ─────────────────────────────────────────────────── */

.abt-pillars {
  padding: 0 0 32px;
}

.abt-pillar-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid var(--rj-line);
  border-radius: var(--rj-radius-lg);
  box-shadow: 0 4px 24px rgba(18, 18, 18, 0.04);
  overflow: hidden;
}

.abt-pillar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  border-right: 1px solid var(--rj-line);
  transition: background 0.2s;
}

.abt-pillar:last-child { border-right: none; }
.abt-pillar:hover { background: var(--rj-paper); }

.abt-pillar-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--rj-teal-soft);
  color: var(--rj-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.abt-pillar-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.abt-pillar-text strong {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--rj-ink);
}

.abt-pillar-text em {
  font-style: normal;
  font-size: 0.76rem;
  color: var(--rj-muted);
}

/* ── Mission ─────────────────────────────────────────────────── */

.abt-mission-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.abt-mission-card {
  padding: 28px 28px 26px;
  background: #fff;
  border: 1px solid var(--rj-line);
  border-radius: var(--rj-radius-lg);
  box-shadow: 0 2px 12px rgba(18, 18, 18, 0.03);
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}

.abt-mission-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--rj-shadow);
  border-color: var(--rj-line-strong);
}

.abt-mission-card-accent {
  background:
    radial-gradient(ellipse 80% 80% at 100% 0%, rgba(201, 152, 46, 0.1) 0%, transparent 55%),
    var(--rj-ink);
  color: #fff;
  border-color: transparent;
}

.abt-mission-card-accent .abt-mission-label { color: var(--rj-gold-light); }
.abt-mission-card-accent h3 { color: #fff; }
.abt-mission-card-accent p { color: rgba(255, 255, 255, 0.72); }

.abt-mission-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rj-teal);
  margin-bottom: 12px;
}

.abt-mission-card h3 {
  font-family: var(--rj-serif);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.abt-mission-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--rj-muted);
}

/* ── Story ───────────────────────────────────────────────────── */

.abt-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 56px;
  align-items: stretch;
}

.abt-story-media {
  position: relative;
  min-height: 0;
}

.abt-story-media > img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border-radius: var(--rj-radius-lg);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--rj-line);
  box-shadow: var(--rj-shadow-lg);
}

.abt-story-copy {
  display: flex;
  flex-direction: column;
}

.abt-story-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  border: 1px solid var(--rj-line);
  box-shadow: var(--rj-shadow);
}

.abt-story-badge i {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--rj-teal-soft);
  color: var(--rj-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.abt-story-badge strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
}

.abt-story-badge span {
  font-size: 0.76rem;
  color: var(--rj-muted);
}

.abt-story-quote {
  margin: 24px 0 0;
  padding: 22px 24px;
  background: var(--rj-stone);
  border-radius: var(--rj-radius);
  border-left: 3px solid var(--rj-gold);
}

.abt-story-quote p {
  margin: 0 0 10px;
  font-family: var(--rj-serif);
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.55;
  color: var(--rj-ink);
}

.abt-story-quote cite {
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--rj-muted);
}

.abt-story-copy h2 {
  font-family: var(--rj-serif);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin: 0 0 16px;
}

.abt-lead {
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--rj-muted);
  margin: 0 0 16px;
}

.abt-story-copy > p {
  color: var(--rj-muted);
  margin: 0 0 20px;
  line-height: 1.7;
}

.abt-checklist {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.abt-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--rj-ink);
}

.abt-checklist i {
  color: var(--rj-teal);
  margin-top: 3px;
  font-size: 0.9rem;
}

.abt-story-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--rj-teal);
  text-decoration: none;
  transition: gap 0.2s;
}

.abt-story-link:hover { gap: 12px; }

/* ── KPI stats ───────────────────────────────────────────────── */

.abt-stats {
  padding: 56px 0;
  background: var(--rj-stone);
  border-block: 1px solid var(--rj-line);
}

.abt-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.abt-kpi {
  text-align: center;
  padding: 28px 20px;
  background: #fff;
  border-radius: var(--rj-radius-lg);
  border: 1px solid var(--rj-line);
  box-shadow: 0 2px 12px rgba(18, 18, 18, 0.03);
}

.abt-kpi-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 12px;
  background: var(--rj-teal-soft);
  color: var(--rj-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.abt-kpi-num {
  font-family: var(--rj-serif);
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 700;
  color: var(--rj-ink);
  line-height: 1;
  margin-bottom: 8px;
}

.abt-kpi-lbl {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rj-muted);
}

/* ── Values ────────────────────────────────────────────────────── */

.abt-values {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.abt-values__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.abt-value {
  padding: 28px 28px 26px;
  background: #fff;
  border: 1px solid var(--rj-line);
  border-radius: var(--rj-radius-lg);
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}

.abt-value:hover {
  transform: translateY(-2px);
  box-shadow: var(--rj-shadow);
  border-color: rgba(188, 0, 45, 0.15);
}

.abt-value-accent {
  padding: 0;
  border: none;
  background:
    radial-gradient(ellipse 80% 120% at 100% 0%, rgba(201, 152, 46, 0.16) 0%, transparent 52%),
    linear-gradient(135deg, var(--rj-ink) 0%, #2a1014 45%, var(--rj-teal-d) 100%);
  box-shadow: 0 18px 44px rgba(188, 0, 45, 0.14);
  overflow: hidden;
}

.abt-value-accent:hover {
  transform: none;
  box-shadow: 0 22px 48px rgba(188, 0, 45, 0.18);
}

.abt-value-accent-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  flex-wrap: wrap;
}

.abt-value-accent-copy {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-width: 0;
  flex: 1;
}

.abt-value-accent .abt-value-icon {
  flex-shrink: 0;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  color: var(--rj-gold-light);
  width: 48px;
  height: 48px;
  font-size: 1.1rem;
}

.abt-value-accent h3 {
  color: #fff;
  font-size: 1.12rem;
  margin: 0 0 6px;
}

.abt-value-accent p {
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  max-width: 52ch;
  line-height: 1.6;
}

.abt-value-accent .rj-btn--light {
  flex-shrink: 0;
  color: var(--rj-ink);
  font-weight: 700;
}

.abt-value-accent .rj-btn--light i {
  color: var(--rj-teal);
}

.abt-value-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(188, 0, 45, 0.08);
  color: var(--rj-teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  margin-bottom: 16px;
}

.abt-value h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}

.abt-value p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--rj-muted);
}

/* ── Services ────────────────────────────────────────────────── */

.abt-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.abt-service {
  padding: 26px 24px;
  background: var(--rj-paper);
  border: 1px solid var(--rj-line);
  border-radius: var(--rj-radius-lg);
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.abt-section-alt .abt-service { background: #fff; }

.abt-service:hover {
  background: #fff;
  border-color: rgba(188, 0, 45, 0.18);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(18, 18, 18, 0.05);
}

.abt-service-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--rj-teal-soft);
  color: var(--rj-teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: 16px;
}

.abt-service h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.abt-service p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--rj-muted);
}

/* ── Timeline ────────────────────────────────────────────────── */

.abt-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  position: relative;
}

.abt-timeline::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: var(--rj-line-strong);
  z-index: 0;
}

.abt-step {
  position: relative;
  z-index: 1;
  padding: 0 8px;
}

.abt-step-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.abt-step-num {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(188, 0, 45, 0.35);
}

.abt-step-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--rj-line-strong);
  color: var(--rj-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  box-shadow: 0 4px 12px rgba(18, 18, 18, 0.04);
}

.abt-step-body h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.abt-step-body p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.6;
  color: var(--rj-muted);
}

/* ── Markets ─────────────────────────────────────────────────── */

.abt-region-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}

.abt-region {
  padding: 28px 26px;
  background: #fff;
  border: 1px solid var(--rj-line);
  border-radius: var(--rj-radius-lg);
  transition: box-shadow 0.25s, transform 0.25s;
}

.abt-region:hover {
  transform: translateY(-2px);
  box-shadow: var(--rj-shadow);
}

.abt-region-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.abt-region-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--rj-teal-soft);
  color: var(--rj-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.abt-region h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
}

.abt-region p {
  margin: 0 0 16px;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--rj-muted);
}

.abt-region-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.abt-region-tags li {
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--rj-stone);
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--rj-muted);
}

.abt-market-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.abt-market-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--rj-line);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--rj-ink);
}

.abt-market-chip i { color: var(--rj-teal); font-size: 0.85rem; }

/* ── Credentials bar ─────────────────────────────────────────── */

.abt-creds {
  padding: 24px 0;
  background: var(--rj-ink);
}

.abt-creds-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
}

.abt-cred {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

.abt-cred i { color: var(--rj-gold-light); }

/* ── Office ──────────────────────────────────────────────────── */

.abt-office {
  padding: 72px 0;
}

.abt-office-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 40px;
  padding: 40px 44px;
  border-radius: var(--rj-radius-lg);
  background:
    radial-gradient(ellipse 80% 100% at 100% 0%, rgba(201, 152, 46, 0.12) 0%, transparent 55%),
    linear-gradient(135deg, var(--rj-ink) 0%, #1a1a1a 100%);
  color: #fff;
  box-shadow: var(--rj-shadow-lg);
}

.abt-office-copy h2 {
  font-family: var(--rj-serif);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0 0 14px;
  line-height: 1.12;
}

.abt-office-copy > p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 24px;
  line-height: 1.65;
  max-width: 48ch;
}

.abt-office-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.abt-office-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.88);
}

.abt-office-list i {
  color: var(--rj-gold-light);
  width: 18px;
  margin-top: 3px;
}

.abt-office-list a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.abt-office-aside {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.abt-office-stat {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
}

.abt-office-stat strong {
  display: block;
  font-family: var(--rj-serif);
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}

.abt-office-stat span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
}

.abt-office-btn {
  margin-top: auto;
  width: 100%;
  justify-content: center;
}

.abt-office .rj-btn--solid {
  background: var(--rj-gold);
  color: var(--rj-ink);
  box-shadow: none;
}

.abt-office .rj-btn--solid:hover { background: var(--rj-gold-light); }

/* ── Reviews ─────────────────────────────────────────────────── */

body.rj-about-page .abt-reviews {
  background: var(--rj-stone);
  border-block: 1px solid var(--rj-line);
}

body.rj-about-page .abt-reviews .abt-section-head h2 { color: var(--rj-ink); }
body.rj-about-page .abt-reviews .abt-section-head p { color: var(--rj-muted); }

.abt-reviews-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.abt-reviews-nav {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--rj-line-strong);
  background: #fff;
  color: var(--rj-teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.abt-reviews-nav:hover {
  background: var(--rj-teal);
  border-color: var(--rj-teal);
  color: #fff;
}

.abt-reviews-slider {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

body.rj-about-page .abt-review-card,
body.rj-about-page .reviews-slider .review-card {
  background: #fff;
  border: 1px solid var(--rj-line);
  border-radius: var(--rj-radius-lg);
  box-shadow: 0 4px 20px rgba(18, 18, 18, 0.04);
  padding: 28px 28px 24px;
}

.abt-review-quote-mark {
  color: var(--rj-teal);
  opacity: 0.25;
  font-size: 1.4rem;
  margin-bottom: 8px;
}

body.rj-about-page .review-stars {
  color: var(--rj-gold);
  margin-bottom: 14px;
  font-size: 0.85rem;
}

body.rj-about-page .review-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--rj-ink);
  margin-bottom: 20px;
}

body.rj-about-page .review-avatar {
  background: var(--rj-teal-soft);
  color: var(--rj-teal);
  font-weight: 800;
}

body.rj-about-page .reviews-controls { margin-top: 20px; }

body.rj-about-page .rev-dot {
  background: var(--rj-line-strong);
}

body.rj-about-page .rev-dot.active {
  background: var(--rj-teal);
  width: 22px;
}

/* ── FAQ ─────────────────────────────────────────────────────── */

.abt-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 960px;
  margin: 0 auto;
}

.abt-faq-item {
  background: var(--rj-paper);
  border: 1px solid var(--rj-line);
  border-radius: var(--rj-radius);
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.abt-section-alt .abt-faq-item { background: #fff; }

.abt-faq-item[open] {
  border-color: rgba(188, 0, 45, 0.22);
  box-shadow: 0 4px 16px rgba(18, 18, 18, 0.04);
}

.abt-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  color: var(--rj-ink);
}

.abt-faq-q::-webkit-details-marker { display: none; }

.abt-faq-q i {
  color: var(--rj-teal);
  font-size: 0.75rem;
  transition: transform 0.2s;
}

.abt-faq-item[open] .abt-faq-q i { transform: rotate(180deg); }

.abt-faq-a {
  padding: 0 20px 18px;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--rj-muted);
}

/* ── CTA ─────────────────────────────────────────────────────── */

.abt-cta {
  padding: 0 0 80px;
}

.abt-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
  gap: 32px;
  padding: 40px 44px;
  border-radius: var(--rj-radius-lg);
  background:
    radial-gradient(ellipse 70% 100% at 0% 0%, rgba(188, 0, 45, 0.12) 0%, transparent 55%),
    #fff;
  border: 1px solid var(--rj-line);
  box-shadow: var(--rj-shadow);
}

.abt-cta-main h2 {
  font-family: var(--rj-serif);
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0 0 12px;
  line-height: 1.12;
}

.abt-cta-main p {
  margin: 0 0 24px;
  color: var(--rj-muted);
  line-height: 1.65;
  max-width: 48ch;
}

.abt-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.abt-cta-side {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.abt-cta-contact {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: var(--rj-radius);
  background: var(--rj-paper);
  border: 1px solid var(--rj-line);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, background 0.2s;
}

.abt-cta-contact:hover {
  border-color: rgba(188, 0, 45, 0.25);
  background: var(--rj-teal-soft);
}

.abt-cta-contact i {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--rj-teal-soft);
  color: var(--rj-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.abt-cta-wa i {
  background: rgba(37, 211, 102, 0.12);
  color: #25a244;
}

.abt-cta-contact strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
}

.abt-cta-contact em {
  display: block;
  font-style: normal;
  font-size: 0.78rem;
  color: var(--rj-muted);
}

/* ── Responsive ──────────────────────────────────────────────── */

@media (max-width: 1100px) {
  body.rj-about-page .nav-search-bar { display: none; }

  .abt-values__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .abt-value-accent-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 22px;
    gap: 18px;
  }

  .abt-value-accent .rj-btn--light {
    width: 100%;
    justify-content: center;
  }

  .abt-timeline { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .abt-timeline::before { display: none; }
}

@media (max-width: 900px) {
  .abt-hero__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .abt-hero-visual {
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }

  .abt-hero-float {
    left: 12px;
    bottom: 16px;
  }

  .abt-pillar-bar { grid-template-columns: repeat(2, 1fr); }
  .abt-pillar:nth-child(2) { border-right: none; }
  .abt-pillar:nth-child(1),
  .abt-pillar:nth-child(2) { border-bottom: 1px solid var(--rj-line); }

  .abt-mission-grid { grid-template-columns: 1fr; }
  .abt-story-grid { grid-template-columns: 1fr; gap: 36px; align-items: start; }
  .abt-story-media > img {
    height: auto;
    aspect-ratio: 16 / 10;
    min-height: 0;
  }
  .abt-kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .abt-service-grid { grid-template-columns: repeat(2, 1fr); }
  .abt-region-grid { grid-template-columns: 1fr; }
  .abt-office-card { grid-template-columns: 1fr; padding: 32px 28px; }
  .abt-cta-grid { grid-template-columns: 1fr; padding: 32px 28px; }
  .abt-faq-grid { grid-template-columns: 1fr; }

  .abt-reviews-nav { display: none; }
}

@media (max-width: 640px) {
  .abt-section { padding: 56px 0; }

  .abt-hero { padding: 24px 0 40px; }

  .abt-hero__title-line {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .abt-hero__trust {
    flex-direction: column;
    gap: 8px;
  }

  .abt-hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .abt-hero-actions .rj-btn { width: 100%; justify-content: center; }

  .abt-hero-visual-grid { grid-template-columns: 1fr; }
  .abt-hero-img-main { grid-row: auto; min-height: 220px; height: 220px; }
  .abt-hero-img-sub { display: none; }

  .abt-hero-float {
    position: static;
    margin-top: 12px;
    justify-content: center;
  }

  .abt-pillar-bar { grid-template-columns: 1fr; }
  .abt-pillar { border-right: none; border-bottom: 1px solid var(--rj-line); }
  .abt-pillar:last-child { border-bottom: none; }

  .abt-kpi-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .abt-service-grid { grid-template-columns: 1fr; }
  .abt-timeline { grid-template-columns: 1fr; }

  .abt-value:hover,
  .abt-mission-card:hover,
  .abt-region:hover { transform: none; box-shadow: none; }
}

@media (prefers-reduced-motion: reduce) {
  .abt-value,
  .abt-mission-card,
  .abt-service,
  .abt-region,
  .rj-btn { transition: none; }
}
