:root {
  --about-ink: #122135;
  --about-ink-soft: #546375;
  --about-blue: #14579f;
  --about-blue-deep: #0d3f77;
  --about-gold: #e2b653;
  --about-shadow: 0 22px 44px rgba(21, 41, 68, 0.12);
  --header-height: 142px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--about-ink);
  background:
    radial-gradient(circle at top left, rgba(20, 87, 159, 0.12), transparent 24%),
    linear-gradient(180deg, #f7f4ee 0%, #f2f7fb 48%, #f7f2e9 100%);
  padding-top: var(--header-height);
  overflow-x: clip;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.about-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1100;
  background: rgba(251, 250, 246, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(18, 33, 53, 0.08);
}

.about-topbar {
  background: linear-gradient(90deg, var(--about-blue-deep), var(--about-blue), var(--about-gold));
  color: #ffffff;
}

.about-topbar-inner,
.about-nav-wrap,
.about-shell,
.about-footer-inner {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
}

.about-topbar-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.about-topbar-inner p,
.about-topbar-inner a {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
}

.about-nav-wrap {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.about-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.about-brand img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  object-fit: cover;
}

.about-brand span {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.about-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.about-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--about-ink);
  font-size: 0.94rem;
  font-weight: 700;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.about-nav a:hover,
.about-nav a:focus-visible,
.about-nav a[aria-current="page"] {
  background: rgba(20, 87, 159, 0.1);
  color: var(--about-blue-deep);
  transform: translateY(-1px);
}

.about-nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-nav-cta,
.hero-primary-btn,
.hero-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.95rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.about-nav-cta,
.hero-primary-btn {
  background: linear-gradient(135deg, #14579f 0%, #0f7ec9 100%);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(20, 87, 159, 0.22);
}

.hero-secondary-btn {
  background: rgba(255, 255, 255, 0.75);
  color: var(--about-ink);
  border: 1px solid rgba(18, 33, 53, 0.12);
}

.about-nav-cta:hover,
.about-nav-cta:focus-visible,
.hero-primary-btn:hover,
.hero-primary-btn:focus-visible,
.hero-secondary-btn:hover,
.hero-secondary-btn:focus-visible {
  transform: translateY(-2px);
}

.about-menu-btn,
.mobile-menu-close {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 14px;
  background: rgba(20, 87, 159, 0.1);
  color: var(--about-blue-deep);
  font-size: 1.12rem;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-menu-close {
  display: inline-flex;
}

.about-shell {
  display: grid;
  gap: 26px;
  padding: 24px 0 40px;
}

.about-hero,
.company-story-section,
.services-section,
.purpose-section,
.values-section,
.commitment-section {
  border-radius: 34px;
  box-shadow: var(--about-shadow);
}



.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 28px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(238, 248, 255, 0.9)),
    linear-gradient(180deg, #ffffff, #eef5fb);
}

.hero-kicker,
.section-tag,
.purpose-label {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--about-blue);
}

.hero-title,
.section-title {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1.05;
  color: var(--about-ink);
}

.hero-text,
.section-copy,
.story-highlight p,
.service-tile p,
.purpose-card p,
.value-card p,
.footer-brand-block p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.82;
  color: var(--about-ink-soft);
  font-weight: 500;
  color: black;
}

.about-hero-copy {
  display: grid;
  align-content: center;
  gap: 18px;
}

.hero-actions,
.commitment-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.about-hero-panel {
  position: relative;
  min-height: 520px;
}

.hero-panel-card {
  position: absolute;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(18, 33, 53, 0.1);
}

.hero-panel-card-main {
  inset: 0 54px 90px 0;
}

.hero-panel-card-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-panel-card-logo {
  right: 0;
  bottom: 0;
  width: min(72%, 340px);
  padding: 20px;
  display: grid;
  gap: 14px;
  box-shadow: 0 18px 34px rgba(18, 33, 53, 0.16);
}

.hero-panel-card-logo img {
  width: 78px;
  height: 78px;
  border-radius: 20px;
  object-fit: cover;
}

.hero-metric-band {
  position: absolute;
  left: 20px;
  right: 96px;
  bottom: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hero-metric-band article {
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(13, 63, 119, 0.9);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(13, 63, 119, 0.2);
}

.hero-metric-band strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.hero-metric-band span {
  display: block;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.84);
}

.company-story-section,
.services-section,
.values-section,
.commitment-section {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(18, 33, 53, 0.08);
}

.purpose-section {
  background: linear-gradient(135deg, #e2b653, #f1ca68);
  border: 1px solid rgba(126, 86, 8, 0.22);
}

.purpose-section .section-tag,
.purpose-section .section-title {
  color: #3f2b05;
}

.company-story-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  padding: 34px;
}

.story-aside {
  padding-right: 18px;
}

.story-content {
  display: grid;
  gap: 18px;
}

.story-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.story-highlight,
.service-tile,
.purpose-card,
.value-card,
.commitment-card {
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 252, 0.95));
  border: 1px solid rgba(18, 33, 53, 0.08);
  box-shadow: 0 16px 30px rgba(30, 45, 63, 0.08);
}

.story-highlight {
  padding: 22px;
}

.story-highlight h3,
.service-tile h3,
.purpose-card h3,
.value-card h3,
.footer-links-block h2 {
  margin: 0 0 10px;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.1rem;
  line-height: 1.35;
  color: var(--about-ink);
}

.services-section,
.purpose-section,
.values-section {
  padding: 34px;
}

.services-header,
.purpose-header,
.values-headline {
  max-width: 760px;
  margin-bottom: 24px;
}

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

.service-tile {
  min-height: 100%;
  padding: 24px 22px;
}

.service-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--about-blue-deep), var(--about-blue));
  color: #ffffff;
  font-size: 1.28rem;
}

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

.purpose-card {
  padding: 24px 22px;
}

.values-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
  gap: 22px;
}

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

.value-card {
  padding: 22px;
}

.commitment-section {
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(13, 63, 119, 0.94), rgba(17, 103, 157, 0.86)),
    linear-gradient(180deg, #0d3f77, #155eab);
}

.commitment-card {
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
}

.commitment-card .section-tag,
.commitment-card .section-title,
.commitment-card .section-copy {
  color: #ffffff;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 16, 29, 0.44);
  z-index: 1090;
}

.mobile-menu {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(360px, 100%);
  padding: 18px;
  background: #f7f4ee;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1101;
  box-shadow: -18px 0 34px rgba(18, 33, 53, 0.18);
}

.mobile-menu.is-open {
  transform: translateX(0);
}

.mobile-menu-top {
  display: flex;
  justify-content: flex-end;
}

.mobile-menu-nav {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.mobile-menu-nav a {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(20, 87, 159, 0.08);
  font-weight: 700;
}

.about-footer {
  margin-top: 24px;
  background: #0e243d;
  color: #ffffff;
}

.about-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(180px, 0.9fr));
  gap: 22px;
  padding: 34px 0 28px;
}

.footer-brand-block,
.footer-links-block {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-brand-block img {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  object-fit: cover;
}

.footer-links-block h2 {
  color: #ffffff;
}

.footer-links-block a,
.footer-links-block span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.7;
}

.footer-credit-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 14px 18px;
}

.footer-credit-bar p {
  margin: 0;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.76);
}

.reveal-on-view {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-on-view.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-type-text] {
  min-height: 1em;
}

.type-caret {
  display: inline-block;
  margin-left: 2px;
  color: var(--about-blue);
  animation: aboutCaretBlink 0.9s steps(1) infinite;
}

@keyframes aboutCaretBlink {
  0%,
  50% {
    opacity: 1;
  }

  51%,
  100% {
    opacity: 0;
  }
}

@media (max-width: 1100px) {
  :root {
    --header-height: 104px;
  }

  .about-topbar {
    display: none;
  }

  .about-nav {
    display: none;
  }

  .about-menu-btn {
    display: inline-flex;
  }

  .about-hero,
  .company-story-section,
  .values-section,
  .about-footer-inner {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .purpose-grid {
    grid-template-columns: 1fr 1fr;
  }

  .story-highlight-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body {
    padding-top: 90px;
  }

  .about-topbar-inner,
  .about-nav-wrap,
  .about-shell,
  .about-footer-inner {
    width: min(100%, calc(100% - 20px));
  }

  .about-nav-wrap {
    min-height: 74px;
  }

  .about-brand span {
    font-size: 0.84rem;
  }

  .about-nav-cta {
    display: none;
  }

  .about-shell {
    gap: 18px;
    padding: 16px 0 28px;
  }

  .about-hero,
  .company-story-section,
  .services-section,
  .purpose-section,
  .values-section,
  .commitment-section {
    border-radius: 24px;
  }

  .about-hero,
  .company-story-section,
  .services-section,
  .purpose-section,
  .values-section {
    padding: 20px 16px;
  }

  .commitment-section {
    padding: 12px;
  }

  .commitment-card {
    padding: 20px 16px;
    border-radius: 20px;
  }

  .hero-title,
  .section-title {
    font-size: 1.65rem;
  }

  .hero-text,
  .section-copy,
  .story-highlight p,
  .service-tile p,
  .purpose-card p,
  .value-card p,
  .footer-brand-block p {
    font-size: 0.9rem;
    line-height: 1.66;
  }

  .story-highlight h3,
  .service-tile h3,
  .purpose-card h3,
  .value-card h3,
  .footer-links-block h2 {
    font-size: 1rem;
  }

  .about-hero-panel {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .hero-panel-card,
  .hero-metric-band {
    position: static;
  }

  .hero-panel-card-main {
    min-height: 280px;
  }

  .hero-panel-card-main img {
    min-height: 280px;
  }

  .hero-panel-card-logo {
    width: 100%;
  }

  .hero-metric-band,
  .services-grid,
  .purpose-grid,
  .values-grid,
  .about-footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-metric-band article,
  .service-tile,
  .purpose-card,
  .value-card,
  .story-highlight {
    padding: 18px 16px;
  }

  .hero-actions,
  .commitment-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-primary-btn,
  .hero-secondary-btn {
    width: 100%;
  }

  .mobile-menu {
    width: min(320px, 100%);
  }
}

/* Final visual overrides for the requested about-page section treatments. */
.company-story-section {
  background: greenyellow !important;
  border: 2px solid rgba(70, 110, 0, 0.45) !important;
}

.company-story-section .section-copy {
  padding: 18px 20px !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  color: #111111 !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08) !important;
}

.company-story-section .story-highlight {
  background: linear-gradient(180deg, darkblue 0%, darkgoldenrod 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  color: #ffffff !important;
}

.company-story-section .story-highlight h3,
.company-story-section .story-highlight p {
  color: #ffffff !important;
}

.services-header .section-title {
  display: inline-block !important;
  padding: 14px 18px !important;
  border-radius: 16px !important;
  background: #707782 !important;
  color: #ffffff !important;
}

.services-section .service-tile {
  border: 2px solid gray !important;
}

.purpose-card .purpose-label {
  display: inline-block !important;
  width: fit-content !important;
  padding: 9px 12px !important;
  border-radius: 12px !important;
  background: var(--about-blue-deep) !important;
  color: #ffffff !important;
}

.purpose-card h3 {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--about-ink) !important;
}

.values-section {
  background: orangered !important;
  border: 2px solid rgba(255, 255, 255, 0.35) !important;
}

.values-section .values-headline .section-tag,
.values-section .values-headline .section-title,
.values-section .values-headline .section-copy {
  color: #ffffff !important;
}
