/* --- about-page.css --- */
/* About Us — Figma layout (body.page-about) */

body.page-about {
  background-color: #f4f7f9;
}

.page-about .page-hero .page-inner {
  text-align: center;
}

.page-about .page-title,
.page-about .page-lead {
  margin-left: auto;
  margin-right: auto;
}

.page-about .page-lead {
  max-width: 720px;
}

.page-about .page-main {
  background-color: #f4f7f9;
  padding: 72px 48px 100px;
}

.page-about .content-wrap {
  max-width: 1160px;
  margin: 0 auto;
}

.page-about .about-card {
  background: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 1px 6px rgba(15, 23, 42, 0.07);
  padding: 48px 48px 44px;
  position: relative;
  margin: 0;
}

.page-about .about-card::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 0;
  width: 40px;
  height: 3px;
  background: #1e96fc;
}

.page-about .about-card__title {
  margin: 0 0 22px;
}

.page-about .about-card .copy {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
  color: #4a5568;
  margin-bottom: 18px;
}

.page-about .about-card .copy:last-child {
  margin-bottom: 0;
}

.page-about .about-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
}

@media (max-width: 900px) {
  .page-about .page-main {
    padding: 56px 20px 80px;
  }

  .page-about .about-card {
    padding: 36px 28px 32px;
  }

  .page-about .about-card::before {
    left: 28px;
  }

  .page-about .about-two-col {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 22px;
  }
}

/* --- contact-page.css --- */
/* Contact Us — Figma layout (body.page-contact) */

body.page-contact {
  background-color: #f4f7f9;
}

.page-contact .page-hero .page-inner {
  text-align: center;
}

.page-contact .page-title,
.page-contact .page-lead {
  margin-left: auto;
  margin-right: auto;
}

.page-contact .page-lead {
  max-width: 640px;
}

.page-contact .page-main {
  background-color: #f4f7f9;
  padding: 72px 48px 100px;
}

.page-contact .content-wrap {
  max-width: 1160px;
  margin: 0 auto;
}

.page-contact .contact-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.page-contact .contact-card {
  background: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 1px 6px rgba(15, 23, 42, 0.07);
  padding: 48px 48px 44px;
  position: relative;
  margin: 0;
}

.page-contact .contact-card::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 0;
  width: 40px;
  height: 3px;
  background: #70c8e0;
}

.page-contact .contact-card__title {
  margin: 0 0 22px;
}

.page-contact .contact-card .copy {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
  color: #4a5568;
  margin-bottom: 18px;
}

.page-contact .contact-card .copy strong {
  font-weight: 600;
  color: #0a1d37;
}

.page-contact .contact-card .copy:last-child {
  margin-bottom: 0;
}

.page-contact .contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-contact .contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.page-contact .contact-form input,
.page-contact .contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #dde3ea;
  border-radius: 0;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  color: #0a1d37;
  background: #fff;
}

.page-contact .contact-form input::placeholder,
.page-contact .contact-form textarea::placeholder {
  color: #8896a8;
}

.page-contact .contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.page-contact .contact-form__submit {
  width: 100%;
  margin-top: 4px;
  padding: 16px 24px;
  border: none;
  background: #1e96fc;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.page-contact .contact-form__submit:hover {
  background: #1890eb;
}

@media (max-width: 900px) {
  .page-contact .page-main {
    padding: 56px 20px 80px;
  }

  .page-contact .contact-card {
    padding: 36px 28px 32px;
  }

  .page-contact .contact-card::before {
    left: 28px;
  }

  .page-contact .contact-two-col {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .page-contact .contact-form__row {
    grid-template-columns: 1fr;
  }
}

/* --- inner-pages.css --- */
@import url("site-header.css");
@import url("site-footer.css");

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue: #072ac8;
  --blue-dark: #051fa0;
  --cta-blue: #1e96fc;
  --hero-sky: #33a1ff;
  --navy: #001242;
  --nav-royal: #072ac8;
  --header-top-h: 60px;
  --header-nav-h: 42px;
  --white: #ffffff;
  --off-white: #f4f5f7;
  --text-dark: #1a1a2e;
  --text-mid: #4a5568;
  --border: #dde3ea;
  --font-heading: "Playfair Display", "Times New Roman", Times, serif;
  --heading-1: clamp(38px, 5vw, 62px);
  --heading-1-sm: clamp(30px, 7vw, 42px);
  --heading-2: clamp(22px, 2.4vw, 28px);
  --heading-2-sm: clamp(20px, 4.5vw, 26px);
  --heading-3: clamp(17px, 1.8vw, 20px);
}

html { scroll-behavior: smooth; }

body {
  font-family: "Jost", sans-serif;
  color: var(--text-dark);
  background: var(--white);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.page-title,
.section-title,
.about-card__title,
.about-card__subtitle,
.contact-card__title,
.team-card__title,
.team-section__title,
.research-card__title,
.research-empty__title,
.research-category-title,
.cta-strip-title,
.card-title,
.research-search__label {
  font-family: var(--font-heading);
}

.page-title {
  color: var(--white);
  font-size: var(--heading-1);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 14px;
}

.page-hero {
  height: 600px;
  margin-top: calc(var(--header-top-h) + var(--header-nav-h));
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 40px;
  background: linear-gradient(110deg, rgba(10, 20, 40, 0.62) 0%, rgba(10, 20, 45, 0.38) 50%, rgba(5, 15, 35, 0.24) 100%), #0a1428;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-hero--contact {
  padding-bottom: 92px;
}

.page-hero--dark {
  background-image: linear-gradient(110deg, rgba(10, 20, 40, 0.8) 0%, rgba(10, 20, 45, 0.6) 50%, rgba(5, 15, 35, 0.4) 100%), var(--page-hero-image, none);
}

.page-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 48px;
  text-align: center;
}

.page-lead {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.75);
  font-size: 22px;
  line-height: 1.72;
}

.page-main {
  padding: 72px 48px 100px;
}

.content-wrap {
  max-width: 1160px;
  margin: 0 auto;
}

.section-card,
.about-card,
.contact-card,
.team-card,
.research-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 6px rgba(15, 23, 42, 0.07);
  padding: 44px 40px;
  margin-bottom: 18px;
  position: relative;
}

.section-card::before,
.about-card::before,
.contact-card::before,
.team-card::before,
.research-card::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 0;
  width: 40px;
  height: 3px;
  background: #1e96fc;
}

.card-bar {
  position: absolute;
  top: 0;
  left: 40px;
  width: 44px;
  height: 4px;
  background: #1e96fc;
  border-radius: 0 0 2px 2px;
}

.section-title,
.about-card__title,
.contact-card__title,
.team-card__title,
.research-card__title,
.research-category-title,
.research-empty__title,
.cta-strip-title {
  color: #0a1d37;
  font-size: var(--heading-2);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 22px;
}

.about-card__subtitle,
.section-subtitle,
.team-section__title,
.card-title,
.research-search__label {
  color: #0a1d37;
  font-size: var(--heading-3);
  font-weight: 700;
  line-height: 1.3;
  margin: 24px 0 6px;
}

.copy,
.research-card__text {
  font-size: 17px;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 14px;
  text-align: justify;
}

.copy:last-child {
  margin-bottom: 0;
}

.page-contact .copy {
  text-align: left;
}

.bullets {
  padding-left: 20px;
}

.bullets li {
  color: #4a5568;
  line-height: 1.75;
  margin-bottom: 8px;
  font-size: 17px;
  text-align: justify;
}

.about-two-col,
.contact-two-col,
.team-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 28px;
}

.page-about,
.page-team,
.page-contact {
  background: #f4f7f9;
}

.page-service,
.page-what-we-do,
.page-sets-apart {
  background: #f0f4f8;
}

.page-research {
  background: #f0f4f8;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form input,
.contact-form textarea,
.research-search__input {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #dde3ea;
  border-radius: 6px;
  font-family: "Jost", sans-serif;
  font-size: 14px;
}

.contact-form__submit,
.research-search__button {
  border: none;
  border-radius: 6px;
  background: #1e96fc;
  color: #fff;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  padding: 14px 20px;
  cursor: pointer;
}

.page-team .team-lead-top {
  display: grid;
  grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  margin-bottom: 18px;
}

.team-member__photo {
  width: 127px;
  height: 127px;
  object-fit: cover;
  object-position: top center;
  display: block;
  margin: 0 0 22px;
}

.team-lead__photo {
  width: 100%;
  display: block;
}

.team-lead__figure {
  max-width: 191px;
}

.research-search {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 6px rgba(15, 23, 42, 0.07);
  padding: 28px 30px;
  margin-bottom: 28px;
}

.research-search__label {
  display: block;
  margin-bottom: 14px;
  color: #0a1d37;
}

.research-search__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.research-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.research-filter {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 8px 12px;
  border: 1px solid #d7e0ea;
  border-radius: 999px;
  color: #4a5568;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #fff;
}

.research-filter.is-active,
.research-filter:hover {
  border-color: #1e96fc;
  color: #0a1d37;
}

.research-filter.is-active {
  background: #1e96fc;
  color: #fff;
}

.research-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.research-card--post {
  display: flex;
  flex-direction: column;
}

.research-card__image {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 16px;
}

.research-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6b7280;
}

.research-card__link {
  margin-top: auto;
  color: #1e96fc;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.research-empty {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 6px rgba(15, 23, 42, 0.07);
  padding: 32px;
}

.research-empty__title {
  color: #0a1d37;
  margin-bottom: 10px;
}

.research-empty__text {
  color: #4a5568;
  line-height: 1.7;
}

.research-category-section {
  margin-bottom: 80px;
}

.research-category-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 28px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 12px;
}

.research-category-title {
  color: #0a1d37;
}

.research-category-link {
  font-size: 13px;
  color: #1e96fc;
  text-decoration: none;
  font-weight: 600;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  :root { --header-nav-h: 0px; }

  .page-hero {
    height: 360px;
    margin-top: var(--header-top-h);
    padding-top: 36px;
    padding-bottom: 28px;
  }

  .page-hero--contact {
    padding-bottom: 52px;
  }

  .page-inner,
  .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-title {
    font-size: var(--heading-1-sm);
  }

  .section-title,
  .about-card__title,
  .contact-card__title,
  .team-card__title,
  .research-card__title,
  .research-category-title,
  .research-empty__title,
  .cta-strip-title {
    font-size: var(--heading-2-sm);
  }

  .about-card__subtitle,
  .section-subtitle,
  .team-section__title,
  .card-title,
  .research-search__label {
    font-size: var(--heading-3);
  }

  .page-lead {
    font-size: 22px;
    line-height: 1.65;
  }

  .about-two-col,
  .contact-two-col,
  .team-two-col,
  .research-grid {
    grid-template-columns: 1fr;
  }

  .section-card,
  .about-card,
  .contact-card,
  .team-card,
  .research-card {
    padding: 28px 20px;
  }

  .section-card::before,
  .about-card::before,
  .contact-card::before,
  .team-card::before,
  .research-card::before,
  .card-bar {
    left: 20px;
  }

  .contact-form__row,
  .research-search__row {
    grid-template-columns: 1fr;
  }

  .page-team .team-lead-top {
    grid-template-columns: 1fr;
  }
}

/* --- research-page.css --- */
/* Research & Insights — Figma grid (body.page-research) */

body.page-research {
  background-color: #f0f4f8;
}

.page-research .page-hero .page-inner {
  text-align: center;
}

.page-research .page-title,
.page-research .page-lead {
  margin-left: auto;
  margin-right: auto;
}

.page-research .page-lead {
  max-width: 640px;
}

.page-research .page-main {
  background-color: #f0f4f8;
  padding: 72px 48px 100px;
}

.page-research .content-wrap {
  max-width: 1160px;
  margin: 0 auto;
}

.page-research .research-search {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 1px 6px rgba(15, 23, 42, 0.07);
  padding: 28px 30px;
  margin-bottom: 28px;
}

.page-research .research-search__label {
  display: block;
  margin-bottom: 14px;
}

.page-research .research-search__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.page-research .research-search__input {
  width: 100%;
  border: 1px solid #d7e0ea;
  border-radius: 6px;
  background: #ffffff;
  color: #0a1d37;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  padding: 12px 14px;
}

.page-research .research-search__input::placeholder {
  color: #7b8a9c;
}

.page-research .research-search__button {
  border: none;
  border-radius: 6px;
  background: #1e96fc;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 12px 20px;
  cursor: pointer;
}

.page-research .research-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.page-research .research-card {
  background: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 1px 6px rgba(15, 23, 42, 0.07);
  padding: 40px 36px 38px;
  position: relative;
  margin: 0;
}

.page-research .research-card::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 0;
  width: 40px;
  height: 3px;
  background: #1e96fc;
}

.page-research .research-card__title {
  margin: 0 0 16px;
}

.page-research .research-card__text {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  color: #4a5568;
  margin: 0;
}

@media (max-width: 900px) {
  .page-research .page-main {
    padding: 56px 20px 80px;
  }

  .page-research .research-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .page-research .research-search {
    padding: 22px;
    margin-bottom: 22px;
  }

  .page-research .research-search__row {
    grid-template-columns: 1fr;
  }

  .page-research .research-card {
    padding: 32px 26px 30px;
  }

  .page-research .research-card::before {
    left: 26px;
  }
}

@media (max-width: 560px) {
  .page-research .research-grid {
    grid-template-columns: 1fr;
  }
}

/* --- services-page.css --- */
/* Service page — Figma stack (scoped to body.page-service only) */

body.page-service {
  background-color: #f0f4f8;
}

/* Hero: center-aligned copy */
.page-service .page-hero .page-inner {
  text-align: center;
}

.page-service .page-eyebrow,
.page-service .page-title,
.page-service .page-lead {
  margin-left: auto;
  margin-right: auto;
}

.page-service .page-lead {
  max-width: 640px;
}

.page-service .page-main {
  background-color: #f0f4f8;
  padding: 72px 48px 100px;
}

.page-service .content-wrap {
  max-width: 1160px;
  margin: 0 auto;
}

.page-service .section-card {
  background: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
  padding: 48px 48px 44px;
  margin-bottom: 24px;
  position: relative;
}

.page-service .section-card:last-of-type {
  margin-bottom: 0;
}

.page-service .section-card::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 0;
  width: 40px;
  height: 3px;
  background: #1e96fc;
}

.page-service .section-title {
  margin: 0 0 22px;
}

.page-service .bullets {
  margin: 0;
  padding-left: 1.15rem;
  list-style-type: disc;
}

.page-service .bullets li::marker {
  color: #4a5568;
}

.page-service .bullets li {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  color: #4a5568;
  margin-bottom: 12px;
}

.page-service .bullets li:last-child {
  margin-bottom: 0;
}

.page-service .bullets li strong {
  font-weight: 600;
  color: #0a1d37;
}

.page-service .copy {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 18px;
}

.page-service .copy:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .page-service .page-main {
    padding: 56px 20px 80px;
  }

  .page-service .section-card {
    padding: 36px 28px 32px;
  }

  .page-service .section-card::before {
    left: 28px;
  }

}

/* --- site-footer.css --- */
/* Site footer — matches Next.js SiteFooter */

footer {
  background: var(--navy, #001242);
  padding: 88px 56px 48px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(300px, 1.55fr) 1fr;
  gap: clamp(48px, 6vw, 80px);
  align-items: start;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand-content {
  min-width: 0;
}

.footer-brand-title-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  margin-bottom: 20px;
}

.footer-brand-title-row:hover .footer-brand-title-text {
  color: #ffffff;
}

.footer-brand-title-mark {
  flex-shrink: 0;
  width: 72px;
  height: 34px;
  background: url(https://res.cloudinary.com/djhnnii4f/image/upload/f_auto,q_auto,dpr_auto/v1781697410/webrebuilder/imported/c0c4f642a30228f39778154b.png) left center / auto 34px no-repeat;
}

.footer-brand-title-text {
  font-family: "Playfair Display", serif;
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 400;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.96);
}

.footer-brand-desc {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.58);
  max-width: 600px;
  margin: 0;
}

.footer-col-title {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 26px;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-links a {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: rgba(255, 255, 255, 1);
}

.footer-links--split {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 14px 34px;
}

.footer-bottom {
  padding-top: 36px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-copy,
.footer-powered {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}

.footer-powered a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
  text-decoration: none;
}

.footer-powered a:hover {
  color: #ffffff;
}

@media (max-width: 900px) {
  footer {
    padding: 48px 16px 32px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 40px;
  }

  .footer-brand-desc {
    max-width: none;
  }

  .footer-bottom {
    padding-top: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .footer-links--split {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* --- site-header.css --- */
/* Shared site header + nav — keep in sync with homepage (index.html) structure */

:root {
  --blue-dark: #051fa0;
  --cta-blue: #1e96fc;
  --navy: #001242;
  --nav-royal: #072ac8;
  --header-top-h: 60px;
  --header-nav-h: 42px;
  --white: #ffffff;
}

.topbar {
  background: var(--navy);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-top-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  border-bottom: none;
  box-sizing: border-box;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  text-decoration: none;
  max-width: 62%;
}
.logo-icon {
  flex-shrink: 0;
  width: 96px;
  height: 36px;
  background: url(https://res.cloudinary.com/djhnnii4f/image/upload/f_auto,q_auto,dpr_auto/v1781697410/webrebuilder/imported/c0c4f642a30228f39778154b.png) left center / auto 36px no-repeat;
  position: relative;
  overflow: hidden;
}
.logo-icon::before,
.logo-icon::after {
  display: none;
}

.logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  margin-left: -10px;
}
.logo-enas {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.logo-sub {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(12px, 1.3vw, 14px);
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.95);
  text-transform: none;
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.topbar-search {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.topbar-search:hover {
  color: var(--white);
}
.topbar-search svg {
  opacity: 0.95;
  flex-shrink: 0;
}
.btn-contact-top {
  background: var(--cta-blue);
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 9px 18px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s, transform 0.2s;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(30, 150, 252, 0.3);
}
.btn-contact-top:hover {
  background: #1780d9;
  transform: translateY(-1px);
}
.btn-contact-top svg {
  flex-shrink: 0;
}

.nav {
  background: var(--nav-royal);
  position: fixed;
  top: var(--header-top-h);
  left: 0;
  right: 0;
  z-index: 99;
  height: var(--header-nav-h);
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  padding: 0 clamp(16px, 2.5vw, 28px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 16px rgba(5, 20, 60, 0.25);
  box-sizing: border-box;
}
.nav-tagline {
  display: none;
}
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.5vw, 36px);
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.nav-links::-webkit-scrollbar {
  display: none;
}
.nav a {
  font-family: "Jost", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--white);
  transform: scaleX(0);
  transition: transform 0.2s;
}
.nav a:hover {
  color: var(--white);
}
.nav a:hover::after {
  transform: scaleX(1);
}
.nav a.active {
  color: var(--white);
}
.nav a.active::after {
  transform: scaleX(1);
}

/* Hamburger (mobile only) */
.site-nav-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 -6px 0 12px;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s;
}
.site-nav-toggle:hover {
  background: rgba(255, 255, 255, 0.08);
}
.site-nav-toggle:focus-visible {
  outline: 2px solid var(--cta-blue);
  outline-offset: 2px;
}
.site-nav-toggle__bars {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 22px;
}
.site-nav-toggle__bar {
  display: block;
  height: 2px;
  width: 100%;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.2s ease;
  transform-origin: center;
}
.site-nav-toggle[aria-expanded="true"] .site-nav-toggle__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-nav-toggle[aria-expanded="true"] .site-nav-toggle__bar:nth-child(2) {
  opacity: 0;
}
.site-nav-toggle[aria-expanded="true"] .site-nav-toggle__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav-backdrop {
  display: none;
  position: fixed;
  top: var(--header-top-h);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background: rgba(0, 18, 40, 0.55);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.site-nav-backdrop.is-active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

body.site-nav-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  :root {
    --header-nav-h: 0px;
  }

  .topbar {
    padding: 0 16px;
  }
  .logo {
    gap: 0;
    max-width: none;
    flex: 1;
    min-width: 0;
  }
  .logo-text {
    margin-left: -8px;
  }
  .logo-icon {
    width: 84px;
    height: 32px;
    background-size: auto 32px;
  }
  .logo-sub {
    font-size: 12px;
    line-height: 1.2;
  }
  .topbar-right {
    display: none;
  }
  .site-nav-toggle {
    display: inline-flex;
  }
  .nav {
    position: fixed;
    top: var(--header-top-h);
    right: 0;
    left: auto;
    width: min(100%, 360px);
    max-width: 100%;
    height: calc(100dvh - var(--header-top-h));
    max-height: calc(100dvh - var(--header-top-h));
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 0 0 28px;
    overflow: hidden;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.28s ease, visibility 0.28s;
  }
  .nav.nav--open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }
  .nav-links {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    flex: 1;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav a {
    white-space: normal;
    font-size: 11px;
    letter-spacing: 0.14em;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
  }
  .nav a::after {
    display: none;
  }
  .nav a:hover,
  .nav a.active {
    background: rgba(255, 255, 255, 0.06);
  }
}

@media (max-width: 420px) {
  .logo-text {
    margin-left: 0;
  }
  .logo-icon {
    width: 88px;
    height: 34px;
    background-size: auto 34px;
  }
}

/* --- team-page.css --- */
/* The Team — Figma layout (body.page-team) */

body.page-team {
  background-color: #f4f7f9;
}

.page-team .page-hero .page-inner {
  text-align: center;
}

.page-team .page-title,
.page-team .page-lead {
  margin-left: auto;
  margin-right: auto;
}

.page-team .page-lead {
  max-width: 720px;
}

.page-team .page-main {
  background-color: #f4f7f9;
  padding: 72px 48px 100px;
}

.page-team .content-wrap {
  max-width: 1160px;
  margin: 0 auto;
}

.page-team .team-card {
  background: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 1px 6px rgba(15, 23, 42, 0.07);
  padding: 48px 48px 44px;
  position: relative;
  margin: 0;
}

.page-team .team-card::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 0;
  width: 40px;
  height: 3px;
  background: #1e96fc;
}

.page-team .team-card__title {
  margin: 0 0 18px;
}

.page-team .team-section__title {
  margin: 28px 0 12px;
}

.page-team .team-lead-top + .team-section__title {
  margin-top: 32px;
}

.page-team .team-card .copy {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
  color: #4a5568;
  margin-bottom: 18px;
}

.page-team .team-card .copy:last-child {
  margin-bottom: 0;
}

.page-team .team-lead-top {
  display: grid;
  grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.page-team .team-lead__figure {
  margin: 0;
  padding: 0;
}

.page-team .team-lead__photo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: top center;
}

.page-team .team-lead__intro .team-card__title {
  margin-bottom: 16px;
}

.page-team .team-card--member {
  text-align: left;
}

.page-team .team-member__photo {
  width: 127px;
  height: 127px;
  object-fit: cover;
  object-position: top center;
  display: block;
  margin: 0 0 22px;
}

.page-team .team-member__photo--nepheli {
  object-position: center 48%;
}

.page-team .team-card--member .team-card__title {
  margin-bottom: 16px;
}

.page-team .team-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
  align-items: start;
}

@media (max-width: 900px) {
  .page-team .page-main {
    padding: 56px 20px 80px;
  }

  .page-team .team-card {
    padding: 36px 28px 32px;
  }

  .page-team .team-card::before {
    left: 28px;
  }

  .page-team .team-lead-top {
    grid-template-columns: 1fr;
    gap: 24px;
    justify-items: center;
    text-align: center;
  }

  .page-team .team-lead__figure {
    max-width: 280px;
    width: 100%;
  }

  .page-team .team-lead__intro {
    text-align: left;
    width: 100%;
  }

  .page-team .team-lead-top + .team-section__title {
    margin-top: 28px;
  }

  .page-team .team-two-col {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 22px;
  }
}

/* --- what-sets-us-apart-page.css --- */
/* What Sets Us Apart — Figma stack (body.page-sets-apart) */

body.page-sets-apart {
  background-color: #f4f7f9;
}

.page-sets-apart .page-hero .page-inner {
  text-align: center;
}

.page-sets-apart .page-title,
.page-sets-apart .page-lead {
  margin-left: auto;
  margin-right: auto;
}

.page-sets-apart .page-lead {
  max-width: 760px;
}

.page-sets-apart .page-main {
  background-color: #f4f7f9;
  padding: 72px 48px 100px;
}

.page-sets-apart .content-wrap {
  max-width: 1160px;
  margin: 0 auto;
}

.page-sets-apart .section-card {
  background: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 1px 6px rgba(15, 23, 42, 0.07);
  padding: 48px 48px 44px;
  margin-bottom: 28px;
  position: relative;
}

.page-sets-apart .section-card:last-of-type {
  margin-bottom: 0;
}

.page-sets-apart .section-card::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 0;
  width: 40px;
  height: 3px;
  background: #1e96fc;
}

.page-sets-apart .section-title {
  margin: 0 0 22px;
}

.page-sets-apart .section-title--sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-sets-apart .bullets {
  margin: 0;
  padding-left: 1.15rem;
  list-style-type: disc;
}

.page-sets-apart .bullets li::marker {
  color: #4a5568;
}

.page-sets-apart .bullets li {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  color: #4a5568;
  margin-bottom: 12px;
}

.page-sets-apart .bullets li:last-child {
  margin-bottom: 0;
}

.page-sets-apart .bullets li strong {
  font-weight: 600;
  color: #0a1d37;
}

.page-sets-apart .copy {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 18px;
}

.page-sets-apart .copy:last-child {
  margin-bottom: 0;
}

.page-sets-apart .section-card .copy + .bullets {
  margin-top: 8px;
}

@media (max-width: 900px) {
  .page-sets-apart .page-main {
    padding: 56px 20px 80px;
  }

  .page-sets-apart .section-card {
    padding: 36px 28px 32px;
    margin-bottom: 22px;
  }

  .page-sets-apart .section-card::before {
    left: 28px;
  }

}

/* --- what-we-do-page.css --- */
/* What We Do page — Figma stack (scoped to body.page-what-we-do only) */

body.page-what-we-do {
  background-color: #f0f4f8;
}

.page-what-we-do .page-hero .page-inner {
  text-align: center;
}

.page-what-we-do .page-title,
.page-what-we-do .page-lead {
  margin-left: auto;
  margin-right: auto;
}

.page-what-we-do .page-lead {
  max-width: 720px;
}

.page-what-we-do .page-main {
  background-color: #f0f4f8;
  padding: 72px 48px 100px;
}

.page-what-we-do .content-wrap {
  max-width: 1160px;
  margin: 0 auto;
}

.page-what-we-do .section-card {
  background: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
  padding: 48px 48px 44px;
  margin-bottom: 24px;
  position: relative;
}

.page-what-we-do .section-card:last-of-type {
  margin-bottom: 0;
}

/* Light-blue accent: first and third cards only (middle list card has no bar in design) */
.page-what-we-do .section-card::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 0;
  width: 40px;
  height: 3px;
  background: #1e96fc;
}

.page-what-we-do .section-card:nth-child(2)::before {
  display: none;
}

.page-what-we-do .section-title {
  margin: 0 0 22px;
}

.page-what-we-do .bullets {
  margin: 0;
  padding-left: 1.15rem;
  list-style-type: disc;
}

.page-what-we-do .bullets li::marker {
  color: #4a5568;
}

.page-what-we-do .bullets li {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  color: #4a5568;
  margin-bottom: 12px;
}

.page-what-we-do .bullets li:last-child {
  margin-bottom: 0;
}

.page-what-we-do .copy {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 18px;
}

.page-what-we-do .copy:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .page-what-we-do .page-main {
    padding: 56px 20px 80px;
  }

  .page-what-we-do .section-card {
    padding: 36px 28px 32px;
  }

  .page-what-we-do .section-card::before {
    left: 28px;
  }

}