.about-page {
  --about-accent: #6ee7ff;
  --about-accent-strong: #b7f1ff;
  --about-accent-soft: rgba(110, 231, 255, 0.16);
}

.about-page .page-content {
  position: relative;
  padding-top: calc(var(--navH) + 34px);
  padding-bottom: 110px;
  overflow: hidden;
}

.about-page .page-content::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 720px;
  background:
    radial-gradient(circle at 12% 14%, var(--about-accent-soft), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(255, 255, 255, 0.08), transparent 24%);
  pointer-events: none;
}

.about-page .page-content::after {
  content: "";
  position: absolute;
  inset: 170px auto auto 52%;
  width: 820px;
  height: 820px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(90, 164, 255, 0.12), transparent 70%);
  filter: blur(44px);
  transform: translateX(-50%);
  opacity: 0.5;
  pointer-events: none;
}

.about-page .container-wide {
  position: relative;
  z-index: 1;
}

.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, var(--about-accent), transparent);
}

.about-hero {
  padding-bottom: 62px;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: 34px;
  align-items: end;
  min-height: 500px;
}

.about-hero-copy {
  padding-right: 24px;
}

.about-title,
.about-manifesto-head h2,
.ireland-intro h2,
.timeline-head h2,
.about-cta-band h2 {
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(44px, 4.8vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.about-subline,
.about-manifesto-body p,
.ireland-intro p,
.timeline-head p,
.about-cta-band p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.76;
}

.about-subline {
  max-width: 64ch;
  margin: 22px 0 0;
}

.about-subline a {
  color: var(--about-accent-strong);
  text-decoration: none;
}

.about-subline a:hover,
.about-side-item strong,
.about-manifesto-points span,
.ireland-rail-item strong,
.tm-title {
  color: #fff;
}

.about-hero-actions,
.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.about-hero-side {
  position: relative;
  min-height: 360px;
  padding: 30px 0 10px 34px;
}

.about-hero-side::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, rgba(110, 231, 255, 0.46), rgba(255, 255, 255, 0.06));
}

.about-side-mark {
  position: absolute;
  right: 0;
  top: -12px;
  color: rgba(255, 255, 255, 0.04);
  font-family: "Dosis", sans-serif;
  font-size: clamp(72px, 10vw, 140px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.9;
  pointer-events: none;
}

.about-side-list {
  display: grid;
  gap: 26px;
}

.about-side-item,
.ireland-rail-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.about-side-item i,
.ireland-rail-item i,
.about-manifesto-points i {
  color: var(--about-accent);
  font-size: 18px;
  margin-top: 4px;
}

.about-side-item strong,
.ireland-rail-item strong {
  display: block;
  font-size: 22px;
  line-height: 1.12;
}

.about-side-item p,
.ireland-rail-item p,
.tm-desc,
.tm-points li {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 15px;
  line-height: 1.62;
}

.about-signal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 46px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.about-signal {
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.about-signal:last-child {
  border-right: none;
}

.about-signal span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-signal strong {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.42;
  font-weight: 600;
}

.about-section,
.timeline-section,
.about-cta-section {
  margin-top: 94px;
}

.about-manifesto {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: start;
}

.about-manifesto-body p,
.ireland-intro p,
.timeline-head p,
.about-cta-band p {
  margin: 0;
  max-width: 62ch;
}

.about-manifesto-points {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.about-manifesto-points div {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.about-manifesto-points div:first-child {
  padding-top: 0;
  border-top: none;
}

.about-manifesto-points span {
  font-size: 20px;
  line-height: 1.34;
}

.ireland-section {
  position: relative;
  padding: 108px 0;
  background:
    linear-gradient(180deg, rgba(8, 12, 18, 0.72), rgba(8, 12, 18, 0.92)),
    url("/assets/img/bg/ireland-advantage-bg.png") center/cover no-repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ireland-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 26%, rgba(110, 231, 255, 0.14), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.08), transparent 22%);
  pointer-events: none;
}

.ireland-intro {
  max-width: 900px;
}

.ireland-intro h2 {
  max-width: 14ch;
}

.ireland-intro p {
  margin-top: 18px;
}

.ireland-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 38px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.timeline-head {
  max-width: 860px;
  margin: 0 auto 48px;
  text-align: center;
}

.timeline-container {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(110, 231, 255, 0.18), rgba(255, 255, 255, 0.08));
  transform: translateX(-50%);
}

.timeline-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 82px;
}

.timeline-node {
  width: 45%;
  padding: 0 44px 0 0;
  text-align: right;
}

.timeline-visual {
  width: 45%;
  position: relative;
  min-height: 250px;
  padding: 22px 0 22px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.timeline-row:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-row:nth-child(even) .timeline-node {
  padding: 0 0 0 44px;
  text-align: left;
}

.timeline-row:nth-child(even) .timeline-visual {
  padding: 22px 44px 22px 0;
}

.timeline-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: #080c12;
  border: 2px solid var(--about-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(110, 231, 255, 0.08);
  z-index: 2;
}

.timeline-visual::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at center, rgba(110, 231, 255, 0.12), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transform: translate(-50%, -50%);
}

.timeline-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 164px;
  height: 164px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0.45;
}

.timeline-visual-mark,
.timeline-visual-orbit,
.timeline-visual p {
  position: relative;
  z-index: 1;
}

.timeline-visual-mark {
  position: absolute;
  top: 18px;
  color: rgba(255, 255, 255, 0.05);
  font-family: "Dosis", sans-serif;
  font-size: clamp(78px, 8vw, 132px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.timeline-visual-orbit {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at center, rgba(110, 231, 255, 0.14), rgba(110, 231, 255, 0.04) 58%, transparent 70%);
}

.timeline-visual-icon {
  width: 68px;
  height: 68px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.timeline-visual-icon i {
  color: var(--about-accent);
  font-size: 28px;
}

.timeline-visual p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tm-year {
  font-family: "Dosis", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: var(--about-accent);
  margin-bottom: 8px;
}

.tm-title {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.tm-points {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.tm-points li {
  position: relative;
  margin-top: 9px;
  padding: 0 0 0 18px;
}

.tm-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--about-accent);
  box-shadow: 0 0 0 4px rgba(110, 231, 255, 0.12);
}

.timeline-row:nth-child(odd) .tm-points li {
  padding: 0 18px 0 0;
}

.timeline-row:nth-child(odd) .tm-points li::before {
  left: auto;
  right: 0;
}

.about-cta-band {
  position: relative;
  padding: 44px 0 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.about-cta-band h2 {
  max-width: 15ch;
  margin-left: auto;
  margin-right: auto;
}

.about-cta-band p {
  max-width: 56ch;
  margin: 18px auto 0;
}

.about-cta-actions {
  justify-content: center;
}

@media (max-width: 1199px) {
  .about-hero-grid,
  .about-manifesto {
    grid-template-columns: 1fr;
  }

  .about-hero-copy {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .about-page .page-content {
    padding-top: calc(var(--navH) + 22px);
    padding-bottom: 92px;
  }

  .about-hero-grid,
  .about-signal-strip,
  .ireland-rail {
    grid-template-columns: 1fr;
  }

  .about-hero-side {
    min-height: auto;
    padding: 18px 0 0 24px;
  }

  .about-signal,
  .about-signal:last-child {
    padding-right: 0;
    border-right: none;
  }

  .timeline-line {
    left: 20px;
    transform: none;
  }

  .timeline-row,
  .timeline-row:nth-child(even) {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .timeline-node,
  .timeline-row:nth-child(even) .timeline-node {
    width: 100%;
    padding: 0 0 0 50px;
    text-align: left;
    margin-bottom: 20px;
  }

  .timeline-visual,
  .timeline-row:nth-child(even) .timeline-visual {
    width: 100%;
    min-height: 200px;
    padding: 4px 0 0 50px;
    align-items: flex-start;
    text-align: left;
  }

  .timeline-dot {
    left: 20px;
    top: 22px;
    transform: translate(-50%, 0);
  }

  .timeline-row:nth-child(odd) .tm-points li {
    padding: 0 0 0 18px;
  }

  .timeline-row:nth-child(odd) .tm-points li::before {
    left: 0;
    right: auto;
  }

  .timeline-visual::before {
    left: 130px;
    top: 82px;
    width: 160px;
    height: 160px;
  }

  .timeline-visual::after {
    width: 118px;
    height: 118px;
    left: 130px;
    top: 82px;
  }

  .timeline-visual-mark {
    left: 54px;
    top: 0;
  }
}

@media (max-width: 767px) {
  .about-title,
  .about-manifesto-head h2,
  .ireland-intro h2,
  .timeline-head h2,
  .about-cta-band h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .about-subline,
  .about-manifesto-body p,
  .ireland-intro p,
  .timeline-head p,
  .about-cta-band p {
    font-size: 15px;
    line-height: 1.68;
  }

  .about-side-item strong,
  .ireland-rail-item strong,
  .about-manifesto-points span {
    font-size: 18px;
  }

  .tm-title {
    font-size: 24px;
  }
}
