/* ============================================
   PREOWNED PROPERTIES — ABOUT US PAGE
   ============================================ */

/* --------------------------------------------
   INNER PAGE HERO
   -------------------------------------------- */
.page-hero {
  position: relative;
  min-height: 52vh;
  display: flex;
  align-items: center;
  padding: calc(var(--nav-height) + 48px) 0 72px;
  overflow: hidden;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-hero-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(var(--primary-rgb), 0.88) 0%,
    rgba(var(--primary-rgb), 0.72) 50%,
    rgba(9, 0, 89, 0.85) 100%
  );
  z-index: 1;
}

.page-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.page-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
}

.page-breadcrumb a {
  color: rgba(255, 255, 255, 0.75);
  transition: color var(--transition);
}

.page-breadcrumb a:hover {
  color: var(--accent);
}

.page-breadcrumb .separator {
  color: rgba(255, 255, 255, 0.4);
}

.page-breadcrumb .current {
  color: var(--accent);
  font-weight: 500;
}

.page-hero-title {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  color: #fff;
  margin-bottom: 16px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
}

.page-hero-desc {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: rgba(255, 255, 255, 0.88);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}

/* --------------------------------------------
   PAGE HERO — SCROLL REVEAL
   -------------------------------------------- */
.page-hero.page-hero-reveal {
  --hero-reveal-height: 100vh;
  min-height: var(--hero-reveal-height);
  margin-top: 0;
  padding: 0;
  display: block;
  overflow: visible;
  background: var(--background);
}

.page-hero-reveal .about-reveal-pin {
  min-height: var(--hero-reveal-height);
  height: var(--hero-reveal-height);
}

.page-hero-reveal-stage {
  position: relative;
  min-height: var(--hero-reveal-height);
  height: var(--hero-reveal-height);
  padding: 0;
  gap: 0;
}

.page-hero-reveal .about-reveal-media,
.page-hero-reveal-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  z-index: 1;
}

.page-hero-reveal .about-reveal-image-shell,
.page-hero-reveal-image-shell {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.page-hero-reveal .about-reveal-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: translateZ(0);
}

.hero-reveal-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    135deg,
    rgba(var(--primary-rgb), 0.78) 0%,
    rgba(var(--primary-rgb), 0.62) 45%,
    rgba(9, 0, 89, 0.72) 100%
  );
  opacity: 0.5;
  will-change: opacity;
}

.hero-reveal-center {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(24px, 5vw, 48px);
  pointer-events: none;
  opacity: 0;
  will-change: opacity, transform;
}

.hero-reveal-center-title {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1.12;
  color: #fff;
  margin: 0 0 16px;
  max-width: 820px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.hero-reveal-center-title .gradient-text {
  background: linear-gradient(135deg, var(--accent) 0%, #f5d9a8 50%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-reveal-center-desc {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  max-width: 640px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
}

.hero-reveal-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 37%;
  background: var(--background);
  z-index: 4;
  will-change: transform;
  backface-visibility: hidden;
}

.hero-reveal-cover--left {
  left: 0;
}

.hero-reveal-cover--right {
  right: 0;
}

.page-hero-reveal .about-reveal-panel,
.page-hero-reveal-panel {
  position: absolute;
  z-index: 4;
  max-width: min(320px, 30vw);
  pointer-events: none;
}

.page-hero-reveal .about-reveal-panel--left {
  left: clamp(20px, 5vw, 72px);
  top: 50%;
  width: min(300px, 30vw);
}

.page-hero-reveal .about-reveal-panel--right {
  right: clamp(20px, 5vw, 72px);
  top: 50%;
  width: min(300px, 30vw);
}

.page-hero-reveal-title {
  font-size: clamp(1.85rem, 3.8vw, 3.25rem);
  line-height: 1.12;
  color: var(--text);
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
}

.page-hero-reveal-desc {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.75;
  color: var(--muted);
  margin: 0;
}

.page-hero-reveal .about-reveal-panel,
.page-hero-reveal-panel {
  max-width: min(360px, 30vw);
}

@media (min-width: 992px) {
  .page-hero-reveal .about-reveal-panel,
  .page-hero-reveal-panel {
    width: min(300px, 28vw);
    max-width: 340px;
  }
}

/* --------------------------------------------
   SCROLL REVEAL (shared)
   -------------------------------------------- */
.about-reveal-section {
  position: relative;
  background: var(--background);
  overflow: visible;
}

.about-reveal-pin {
  width: 100%;
}

.about-reveal-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vh, 32px);
  min-height: 100vh;
  padding: calc(var(--nav-height) + 32px) clamp(16px, 4vw, 48px) 56px;
}

.page-hero-reveal-stage.about-reveal-stage {
  padding: 0;
  min-height: var(--hero-reveal-height);
  height: var(--hero-reveal-height);
  display: block;
}

.about-reveal-media {
  position: relative;
  z-index: 2;
  width: min(94vw, 1180px);
  flex-shrink: 0;
  order: 2;
}

.about-reveal-image-shell {
  position: relative;
  width: 100%;
  height: clamp(260px, 58vh, 620px);
}

.about-reveal-image-clip {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  clip-path: inset(0 37% 0 37%);
  will-change: clip-path;
  backface-visibility: hidden;
}

.about-reveal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  user-select: none;
  transform: translateZ(0);
}

.about-reveal-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  z-index: 2;
  will-change: transform, opacity;
}

.about-reveal-badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}

.about-reveal-badge span {
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 500;
}

.about-reveal-panel {
  width: 100%;
  max-width: 520px;
  z-index: 3;
  will-change: transform, opacity;
}

.about-reveal-panel--left {
  order: 1;
}

.about-reveal-panel--right {
  order: 3;
}

.about-reveal-panel .section-tag {
  display: inline-block;
  margin-bottom: 16px;
}

.about-reveal-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: var(--text);
  margin-bottom: 20px;
  line-height: 1.15;
}

.about-reveal-panel p {
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 0;
}

.about-reveal-panel--right p {
  margin-bottom: 20px;
}

.about-reveal-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-reveal-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--text);
  font-size: 0.95rem;
}

.about-reveal-list li:last-child {
  margin-bottom: 0;
}

.about-reveal-list li i {
  color: var(--accent);
  font-size: 1.1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .about-reveal-stage {
    display: block;
    min-height: 100vh;
    padding: calc(var(--nav-height) + 40px) clamp(20px, 4vw, 64px) 64px;
  }

  .page-hero-reveal-stage.about-reveal-stage {
    padding: 0;
    min-height: var(--hero-reveal-height);
    height: var(--hero-reveal-height);
  }

  .page-hero-reveal .about-reveal-panel {
    translate: none;
  }

  .about-reveal-media {
    margin: 0 auto;
  }

  .about-reveal-panel {
    position: absolute;
    top: 50%;
    width: min(300px, 24vw);
    max-width: 340px;
    margin: 0;
    translate: 0 -50%;
  }

  .about-reveal-panel--left {
    left: clamp(16px, 4vw, 72px);
    padding-right: 8px;
  }

  .about-reveal-panel--right {
    right: clamp(16px, 4vw, 72px);
    padding-left: 8px;
  }
}

/* --------------------------------------------
   CEO MESSAGE
   -------------------------------------------- */
.ceo-message-section {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.ceo-frame {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
  padding: 18px;
}

.ceo-frame-inner {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(var(--accent-rgb), 0.45);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/5;
  background: var(--background);
}

.ceo-frame-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.ceo-frame:hover .ceo-frame-photo {
  transform: scale(1.03);
}

.ceo-frame-badge {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), #1a0a8a);
  color: var(--accent);
  font-size: 1.35rem;
  box-shadow: 0 8px 24px rgba(var(--primary-rgb), 0.35);
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.ceo-frame-accent {
  position: absolute;
  width: 56px;
  height: 56px;
  border: 2px solid var(--accent);
  opacity: 0.85;
  pointer-events: none;
}

.ceo-frame-accent--tl {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  border-radius: var(--radius-sm) 0 0 0;
}

.ceo-frame-accent--tr {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
  border-radius: 0 var(--radius-sm) 0 0;
}

.ceo-frame-accent--bl {
  bottom: 48px;
  left: 0;
  border-right: none;
  border-top: none;
  border-radius: 0 0 0 var(--radius-sm);
}

.ceo-frame-accent--br {
  bottom: 48px;
  right: 0;
  border-left: none;
  border-top: none;
  border-radius: 0 0 var(--radius-sm) 0;
}

.ceo-frame-meta {
  margin-top: 20px;
  text-align: center;
}

.ceo-frame-meta strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--text);
  margin-bottom: 4px;
}

.ceo-frame-meta span {
  font-size: 0.9rem;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ceo-message-content .section-tag {
  margin-bottom: 16px;
}

.ceo-message-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: var(--text);
  margin-bottom: 20px;
  line-height: 1.15;
}

.ceo-message-lead {
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--text);
  font-weight: 500;
  margin-bottom: 16px;
}

.ceo-message-content p {
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

.ceo-message-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ceo-message-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.6;
}

.ceo-message-list li:last-child {
  margin-bottom: 0;
}

.ceo-message-list li i {
  color: var(--accent);
  font-size: 1.1rem;
  margin-top: 3px;
  flex-shrink: 0;
}

/* --------------------------------------------
   OUR STORY
   -------------------------------------------- */
.about-story-section {
  background: var(--background);
}

.about-story-image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3;
}

.about-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-story-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.about-story-badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}

.about-story-badge span {
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 500;
}

.about-story-content .section-tag {
  margin-bottom: 16px;
}

.about-story-content h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: var(--text);
  margin-bottom: 20px;
}

.about-story-content p {
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: justify;
}

.about-story-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.about-story-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--text);
  font-size: 0.95rem;
}

.about-story-list li i {
  color: var(--accent);
  font-size: 1.1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

/* --------------------------------------------
   MISSION & VISION
   -------------------------------------------- */
.mission-section {
  background: var(--surface);
}

.mission-card {
  height: 100%;
  padding: 40px 32px;
  border-radius: var(--radius-lg);
  background: var(--background);
  border: 1px solid var(--border);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.mission-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  opacity: 0;
  transition: opacity var(--transition);
}

.mission-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(var(--accent-rgb), 0.35);
}

.mission-card:hover::before {
  opacity: 1;
}

.mission-card-icon {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.1), rgba(var(--accent-rgb), 0.15));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.mission-card-icon i {
  font-size: 1.6rem;
  color: var(--primary);
}

.mission-card h3 {
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
}

.mission-card p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
  text-align: justify;
}

/* --------------------------------------------
   CORE VALUES
   -------------------------------------------- */
.values-section {
  background: var(--background);
}

.value-card {
  height: 100%;
  padding: 32px 24px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--border);
  text-align: center;
  transition: all var(--transition);
}

.value-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--accent-rgb), 0.4);
  box-shadow: var(--shadow-md);
}

.value-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), #1a0a8a);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  transition: transform var(--transition);
}

.value-card:hover .value-card-icon {
  transform: scale(1.08);
}

.value-card-icon i {
  font-size: 1.3rem;
  color: var(--accent);
}

.value-card h3 {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 10px;
}

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

/* --------------------------------------------
   LEADERSHIP TEAM
   -------------------------------------------- */
.team-section {
  background: var(--surface);
}

.team-card {
  background: var(--background);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all var(--transition);
  height: 100%;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(var(--accent-rgb), 0.35);
}

.team-card-photo {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}

.team-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-card:hover .team-card-photo img {
  transform: scale(1.05);
}

.team-card-social {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  display: flex;
  gap: 8px;
  opacity: 0;
  transition: all var(--transition);
}

.team-card:hover .team-card-social {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.team-card-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: all var(--transition);
}

.team-card-social a:hover {
  background: var(--accent);
  color: var(--primary);
}

.team-card-body {
  padding: 24px;
  text-align: center;
}

.team-card-body h3 {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}

.team-card-role {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 10px;
}

.team-card-body p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

/* --------------------------------------------
   TIMELINE / MILESTONES
   -------------------------------------------- */
.timeline-section {
  background: var(--background);
}

.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 32px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--accent), var(--primary));
  border-radius: 2px;
}

.timeline-item {
  position: relative;
  padding-bottom: 40px;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-dot {
  position: absolute;
  left: -32px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--accent);
  border: 3px solid var(--background);
  box-shadow: 0 0 0 2px var(--accent);
}

.timeline-year {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent);
  margin-bottom: 8px;
}

.timeline-item h3 {
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}

.timeline-item p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

/* --------------------------------------------
   ABOUT CTA BANNER
   -------------------------------------------- */
.about-page .path-card-desc {
  text-align: justify;
}

.about-cta-banner {
  background: linear-gradient(135deg, var(--primary) 0%, #1a0a8a 50%, var(--primary) 100%);
  background-size: 200% 200%;
  animation: gradientShift 6s ease infinite;
  border-radius: var(--radius-xl);
  padding: 56px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eabb73' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.about-cta-banner .cta-content {
  position: relative;
  z-index: 1;
}

.about-cta-banner h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: #fff;
  margin-bottom: 12px;
}

.about-cta-banner p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 520px;
  margin: 0 auto 28px;
  font-size: 1.05rem;
}

.about-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* --------------------------------------------
   INNER PAGE NAV ACTIVE STATE
   -------------------------------------------- */
body.about-page .glass-nav .nav-link[href="about-us.html"] {
  color: var(--accent) !important;
}

body.about-page .glass-nav:not(.scrolled) .nav-link[href="about-us.html"] {
  color: var(--accent) !important;
}

body.about-page .glass-nav .nav-link[href="about-us.html"]::after {
  width: calc(100% - 32px);
}

body.about-hero-reveal-page .glass-nav:not(.scrolled) {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

body.about-hero-reveal-page .glass-nav:not(.scrolled) .nav-link {
  color: var(--accent) !important;
}

body.about-hero-reveal-page .glass-nav:not(.scrolled) .nav-link:hover,
body.about-hero-reveal-page .glass-nav:not(.scrolled) .nav-link:focus {
  color: var(--accent) !important;
}

body.about-hero-reveal-page .glass-nav:not(.scrolled) .nav-link-animated::after {
  background: var(--accent);
}

body.about-hero-reveal-page .glass-nav:not(.scrolled) .nav-link[href="about-us.html"],
body.about-hero-reveal-page.contact-page .glass-nav:not(.scrolled) .nav-link[href="contact-us.html"],
body.contact-page.about-hero-reveal-page .glass-nav:not(.scrolled) .nav-link[href="contact-us.html"] {
  color: var(--accent) !important;
}

body.about-hero-reveal-page .glass-nav:not(.scrolled) .navbar-toggler-icon {
  filter: invert(1) brightness(0.2);
}

/* --------------------------------------------
   RESPONSIVE — ABOUT PAGE
   -------------------------------------------- */
@media (max-width: 991.98px) {
  .page-hero:not(.page-hero-reveal) {
    min-height: 44vh;
    padding-bottom: 56px;
  }

  .about-story-badge {
    bottom: 16px;
    left: 16px;
    padding: 12px 18px;
  }

  .about-story-badge strong {
    font-size: 1.4rem;
  }

  .about-cta-banner {
    padding: 40px 24px;
    border-radius: var(--radius-lg);
  }
}

@media (max-width: 767.98px) {
  .page-hero-title {
    font-size: 2rem;
  }

  .mission-card {
    padding: 28px 22px;
  }

  .timeline {
    padding-left: 28px;
  }

  .about-cta-buttons .btn {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 575.98px) {
  .page-hero:not(.page-hero-reveal) {
    min-height: auto;
    padding: calc(var(--nav-height) + 32px) 0 48px;
  }

  .about-reveal-panel,
  .page-hero-reveal-panel {
    max-width: 100%;
  }

  .about-story-content {
    margin-top: 8px;
  }

  .ceo-frame {
    max-width: 360px;
    padding: 14px;
  }

  .ceo-frame-accent {
    width: 44px;
    height: 44px;
  }

  .team-card-body {
    padding: 18px;
  }
}

@media (max-width: 991.98px) {
  .hero-reveal-cover {
    width: 32%;
  }

  .page-hero-reveal .about-reveal-panel--left,
  .page-hero-reveal .about-reveal-panel--right {
    width: min(260px, 38vw);
    max-width: none;
  }

  .page-hero-reveal-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }

  .page-hero-reveal-desc {
    font-size: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-reveal-cover {
    display: none;
  }

  .hero-reveal-overlay {
    opacity: 0.65 !important;
  }

  .hero-reveal-center {
    opacity: 1 !important;
    transform: none !important;
  }

  .page-hero-reveal-panel {
    display: none;
  }

  .about-reveal-image-clip {
    clip-path: none !important;
    transform: none !important;
  }

  .about-reveal-stage {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .about-reveal-panel {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 520px !important;
    translate: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .about-reveal-badge {
    opacity: 1 !important;
    transform: none !important;
  }

  .about-cta-banner {
    animation: none;
  }
}
