/* ============================================================
   ATS — Page-Specific Styles
   Styles unique to individual pages
   ============================================================ */


/* ===========================================
   ABOUT PAGE — HERO (desktop composition)
   =========================================== */

  .page-hero--about .page-hero__bg {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    width: 900px;
    height: auto;
    clip-path: none;
    overflow: visible;
    z-index: 1;
  }

  .page-hero--about .page-hero__bg svg {
    display: block;
    width: 100%;
    height: auto;
  }

  .page-hero--about .page-hero-shape-1{
    position: absolute;
    top: 26.7%;
    left: 0;
    width: 100%;
    z-index: 0;
  }

  .page-hero--about .page-hero-shape-1 svg{
    float: right;
    margin-right: -30%;
    width: auto;
    max-width: none;
  }


  .page-hero--about .page-hero-shape-2{
    position: absolute;
    bottom: 0;
    right: var(--space-2xl);
    width: 100%;
    z-index: 2;
  }

  .page-hero--about .page-hero-shape-2 svg{
    float: right;
    width: auto;
    max-width: none;
  }

/* ===========================================
   BUILDING PAGE — HERO (desktop composition)
   =========================================== */

  .page-hero--building{
    background: var(--c-blue-light);
  }

  .page-hero--building .page-hero-shape-1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .page-hero--building .page-hero-shape-1 svg{
    float: right;
    margin-right: -10%;
    width: auto;
    max-width: none;
  }

  .page-hero--building .page-hero-shape-2{
    position: absolute;
    top: 3%;
    left: 0;
    width: 100%;
    z-index: 2;
  }

  .page-hero--building .page-hero-shape-2 svg{
    float: right;
    margin-right: 10%;
    width: auto;
    max-width: none;
  }

  .page-hero--building .page-hero__bg {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    width: 85%;
    height: auto;
    clip-path: none;
    overflow: visible;
    z-index: 0;
  }

  .page-hero--building .page-hero__bg svg {
    display: block;
    width: auto;
    height: auto;
  }

/* ===========================================
   AWARDS PAGE — HERO (desktop composition)
   =========================================== */
  .page-hero--awards{
    background: var(--c-blue-light);
  }

  .page-hero--awards .page-hero-shape-1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .page-hero--awards .page-hero-shape-1 svg{
    float: left;
    margin-left: 0%;
    width: auto;
    max-width: none;
  }

  .page-hero--awards .page-hero-shape-2{
    position: absolute;
    top: 3%;
    left: 0;
    width: 100%;
    z-index: 2;
  }

  .page-hero--awards .page-hero-shape-2 svg{
    float: right;
    margin-right: 10%;
    width: auto;
    max-width: none;
  }

  .page-hero--awards .page-hero__bg {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    clip-path: none;
    overflow: visible;
    z-index: 2;
  }

  .page-hero--awards .page-hero__bg svg {
    display: block;
    width: 80%;
    height: auto;
    float: right;
    margin-right: -10%;
  }


/* ===========================================
   CLIENTS PAGE — HERO (desktop composition)
   =========================================== */
  .page-hero--clients{
    background: var(--c-blue-light);
  }

  .page-hero--clients .page-hero-shape-1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .page-hero--clients .page-hero-shape-1 svg{
    float: left;
    margin-left: -15%;
    width: 150%;
    max-width: none;
  }

  .page-hero--clients .page-hero__bg {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 45%;
    transform: translateY(50%);
    width: 100%;
    height: auto;
    clip-path: none;
    overflow: visible;
    z-index: 2;
  }

  .page-hero--clients .page-hero__bg svg {
    display: block;
    width: 80%;
    height: auto;
    float: right;
    margin-right: -30%;
  }



  /* ===========================================
   LEADERSHIP PAGE — HERO (desktop composition)
   =========================================== */
  .page-hero--leadership{
    background: #F2F3F5;
    height: 95vh;
    position: relative;
  }
  .page-hero--leadership:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: white;
  }

  .page-hero--leadership .page-hero-shape-1{
    position: absolute;
    bottom: 140px;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .page-hero--leadership .page-hero-shape-1 svg{
    float: right;
    margin-right: -20%;
    width: 115%;
    height: auto;
    max-width: none;
  }

  .page-hero--leadership .page-hero__bg {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    clip-path: none;
    overflow: visible;
    z-index: 2;
  }

  .page-hero--leadership .page-hero__bg svg {
    display: block;
    width: 65%;
    height: auto;
    float: right;
    margin-right: 1%;
  }


  /* ===========================================
   CONTACTS PAGE — HERO (desktop composition)
   =========================================== */
  .page-hero--contact{
    background: #F2F3F5;
    height: 95vh;
    position: relative;
  }
  .page-hero--contact:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: white;
  }

  .page-hero--contact .page-hero-shape-1{
    position: absolute;
    bottom: 140px;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .page-hero--contact .page-hero-shape-1 svg{
    float: right;
    margin-right: -20%;
    width: 115%;
    height: auto;
    max-width: none;
  }

  .page-hero--contact .page-hero__bg {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    clip-path: none;
    overflow: visible;
    z-index: 2;
  }

  .page-hero--contact .page-hero__bg svg {
    display: block;
    width: 65%;
    height: auto;
    float: right;
    margin-right: 1%;
  }







  /* ===========================================
   Projects PAGE — HERO (desktop composition)
   =========================================== */

  .page-hero--projects .page-hero-shape-1{
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .page-hero--projects .page-hero-shape-1 svg{
    float: right;
    margin-right: 0;
    width: 88%;
    max-width: none;
  }

  .page-hero--project-detail .page-hero-shape-1{
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .page-hero--project-detail .page-hero-shape-1 svg{
    float: right;
    margin-right: 0;
    width: 88%;
    max-width: none;
  }


  /* end banners */


/* ===========================================
   HOMEPAGE
   =========================================== */

/* About section */
.home-about {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: var(--space-xl);
  align-items: start;
}

.home-about--index {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.home-about--index .home-about__left {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9.4vw;
  align-items: flex-start;
}

.home-about--index .home-about__label {
  padding-top: 0;
}

.home-about__label {
  padding-top: 0.25rem;
}

.home-about__label .section-label {
  margin-bottom: 0;
}

.home-about__content h2 {
  font-size: 30px;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  color: var(--c-dark);
  line-height: 1.15em;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
}

.home-about__text{
  margin-bottom: 28px;
}
.home-about__text p{
  font-size: 16px;
  line-height: 1.25em;
  color: var(--c-dark);
  margin-bottom: 20px;
  max-width: 79%;
}

.home-about__text p:last-child{
  margin-bottom: 0;
}

.home-about__content .anchor{
  color: var(--c-gray);
}

.home-about__content .anchor:hover{
  color : var(--c-navy);
}

.home-about__image {
  position: relative;
  width: 24.6vw;
  flex-shrink: 0;
  margin-bottom: 40px;
}

.home-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about__image--empty {
  display: none;
}

.home-about__image--logos {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 300px;
  height: auto;
}

.home-about__badges {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
  align-items: center;
}

.home-about__badge {
  max-height: 100px;
  width: auto;
}

.home-about__badges img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Key Facts section */
.key-facts {
  background: var(--c-blue);
  position: relative;
  overflow: hidden;
  margin-top: calc(-1 * var(--space-2xl));
  padding-top: calc(2 * var(--space-2-5xl));
  padding-bottom: var(--space-3xl);
}

.key-facts .container{
  z-index: 1;
  position: relative;
}

.key-facts__shape{
  position: absolute;
  left: -5%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.key-facts__shape svg{
  height: 120%;
  float: left;
}

/* Selected Projects section */
.home-projects {
  position: relative;
}

.home-projects__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--space-xl);
}

.home-projects__header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  max-width: 664px;
}

.home-projects__desc {
  font-size: 16px;
  line-height: 20px;
  color: var(--c-dark);
  text-align: left;
  max-width: 442px;
}

.home-projects__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px 35px;
  margin-bottom: 30px;
}

.home-projects__header-right .anchor{
  width: 275px;
  --anchor-color: var(--c-blue-light);
  --anchor-line-color: var(--c-blue-light);
  --anchor-hover-color: var(--c-blue);
}

.home-projects__more {
  text-align: center;
  margin-top: var(--space-xl);
}

/* ===========================================
   ABOUT PAGE
   =========================================== */

/* Who We Are section */
.about-who .home-about{
  gap: var(--space-2xl);
}

.about-who .home-about .home-about__text{
  width: 70%;
}

.about-who .home-about .home-about__text p{
  max-width: 100%;
}

.about-who .home-about .home-about__text{
  margin-bottom: 35px;
}


/* Full-width image gallery slider */
.about-gallery {
  position: relative;
  overflow: hidden;
  aspect-ratio: 17 / 8;
}

.about-gallery__track {
  display: flex;
  height: 100%;
  transition: transform var(--duration-slow) var(--ease);
}

.about-gallery__slide {
  position: relative;
  min-width: 100%;
  height: 100%;
}

.about-gallery__slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-gallery__slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 40%);
  z-index: 1;
}

.about-gallery__controls {
  position: absolute;
  bottom: var(--space-lg);
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.about-gallery__controls .slider-dot {
  background: var(--c-white);
}

.about-gallery__controls .slider-dot.is-active {
  background: var(--c-blue-light);
}

.about-gallery__controls .slider-arrow {
  color: var(--c-white);
}

/* What We Do section (3 service cards) */
.about-what-we-do {
  background: var(--c-blue);
  position: relative;
  overflow: hidden;
  margin-top: calc(-2 * var(--space-4xl));
  padding-top: calc(3 * var(--space-4xl));
}

.about-what-we-do .about-what-we-do__header{
  padding: 0 var(--space-lg);
}

.about-what-we-do::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 35%),
    linear-gradient(-45deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 45%);
  pointer-events: none;
}

.about-what-we-do::after {
  content: '';
  position: absolute;
  top: -8%;
  right: -8%;
  width: 120%;
  height: 140%;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  transform: rotate(-38deg);
  transform-origin: top right;
  pointer-events: none;
}

.about-what-we-do .container {
  position: relative;
  z-index: 1;
}

.about-what-we-do__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 75px;
}

.about-what-we-do__header .section-label {
  margin-bottom: 0;
}

.about-what-we-do__heading {
  font-size: 22px;
  line-height: 28px;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  color: var(--c-white);
  max-width: 900px;
}

.about-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.about-service-card {
  text-align: left;
}

.about-service-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 14 / 15;
  margin-bottom: var(--space-md);
}

.about-service-card__image:before{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 60%);
  z-index: 1;
}

.about-service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-service-card__label {
  position: absolute;
  bottom: 40px;
  left: 50px;
  color: var(--c-white);
  font-size: 35px;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  line-height: 1;
  z-index: 2;
}

.about-service-card__text {
  font-size: 16px;
  line-height: 22px;
  color: var(--c-white);
  padding: 0 45px 0 50px;
  margin-top: 45px;
}

.about-service-card .anchor {
  margin-top: 30px;
  margin-left: 50px;
  --anchor-color: var(--c-white);
  --anchor-line-color: var(--c-white);
  --anchor-hover-color: rgba(255, 255, 255, 0.82);
  --anchor-line-hover-color: rgba(255, 255, 255, 0.82);
}

@media only screen and (max-width: 1024px) {
  .about-what-we-do {
    margin-top: calc(-1 * var(--space-xl));
    padding-top: calc(var(--space-xl) + var(--space-2xl));
  }

  .about-what-we-do__header {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }
}

@media only screen and (max-width: 767px) {
  .about-what-we-do {
    margin-top: calc(-1 * var(--space-lg));
    padding-top: calc(var(--space-xl) + var(--space-lg));
  }

  .about-what-we-do__heading {
    font-size: clamp(1rem, 4.5vw, 1.25rem);
  }

  .about-service-card__text {
    padding: 0;
  }

  .about-service-card .anchor {
    margin-left: 0;
  }
}

/* How We Do section (sustainability) */
.about-how .home-about__content{
  padding-left: 40px;
}

.about-how .home-about__content h2{
  margin-bottom: 40px;
}

.about-how .home-about__content .home-about__text{
  width: 68%;
}
.about-how .home-about__content .home-about__text p{
  max-width: 100%;
}


/* Industry Recognized banner */
.industry-banner {
  position: relative;
  aspect-ratio: 17 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.industry-banner__bg {
  position: absolute;
  inset: 0;
}

.industry-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.50);
  z-index: 1;
}

.industry-banner__content {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.industry-banner__title {
  font-size: 35px;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  color: var(--c-white);
  margin-bottom: 30px;
}

.industry-banner__desc {
  font-size: 16px;
  color: var(--c-white);
  line-height: 20px;
  margin-bottom: var(--space-lg);
}


/* ===========================================
   BUILDING / SERVICE PAGES
   =========================================== */

/* Capabilities section (2x3 grid with blue bg) */
.capabilities-section {
  background: var(--c-navy);
  color: var(--c-white);
  position: relative;
  overflow: hidden;
}

.capabilities-section .capability-item__title {
  color: var(--c-white);
}

.capabilities-section .capability-item__desc {
  color: rgba(255, 255, 255, 0.7);
}

.capabilities-section--building {
  background: var(--c-off-white);
  color: var(--c-dark);
  position: relative;
  isolation: isolate;
}

.capabilities-section--building::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--c-blue-light);
  clip-path: polygon(34% 0, 66% 0, 39% 100%, 7% 100%);
  opacity: 0.28;
  z-index: 0;
}

.capabilities-section--building .container {
  position: relative;
  z-index: 1;
}

.capabilities-section--building .capabilities-grid {
  gap: 100px 0;
}

.capabilities-section--building .capability-item__title {
  color: var(--c-navy);
}

.capabilities-section--building .capability-item__desc {
  color: var(--c-dark);
}




/* ===========================================
   PROJECTS PAGE
   =========================================== */
.projects-hero {
  min-height: 420px;
  padding-top: calc(var(--header-h) + 3.5rem);
  padding-bottom: clamp(2rem, 5vw, 4rem);
  background: var(--c-navy);
  position: relative;
  overflow: hidden;
}

.projects-hero__shape {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.projects-hero__shape--large {
  width: 84vw;
  height: 100%;
  left: 10%;
  bottom: 0;
  background: var(--c-blue);
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
}

.projects-hero__shape--small {
  width: min(45vw, 700px);
  height: clamp(120px, 17vw, 200px);
  right: 22%;
  bottom: 0;
  background: var(--c-blue-light);
  clip-path: polygon(18% 0, 100% 0, 83% 100%, 0 100%);
}

.projects-hero .page-hero__content {
  z-index: 3;
  max-width: 760px;
  padding-left: clamp(2rem, 5vw, 4.5rem);
  padding-right: var(--space-lg);
}

.projects-hero .page-hero__head {
  max-width: 320px;
}

.projects-hero .page-hero__head .page-hero__title {
  margin-bottom: 0;
}

.projects-listing {
  padding: 0 var(--space-lg);
}

.projects-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px 35px;
  padding: var(--space-lg) 0;
}

.projects-grid__more {
  display: flex;
  justify-content: center;
}


/* ===========================================
   PROJECT DETAIL PAGE
   =========================================== */

/* Video embed section */
.project-video{
  width: 100%;
}

.project-video img{
  width: 100%;
}
/* .project-video {
  position: relative;
  aspect-ratio: 16 / 9;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.project-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: transform var(--duration) var(--ease);
}

.project-video__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.project-video__play svg {
  width: 20px;
  height: 20px;
  fill: var(--c-navy);
  margin-left: 3px;
} */

/* Project description section */
.project-info {
  display: block;
}

.project-info__grid {
  display: grid;
  grid-template-columns: auto 120px minmax(0, 1fr) 90px minmax(0, 400px);
  column-gap: 0;
  row-gap: clamp(2rem, 3.8vw, 4rem);
  align-items: start;
}

.project-info__label {
  padding-top: 0.25rem;
}

.project-info__label .section-label {
  margin-bottom: 0;
}

.project-info__description {
  grid-column: 3;
  max-width: 740px;
}

.project-info__scope {
  grid-column: 5;
  width: 100%;
  max-width: 400px;
}

.project-info__label {
  grid-column: 1;
}

.project-info__heading {
  font-size: 30px;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  color: var(--c-dark);
  line-height: 35px;
  margin-bottom: var(--space-lg);
}

.project-info__text {
  font-size: 16px;
  line-height: 20px;
  color: var(--c-dark);
  margin-bottom: 20px;
}

.project-info__text:last-child {
  margin-bottom: 0;
}

.project-info__scope-title {
  font-size: 16px;
  font-weight: var(--fw-bold);
  color: var(--c-dark);
  margin-bottom: 35px;
}

.project-info__scope-list {
  list-style: disc;
  padding-left: 1.1rem;
}

.project-info__scope-list li {
  font-size: 16px;
  line-height: 21px;
  color: var(--c-dark);
  margin-bottom: 16px;
}

.project-info__scope-list li:last-child {
  margin-bottom: 0;
}

/* Award badge in project */
.project-award {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin-top: var(--space-lg);
  padding-top: var(--space-lg);
  border-top: 1px solid var(--c-light-gray);
}

.project-award__icon {
  flex: 0 0 auto;
}

.project-award__icon svg {
  display: block;
}

.project-award__text {
  font-size: 0.9375rem;
  color: var(--c-dark);
  line-height: 1.35;
}

.project-award__text h4 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: var(--fw-bold);
  color: var(--c-dark);
}

.project-award__text p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--c-dark-gray);
}

/* Related Projects */
.related-projects {
  background: var(--c-off-white);
}

.related-projects__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-xl);
}

.related-projects__title {
  font-size: clamp(1.25rem, 2vw, 1.625rem);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  color: var(--c-navy);
}

.related-projects__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}


/* ===========================================
   LEADERSHIP PAGE
   =========================================== */
.page-hero--leadership {
  min-height: 760px;
  background: var(--c-off-white);
}

.page-hero--leadership .page-hero__wide-rect {
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.45);
  clip-path: polygon(35% 16%, 100% 16%, 100% 88%, 0 88%);
  z-index: 0;
}

.page-hero--leadership .page-hero__inner-skew {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  clip-path: polygon(49% 16%, 100% 16%, 62% 88%, 11% 88%);
  z-index: 1;
}

.page-hero--leadership .page-hero__diag-line {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.page-hero--leadership .page-hero__diag-line::before {
  content: '';
  position: absolute;
  top: -12%;
  left: 49%;
  width: 1px;
  height: 150%;
  background: rgba(10, 49, 97, 0.22);
  transform: rotate(41deg);
  transform-origin: top left;
}

.page-hero--leadership .page-hero__bg {
  inset: auto 0 0 auto;
  width: min(68vw, 980px);
  height: clamp(300px, 56vh, 520px);
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 2;
}

.page-hero--leadership .page-hero__bg img {
  object-position: center;
}

.page-hero--leadership .page-hero__bg::after {
  background: none;
}

.page-hero--leadership .page-hero__content {
  position: relative;
  z-index: 5;
  max-width: 760px;
  padding-left: clamp(2rem, 5vw, 4.5rem);
  padding-top: clamp(1.75rem, 3vw, 2.75rem);
  padding-bottom: clamp(2rem, 4vw, 4rem);
}

.page-hero--leadership .page-hero__head {
  max-width: 320px;
}

.page-hero--leadership .page-hero__head .page-hero__title {
  margin-bottom: 0;
}

.page-hero--leadership .page-hero__copy {
  position: relative;
  margin-top: clamp(4rem, 6vw, 5.25rem);
  margin-left: clamp(4.5rem, 8vw, 7.5rem);
  max-width: 620px;
}

.page-hero--leadership .page-hero__breadcrumb a,
.page-hero--leadership .page-hero__breadcrumb span {
  color: rgba(0, 59, 117, 0.85);
}

.page-hero--leadership .page-hero__title,
.page-hero--leadership .page-hero__subtitle {
  color: var(--c-navy);
}

.page-hero--leadership .page-hero__subtitle {
  max-width: 600px;
}

.page-hero--leadership .page-hero__text {
  color: var(--c-dark-gray);
  max-width: 520px;
}

@media only screen and (max-width: 1200px) {
  .page-hero--leadership {
    min-height: 620px;
  }

  .page-hero--leadership .page-hero__wide-rect {
    clip-path: polygon(30% 20%, 100% 20%, 100% 88%, 0 88%);
  }

  .page-hero--leadership .page-hero__inner-skew {
    clip-path: polygon(47% 20%, 100% 20%, 64% 88%, 10% 88%);
  }

  .page-hero--leadership .page-hero__bg {
    width: min(76vw, 860px);
    height: clamp(230px, 44vh, 380px);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  }

  .page-hero--leadership .page-hero__copy {
    margin-top: clamp(2.75rem, 5vw, 4rem);
    margin-left: clamp(2.25rem, 4vw, 3.5rem);
    max-width: 520px;
  }
}

@media only screen and (max-width: 767px) {
  .page-hero--leadership {
    min-height: 520px;
    background: var(--c-navy);
  }

  .page-hero--leadership .page-hero__bg {
    inset: 0;
    width: 100%;
    height: 100%;
    clip-path: none;
    opacity: 0.35;
  }

  .page-hero--leadership .page-hero__content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 2rem;
    padding-top: 1.25rem;
  }

  .page-hero--leadership .page-hero__head,
  .page-hero--leadership .page-hero__copy {
    max-width: 100%;
    margin-left: 0;
  }

  .page-hero--leadership .page-hero__copy {
    margin-top: 1.75rem;
  }

  .page-hero--leadership .page-hero__breadcrumb a,
  .page-hero--leadership .page-hero__breadcrumb span,
  .page-hero--leadership .page-hero__title,
  .page-hero--leadership .page-hero__subtitle,
  .page-hero--leadership .page-hero__text {
    color: var(--c-white);
  }
}

.leadership-content {
  max-width: 1000px;
  margin: 0 auto;
}

.team-featured {
  max-width: 1420px;
  margin: 0 auto;
}

.team-featured .team-card {
  border-bottom: 0;
  padding-bottom: 0;
}

.team-featured .team-card--featured {
  max-width: none;
  margin: 0;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 4.2vw, 4.25rem) clamp(2rem, 3.6vw, 3.5rem);
}

.team-featured .team-card__body {
  grid-column: 1;
  grid-row: 1;
  padding-left: 15%;
  padding-top: clamp(2.2rem, 5vw, 4rem);
}

.team-featured .team-card__image {
  grid-column: 2;
  grid-row: 1;
  aspect-ratio: 16 / 10;
  margin-bottom: 0;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 4.2vw, 4.25rem) clamp(2rem, 3.6vw, 3.5rem);
}

.team-grid .team-card {
  border-bottom: 0;
  padding-bottom: 0;
}

.team-grid .team-card__image {
  margin-bottom: clamp(1.4rem, 2vw, 1.9rem);
}


/* ===========================================
   AWARDS PAGE
   =========================================== */
.awards-list {
  max-width: 1000px;
  margin: 0 auto;
}


/* ===========================================
   CLIENTS & TESTIMONIALS PAGE
   =========================================== */
.clients-full {
  max-width: 1000px;
  margin: 0 auto;
}

.testimonials-section {
  background: #E1EEFA;
}

.testimonials-section__inner {
  max-width: 900px;
  margin: 0 auto;
  background: var(--c-white);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.06);
}


/* ===========================================
   CONTACT PAGE
   =========================================== */

/* Contact page uses white header variant */

/* Reach Out + Form layout */
.contact-section .container {
  width: 1380px;
  max-width: 92%;
}

.contact-section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 5vw, 6rem);
  align-items: flex-start;
}

.contact-reach {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
  padding-right: clamp(1rem, 2vw, 2.25rem);
}

.contact-reach .section-label,
.contact-form-wrap .section-label {
  margin-bottom: var(--space-sm);
}

.contact-reach .section-label__slash,
.contact-form-wrap .section-label__slash {
  height: 34px;
  margin-top: -6px;
}

.contact-reach__row {
  display: flex;
  justify-content: space-between;
  gap: var(--space-md);
}

.contact-reach__label {
  font-size: 0.75rem;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--c-dark);
  min-width: 155px;
  padding-top: 0.25rem;
}

.contact-reach__info {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  font-size: clamp(1.375rem, 1.45vw, 1.75rem);
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--c-text);
  flex: 1;
  max-width: 430px;
}

.contact-reach__info a {
  color: var(--c-text);
  text-decoration: none;
}

.contact-reach__info a:hover,
.contact-reach__social-link:hover {
  opacity: 0.7;
}

.contact-reach__wa {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-reach__divider {
  border-top: 1px solid var(--c-light-gray);
}

.contact-reach__social {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  max-width: 430px;
}

.contact-reach__social-link {
  width: 34px;
  height: 34px;
  color: var(--c-text);
}

.contact-reach__social-link svg {
  width: 100%;
  height: 100%;
}

.contact-form-wrap {
  display: flex;
  flex-direction: column;
}

.contact-form--contact {
  gap: 1.1rem var(--space-md);
}

.contact-form--contact .contact-form__group {
  display: flex;
  flex-direction: column;
}

.contact-form__label {
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  color: #2A2A2A;
  margin-bottom: 0.25rem;
}

.contact-form--contact .contact-form__input,
.contact-form--contact .contact-form__select,
.contact-form--contact .contact-form__textarea {
  padding: 0.4rem 0;
  border-bottom-color: #B6BDC5;
}

.contact-form--contact .contact-form__select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23282828' stroke-width='1.7' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.25rem center;
  padding-right: 1.3rem;
}

.contact-form--contact .contact-form__textarea {
  min-height: 82px;
}

.contact-form__footer--contact {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.25rem;
}

.contact-form__footer--contact .contact-form__privacy {
  margin: 0;
  justify-self: center;
  font-size: clamp(0.75rem, 0.8125vw, 0.8125rem);
  line-height: 1.4;
  color: #A8AEB5;
}

.contact-form__footer--contact .contact-form__privacy a {
  color: #A8AEB5;
}

.contact-form__submit {
  border: 1.25px solid var(--c-navy);
  background: transparent;
  color: var(--c-navy);
  min-width: 176px;
  height: 46px;
  padding: 0 1.7rem;
  font-size: 0.9375rem;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1;
  transform: skewX(-36deg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-form__submit-text {
  transform: skewX(36deg);
}

.contact-form__submit:hover {
  opacity: 0.8;
}


/* Contact Map section */
.map-section--contact {
  background: #ECEFF2;
  padding-top: var(--space-xl);
}

.map-section--contact .section-label {
  margin-bottom: var(--space-lg);
}

.map-section--contact .section-label__slash {
  height: 34px;
  margin-top: -6px;
}

.map-section__canvas {
  position: relative;
  border-top: 1px solid #3D85D1;
}

.map-section__tabs {
  position: absolute;
  top: 1.9rem;
  left: clamp(2rem, 6vw, 5.5rem);
  z-index: 5;
  display: flex;
  gap: 0.85rem;
}

.map-section__tab {
  height: 36px;
  padding: 0 1.2rem;
  border: 1px solid #1D5FA8;
  color: #0A3D77;
  font-size: 0.875rem;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transform: skewX(-36deg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background var(--duration) var(--ease),
              color var(--duration) var(--ease),
              border-color var(--duration) var(--ease);
}

.map-section__tab-text {
  transform: skewX(36deg);
}

.map-section__tab.is-active {
  background: #0A3D77;
  border-color: #0A3D77;
  color: var(--c-white);
}

.map-section__panel {
  display: none;
}

.map-section__panel.is-active {
  display: block;
}

.map-section__placeholder {
  position: relative;
  min-height: 630px;
  background-image:
    linear-gradient(rgba(236, 239, 242, 0.92), rgba(236, 239, 242, 0.92)),
    url('https://images.unsplash.com/photo-1569336415962-a4bd9f69cd83?auto=format&fit=crop&w=2400&q=80');
  background-size: cover;
  background-position: center;
  border-left: 1px solid #3D85D1;
  border-right: 1px solid #3D85D1;
  border-bottom: 1px solid #3D85D1;
}

.map-section__placeholder--abudhabi {
  background-image:
    linear-gradient(rgba(236, 239, 242, 0.92), rgba(236, 239, 242, 0.92)),
    url('https://images.unsplash.com/photo-1559599238-308793637427?auto=format&fit=crop&w=2400&q=80');
}

.map-section__pin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border-radius: 50% 50% 50% 0;
  background: #0A4D8D;
  transform: rotate(-45deg);
  box-shadow: 0 5px 12px rgba(10, 61, 119, 0.25);
}

.map-section__pin::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: #8EC1EE;
}

.map-section__pin--abudhabi {
  left: 58%;
  top: 47%;
}

.map-section__caption {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  font-size: 0.875rem;
  color: #5A626A;
  background: rgba(255, 255, 255, 0.75);
  padding: 0.35rem 0.65rem;
}
