:root {
  --p: #2d123d;
  --p2: #4d2363;
  --ink: #18131c;
  --cream: #f8f5f1;
  --cyan: #2cc4ec;
  --red: #ef2737;
  --orange: #ffad35;
  --line: #e9e2e8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  font: inherit;
}
.font-ar {
  font-family: Tahoma, Arial, sans-serif;
}
.nav {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 76px);
  background: #f8f5f1ed;
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #2d123d12;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
}
.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  transform-origin: 50% 55%;
  animation: navLogoFloat 4.5s ease-in-out infinite;
}
.brand span {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: var(--p);
}
.brand small {
  display: block;
  font-size: 7.5px;
  letter-spacing: 0.18em;
  margin-top: 3px;
}
.desktop-nav {
  display: flex;
  gap: 30px;
  font-size: 13px;
  font-weight: 700;
}
.desktop-nav a {
  position: relative;
}
.desktop-nav a:after {
  content: "";
  position: absolute;
  inset: auto 0 -8px;
  height: 2px;
  background: var(--cyan);
  transform: scaleX(0);
  transition: 0.2s;
}
.desktop-nav a:hover:after {
  transform: scaleX(1);
}
.nav-actions,
.lang {
  display: flex;
  align-items: center;
}
.nav-actions {
  gap: 16px;
}
.lang {
  gap: 4px;
  border: 1px solid var(--line);
  padding: 5px 7px;
  border-radius: 99px;
}
.lang button {
  border: 0;
  background: none;
  font-size: 9px;
  font-weight: 800;
  padding: 4px;
  color: #877b87;
  cursor: pointer;
}
.lang button.active {
  background: var(--p);
  color: #fff;
  border-radius: 99px;
}
.button {
  background: var(--p);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 22px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 30px #2d123d2e;
  transition: 0.25s;
}
.button:hover {
  transform: translateY(-2px);
  background: var(--p2);
}
.button.small {
  padding: 12px 18px;
  font-size: 11px;
}
.menu-btn,
.mobile-nav,
.menu-backdrop {
  display: none;
}
.hero {
  min-height: calc(100vh - 86px);
  position: relative;
  overflow: hidden;
  padding: 80px clamp(24px, 7vw, 105px) 36px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  background:
    radial-gradient(circle at 79% 27%, #2cc4ec21, transparent 24%),
    linear-gradient(145deg, #fbfaf7, #f5eff6);
}
.hero-copy {
  z-index: 2;
  max-width: 720px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--p);
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 10px;
  font-weight: 800;
}
.eyebrow span {
  width: 30px;
  height: 2px;
  background: var(--red);
}
h1 {
  font-size: clamp(54px, 6.6vw, 103px);
  line-height: 0.92;
  letter-spacing: -0.065em;
  margin: 26px 0 30px;
  color: var(--p);
  font-weight: 900;
}
h1 em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 2px var(--p);
}
.hero-copy > p {
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.7;
  color: #645968;
  max-width: 620px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 38px;
}
.text-link {
  font-size: 13px;
  font-weight: 800;
  display: flex;
  gap: 9px;
  align-items: center;
}
.hero-art {
  height: 590px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-stage {
  width: min(520px, 42vw);
  height: min(520px, 42vw);
  position: relative;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transform: translate3d(
    var(--mouse-x, 0px),
    calc(var(--mouse-y, 0px) + var(--scroll-logo, 0px)),
    0
  );
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}
.logo-stage:before {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 50px 100px #2d123d26;
  animation: logoGlow 3.2s ease-in-out infinite;
}
.logo-stage img {
  width: 95%;
  height: 95%;
  object-fit: contain;
  z-index: 2;
  filter: drop-shadow(0 30px 25px #2d123d2e);
  animation: mascotFloat 3.1s ease-in-out infinite;
}
.halo {
  position: absolute;
  inset: 0;
  border: 1px solid #2d123d1f;
  border-radius: 50%;
  animation: spin 10s linear infinite;
}
.halo:before,
.halo:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.halo:before {
  width: 13px;
  height: 13px;
  background: var(--cyan);
  top: 7%;
  left: 20%;
}
.halo:after {
  width: 18px;
  height: 18px;
  background: var(--orange);
  bottom: 12%;
  right: 8%;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes mascotFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
    filter: drop-shadow(0 30px 25px #2d123d2e);
  }
  50% {
    transform: translateY(-26px) rotate(2.5deg);
    filter: drop-shadow(0 48px 32px #2d123d42);
  }
}
@keyframes logoGlow {
  0%,
  100% {
    transform: scale(0.96);
    box-shadow: 0 40px 80px #2d123d20;
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 55px 115px #2cc4ec35;
  }
}
@keyframes navLogoFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-3px) rotate(2deg);
  }
}
.planet-lines {
  position: absolute;
  width: 112%;
  height: 65%;
  border: 1px solid #ef273724;
  border-radius: 50%;
  transform: translateY(var(--scroll-ring, 0px)) rotate(-13deg);
  transition: transform 0.12s linear;
  will-change: transform;
}
.float-card {
  position: absolute;
  background: #fff;
  border: 1px solid #2d123d14;
  box-shadow: 0 22px 50px #2d123d1f;
  padding: 14px 18px;
  border-radius: 18px;
  display: flex;
  gap: 11px;
  align-items: center;
  max-width: 245px;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 700;
  z-index: 3;
  bottom: 12%;
  left: -1%;
  transform: translateY(var(--scroll-card, 0px));
  transition:
    transform 0.12s linear,
    box-shadow 0.3s ease;
  will-change: transform;
}
.float-card svg {
  color: var(--red);
  flex: 0 0 auto;
}
.stats {
  grid-column: 1/-1;
  border-top: 1px solid #2d123d1c;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 35px;
  padding-top: 30px;
}
.stats div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-inline-start: 26px;
  border-inline-start: 1px solid #2d123d1c;
}
.stats div:first-child {
  padding-inline-start: 0;
  border: 0;
}
.stats strong {
  font-size: 31px;
  color: var(--p);
}
.stats span {
  max-width: 120px;
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #766b76;
}
.section {
  padding: 120px clamp(24px, 7vw, 105px);
}
.section-head {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 65px;
}
.section-head h2,
.program-intro h2,
.contact h2 {
  font-size: clamp(38px, 4.5vw, 70px);
  line-height: 1;
  letter-spacing: -0.045em;
  margin: 16px 0 0;
  color: var(--p);
  max-width: 760px;
}
.section-head > p {
  font-size: 16px;
  line-height: 1.8;
  color: #6e636f;
}
.kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  font-weight: 900;
  color: var(--red);
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.steps article {
  padding: 32px 28px 0;
  display: flex;
  gap: 24px;
  border-inline-end: 1px solid var(--line);
  min-height: 175px;
}
.steps article:last-child {
  border: 0;
}
.num {
  font-size: 11px;
  color: var(--red);
  font-weight: 900;
}
.steps h3,
.services h3,
.program-grid h3,
.team h3 {
  margin: 0 0 12px;
  font-size: 20px;
}
.steps p,
.services p,
.program-grid p,
.team p {
  margin: 0;
  color: #746b75;
  font-size: 13px;
  line-height: 1.7;
}
.approach-details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 58px;
}
.approach-details article {
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px;
  min-height: 245px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
.approach-details article:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px #2d123d17;
  border-color: #2cc4ec70;
}
.approach-details svg {
  color: var(--red);
  width: 28px;
  height: 28px;
  margin-bottom: 38px;
}
.approach-details h3 {
  color: var(--p);
  font-size: 17px;
  line-height: 1.25;
  margin: 0 0 13px;
}
.approach-details p {
  color: #746b75;
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
}
.approach-statement {
  margin-top: 13px;
  background: var(--p);
  color: #fff;
  padding: 38px 45px;
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: center;
}
.approach-statement span {
  color: var(--cyan);
  font-size: 72px;
  line-height: 0.7;
  font-family: Georgia, serif;
}
.approach-statement p {
  margin: 0;
  max-width: 950px;
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.65;
  font-weight: 600;
}
[data-parallax] {
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  transition: transform 0.15s linear;
  will-change: transform;
}
.expertise {
  background: var(--p);
  color: #fff;
}
.section-head.light h2 {
  color: #fff;
}
.section-head.light > p {
  color: #cbbfd0;
}
.cyan {
  color: var(--cyan);
}
.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #ffffff26;
  border-inline-start: 1px solid #ffffff26;
}
.services article {
  position: relative;
  padding: 36px;
  min-height: 260px;
  border-inline-end: 1px solid #ffffff26;
  border-bottom: 1px solid #ffffff26;
  transition: 0.25s;
}
.services article:hover {
  background: #ffffff0f;
}
.services .icon {
  width: 45px;
  height: 45px;
  border: 1px solid #2cc4ec73;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  margin-bottom: 30px;
}
.services h3 {
  color: #fff;
}
.services p {
  color: #c8bdcb;
}
.service-index {
  position: absolute;
  inset-inline-end: 24px;
  top: 24px;
  font-size: 10px;
  color: #887492;
}
.programs {
  background: #fff;
}
.program-intro {
  margin-bottom: 55px;
}
.program-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.program-grid article {
  background: var(--cream);
  padding: 30px;
  min-height: 235px;
  border-top: 3px solid var(--p);
}
.program-grid article > span {
  font-size: 10px;
  color: var(--red);
  font-weight: 900;
}
.program-grid h3 {
  margin-top: 42px;
}
.profiles {
  margin-top: 65px;
  background: linear-gradient(120deg, var(--p), #4b1d5c);
  color: #fff;
  padding: 40px 45px;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
}
.profiles > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.profiles svg {
  color: var(--cyan);
}
.profiles h3 {
  font-size: 21px;
}
.profiles ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}
.profiles li {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 12px;
  color: #e7dfe9;
}
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr;
  gap: 18px;
}
.team-grid article {
  background: #fff;
  padding: 18px;
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 25px;
  align-items: center;
}
.portrait {
  height: 155px;
  background: var(--p);
  display: grid;
  place-items: center;
  color: #ffffffb3;
}
.portrait svg {
  width: 48px;
  height: 48px;
}
.portrait.p1 {
  background: #eae0ed;
  color: var(--p);
}
.team-grid article span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--red);
  font-weight: 900;
}
.team-grid article h3 {
  margin-top: 9px;
}
.team-grid aside {
  background: var(--cyan);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-grid aside svg {
  color: var(--p);
}
.team-grid aside p {
  color: var(--p);
  font-size: 14px;
  font-weight: 700;
}
.contact {
  background: #1f1028;
  color: #fff;
  padding: 110px clamp(24px, 7vw, 105px);
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 10vw;
  align-items: center;
}
.contact h2 {
  color: #fff;
}
.contact-copy > p {
  color: #cbbfd0;
  line-height: 1.7;
}
.contact-actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}
.cyan-btn {
  background: var(--cyan);
  color: var(--p);
  box-shadow: none;
}
.outline-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #ffffff4d;
  padding: 14px 20px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 800;
}
.contact-card {
  background: #faf7fb;
  color: var(--p);
  padding: 35px;
  min-height: 350px;
}
.contact-card > div:not(.map-mark) {
  display: flex;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  font-size: 13px;
}
.contact-card svg {
  color: var(--red);
}
.map-mark {
  height: 150px;
  margin-top: 20px;
  background:
    radial-gradient(circle, #2cc4ec4d, transparent 10%),
    repeating-linear-gradient(25deg, transparent 0 22px, #2d123d0a 23px 24px);
  display: grid;
  place-items: center;
  align-content: center;
}
.map-mark span {
  background: var(--red);
  color: #fff;
  padding: 13px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}
.map-mark small {
  margin-top: 12px;
  font-weight: 700;
}
footer {
  padding: 55px clamp(24px, 7vw, 105px) 28px;
  background: #160b1c;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-brand img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.footer-brand p {
  font-size: 11px;
  color: #a998ae;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: end;
  font-size: 12px;
  color: #d8cddd;
}
footer > small {
  grid-column: 1/-1;
  border-top: 1px solid #ffffff1a;
  padding-top: 22px;
  color: #786c7d;
  font-size: 10px;
}
@media (max-width: 1050px) {
  .desktop-nav,
  .button.small {
    display: none;
  }
  .menu-btn {
    display: block;
    background: none;
    border: 0;
    color: var(--ink);
    cursor: pointer;
    padding: 7px;
  }
  .mobile-nav {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 86px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 18px clamp(24px, 7vw, 70px) 26px;
    gap: 0;
    box-shadow: 0 20px 35px #2d123d1a;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-14px);
    transition:
      opacity 0.25s ease,
      transform 0.25s ease,
      visibility 0.25s;
    z-index: 3;
  }
  .mobile-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .mobile-nav a {
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
    font-size: 18px;
    font-weight: 700;
    color: var(--p);
  }
  .mobile-nav a:last-child {
    border-bottom: 0;
  }
  .menu-backdrop {
    display: none;
    position: fixed;
    inset: 86px 0 0;
    border: 0;
    background: #160b1c66;
    backdrop-filter: blur(3px);
    z-index: 2;
  }
  .menu-backdrop.open {
    display: block;
  }
  .brand,
  .nav-actions {
    position: relative;
    z-index: 4;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-art {
    height: 480px;
  }
  .logo-stage {
    width: 470px;
    height: 470px;
  }
  .program-grid {
    grid-template-columns: 1fr 1fr;
  }
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
  .team-grid aside {
    grid-column: 1/-1;
  }
  .contact {
    gap: 5vw;
  }
}
@media (max-width: 700px) {
  .nav {
    height: 72px;
    padding: 0 18px;
  }
  .brand img {
    width: 46px;
    height: 46px;
  }
  .brand span {
    font-size: 11px;
  }
  .brand small {
    font-size: 6px;
  }
  .lang svg {
    display: none;
  }
  .mobile-nav {
    top: 72px;
  }
  .menu-backdrop {
    inset-block-start: 72px;
  }
  .hero {
    min-height: auto;
    padding: 46px 20px 30px;
  }
  h1 {
    font-size: clamp(39px, 12.2vw, 49px);
    line-height: 0.98;
    letter-spacing: -0.045em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  h1 em {
    -webkit-text-stroke-width: 1.3px;
  }
  .hero-copy > p {
    font-size: 15px;
    line-height: 1.65;
    max-width: 100%;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-art {
    height: 390px;
  }
  .logo-stage {
    width: min(350px, 94vw);
    height: min(350px, 94vw);
  }
  .float-card {
    bottom: 2%;
    left: 0;
  }
  .stats {
    grid-template-columns: 1fr;
  }
  .stats div {
    padding: 15px 0;
    border-inline-start: 0;
    border-bottom: 1px solid #2d123d1a;
  }
  .section {
    padding: 82px 22px;
  }
  .section-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 45px;
  }
  .section-head h2,
  .program-intro h2,
  .contact h2 {
    font-size: clamp(34px, 10vw, 40px);
    line-height: 1.06;
    overflow-wrap: anywhere;
  }
  .button {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }
  .stats strong {
    font-size: 25px;
  }
  .steps,
  .services {
    grid-template-columns: 1fr;
  }
  .steps article {
    padding: 25px 0;
    border-inline-end: 0;
    border-bottom: 1px solid var(--line);
    min-height: auto;
  }
  .program-grid {
    grid-template-columns: 1fr;
  }
  .profiles {
    padding: 30px 24px;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .profiles ul {
    grid-template-columns: 1fr;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .team-grid article {
    grid-template-columns: 100px 1fr;
  }
  .contact {
    padding: 80px 22px;
    grid-template-columns: 1fr;
  }
  .contact-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-card {
    padding: 24px;
  }
  footer {
    grid-template-columns: 1fr;
  }
}
.hero-copy {
  animation: heroIn 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.hero-art {
  animation: heroIn 0.9s 0.12s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@keyframes heroIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.services article,
.program-grid article,
.pathway-list article {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}
.services article:hover,
.program-grid article:hover {
  transform: translateY(-7px);
}
.program-grid article:hover {
  box-shadow: 0 20px 45px #2d123d17;
}
.pathway {
  background: #f3edf4;
}
.pathway-body {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 6vw;
  align-items: start;
}
.pathway-list {
  border-top: 1px solid #d9cedc;
}
.pathway-list article {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 18px;
  padding: 23px 10px;
  border-bottom: 1px solid #d9cedc;
}
.pathway-list article:hover {
  transform: translateX(8px);
  background: #fff8;
}
.font-ar .pathway-list article:hover {
  transform: translateX(-8px);
}
.pathway-list article > span {
  font-size: 10px;
  color: var(--red);
  font-weight: 900;
}
.pathway-list h3 {
  font-size: 18px;
  margin: 0 0 8px;
  color: var(--p);
}
.pathway-list p {
  font-size: 13px;
  line-height: 1.65;
  color: #6f6471;
  margin: 0;
}
.place-gallery {
  position: relative;
  min-height: 670px;
}
.place-gallery figure {
  margin: 0;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 28px 65px #2d123d26;
}
.place-gallery figure:first-child {
  width: 72%;
  height: 570px;
  right: 0;
  top: 0;
}
.place-gallery .entrance {
  width: 53%;
  height: 295px;
  left: 0;
  bottom: 0;
  border: 10px solid #f3edf4;
}
.place-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.place-gallery figure:hover img {
  transform: scale(1.04);
}
.place-gallery figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background: #2d123de8;
  color: #fff;
  padding: 15px;
  font-size: 12px;
  line-height: 1.5;
}
.contact {
  grid-template-columns: 0.75fr 1.25fr;
  gap: 6vw;
}
.contact-lines {
  margin-top: 35px;
  border-top: 1px solid #ffffff24;
}
.contact-lines > div {
  display: flex;
  gap: 13px;
  padding: 16px 0;
  border-bottom: 1px solid #ffffff24;
  color: #d8cddd;
  font-size: 13px;
  line-height: 1.7;
}
.contact-lines svg {
  color: var(--cyan);
  flex: 0 0 auto;
}
.map-wrap {
  height: 490px;
  overflow: hidden;
  box-shadow: 0 30px 60px #0005;
  border: 8px solid #ffffff10;
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  filter: saturate(0.7) contrast(1.05);
}
.socials {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 8px;
}
.socials a {
  width: 34px;
  height: 34px;
  border: 1px solid #ffffff2b;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.25s;
}
.socials a:hover {
  background: var(--cyan);
  color: var(--p);
  transform: translateY(-3px);
}
.socials svg {
  width: 15px;
}
.socials span {
  font-size: 16px;
  font-weight: 900;
  font-family: Arial, sans-serif;
}
.social-section {
  background: #fff;
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 7vw;
  align-items: start;
}
.social-intro h2 {
  font-size: clamp(40px, 4.5vw, 68px);
  line-height: 1;
  letter-spacing: -0.045em;
  color: var(--p);
  margin: 16px 0 24px;
}
.social-intro p {
  color: #6e636f;
  font-size: 15px;
  line-height: 1.8;
  max-width: 460px;
}
.social-grid {
  display: grid;
  gap: 12px;
}
.social-card {
  min-height: 145px;
  padding: 25px 28px;
  display: grid;
  grid-template-columns: 62px 1fr auto;
  gap: 20px;
  align-items: center;
  color: #fff;
  overflow: hidden;
  position: relative;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.social-card:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid #ffffff24;
  border-radius: 50%;
  right: -70px;
  top: -75px;
  transition: transform 0.5s ease;
}
.font-ar .social-card:before {
  right: auto;
  left: -70px;
}
.social-card:hover {
  transform: translateX(8px);
  box-shadow: 0 20px 45px #2d123d28;
}
.font-ar .social-card:hover {
  transform: translateX(-8px);
}
.social-card:hover:before {
  transform: scale(1.25);
}
.social-card.facebook {
  background: #1769e0;
}
.social-card.instagram {
  background: linear-gradient(120deg, #6a2dbb, #d62a75 58%, #f59b35);
}
.social-card.linkedin {
  background: #0a66c2;
}
.social-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff70;
  border-radius: 50%;
  font-size: 21px;
  font-weight: 900;
  font-family: Arial, sans-serif;
}
.social-card small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 9px;
  opacity: 0.75;
  margin-bottom: 7px;
}
.social-card strong {
  font-size: 15px;
}
.social-card b {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  position: relative;
  z-index: 1;
}
.social-card b svg {
  width: 16px;
}
@media (max-width: 1050px) {
  .pathway-body {
    grid-template-columns: 1fr;
  }
  .place-gallery {
    min-height: 620px;
  }
  .contact {
    grid-template-columns: 1fr;
  }
  .map-wrap {
    height: 430px;
  }
}
@media (max-width: 1050px) {
  .approach-details {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1050px) {
  .social-section {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
@media (max-width: 700px) {
  .approach-details {
    grid-template-columns: 1fr;
  }
  .approach-details article {
    min-height: auto;
  }
  .approach-statement {
    padding: 30px 22px;
    grid-template-columns: 40px 1fr;
  }
  .pathway-body {
    gap: 45px;
  }
  .place-gallery {
    min-height: 510px;
  }
  .place-gallery figure:first-child {
    height: 440px;
    width: 82%;
  }
  .place-gallery .entrance {
    height: 220px;
    width: 58%;
  }
  .map-wrap {
    height: 350px;
    border-width: 4px;
  }
  .socials {
    justify-content: flex-start;
  }
  .social-card {
    grid-template-columns: 52px 1fr;
    padding: 22px 18px;
  }
  .social-card b {
    grid-column: 2;
  }
  .reveal {
    transform: translateY(20px);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .halo {
    animation: none;
  }
  .brand img,
  .logo-stage img,
  .logo-stage:before {
    animation: none;
  }
  .logo-stage,
  .planet-lines,
  .float-card {
    transform: none;
    transition: none;
  }
  [data-parallax] {
    transform: none;
    transition: none;
  }
  .hero-copy,
  .hero-art {
    animation: none;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.static-icon{font-size:24px;color:var(--cyan);font-weight:900}
.static-service-icon{width:45px;height:45px;border:1px solid #2cc4ec73;border-radius:13px;display:grid;place-items:center;color:var(--cyan);margin-bottom:30px;font-weight:900}
.mobile-nav.open{display:flex}
@media(max-width:700px){.desktop-nav{display:none}.nav-actions{gap:8px}}
