/* =========================================================
   SCIRIDGE TECHNOLOGIES — ABOUT PAGE MASTER STYLESHEET
   Premium Light Hero + Clean Editorial Structure
   Refactored for Enhanced Typography, Depth & WCAG Contrast
========================================================= */

/* =========================================================
   BASE
========================================================= */

.about-page {
  width: 100%;
  overflow-x: hidden;
  background: var(--color-bg, #ffffff);
  color: var(--color-text, #1e293b);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* =========================================================
   REVEAL ANIMATIONS
========================================================= */

.about-page [data-reveal] {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 35px, 0);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.75s cubic-bezier(0.16, 1, 0.3, 1),
              visibility 0.75s;
  will-change: opacity, transform;
}

.about-page [data-reveal="left"] {
  transform: translate3d(-40px, 0, 0);
}

.about-page [data-reveal="right"] {
  transform: translate3d(40px, 0, 0);
}

.about-page [data-reveal="down"] {
  transform: translate3d(0, -35px, 0);
}

.about-page [data-reveal="scale"] {
  transform: scale(0.96) translate3d(0, 20px, 0);
}

.about-page [data-reveal].is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

/* =========================================================
   COMMON SECTION KICKER
========================================================= */

.about-page .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-accent, #dc2626);
  font-size: 0.75rem;
  font-weight: var(--weight-bold, 700);
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

/* =========================================================
   HERO
========================================================= */

.about-hero-section {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  min-height: auto;
  padding-top: calc(var(--nav-height, 82px) + clamp(48px, 5.5vw, 76px));
  padding-bottom: clamp(68px, 7.5vw, 104px);
  background:
    radial-gradient(circle at 80% 42%, rgba(220, 38, 38, 0.08), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f8fafc 55%, #f1f5f9 100%);
  color: var(--color-text-dark, #0f172a);
  border-bottom: 1px solid var(--color-border, #e2e8f0);
}

.about-hero-background {
  position: absolute;
  inset: 0;
  z-index: -4;
  background: radial-gradient(circle at 20% 80%, rgba(15, 23, 42, 0.03), transparent 30%);
}

.about-hero-grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: 0.85;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, black, rgba(0, 0, 0, 0.6), transparent);
  -webkit-mask-image: linear-gradient(to right, black, rgba(0, 0, 0, 0.6), transparent);
}

.about-hero-section::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -280px;
  top: 50%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.09), transparent 68%);
  transform: translateY(-50%);
  z-index: -2;
  pointer-events: none;
}

/* =========================================================
   HERO ORBITS
========================================================= */

.about-hero-orbit {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform;
  z-index: -1;
}

.about-hero-orbit-one {
  width: 650px;
  height: 650px;
  right: -315px;
  top: 35px;
  border: 1px solid rgba(220, 38, 38, 0.16);
}

.about-hero-orbit-two {
  width: 390px;
  height: 390px;
  right: -185px;
  top: 165px;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

/* =========================================================
   HERO CONTAINER
========================================================= */

.about-hero-container {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), var(--container-wide, 1340px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: clamp(40px, 6vw, 96px);
}

/* =========================================================
   HERO CONTENT
========================================================= */

.about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.about-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #475569;
  font-size: 0.75rem;
  font-weight: var(--weight-bold, 700);
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-hero-eyebrow-line {
  width: 28px;
  height: 2px;
  flex: 0 0 28px;
  background: var(--color-accent, #dc2626);
}

.about-hero-content h1 {
  max-width: 780px;
  margin: 0 0 22px;
  color: var(--color-text-dark, #0f172a);
  font-family: var(--font-display, var(--font-primary, inherit));
  font-size: clamp(38px, 5.2vw, 74px);
  font-weight: var(--weight-bold, 700);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.about-hero-content h1 span {
  display: block;
  color: var(--color-accent, #dc2626);
}

.about-hero-intro {
  max-width: 65ch;
  margin: 0 0 16px;
  color: #1e293b;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  font-weight: var(--weight-medium, 500);
  line-height: 1.65;
}

.about-hero-description {
  max-width: 62ch;
  margin: 0;
  color: #475569;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.75;
}

/* =========================================================
   HERO META
========================================================= */

.about-hero-meta {
  width: 100%;
  max-width: 680px;
  display: flex;
  align-items: stretch;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid var(--color-border, #e2e8f0);
}

.about-hero-meta-item {
  position: relative;
  min-width: 140px;
  padding-right: 24px;
  margin-right: 24px;
}

.about-hero-meta-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 28px;
  background: var(--color-border, #cbd5e1);
}

.about-hero-meta-item strong {
  color: #0f172a;
  font-size: 0.8125rem;
  font-weight: var(--weight-bold, 700);
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* =========================================================
   HERO VISUAL
========================================================= */

.about-hero-visual {
  position: relative;
  min-height: clamp(340px, 35vw, 420px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #cbd5e1;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: var(--radius-md, 8px);
}

.about-hero-visual::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(220, 38, 38, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.about-hero-visual-grid {
  position: absolute;
  inset: 0;
  opacity: 0.8;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.about-hero-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.about-hero-ring-one {
  width: 280px;
  height: 280px;
  border: 1px solid rgba(220, 38, 38, 0.16);
}

.about-hero-ring-two {
  width: 210px;
  height: 210px;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.about-hero-ring-three {
  width: 130px;
  height: 130px;
  border: 1px solid rgba(220, 38, 38, 0.35);
}

.about-hero-visual-top,
.about-hero-visual-bottom {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: var(--weight-bold, 700);
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-hero-visual-top {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--color-border, #f1f5f9);
}

.about-hero-visual-bottom {
  padding-top: 14px;
  border-top: 1px solid var(--color-border, #f1f5f9);
}

.about-hero-visual-center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transform: translate(-50%, -50%);
  text-align: center;
}

.about-hero-mark {
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(220, 38, 38, 0.6);
  background: #ffffff;
  color: #0f172a;
  font-family: var(--font-display, var(--font-primary, inherit));
  font-size: 32px;
  font-weight: var(--weight-light, 300);
  line-height: 1;
  border-radius: 50%;
  box-shadow:
    0 0 0 24px rgba(220, 38, 38, 0.04),
    0 0 0 48px rgba(220, 38, 38, 0.02),
    0 8px 16px -4px rgba(15, 23, 42, 0.08);
}

.about-hero-visual-center > span {
  color: #1e293b;
  font-size: 0.75rem;
  font-weight: var(--weight-semibold, 600);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-hero-visual-center small {
  color: #64748b;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
}

/* =========================================================
   HERO SCROLL INDICATOR
========================================================= */

.about-hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
  color: #64748b;
  font-size: 0.75rem;
  font-weight: var(--weight-semibold, 600);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

.about-hero-scroll-line {
  position: relative;
  width: 38px;
  height: 2px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.12);
  border-radius: 2px;
}

.about-hero-scroll-line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 100%;
  background: var(--color-accent, #dc2626);
  animation: aboutHeroScrollLine 2.1s ease-in-out infinite;
}

@keyframes aboutHeroScrollLine {
  0% { transform: translateX(-14px); }
  50% { transform: translateX(40px); }
  100% { transform: translateX(-14px); }
}

.about-hero-scroll-arrow {
  color: var(--color-accent, #dc2626);
  font-size: 14px;
  line-height: 1;
  animation: aboutHeroScrollArrow 1.8s ease-in-out infinite;
}

@keyframes aboutHeroScrollArrow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

/* =========================================================
   WHO WE ARE
========================================================= */

.who-we-are-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: #0f172a;
  isolation: isolate;
  border-top: 1px solid var(--color-border, #e2e8f0);
}

.who-we-are-orbit {
  position: absolute;
  right: -280px;
  bottom: -250px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(220, 38, 38, 0.1);
  border-radius: 50%;
  pointer-events: none;
  will-change: transform;
}

.who-we-are-container {
  position: relative;
  width: min(calc(100% - 48px), var(--container-wide, 1340px));
  margin-inline: auto;
  padding-top: clamp(75px, 7.5vw, 115px);
  padding-bottom: clamp(70px, 7vw, 105px);
}

.who-we-are-header,
.beliefs-header,
.approach-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: clamp(40px, 5vw, 60px);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border, #e2e8f0);
}

.who-we-are-kicker,
.beliefs-header-left,
.approach-header-left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--color-accent, #dc2626);
  font-size: 0.75rem;
  font-weight: var(--weight-bold, 700);
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.who-we-are-kicker-line,
.beliefs-header-line,
.approach-header-line,
.who-we-are-bottom-line,
.beliefs-bottom-line,
.approach-bottom-line {
  display: inline-block;
  width: 28px;
  height: 2px;
  flex: 0 0 28px;
  background: var(--color-accent, #dc2626);
}

.who-we-are-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
  gap: clamp(40px, 6vw, 100px);
}

.who-we-are-statement {
  max-width: 620px;
}

.who-we-are-statement h2 {
  margin: 0;
  color: var(--color-text-dark, #0f172a);
  font-family: var(--font-display, var(--font-primary, inherit));
  font-size: clamp(32px, 4vw, 54px);
  font-weight: var(--weight-semibold, 600);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.who-we-are-statement h2 span {
  color: var(--color-accent, #dc2626);
}

.who-we-are-content {
  max-width: 680px;
}

.who-we-are-content .who-we-are-lead {
  margin: 0 0 20px;
  color: #0f172a;
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
  font-weight: var(--weight-medium, 500);
  line-height: 1.6;
  letter-spacing: -0.015em;
}

.who-we-are-content > p {
  margin: 0 0 20px;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.75;
}

/* =========================================================
   WHO WE ARE — KEY PRINCIPLES ROW (UNIFIED)
========================================================= */

.who-we-are-points {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
  border-top: 1.5px solid var(--color-border, #e2e8f0);
}

.who-we-are-point {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 24px 20px 20px;
  border-bottom: 1px solid var(--color-border, #e2e8f0);
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.25s ease,
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.who-we-are-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background: var(--color-accent, #dc2626);
  transition: height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.who-we-are-point:hover {
  transform: translateY(-4px);
  border-color: rgba(220, 38, 38, 0.3);
  box-shadow: 0 12px 28px -8px rgba(15, 23, 42, 0.08);
}

.who-we-are-point:hover::before {
  height: 100%;
}

.who-we-are-point strong {
  display: block;
  margin-bottom: 8px;
  color: #0f172a;
  font-family: var(--font-display, var(--font-primary, inherit));
  font-size: 1.05rem;
  font-weight: var(--weight-semibold, 600);
  line-height: 1.35;
  letter-spacing: -0.015em;
}

.who-we-are-point p {
  max-width: none;
  margin: 0;
  color: #475569;
  font-size: 0.875rem;
  line-height: 1.65;
  flex-grow: 1;
}

.who-we-are-bottom {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 850px;
  margin-top: clamp(45px, 5vw, 75px);
  padding-top: 24px;
  border-top: 1px solid var(--color-border, #e2e8f0);
}

.who-we-are-bottom p {
  margin: 0;
  color: #0f172a;
  font-size: 1rem;
  font-weight: var(--weight-medium, 500);
  line-height: 1.6;
}

/* =========================================================
   WHAT WE BRING
========================================================= */

.what-we-bring-section {
  position: relative;
  overflow: hidden;
  background: var(--color-bg-light, #f8fafc);
  padding: clamp(75px, 8vw, 120px) 0;
  border-top: 1px solid var(--color-border, #e2e8f0);
}

.what-we-bring-container {
  width: min(calc(100% - 48px), var(--container-wide, 1340px));
  margin-inline: auto;
}

.what-we-bring-header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: clamp(36px, 5vw, 80px);
  margin-bottom: clamp(40px, 5vw, 64px);
}

.what-we-bring-header h2 {
  max-width: 800px;
  margin: 16px 0 0;
  color: var(--color-text-dark, #0f172a);
  font-family: var(--font-display, var(--font-primary, inherit));
  font-size: clamp(32px, 4.4vw, 62px);
  font-weight: var(--weight-semibold, 600);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.what-we-bring-header h2 span {
  display: block;
  color: var(--color-accent, #dc2626);
}

.what-we-bring-header > p {
  max-width: 54ch;
  margin: 0;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
}

.what-we-bring-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.what-we-bring-card {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: var(--radius-sm, 6px);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.03);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.25s ease,
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.what-we-bring-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background: var(--color-accent, #dc2626);
  transition: height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.what-we-bring-card:hover {
  transform: translateY(-5px);
  border-color: rgba(220, 38, 38, 0.35);
  box-shadow: 0 16px 32px -6px rgba(15, 23, 42, 0.08);
}

.what-we-bring-card:hover::before {
  height: 100%;
}

.what-we-bring-card-top {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--color-border, #f1f5f9);
  color: #64748b;
  font-size: 0.72rem;
  font-weight: var(--weight-bold, 700);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.what-we-bring-card h3 {
  margin: 20px 0 10px;
  color: var(--color-text-dark, #0f172a);
  font-family: var(--font-display, var(--font-primary, inherit));
  font-size: clamp(1.2rem, 1.5vw, 1.35rem);
  font-weight: var(--weight-semibold, 600);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.what-we-bring-card p {
  margin: 0;
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.65;
  flex-grow: 1;
}

.what-we-bring-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
  padding-top: 20px;
}

.what-we-bring-tags span {
  padding: 4px 8px;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #334155;
  font-size: 0.6875rem;
  font-weight: var(--weight-semibold, 600);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: var(--radius-sm, 4px);
}

/* =========================================================
   BELIEFS & VALUES
========================================================= */

.beliefs-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: #0f172a;
  isolation: isolate;
  border-top: 1px solid var(--color-border, #e2e8f0);
}

.beliefs-bg-orbit,
.approach-bg-orbit {
  position: absolute;
  width: 620px;
  height: 620px;
  right: -330px;
  top: 50%;
  border: 1px solid rgba(220, 38, 38, 0.08);
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  will-change: transform;
}

.beliefs-container,
.approach-container {
  position: relative;
  width: min(calc(100% - 48px), var(--container-wide, 1340px));
  margin-inline: auto;
  padding-top: clamp(75px, 8vw, 120px);
  padding-bottom: clamp(70px, 7vw, 105px);
}

.beliefs-intro,
.approach-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: clamp(36px, 5vw, 80px);
  margin-bottom: 44px;
}

.beliefs-heading,
.approach-heading {
  max-width: 750px;
}

.beliefs-heading h2,
.approach-heading h2 {
  margin: 0;
  color: var(--color-text-dark, #0f172a);
  font-family: var(--font-display, var(--font-primary, inherit));
  font-size: clamp(32px, 4.4vw, 62px);
  font-weight: var(--weight-semibold, 600);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.beliefs-heading h2 span,
.approach-heading h2 span {
  display: block;
  color: var(--color-accent, #dc2626);
}

.beliefs-intro-copy,
.approach-intro-copy {
  max-width: 500px;
}

.beliefs-intro-copy p,
.approach-intro-copy p {
  margin: 0;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* =========================================================
   BELIEF & APPROACH CARDS
========================================================= */

.beliefs-grid,
.approach-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.belief-card,
.approach-step {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: var(--radius-sm, 6px);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.25s ease,
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.belief-card {
  background: var(--color-bg-light, #f8fafc);
}

.belief-card:hover,
.approach-step:hover {
  transform: translateY(-5px);
  border-color: rgba(220, 38, 38, 0.35);
  box-shadow: 0 16px 32px -6px rgba(15, 23, 42, 0.08);
}

.belief-card::before,
.approach-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background: var(--color-accent, #dc2626);
  transition: height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.belief-card:hover::before,
.approach-step:hover::before {
  height: 100%;
}

.belief-card-top,
.approach-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--color-border, #e2e8f0);
  color: #64748b;
  font-size: 0.72rem;
  font-weight: var(--weight-bold, 700);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.belief-card-arrow,
.approach-step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--color-border, #cbd5e1);
  background: #ffffff;
  color: #475569;
  font-size: 12px;
  border-radius: var(--radius-sm, 4px);
  transition: background-color 0.2s ease,
              color 0.2s ease,
              border-color 0.2s ease,
              transform 0.35s ease;
}

.belief-card:hover .belief-card-arrow,
.approach-step:hover .approach-step-arrow {
  background: var(--color-accent, #dc2626);
  color: #ffffff;
  border-color: var(--color-accent, #dc2626);
  transform: rotate(45deg);
}

.belief-card-body,
.approach-step-body {
  padding-top: 10px;
}

.belief-card-body h3,
.approach-step-body h3 {
  margin: 0 0 8px;
  color: var(--color-text-dark, #0f172a);
  font-family: var(--font-display, var(--font-primary, inherit));
  font-size: 1.15rem;
  font-weight: var(--weight-semibold, 600);
  line-height: 1.3;
  letter-spacing: -0.015em;
}

.belief-card-body p,
.approach-step-body p {
  margin: 0;
  color: #475569;
  font-size: 0.875rem;
  line-height: 1.65;
}

.beliefs-bottom,
.approach-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid var(--color-border, #e2e8f0);
}

.beliefs-bottom p,
.approach-bottom-content p {
  margin: 0;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: var(--weight-medium, 500);
  line-height: 1.55;
}

.approach-bottom-content span {
  display: block;
  margin-bottom: 4px;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: var(--weight-bold, 700);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* =========================================================
   APPROACH SECTION
========================================================= */

.approach-section {
  position: relative;
  overflow: hidden;
  background: var(--color-bg-light, #f8fafc);
  color: #0f172a;
  isolation: isolate;
  border-top: 1px solid var(--color-border, #e2e8f0);
}

.approach-steps {
  border-top: 1px solid var(--color-border, #e2e8f0);
  padding-top: 16px;
}

.approach-step {
  background: #ffffff;
}

/* =========================================================
   RESPONSIVE — 1100px
========================================================= */

@media (max-width: 1100px) {
  .about-hero-container {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
    gap: 48px;
  }

  .what-we-bring-grid,
  .beliefs-grid,
  .approach-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

/* =========================================================
   RESPONSIVE — 850px
========================================================= */

@media (max-width: 850px) {
  .about-hero-container,
  .who-we-are-grid,
  .what-we-bring-header,
  .beliefs-intro,
  .approach-intro {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-hero-visual {
    min-height: clamp(300px, 50vw, 360px);
  }

  .what-we-bring-header {
    align-items: start;
  }

  .who-we-are-points {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .who-we-are-point {
    padding: 20px;
  }
}

/* =========================================================
   RESPONSIVE — 600px
========================================================= */

@media (max-width: 600px) {
  .about-hero-section {
    padding-top: calc(var(--nav-mobile-height, 68px) + 24px);
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 56px;
  }

  .about-hero-container,
  .who-we-are-container,
  .what-we-bring-container,
  .beliefs-container,
  .approach-container,
  .about-closing-container {
    width: calc(100% - 32px);
  }

  .who-we-are-container,
  .what-we-bring-section,
  .beliefs-container,
  .approach-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-hero-meta {
    flex-direction: column;
    gap: 12px;
  }

  .about-hero-meta-item {
    min-width: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .about-hero-meta-item:not(:last-child)::after {
    display: none;
  }

  .about-hero-visual {
    min-height: 290px;
  }

  .about-hero-scroll {
    display: none;
  }

  .who-we-are-points {
    grid-template-columns: 1fr;
    margin-top: 24px;
    gap: 10px;
  }

  .who-we-are-point {
    padding: 16px;
  }

  .what-we-bring-grid,
  .beliefs-grid,
  .approach-steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .what-we-bring-card,
  .belief-card,
  .approach-step {
    min-height: auto;
    padding: 22px;
  }

  .who-we-are-bottom,
  .beliefs-bottom,
  .approach-bottom {
    align-items: flex-start;
  }

  .about-hero-visual-bottom {
    flex-wrap: wrap;
  }
}

/* =========================================================
   RESPONSIVE — 420px
========================================================= */

@media (max-width: 420px) {
  .about-hero-visual {
    min-height: 260px;
    padding: 18px;
  }

  .about-hero-mark {
    width: 72px;
    height: 72px;
    font-size: 26px;
  }

  .about-hero-visual-top,
  .about-hero-visual-bottom {
    font-size: 0.65rem;
  }
}

/* =========================================================
   ACCESSIBILITY & REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .about-page [data-reveal],
  .about-hero-orbit,
  .who-we-are-orbit,
  .beliefs-bg-orbit,
  .approach-bg-orbit {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
  }

  .who-we-are-point,
  .who-we-are-point::before,
  .belief-card,
  .approach-step,
  .what-we-bring-card,
  .what-we-bring-card::before,
  .belief-card::before,
  .approach-step::before,
  .belief-card-arrow,
  .approach-step-arrow {
    transform: none !important;
    box-shadow: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease !important;
  }

  .about-hero-scroll-line::after,
  .about-hero-scroll-arrow {
    animation: none !important;
  }
}