/* About page specific styles */
/* About page */
.about-highlight { background: #f8f9fa; border-left: 4px solid var(--primary-gold, #a09a27); padding: 1rem 1.25rem; border-radius: 6px; }

.about-card, .why-card { background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 1rem; box-shadow: 0 2px 6px rgba(0,0,0,.05); }
.about-card h5, .why-card h6 { margin: .5rem 0  .25rem; }
.about-icon { width: 42px; height: 42px; border-radius: 10px; background: #e6f4ff; color: #0ea5e9; display: inline-flex; align-items: center; justify-content: center; font-size: 20px; }
.about-list li { margin-bottom: .4rem; }

/* Metrics row (About page) */
.about-metrics {
  margin: -20px auto 1rem;
}
.about-metrics-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.about-metric-card {
  background: #fff;
  border: 1px solid #e6e9ed;
  border-radius: 18px;
  padding: 18px 16px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  text-align: center;
}
.about-metric-value {
  font-weight: 800;
  font-size: 2rem;
  color: #0b9b35;
  letter-spacing: 0.02em;
}
.about-metric-label {
  margin-top: 6px;
  font-size: 1rem;
  color: #6c7683;
  font-weight: 600;
}

/* What we do hero */
.about-what-we-do {
  margin: 0 calc(50% - 50vw) 3rem;
  padding: 0 clamp(12px, 2vw, 28px);
}
.about-what-frame {
  position: relative;
  min-height: 460px;
  border-radius: 32px;
  overflow: hidden;
  background: #0c1f1d;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  isolation: isolate;
}
.about-what-bg {
  position: absolute;
  inset: 0;
  background-image: url('/images-and-logo/abouttt.jpg');
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  animation: aboutPan 28s ease-in-out infinite alternate;
  transform: scale(1.02);
  z-index: 1;
}
.about-what-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(12, 31, 29, 0.65), rgba(12, 31, 29, 0.25));
  z-index: 2;
}
.about-what-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: clamp(28px, 5vw, 48px);
  color: #fff;
}
.about-what-title {
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 0;
}
.about-what-description {
  max-width: 920px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.78));
  color: #1f2f2b;
  padding: clamp(16px, 3vw, 22px) clamp(18px, 4vw, 32px);
  border-radius: 28px;
  font-size: 1.05rem;
  line-height: 1.7;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(2px);
}
@keyframes aboutPan {
  0% { background-position: 40% 50%; }
  50% { background-position: 55% 45%; }
  100% { background-position: 60% 55%; }
}

/* Why we're different (mirrors What We Do styling) */
.about-why-different {
  margin: 0 calc(50% - 50vw) 3rem;
  padding: 0 clamp(12px, 2vw, 28px);
}
.about-why-frame {
  position: relative;
  min-height: 460px;
  border-radius: 32px;
  overflow: hidden;
  background: #0c1f1d;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  isolation: isolate;
}
.about-why-bg {
  position: absolute;
  inset: 0;
  background-image: url('/images-and-logo/abouttt.jpg');
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  animation: aboutPan 28s ease-in-out infinite alternate;
  transform: scale(1.02);
  z-index: 1;
}
.about-why-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(12, 31, 29, 0.65), rgba(12, 31, 29, 0.25));
  z-index: 2;
}
.about-why-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: clamp(28px, 5vw, 48px);
  color: #fff;
}
.about-why-title {
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 0;
}
.about-why-description {
  max-width: 920px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.78));
  color: #1f2f2b;
  padding: clamp(16px, 3vw, 22px) clamp(18px, 4vw, 32px);
  border-radius: 28px;
  font-size: 1.05rem;
  line-height: 1.7;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(2px);
}

/* Top About banner inspired by reference */
.about-hero-banner {
  margin: 0 calc(50% - 50vw) 3rem;
  padding: clamp(12px, 2vw, 28px);
  position: relative;
  min-height: 480px;
  background: #000;
}
.about-hero-banner__bg {
  position: absolute;
  inset: 0;
  border-radius: 40px;
  background: url('/images-and-logo/dsc-0413.jpg') center/cover no-repeat;
  animation: aboutPan 24s ease-in-out infinite alternate;
  filter: saturate(0.9);
}
.about-hero-banner__overlay {
  position: absolute;
  inset: 0;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.65);
}
.about-hero-banner__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  align-content: center;
  gap: 22px;
  padding: clamp(22px, 4vw, 36px);
  color: #fff;
  text-align: center;
}
.about-hero-banner__title {
  font-size: clamp(2.6rem, 6vw, 4rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 0;
  color: #fff;
  text-shadow: 0 0 18px rgba(0, 255, 170, 0.45), 0 0 38px rgba(0, 255, 170, 0.25);
}
.about-hero-banner__card {
  max-width: 960px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.82));
  color: #1f2f2b;
  padding: clamp(16px, 3vw, 24px);
  border-radius: 26px;
  font-size: 1.05rem;
  line-height: 1.7;
  box-shadow: 0 18px 38px rgba(0,0,0,0.16);
  backdrop-filter: blur(2px);
}

.about-commitment {
  margin: 0 calc(50% - 50vw) 3rem;
  padding: 0 clamp(12px, 2vw, 28px);
}
.about-commitment-frame {
  position: relative;
  min-height: 460px;
  border-radius: 32px;
  overflow: hidden;
  background: #0c1f1d;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  isolation: isolate;
}
.about-commitment-bg {
  position: absolute;
  inset: 0;
  background-image: url('/images-and-logo/abouttt.jpg');
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  animation: aboutPan 28s ease-in-out infinite alternate;
  transform: scale(1.02);
  z-index: 1;
}
.about-commitment-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(12, 31, 29, 0.65), rgba(12, 31, 29, 0.25));
  z-index: 2;
}
.about-commitment-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: clamp(28px, 5vw, 48px);
  color: #fff;
}
.about-commitment-title {
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 0;
}
.about-commitment-description {
  max-width: 920px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.78));
  color: #1f2f2b;
  padding: clamp(16px, 3vw, 22px) clamp(18px, 4vw, 32px);
  border-radius: 28px;
  font-size: 1.05rem;
  line-height: 1.7;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(2px);
}

/* Premium hero (curved card) */
.about-page-shell {
  --page-pad: clamp(12px, 4vw, 36px);
  width: 100%;
  max-width: none;
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
}
.about-hero-premium {
  margin: 0 auto 3rem;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
}

.about-animated-title {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(2.4rem, 6vw, 3.8rem);
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  text-shadow:
    0 0 16px rgba(255, 255, 255, 0.6),
    0 8px 22px rgba(0, 0, 0, 0.25);
  animation: fadeSlide 1.4s ease-out forwards;
  opacity: 0;
  transform: translateY(16px);
}

.about-cta-copy {
  color: #fff !important;
}

@keyframes fadeSlide {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ahp-card {
  background: #fdfdfd;
  border: 1px solid #e5e7eb;
  border-radius: 34px;
  padding: clamp(14px, 2.5vw, 22px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
}

.ahp-figure {
  position: relative;
  margin-bottom: 12px;
}
.ahp-overlay-top {
  position: absolute;
  inset: 0;
  padding: clamp(5px, 2vw, 12px);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 2;
  pointer-events: none;
}
.ahp-social {
  display: inline-flex;
  gap: 14px;
  pointer-events: auto;
  transform: translate(-8%, 8%);
}
.ahp-social a {
  width: 56px;
  height: 56px;
  border-radius: 40px;
  background: #f5f7fb;
  border: 1px solid #d7dce5;
  color: #0f172a;
  font-size: 1.1rem;
  display: grid;
  place-items: center;
  transition: all 0.25s ease;
  box-shadow: 0 10px 18px rgba(0,0,0,0.08);
}
.ahp-social a:hover { transform: translateY(-1px); }

.shape-box {
  position: relative;
  width: 100%;
  max-width: none;
  aspect-ratio: 14 / 5;
  background: #132b5a url('/images-and-logo/dsc-0413.jpg') center/cover no-repeat;
  border-radius: 26px;
  overflow: hidden;
  margin: 0 auto;
}
.shape-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shape-notch-top-right,
.shape-notch-bottom-right {
  position: absolute;
  background: #fdfdfd;
}
.shape-notch-top-right {
  right: 0;
  top: 0;
  width: 320px;
  height: 90px;
  border-radius: 0 0 0 22px;
}
.shape-notch-bottom-right {
  right: 0;
  bottom: 0;
  width: 320px;
  height: 140px;
  border-top-left-radius: 22px;
}
.ahp-brand-badge {
  position: absolute;
  right: clamp(10px, 3vw, 24px);
  bottom: clamp(10px, 3vw, 24px);
  background: #f7f7f7;
  color: #1f2937;
  padding: 26px 44px 26px 40px;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.18);
  min-width: 260px;
  transform: translate(-4%, 18%);
}
.ahp-brand-badge .brand-value {
  font-size: 1.6rem;
  font-weight: 800;
}
.ahp-brand-badge .brand-sub {
  font-size: 1.05rem;
  color: #6b7280;
}
.ahp-brand-badge .brand-sub span { color: #e63946; font-weight: 700; margin-right: 4px; }

.ahp-metrics {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: #475569;
  font-weight: 600;
  margin: 10px 0 18px;
  padding: 0 clamp(6px, 1vw, 10px);
}
.metric-strong { color: #e63946; font-weight: 800; }
.metric-divider { color: #cbd5e1; }

.ahp-body {
  display: grid;
  grid-template-columns: 2fr 0.9fr;
  gap: clamp(18px, 3vw, 32px);
  align-items: start;
  padding: 0 clamp(6px, 1vw, 10px) clamp(6px, 1vw, 10px);
}
.ahp-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #0b132b;
  margin-bottom: 12px;
}
.ahp-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  color: #4b5563;
  line-height: 1.75;
}
.ahp-aside {
  text-align: right;
  color: #0b132b;
}
.aside-name {
  color: #e63946;
  font-weight: 800;
  font-size: 1.2rem;
}
.aside-role {
  color: #6b7280;
  font-weight: 600;
  margin-bottom: 12px;
}
.aside-note { color: #1f2937; margin-bottom: 12px; }
.ahp-cta {
  background: #0f172a;
  color: #fff;
  border: 1px solid #0f172a;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.25s ease;
}
.ahp-cta:hover {
  background: #111827;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

@media (max-width: 992px) {
  .ahp-body { grid-template-columns: 1fr; }
  .ahp-aside { text-align: left; }
}
@media (max-width: 576px) {
  .ahp-overlay-top { flex-direction: column; gap: 10px; }
  .ahp-social { align-self: flex-start; }
  .ahp-brand-badge { position: static; margin: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .about-what-bg { animation: none; }
}
