/* ----- ABOUT HERO ---- */

.about-hero {
  position: relative;
  min-height: 760px;
  padding-top: 90px;
  overflow: hidden;
  color: #ffffff;
  background: var(--color-primary-dark);
}

.about-hero-background {
  position: absolute;
  inset: 0;
}

.about-hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient( 90deg, rgba(7, 63, 97, 0.96) 0%, rgba(8, 106, 156, 0.78) 46%, rgba(8, 106, 156, 0.18) 100% );
}

.about-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 670px;
}

.about-hero-content {
  max-width: 780px;
}

.about-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  color: var(--color-background);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about-hero-label::before {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  background: var(--color-background);
}

.about-hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(3.8rem, 8vw, 8.5rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.about-hero h1 span {
  display: block;
  color: var(--color-background);
}

.about-hero-content p {
  max-width: 590px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
  line-height: 1.8;
}

.about-hero-year {
  position: absolute;
  z-index: 2;
  right: -2%;
  bottom: -8%;
  color: rgba(244, 223, 78, 0.15);
  font-family: var(--font-heading);
  font-size: clamp(11rem, 25vw, 26rem);
  line-height: 1;
  pointer-events: none;
}

/* ----- ABOUT INTRO ---- */

.about-intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: start;
}

.about-intro-heading {
  position: sticky;
  top: 150px;
}

.about-intro-text {
  max-width: 710px;
}

.about-intro-text p {
  margin-bottom: 26px;
  color: var(--color-text-light);
  font-size: 1.02rem;
  line-height: 1.9;
}

.about-intro-text .about-lead {
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.35;
}

/* ABOUT STORY */

.about-story {
  background: #fff;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 760px;
}

.about-story-image {
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: 90px;
}

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

.about-story-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px;
  background: var(--color-background);
}

.about-story-content .section-description {
  color: var(--color-text);
}

.about-story-content .text-link {
  align-self: flex-start;
  margin-top: 38px;
}

/* ----- ABOUT TIMELINE ---- */

.about-timeline-section {
  background: #fffdf1;
}

.about-timeline-header {
  margin-bottom: 80px;
}

.about-timeline {
  display: grid;
}

.about-timeline-item {
  display: grid;
  grid-template-columns: 180px 80px 1fr;
  min-height: 250px;
}

.about-timeline-year {
  padding-top: 28px;
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1;
}

.about-timeline-line {
  position: relative;
  display: flex;
  justify-content: center;
}

.about-timeline-line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(22, 141, 196, 0.2);
}

.about-timeline-line span {
  position: relative;
  z-index: 2;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 32px;
  border: 4px solid #fffdf1;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 2px var(--color-accent);
}

.about-timeline-content {
  padding: 28px 0 80px 35px;
}

.about-timeline-number {
  display: block;
  margin-bottom: 18px;
  color: var(--color-accent);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.about-timeline-content h3 {
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 400;
}

.about-timeline-content p {
  max-width: 590px;
  margin-top: 16px;
  color: var(--color-text-light);
  line-height: 1.8;
}

/* ---- ABOUT VALUES ----- */

/* ---- ABOUT STATEMENT ---- */

/* ---- ABOUT CTA ---- */

/* ---- ABOUT RESPONSIVE ---- */

@media (max-width: 1100px) {
  .about-intro-grid {
    gap: 60px;
  }
}

@media (max-width: 1100px) {
  .about-story-content {
    padding: 60px;
  }
}

@media (max-width: 767px) {
  .about-hero {
    min-height: 680px;
    padding-top: 76px;
  }
}

@media (max-width: 767px) {
  .about-hero-overlay {
    background: linear-gradient( to bottom, rgba(7, 63, 97, 0.9) 0%, rgba(8, 106, 156, 0.82) 58%, rgba(8, 106, 156, 0.6) 100% );
  }
}

@media (max-width: 767px) {
  .about-hero-inner {
    min-height: 604px;
    align-items: flex-end;
    padding-bottom: 85px;
  }
}

@media (max-width: 767px) {
  .about-hero h1 {
    font-size: clamp(3.5rem, 16vw, 5.5rem);
  }
}

@media (max-width: 767px) {
  .about-hero-content p {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .about-hero-year {
    right: -20%;
    bottom: -2%;
    font-size: 10rem;
  }
}

@media (max-width: 767px) {
  .about-intro-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

@media (max-width: 767px) {
  .about-intro-heading {
    position: static;
  }
}

@media (max-width: 767px) {
  .about-story-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .about-story-image {
    min-height: 480px;
  }
}

@media (max-width: 767px) {
  .about-story-content {
    padding: 75px 24px;
  }
}

@media (max-width: 767px) {
  .about-timeline-header {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .about-timeline-item {
    grid-template-columns: 78px 34px 1fr;
  }
}

@media (max-width: 767px) {
  .about-timeline-year {
    padding-top: 31px;
    font-size: 1.45rem;
  }
}

@media (max-width: 767px) {
  .about-timeline-content {
    padding: 28px 0 65px 20px;
  }
}

@media (max-width: 767px) {
  .about-timeline-content h3 {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .about-hero h1 {
    font-size: 3.6rem;
  }
}

@media (max-width: 480px) {
  .about-story-image {
    min-height: 380px;
  }
}

@media (max-width: 480px) {
  .about-timeline-item {
    grid-template-columns: 65px 26px 1fr;
  }
}

@media (max-width: 480px) {
  .about-timeline-year {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .about-timeline-content {
    padding-left: 15px;
  }
}

