/* About page */
.about-page-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 7rem 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(14, 199, 181, 0.22), transparent 27%),
    radial-gradient(circle at 15% 90%, rgba(21, 94, 239, 0.3), transparent 32%),
    linear-gradient(135deg, #06172d 0%, #092958 52%, #0b3fa8 100%);
  overflow: hidden;
}

.about-page-hero::before,
.about-page-hero::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.about-page-hero::before {
  top: -240px;
  left: -180px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 0 80px rgba(255, 255, 255, 0.018),
    0 0 0 160px rgba(255, 255, 255, 0.012);
}

.about-page-hero::after {
  right: 11%;
  bottom: 8%;
  width: 8px;
  height: 8px;
  background: var(--skiisy-orange);
  box-shadow:
    82px -115px 0 1px #55d6ff,
    -95px -62px 0 2px rgba(255, 255, 255, 0.55),
    145px 32px 0 3px rgba(14, 199, 181, 0.65);
  animation: about-particles 7s ease-in-out infinite;
}

.about-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, #000, transparent 80%);
  transform: perspective(700px) rotateX(64deg) translateY(41%);
  transform-origin: bottom;
}

.about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.75rem;
  font-weight: 600;
}

.about-breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
}

.about-breadcrumb a:hover {
  color: #fff;
}

.about-breadcrumb i {
  font-size: 0.62rem;
}

.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #8ce9df;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-kicker i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6ee7b7;
  box-shadow: 0 0 0 0 rgba(110, 231, 183, 0.5);
  animation: badge-pulse 2s infinite;
}

.about-page-hero h1 {
  max-width: 800px;
  margin: 1rem 0 1.25rem;
  font-size: clamp(3rem, 6vw, 5.3rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.about-page-hero h1 span {
  color: transparent;
  background: linear-gradient(90deg, #fff 5%, #55d6ff 55%, #6ee7b7);
  background-clip: text;
  -webkit-background-clip: text;
}

.about-hero-lead {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.08rem;
  line-height: 1.75;
}

.about-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.4rem;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
  font-weight: 600;
}

.about-hero-proof i {
  margin-right: 0.35rem;
  color: #6ee7b7;
}

.learning-orbit {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  width: min(470px, 100%);
  aspect-ratio: 1;
  margin-left: auto;
  transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 0.18s ease-out;
}

.orbit-glow {
  position: absolute;
  inset: 19%;
  border-radius: 50%;
  background: rgba(85, 214, 255, 0.12);
  filter: blur(32px);
}

.orbit-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
}

.orbit-ring-one {
  width: 72%;
  height: 72%;
  animation: orbit-spin 18s linear infinite;
}

.orbit-ring-two {
  width: 96%;
  height: 55%;
  border-color: rgba(85, 214, 255, 0.24);
  animation: orbit-spin-reverse 15s linear infinite;
}

.orbit-ring-one::before,
.orbit-ring-two::before {
  position: absolute;
  top: 12%;
  left: 13%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--skiisy-orange);
  box-shadow: 0 0 18px rgba(255, 176, 32, 0.75);
  content: "";
}

.orbit-ring-two::before {
  top: auto;
  right: 18%;
  bottom: 4%;
  left: auto;
  background: #55d6ff;
  box-shadow: 0 0 18px rgba(85, 214, 255, 0.8);
}

.orbit-core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 184px;
  height: 184px;
  place-items: center;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px rgba(255, 255, 255, 0.8);
  transform: translate(-50%, -50%) translateZ(52px) rotate(-4deg);
}

.orbit-core img {
  width: 150px;
}

.orbit-core span {
  color: var(--skiisy-primary-dark);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.orbit-node {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 0.85rem;
  color: var(--skiisy-navy);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  font-size: 0.68rem;
  font-weight: 700;
  animation: orbit-node-float 4.5s ease-in-out infinite;
}

.orbit-node i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--skiisy-primary);
  border-radius: 9px;
  background: #eaf1ff;
  font-size: 0.95rem;
}

.orbit-node-one {
  top: 8%;
  left: 3%;
}

.orbit-node-two {
  top: 16%;
  right: 0;
  animation-delay: -1.1s;
}

.orbit-node-three {
  right: 4%;
  bottom: 12%;
  animation-delay: -2.2s;
}

.orbit-node-four {
  bottom: 8%;
  left: 0;
  animation-delay: -3.2s;
}

@keyframes orbit-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes orbit-spin-reverse {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes orbit-node-float {
  50% {
    transform: translateY(-10px);
  }
}

@keyframes about-particles {
  50% {
    transform: translateY(-20px) rotate(12deg);
  }
}

.about-story-visual {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  max-width: 620px;
  padding: 0 2.2rem 2.2rem 0;
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 0.18s ease-out;
}

.about-story-visual::before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 72%;
  height: 72%;
  border-radius: 28px;
  background: linear-gradient(145deg, var(--skiisy-primary), #0ec7b5);
  content: "";
}

.about-story-visual > img {
  width: 100%;
  min-height: 520px;
  border-radius: 28px;
  object-fit: cover;
  object-position: 67% center;
  box-shadow: 0 26px 70px rgba(9, 32, 63, 0.18);
}

.story-signal {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--skiisy-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 35px rgba(9, 32, 63, 0.13);
  backdrop-filter: blur(12px);
  font-size: 0.7rem;
  transform: translateZ(42px);
}

.story-signal i {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--skiisy-primary);
  border-radius: 11px;
  background: #eaf1ff;
  font-size: 1rem;
}

.story-signal strong,
.story-signal span {
  display: block;
}

.story-signal strong {
  color: var(--skiisy-navy);
  font-size: 0.78rem;
}

.story-signal-one {
  top: 2rem;
  left: -2rem;
}

.story-signal-two {
  right: 0;
  bottom: 5rem;
}

.story-path {
  position: absolute;
  z-index: 1;
  top: 21%;
  right: 8%;
  width: 94px;
  height: 94px;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.story-path span {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--skiisy-orange);
  animation: story-path-spin 5s linear infinite;
  transform-origin: 0 52px;
}

@keyframes story-path-spin {
  to {
    transform: rotate(360deg);
  }
}

.about-principles {
  display: grid;
  gap: 0.7rem;
}

.about-principles > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--skiisy-border);
}

.about-principles > div:last-child {
  border-bottom: 0;
}

.about-principles span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--skiisy-primary);
  border-radius: 11px;
  background: #eef4ff;
  font-size: 0.68rem;
  font-weight: 800;
}

.about-principles p {
  margin: 0;
  color: var(--skiisy-muted);
  font-size: 0.84rem;
}

.about-principles strong {
  color: var(--skiisy-text);
}

.about-impact {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 80% 0, rgba(85, 214, 255, 0.18), transparent 30%),
    var(--skiisy-navy);
  overflow: hidden;
}

.about-impact::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.06), transparent 65%);
  content: "";
  transform: translateX(-100%);
  animation: impact-sheen 8s ease-in-out infinite;
}

.impact-stat {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.45rem;
  padding: 2rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.about-impact .col-lg-3:last-child .impact-stat {
  border-right: 0;
}

.impact-stat i {
  margin-bottom: 0.35rem;
  color: var(--skiisy-orange);
  font-size: 1.45rem;
}

.impact-stat strong {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.impact-stat span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@keyframes impact-sheen {
  0%,
  45% {
    transform: translateX(-100%);
  }

  75%,
  100% {
    transform: translateX(100%);
  }
}

.purpose-switcher {
  display: grid;
  gap: 0.6rem;
  margin-top: 2rem;
}

.purpose-switcher button {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  padding: 1rem 1.1rem;
  color: var(--skiisy-muted);
  border: 1px solid var(--skiisy-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: left;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease,
    transform 0.25s ease, box-shadow 0.25s ease;
}

.purpose-switcher button:hover,
.purpose-switcher button.active {
  color: var(--skiisy-primary);
  border-color: rgba(21, 94, 239, 0.25);
  background: #fff;
  box-shadow: 0 12px 32px rgba(9, 32, 63, 0.09);
  transform: translateX(6px);
}

.purpose-switcher button span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  border-radius: 10px;
  background: var(--skiisy-primary);
  font-size: 0.65rem;
}

.purpose-stage {
  position: relative;
  min-height: 470px;
  padding: 1rem 0 0 1.5rem;
}

.purpose-stage::before {
  position: absolute;
  inset: 0 6% 8% 0;
  border: 1px solid rgba(21, 94, 239, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 20%, rgba(14, 199, 181, 0.12), transparent 28%),
    #eaf1ff;
  content: "";
  transform: rotate(-3deg);
}

.purpose-panel {
  position: relative;
  z-index: 1;
  min-height: 420px;
  padding: clamp(2rem, 5vw, 3.5rem);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.94));
  box-shadow: 0 25px 65px rgba(9, 32, 63, 0.13);
}

.purpose-panel.is-entering {
  animation: purpose-panel-enter 0.5s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.purpose-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 2rem;
  color: #fff;
  border-radius: 17px;
  background: linear-gradient(145deg, var(--skiisy-primary), #0ec7b5);
  box-shadow: 0 12px 28px rgba(21, 94, 239, 0.25);
  font-size: 1.45rem;
}

.purpose-panel > span {
  color: var(--skiisy-primary);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.purpose-panel h3 {
  margin: 0.75rem 0 1rem;
  color: var(--skiisy-navy);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.16;
}

.purpose-panel p {
  color: var(--skiisy-muted);
  line-height: 1.75;
}

.purpose-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.purpose-tags span {
  padding: 0.45rem 0.75rem;
  color: var(--skiisy-primary-dark);
  border: 1px solid rgba(21, 94, 239, 0.14);
  border-radius: 999px;
  background: #eef4ff;
  font-size: 0.65rem;
  font-weight: 700;
}

@keyframes purpose-panel-enter {
  from {
    opacity: 0;
    transform: translateY(18px) rotate(1deg) scale(0.98);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.2rem;
}

.approach-card {
  position: relative;
  min-height: 280px;
  grid-column: span 4;
  padding: 1.7rem;
  border: 1px solid var(--skiisy-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(9, 32, 63, 0.055);
  overflow: hidden;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.approach-card:hover {
  border-color: rgba(21, 94, 239, 0.28);
  box-shadow: 0 24px 55px rgba(9, 32, 63, 0.12);
}

.approach-card-featured {
  min-height: 580px;
  grid-row: span 2;
  color: #fff;
  background:
    radial-gradient(circle at 80% 15%, rgba(85, 214, 255, 0.25), transparent 28%),
    linear-gradient(145deg, var(--skiisy-navy), var(--skiisy-primary-dark));
}

.approach-card-wide {
  display: grid;
  min-height: 200px;
  align-items: center;
  grid-column: span 8;
  grid-template-columns: auto 1fr auto;
  gap: 1.25rem;
}

.approach-number {
  position: absolute;
  top: 1.4rem;
  right: 1.5rem;
  color: #a5b2c6;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.approach-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 3.3rem;
  color: var(--skiisy-primary);
  border-radius: 15px;
  background: #eaf1ff;
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

.approach-card:hover .approach-icon {
  transform: rotate(-7deg) scale(1.08);
}

.approach-card h3 {
  color: var(--skiisy-navy);
  font-size: 1.2rem;
  font-weight: 800;
}

.approach-card p {
  margin: 0.65rem 0 0;
  color: var(--skiisy-muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.approach-card-featured .approach-number,
.approach-card-featured p {
  color: rgba(255, 255, 255, 0.58);
}

.approach-card-featured h3 {
  max-width: 280px;
  color: #fff;
  font-size: 1.75rem;
}

.approach-card-featured .approach-icon {
  color: var(--skiisy-primary);
  background: #fff;
}

.approach-card-wide .approach-number {
  position: static;
  display: block;
  margin-bottom: 0.6rem;
}

.approach-card-wide .approach-icon {
  margin: 0;
}

.approach-visual {
  position: absolute;
  right: 1.5rem;
  bottom: 2rem;
  left: 1.5rem;
  height: 190px;
}

.approach-visual::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(85, 214, 255, 0.65), transparent);
  content: "";
}

.approach-visual i {
  position: absolute;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  border: 3px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: var(--skiisy-primary);
  box-shadow: 0 0 0 8px rgba(85, 214, 255, 0.08);
  animation: approach-node 3s ease-in-out infinite;
}

.approach-visual i:nth-child(1) {
  left: 4%;
}

.approach-visual i:nth-child(2) {
  left: 34%;
  animation-delay: -0.7s;
}

.approach-visual i:nth-child(3) {
  left: 64%;
  animation-delay: -1.4s;
}

.approach-visual i:nth-child(4) {
  right: 4%;
  border-color: var(--skiisy-orange);
  animation-delay: -2.1s;
}

.progress-pulse {
  width: 52px;
  height: 52px;
  border: 2px solid var(--skiisy-primary);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(21, 94, 239, 0.22);
  animation: progress-pulse 2s infinite;
}

@keyframes approach-node {
  50% {
    transform: translateY(-8px) scale(1.1);
  }
}

@keyframes progress-pulse {
  70% {
    box-shadow: 0 0 0 16px rgba(21, 94, 239, 0);
  }
}

.about-journey-section {
  color: #fff;
  background:
    radial-gradient(circle at 10% 20%, rgba(21, 94, 239, 0.35), transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(14, 199, 181, 0.16), transparent 30%),
    #06172d;
}

.about-journey-section .section-title {
  color: #fff;
}

.about-journey-section .text-secondary {
  color: rgba(255, 255, 255, 0.56) !important;
}

.journey-experience {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(0, 2fr);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
  overflow: hidden;
}

.journey-steps {
  padding: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.journey-steps button {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 40px 1fr;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  border-radius: 15px;
  background: transparent;
  text-align: left;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.journey-steps button:hover,
.journey-steps button.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  transform: translateX(4px);
}

.journey-steps button span {
  grid-row: span 2;
  color: #55d6ff;
  font-size: 0.65rem;
  font-weight: 800;
}

.journey-steps button strong {
  font-size: 0.88rem;
}

.journey-steps button small {
  margin-top: 0.15rem;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.62rem;
}

.journey-spotlight {
  display: grid;
  min-height: 450px;
  align-items: center;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.journey-copy.is-changing {
  animation: journey-copy-enter 0.45s ease;
}

.journey-copy > span {
  color: #6ee7b7;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journey-copy h3 {
  max-width: 600px;
  margin: 0.9rem 0 1rem;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.journey-copy p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.75;
}

.journey-graphic {
  position: relative;
  width: min(250px, 100%);
  aspect-ratio: 1;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(85, 214, 255, 0.16), transparent 65%);
  transition: transform 0.45s ease;
}

.journey-graphic::before,
.journey-graphic::after {
  position: absolute;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.journey-graphic::before {
  inset: 13%;
  animation: orbit-spin 16s linear infinite;
}

.journey-graphic::after {
  inset: 29%;
  animation: orbit-spin-reverse 12s linear infinite;
}

.journey-core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  color: var(--skiisy-primary);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  font-size: 2rem;
  transform: translate(-50%, -50%) rotate(-5deg);
}

.journey-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #55d6ff;
  box-shadow: 0 0 18px rgba(85, 214, 255, 0.8);
}

.dot-one {
  top: 16%;
  left: 23%;
}

.dot-two {
  top: 44%;
  right: 5%;
  background: var(--skiisy-orange);
}

.dot-three {
  bottom: 10%;
  left: 40%;
  background: #6ee7b7;
}

@keyframes journey-copy-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.value-card {
  position: relative;
  min-height: 260px;
  height: 100%;
  padding: 1.6rem;
  border: 1px solid var(--skiisy-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 30px rgba(9, 32, 63, 0.04);
  overflow: hidden;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.value-card::after {
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(21, 94, 239, 0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(21, 94, 239, 0.025);
  content: "";
  transition: transform 0.45s ease;
}

.value-card:hover {
  border-color: rgba(21, 94, 239, 0.26);
  box-shadow: 0 22px 50px rgba(9, 32, 63, 0.1);
}

.value-card:hover::after {
  transform: scale(1.18);
}

.value-card > span {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  color: #a5b2c6;
  font-size: 0.65rem;
  font-weight: 800;
}

.value-card > i {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  margin-bottom: 3rem;
  color: var(--skiisy-primary);
  border-radius: 15px;
  background: #eaf1ff;
  font-size: 1.2rem;
  transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.value-card:hover > i {
  color: #fff;
  background: var(--skiisy-primary);
  transform: rotate(-8deg) scale(1.08);
}

.value-card h3 {
  color: var(--skiisy-navy);
  font-size: 1.08rem;
  font-weight: 800;
}

.value-card p {
  margin: 0.6rem 0 0;
  color: var(--skiisy-muted);
  font-size: 0.8rem;
  line-height: 1.7;
}

.about-cta-section {
  padding: 6rem 0;
  background: #fff;
}

.about-cta-shell {
  position: relative;
  padding: clamp(2rem, 5vw, 4.5rem);
  color: #fff;
  border-radius: 30px;
  background:
    radial-gradient(circle at 15% 100%, rgba(14, 199, 181, 0.22), transparent 32%),
    linear-gradient(135deg, var(--skiisy-primary-dark), var(--skiisy-primary));
  box-shadow: 0 28px 70px rgba(21, 94, 239, 0.22);
  overflow: hidden;
}

.about-cta-shell h2 {
  max-width: 780px;
  margin: 1rem 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.1;
}

.about-cta-shell p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
}

.about-cta-orbit {
  position: absolute;
  top: 50%;
  right: -80px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  transform: translateY(-50%);
}

.about-cta-orbit::before,
.about-cta-orbit::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.about-cta-orbit::before {
  inset: 18%;
}

.about-cta-orbit::after {
  inset: 36%;
}

.about-cta-orbit i {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #55d6ff;
}

.about-cta-orbit i:nth-child(1) {
  top: 5%;
  left: 48%;
}

.about-cta-orbit i:nth-child(2) {
  right: 9%;
  bottom: 24%;
  background: var(--skiisy-orange);
}

.about-cta-orbit i:nth-child(3) {
  bottom: 12%;
  left: 18%;
  background: #6ee7b7;
}

@media (max-width: 1199.98px) {
  .about-page-hero {
    min-height: 680px;
  }

  .learning-orbit {
    width: min(410px, 100%);
  }

  .approach-card {
    grid-column: span 6;
  }

  .approach-card-featured {
    grid-row: auto;
    min-height: 420px;
  }

  .approach-card-wide {
    grid-column: span 12;
  }
}

@media (max-width: 991.98px) {
  .about-page-hero {
    padding: 5.5rem 0 6.5rem;
  }

  .learning-orbit {
    width: min(470px, 92%);
    margin: 1rem auto 0;
  }

  .about-story-visual {
    margin: 0 auto;
  }

  .purpose-stage {
    padding-left: 0;
  }

  .journey-experience {
    grid-template-columns: 1fr;
  }

  .journey-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .journey-steps button {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .journey-steps button span {
    grid-row: auto;
    margin-bottom: 0.35rem;
  }

  .journey-steps button small {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .about-page-hero {
    min-height: auto;
    padding: 4.5rem 0 5rem;
  }

  .about-page-hero h1 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .about-hero-lead {
    font-size: 0.95rem;
  }

  .about-page-hero .btn {
    min-height: 48px;
    font-size: 0.85rem;
  }

  .learning-orbit {
    width: min(390px, 100%);
  }

  .orbit-core {
    width: 150px;
    height: 150px;
    border-radius: 34px;
  }

  .orbit-core img {
    width: 122px;
  }

  .orbit-node {
    padding: 0.55rem 0.65rem;
    font-size: 0.6rem;
  }

  .orbit-node i {
    width: 28px;
    height: 28px;
  }

  .about-story-visual {
    padding: 0 0 2rem;
  }

  .about-story-visual > img {
    min-height: 390px;
    border-radius: 22px;
  }

  .about-story-visual::before {
    right: 0.75rem;
    bottom: 0;
  }

  .story-signal-one {
    top: 1rem;
    left: 0.75rem;
  }

  .story-signal-two {
    right: 0.75rem;
    bottom: 3.2rem;
  }

  .impact-stat {
    min-height: 160px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .about-impact .col-6:nth-child(even) .impact-stat {
    border-right: 0;
  }

  .about-impact .col-6:nth-last-child(-n + 2) .impact-stat {
    border-bottom: 0;
  }

  .impact-stat strong {
    font-size: 1.8rem;
  }

  .purpose-stage {
    min-height: auto;
  }

  .purpose-panel {
    min-height: 390px;
    padding: 1.6rem;
  }

  .approach-grid {
    grid-template-columns: 1fr;
  }

  .approach-card,
  .approach-card-featured,
  .approach-card-wide {
    min-height: 250px;
    grid-column: auto;
  }

  .approach-card-featured {
    min-height: 430px;
  }

  .approach-card-wide {
    grid-template-columns: 1fr auto;
  }

  .approach-card-wide > div:first-child {
    display: none;
  }

  .journey-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey-spotlight {
    min-height: 560px;
    grid-template-columns: 1fr;
    padding: 2rem 1.4rem;
    text-align: center;
  }

  .journey-graphic {
    width: 210px;
  }

  .value-card {
    min-height: 230px;
  }

  .about-cta-section {
    padding: 4rem 0;
  }

  .about-cta-shell {
    border-radius: 24px;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .about-breadcrumb {
    margin-bottom: 1.5rem;
  }

  .about-page-hero .d-flex.gap-3 {
    flex-direction: column;
  }

  .about-page-hero .btn {
    width: 100%;
  }

  .about-hero-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .learning-orbit {
    width: 330px;
    max-width: 100%;
  }

  .orbit-node span {
    display: none;
  }

  .orbit-node {
    border-radius: 12px;
  }

  .orbit-node-one {
    left: 8%;
  }

  .orbit-node-two {
    right: 6%;
  }

  .orbit-node-three {
    right: 8%;
  }

  .orbit-node-four {
    left: 6%;
  }

  .story-signal {
    padding: 0.65rem 0.75rem;
  }

  .story-signal span {
    max-width: 145px;
  }

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

  .purpose-switcher button {
    justify-content: center;
    padding: 0.8rem;
  }

  .purpose-switcher button:hover,
  .purpose-switcher button.active {
    transform: translateY(-3px);
  }

  .purpose-switcher button span {
    display: none;
  }

  .purpose-stage::before {
    inset: 0.5rem 0.5rem 0;
  }

  .purpose-panel h3 {
    font-size: 1.55rem;
  }

  .journey-steps {
    padding: 0.65rem;
  }

  .journey-steps button {
    padding: 0.8rem 0.45rem;
  }

  .journey-copy h3 {
    font-size: 1.65rem;
  }

  .about-cta-shell .btn {
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page-hero::after,
  .about-kicker i,
  .orbit-ring,
  .orbit-node,
  .story-path span,
  .about-impact::after,
  .approach-visual i,
  .progress-pulse,
  .journey-graphic::before,
  .journey-graphic::after {
    animation: none !important;
  }

  .learning-orbit,
  .about-story-visual,
  .purpose-switcher button,
  .journey-steps button {
    transform: none !important;
    transition: none !important;
  }
}
