.about-page-body {
  background: #000;
  color: #fff;
}

.about-hero {
  position: relative;
  min-height: 52vh;
  display: flex;
  align-items: flex-end;
  padding: 8rem 1.5rem 4rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.92) 70%),
    url('../images/operations/hero-offshore.jpg') center/cover no-repeat;
}

.about-hero-inner {
  max-width: 56rem;
  margin: 0 auto;
  width: 100%;
}

.about-ticker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(245, 158, 11, 0.45);
  background: rgba(245, 158, 11, 0.12);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fbbf24;
  margin-bottom: 1.25rem;
}

.about-layout {
  max-width: 72rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
  display: grid;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .about-layout {
    grid-template-columns: 220px 1fr;
    align-items: start;
    gap: 4rem;
  }
}

.about-toc {
  position: sticky;
  top: 6rem;
}

.about-toc nav {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(24, 24, 27, 0.85);
}

.about-toc a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  padding: 0.4rem 0.5rem;
  border-radius: 0.5rem;
  transition: color 0.2s, background 0.2s;
}

.about-toc a:hover,
.about-toc a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.about-content section {
  scroll-margin-top: 6rem;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.about-content section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-section-label {
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.75rem;
}

.about-section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.about-lead {
  font-size: 1.125rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 1.5rem;
}

.about-prose {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.8;
}

.about-prose p + p {
  margin-top: 1rem;
}

.about-quote {
  margin: 2rem 0;
  padding: 1.5rem 1.75rem;
  border-left: 3px solid #f59e0b;
  background: rgba(245, 158, 11, 0.08);
  border-radius: 0 1rem 1rem 0;
}

.about-quote p {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.about-quote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.8rem;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.about-table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.about-table th,
.about-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: top;
}

.about-table th {
  background: rgba(255, 255, 255, 0.06);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}

.about-table tr:last-child td {
  border-bottom: none;
}

.about-table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.03);
}

.about-spirit-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 640px) {
  .about-spirit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .about-spirit-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.about-spirit-card {
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(24, 24, 27, 0.6);
}

.about-spirit-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #fbbf24;
  margin-bottom: 0.5rem;
}

.about-spirit-card p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.6;
}

.about-timeline {
  position: relative;
  margin-top: 2rem;
  padding-left: 1.5rem;
  border-left: 2px solid rgba(245, 158, 11, 0.35);
}

.about-timeline-item {
  position: relative;
  padding-bottom: 1.75rem;
  padding-left: 1.25rem;
}

.about-timeline-item::before {
  content: '';
  position: absolute;
  left: -1.85rem;
  top: 0.35rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.2);
}

.about-timeline-year {
  font-weight: 700;
  color: #fbbf24;
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}

.about-timeline-text {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
  font-size: 0.95rem;
}

.about-cards {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .about-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.about-info-card {
  padding: 1.25rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(24, 24, 27, 0.5);
}

.about-info-card h4 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
}

.about-info-card ul {
  list-style: disc;
  padding-left: 1.15rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
  line-height: 1.7;
}

.about-info-card li + li {
  margin-top: 0.35rem;
}

.about-list-check {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.about-list-check li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.65rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
}

.about-list-check li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #f59e0b;
  font-weight: 700;
}

.about-leadership {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 1.5rem;
  padding: 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(24, 24, 27, 0.55);
}

.about-leadership-meta h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.about-leadership-meta .role {
  font-size: 0.85rem;
  color: #fbbf24;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}

.about-cta-bar {
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(24, 24, 27, 0.9) 100%);
  border: 1px solid rgba(245, 158, 11, 0.35);
  text-align: center;
}

.about-cta-bar p {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1.25rem;
}

.about-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #000;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: transform 0.2s, box-shadow 0.2s;
}

.about-cta-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 0 28px rgba(245, 158, 11, 0.45);
}

.about-nav-simple .nav-link-about-active {
  color: #fff;
  border-bottom: 2px solid #f59e0b;
  padding-bottom: 2px;
}
