/* ─── About Hero ─── */
.section-about-hero {
  padding: 120px 0 10rem;
  background-color: #020204;
  color: #ffffff;
}

.about-hero { margin: 0 auto; }

.about-tag {
  font-family: "Sohne", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #a6a6a6;
  margin-bottom: 24px;
}

.about-hero-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.5rem, 7vw, 5.75rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
}

.about-hero-copy {
  font-family: "Sohne", sans-serif;
  font-size: 1.15rem;
  line-height: 1.9;
  max-width: 800px;
  margin-top: clamp(5rem, 11.54vw - 2.38rem, 8rem);
  margin-left: auto;
  text-transform: none;
  color: #d7d7d7;
}

/* ─── Container utility ─── */
.container {
  width: 90dvw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.margin-bottom-medium  { margin-bottom: 32px; }
.margin-bottom-xmedium { margin-bottom: 24px; }
.margin-bottom-xlarge  { margin-bottom: 56px; }
.paragraph-large { letter-spacing: -0.02em; font-size: 20px; }
.inline-block { display: inline-block; max-width: 100%; }
.text-colour-lightgrey { color: #ffffffa6; font-size: small; }

/* ─── Timeline section ─── */
section.timeline {
  background-color: #000000;
  position: relative;
  margin-bottom: 10rem;
  text-transform: none;
}

.timeline img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.timeline-hero {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
}

.timeline-lead {
  font-family: "Sohne", sans-serif;
  font-size: 1.125rem;
  color: #d1d5db;
  max-width: 760px;
  margin-top: 18px;
  line-height: 1.8;
  text-transform: none;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline-heading { background-color: #000000; transform-style: preserve-3d; }
.section-timeline-heading h2 { font-size: 50px; }

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_centre { display: flex; justify-content: center; }

.timeline_date-text {
  color: #fff;
  letter-spacing: -0.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50dvh;
}

.timeline_text { color: #fff; font-size: 24px; font-weight: 500; line-height: 1.3; }

.timeline_circle {
  width: 15px; height: 15px;
  min-width: 15px; max-width: 15px;
  min-height: 15px; max-height: 15px;
  border-radius: 50%;
  background-color: #fff;
  position: sticky;
  top: 50dvh;
  box-shadow: 0px 0px 0px 8px #0a0a0a;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_progress-bar {
  z-index: -1;
  background: linear-gradient(to bottom, #0749ff, #041253, #031627);
  width: 3px;
  height: 50vh;
  position: sticky;
  inset: 0 auto 50vh;
}

.timeline_card { margin-bottom: 24px; }
.timeline_image-wrapper { margin-top: 28px; overflow: hidden; border-radius: 3px; }
.timeline_image-wrapper img { width: 100%; height: 320px; object-fit: cover; display: block; vertical-align: middle; }

.milestone-year { font-family: "Bebas Neue", sans-serif; color: #ffffff; }
.milestone-title { font-family: "Sohne", sans-serif; font-weight: 700; font-size: 1.5rem; color: #ffffff; margin: 0 0 8px; }
.milestone-body { font-family: "Sohne", sans-serif; font-weight: 400; color: #e5e7eb; font-size: 1.15rem; line-height: 1.3; }

.timeline_link {
  opacity: 0.6;
  color: #fff;
  letter-spacing: 0.08px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity 0.3s ease;
  display: flex;
}
.timeline_link:hover { opacity: 1; }
.link-icon { width: 20px; height: 20px; margin-left: 8px; }

.overlay-fade-top  { background-image: linear-gradient(#000000, #0a0a0a00); height: 80px; position: absolute; inset: 0% 0% auto; }
.overlay-fade-bottom { background-image: linear-gradient(#0a0a0a00, #000000); height: 80px; position: absolute; inset: auto 0% 0%; }

/* ─── Values section ─── */
.section-values {
  padding: 100px 0 10rem;
  background: #000;
  position: relative;
  text-transform: none;
}

.values-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: flex-start;
}

.values-heading { position: sticky; top: 100px; text-transform: none; }

.values-brand {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

.values-heading h2 {
  margin: 0 0 32px;
  font-size: clamp(3rem, 3vw, 2.5rem);
  line-height: 1.15;
  color: #000000;
  font-weight: 300;
  letter-spacing: -0.02em;
  font-family: "Bebas Neue", sans-serif;
}

.values-heading p { margin: 0; color: #3a3a3a; font-size: 1.5rem; letter-spacing: 0; line-height: 1.8; font-weight: 400; }

.values-grid { display: grid; grid-template-columns: 1fr; gap: 72px; }

.value-item {
  display: grid;
  grid-template-columns: 4px 1fr;
  gap: 28px;
  align-items: flex-start;
  position: relative;
  padding-right: 24px;
}

.value-accent { width: 2px; height: 100%; background: #e0e0e0; margin-top: 4px; }

.value-number {
  font-size: 4rem;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 0.9;
  margin-bottom: 16px;
  letter-spacing: -0.03em;
  font-family: "Bebas Neue", sans-serif;
}

.value-content h3 { margin: 0 0 16px; font-size: 1.45rem; line-height: 1.25; color: #000000; font-weight: 700; letter-spacing: -0.01em; }
.value-content p  { margin: 0; color: #3a3a3a; font-size: 1.05rem; line-height: 1.75; font-weight: 400; }

/* ─── About CTA block ─── */
.about-cta-block { background: #000; padding: 8rem 2rem 10rem; text-align: center; }
.about-cta-inner { max-width: 800px; margin: 0 auto; }
.about-cta-eyebrow { font-family: "Sohne", sans-serif; font-size: 0.82rem; letter-spacing: 0.38em; text-transform: uppercase; color: #6b6b6b; margin-bottom: 1.5rem; }
.about-cta-title { font-family: "Bebas Neue", sans-serif; font-size: clamp(3rem, 7vw, 5.5rem); line-height: 0.97; color: #fff; margin-bottom: 1.75rem; text-transform: uppercase; letter-spacing: -0.02em; }
.about-cta-copy { font-family: "Sohne", sans-serif; font-size: 1.05rem; line-height: 1.88; color: #d1d1d1; max-width: 600px; margin: 0 auto 2.75rem; text-transform: none; }
.about-cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 5rem; }
.btn-ghost { background: rgba(255,255,255,0.05); color: #fff; border: 1px solid rgba(255,255,255,0.12); }
.btn-ghost:hover { background: rgba(255,255,255,0.1); }
.about-cta-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 600px; margin: 0 auto; padding-top: 3rem; border-top: 1px solid rgba(255,255,255,0.08); }
.about-stat-number { font-family: "Bebas Neue", sans-serif; font-size: 3.5rem; color: #fff; margin: 0; line-height: 1; text-transform: none; }
.about-stat-label { font-family: "Sohne", sans-serif; font-size: 0.78rem; color: #6b6b6b; letter-spacing: 0.18em; text-transform: uppercase; margin: 0.5rem 0 0; }

/* ─── Responsive ─── */
@media screen and (max-width: 1200px) {
  .values-heading h2 { font-size: 2.5rem; }
  .values-heading p  { font-size: 1.25rem; }
}

@media screen and (max-width: 768px) {
  .section-about-hero { padding-bottom: 8rem; }
  .about-tag { font-size: 0.75rem; letter-spacing: 0.2em; margin-bottom: 18px; }
  .about-hero-title { font-size: clamp(2.7rem, 9vw, 4rem); line-height: 1.04; }
  .about-hero-copy { font-size: 1.25rem; line-height: 1.85; margin-top: 5rem; }

  section.timeline { margin-bottom: 8rem; }
  .section-timeline-heading h2 { font-size: 40px; }
  .paragraph-large { font-size: 18px; }
  .padding-vertical-xlarge { padding-top: 80px; padding-bottom: 80px; }

  .timeline_item { grid-template-columns: 64px 1fr; width: 100%; }
  .timeline_left  { grid-area: 1 / 2 / 2 / 3; text-align: left; }
  .timeline_centre { grid-area: 1 / 1 / 3 / 2; justify-content: flex-start; }
  .timeline_right  { grid-area: span 1 / span 1 / span 1 / span 1; }
  .timeline_date-text { margin-bottom: 24px; font-size: 36px; }
  .milestone-body, .timeline_text { font-size: 20px; }
  .milestone-title { font-size: 1.25rem; }
  .timeline_progress { left: 6px; }

  .section-values { padding: 60px 0 8rem; }
  .values-wrapper { grid-template-columns: 1fr; gap: 48px; }
  .values-heading { position: static; padding-bottom: 32px; border-bottom: 1px solid #f0f0f0; }
  .values-brand { margin-bottom: 24px; font-size: 1rem; }
  .values-heading h2 { font-size: 2.5rem; margin-bottom: 24px; }
  .values-heading p { font-size: 1.3rem; letter-spacing: 0; line-height: 2rem; }
  .values-grid { gap: 56px; }
  .value-item { gap: 24px; padding-right: 0; grid-template-columns: 2px 1fr; }
  .value-accent { width: 2px; margin-top: 0; }
  .value-number { font-size: 4rem; margin-bottom: 12px; }
  .value-content h3 { font-size: 2rem; margin-bottom: 12px; }
  .value-content p  { font-size: 1rem; line-height: 1.7; }

  .about-cta-stats { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media screen and (max-width: 480px) {
  .values-heading h2 { font-size: 2.5rem; margin-bottom: 24px; }
  .values-heading p  { font-size: 1.25rem; letter-spacing: 0; line-height: 2rem; }
  .value-number { font-size: 5rem; margin-bottom: 12px; }
  .value-content h3 { font-size: 1.7rem; margin-bottom: 12px; }
  .value-content p  { font-size: 0.95rem; line-height: 1.7; }
}
