/*Hero*/
main#main {
    padding: 0 !important;
}

/* ------------------------------- Design tokens ------------------------------ */
:root {
    --color-orange: #f89d1f;
    --color-green-100: #185649;
    --color-dark-green: #0f4338;
    --color-beige: #eee8e2;
    --color-dark: #1f1e1e;
    --color-light: #fefefe;
    --color-grey-500: #9f908d;
    --color-grey-600: #8d8d8d;
    --color-light: #ffffff; 
    --color-dark: #1a1a1a; 

    --spacing-unit: 8px;
    --transition-default: 0.3s ease-in-out;
    --hero-transition-time: 1000ms;
    --hero-transition-delay-time: 50ms;
}

* { box-sizing: border-box; }

/* Lock scrolling while the intro plays */
body.wait   { overflow: hidden; height: 100vh; margin-top:0; }
body.loaded { overflow: visible; padding-right: 0; margin-top:0;}

.text-center { text-align: center; }
.color-light { color: rgb(254, 254, 254); }
.color-dark  { color: rgb(31, 30, 30); }

/* --------------------------------- Headings -------------------------------- */
h1, h2, h3, h4, h5, h6 {
    color: inherit;                     /* inherit section colour (.color-light / .color-dark) */
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0 0 16px;
}
@media (min-width: 640px) { h1, h2, h3, h4, h5, h6 { margin: 0 0 24px; } }
h1:last-child, h2:last-child, h3:last-child,
h4:last-child, h5:last-child, h6:last-child { margin-bottom: 0; }

h1 { font-size: 3.65rem; line-height: 1; }
@media screen and (min-width: 23.43rem) { h1 { font-size: calc(2.47192rem + 5.02808vw); } }
@media screen and (min-width: 100rem)   { h1 { font-size: 7.5rem; } }

h2 { font-size: 2.5rem; }
@media screen and (min-width: 23.43rem) { h2 { font-size: calc(1.73501rem + 3.26499vw); } }
@media screen and (min-width: 100rem)   { h2 { font-size: 5rem; } }

/* --------------------------------- Wrapper --------------------------------- */
.wrapper {
    width: 100%;
    max-width: 1952px;
    margin: 0 auto;
    padding: 0 16px;
}
@media (min-width: 1280px) { .wrapper { padding: 0 40px; } }
@media (min-width: 1536px) { .wrapper { padding: 0 80px; } }
.wrapper .wrapper { padding: 0; }
/* ----------------------------------- Hero ---------------------------------- */
/* Grid-stacked: attachment / wrap / wrapper all share grid cell 1/1 */
.hero {
    display: grid;
    place-items: center;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    justify-content: center;
    min-height: 100vh;
    opacity: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #ffffff;
}

/* Decorative blurred line-grid overlay near the top */
.hero__shape {
    position: absolute;
    left: 0; right: 0; top: 0;
    width: 100%;
    height: 35%;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='321' fill='none'%3E%3Cg fill='%23fff' fill-opacity='.05' fill-rule='evenodd' clip-rule='evenodd' filter='url(%23a)'%3E%3Cpath d='M0 303.024a1 1 0 0 1 1-1l1918 .001c.55 0 1 .447 1 1v16.543c0 .552-.45 1-1 1H1a1 1 0 0 1-1-1v-16.544Zm0-67.026a1 1 0 0 1 1-1h1918c.55 0 1 .448 1 1v33.027c0 .552-.45 1-1 1L1 270.024a1 1 0 0 1-1-1v-33.026Zm0-87.63a1 1 0 0 1 1-1l1918 .001c.55 0 1 .447 1 1v53.629c0 .552-.45 1-1 1H1a1 1 0 0 1-1-1v-53.63Zm0-147a1 1 0 0 1 1-1h1918c.55 0 1 .448 1 1v113c0 .553-.45 1-1 1H1a1 1 0 0 1-1-1v-113Z'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='1950' height='350.2' x='-15' y='-14.632' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeGaussianBlur stdDeviation='7.5'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
.home .hero__shape,
.hero .hero__shape { opacity: 1; }

.hero__wrap { grid-area: 1 / 1; z-index: -1; }

.hero .wrapper,
.hero__attachment {
    grid-area: 1 / 1;
}
.hero .wrapper { transform: translateY(0); }

.hero__attachment {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    transform: scale(1);
    will-change: width, height, transform;
}
.hero__attachment img,
.hero__attachment video {
    grid-area: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero__attachment video { position: relative; z-index: 11; }

/* Intro is driven entirely by GSAP — no CSS transitions competing on these
   properties, so the reveal can't snap. */
.hero.ready .wrapper,
.hero.ready .hero__attachment { transition: none; }

/* Fanning photo stack (grid-stacked & centred) */
.hero__images {
    display: grid;
    place-items: center;
    grid-area: 1 / 1;
    position: relative;
    z-index: -1;
    --hero-images-width-1: 74px;
    --hero-images-width-2: 78px;
    --hero-images-width-3: 89px;
    --hero-images-width-4: 65px;
    --hero-images-width-5: 82px;
}
.hero__images img {
    grid-area: 1 / 1;
    position: relative;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .25);
    will-change: transform;
}
.hero__images--0 { width: var(--hero-images-width-1); aspect-ratio: 0.854 / 1; z-index: 5; }
.hero__images--1 { width: var(--hero-images-width-2); aspect-ratio: 0.987 / 1; z-index: 2; }
.hero__images--2 { width: var(--hero-images-width-3); aspect-ratio: 0.973 / 1; z-index: 3; }
.hero__images--3 { width: var(--hero-images-width-4); aspect-ratio: 0.785 / 1; z-index: 1; }
.hero__images--4 { width: var(--hero-images-width-5); aspect-ratio: 0.856 / 1; z-index: 4; }
@media (min-width: 640px) {
    .hero__images {
        --hero-images-width-1: 120px; --hero-images-width-2: 140px; --hero-images-width-3: 180px;
        --hero-images-width-4: 120px; --hero-images-width-5: 170px;
    }
    .hero__images img { border-radius: 16px; }
}
@media (min-width: 768px) {
    .hero__images {
        --hero-images-width-1: 206px; --hero-images-width-2: 219px; --hero-images-width-3: 249px;
        --hero-images-width-4: 183px; --hero-images-width-5: 238px;
    }
    .hero__images img { border-radius: 28px; }
}

/* Content (headline + buttons) */
.hero__content { padding: 100px 0 30px; }
.hero__content h1 {
    font-size: 103px;
    line-height: 103px;
    margin: 0 auto;
    max-width: 1240px;
    text-wrap: balance;
    color: #fff;
}


/* Rotating icon Swiper inside the headline */
.hero__slider-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    vertical-align: middle;
}
.hero__slider {
    display: inline-block !important;
    width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    opacity: 0;
    transition: opacity 0.6s ease-out;
}
.hero__slider.swiper-initialized { opacity: 1; }
.hero__slider .swiper-slide { display: flex !important; align-items: center; justify-content: center; }
.hero__slider .swiper-slide img { width: 40px; height: 40px; object-fit: contain; }
@media (min-width: 768px) {
    .hero__slider-wrapper { width: 60px !important; max-width: 60px !important; height: 60px !important; }
    .hero__slider { width: 60px !important; max-width: 60px !important; height: 60px !important; }
    .hero__slider .swiper-slide img { width: 60px; height: 60px; }
}

/* Buttons row */
.hero__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px 24px;
    margin-top: 24px;
}
@media (max-width: 639px) {
    .hero__buttons { flex-direction: column; align-items: stretch; }
    .hero__buttons .c-button { justify-content: center; }
}



@media (min-width: 768px) { .hero__content { padding: 100px 0; } }
@media (max-width: 767px) {
    .hero .wrapper { height: 100%; }
    .hero__content {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        max-height: calc(100vh - 50px);
    }
    .hero__content h1 {
        font-size: 45px;
        line-height: 40px;
        margin: 0 auto;
        max-width: 1240px;
        text-wrap: balance;
        color: #fff;
    }
    .hero__content {
        align-items: center;
    }
    .hero__desc h2 {
        font-size: 40px;
        line-height: 42px;
    }
}

 /* ---------------------------------- Buttons -------------------------------- */
    .c-button {
      display: inline-block;
      border-radius: 10px;
      padding: 17px 28px;
      line-height: 1.1;
      margin-bottom: 0;
      overflow: hidden;
      text-align: center;
      text-decoration: none;
      white-space: nowrap;
      vertical-align: middle;
      cursor: pointer;
      user-select: none;
      touch-action: manipulation;
      transition: 0.3s ease-out;
    }
    .c-button:focus, .c-button:hover { text-decoration: none; transform: scale(0.97); }
    .c-button span { display: inline-block; }
    .c-button.has-icon { display: inline-flex; align-items: center; gap: var(--spacing-unit); }
    .c-button__icon { display: inline-flex !important; position: relative; vertical-align: text-top; }
    .c-button__icon svg { width: 9px; height: 9px; stroke: currentcolor; margin: auto; }

    .c-button--white-orange {
      background-color: var(--color-light);
      border: 1px solid var(--color-light);
      color: var(--color-dark);
      padding: 15px 26px;
    }
    .c-button--white-orange:focus, .c-button--white-orange:hover {
      background-color: var(--color-orange);
      border-color: var(--color-orange);
      color: var(--color-light);
      transform: scale(0.97);
    }
    .c-button--border-white {
      background-color: transparent;
      border: 1px solid var(--color-light)!important;
      color: var(--color-light);
      padding: 15px 26px!important;
    }
    .c-button--border-white:focus, .c-button--border-white:hover {
      background-color: var(--color-light);
      color: var(--color-dark);
      transform: scale(0.97);
    }
    .c-button--secondary-dark {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 28px;
      border-radius: 100px;
      font-size: 0.9375rem;
      text-decoration: none;
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      cursor: pointer;
      border: none;
      margin-top: 32px;
      align-self: flex-start;
      background-color: #eee8e2;
      color: #1a1a1a;
      border: 1.5px solid rgba(255,255,255,0.35);
    }
    .c-button--secondary-dark:hover {
      background-color: var(--color-orange);
      color: #ffffff;
      border-color: var(--color-orange);
    }
    .c-button--white-grey {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 16px 32px;
      border-radius: 10px;
      font-size: 1rem;
      font-weight: 500;
      text-decoration: none;
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      cursor: pointer;
      background-color: #eee8e2;
      color: #1a1a1a;
      border: 1.5px solid #eee8e2;
    }
    .c-button--white-grey:hover {
      background-color: var(--color-orange);
      color: #fff;
      border-color: var(--color-orange);
    }
    .c-button--primary {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 16px 32px;
      background-color: #ff5938;
      color: #fff;
      border-radius: 100px;
      font-size: 1rem;
      font-weight: 500;
      text-decoration: none;
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      cursor: pointer;
      border: none;
    }
    .c-button--primary:hover {
      background-color: #e04a2b;
      transform: translateY(-2px);
    }
    .c-button--being-dark {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 16px 32px;
      background-color: #eee8e2;
      color: #1a1a1a;
      border-radius: 10px;
      font-size: 1rem;
      text-decoration: none;
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      cursor: pointer;
      border: none;
    }
    .c-button--being-dark:hover {
      background-color: var(--color-orange);
      color: #ffffff;
      transform: translateY(-2px);
    }

    /* ============================================
       PROJECTS SLIDER SECTION
       ============================================ */
    .projects-slider {
      padding: 120px 0;
      position: relative;
     /* background-color: #f5f0eb;*/
      overflow: hidden;
    }
    @media (max-width: 768px) { .projects-slider { padding: 80px 0; } }
    .projects-slider .wrapper {
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 40px;
    }
    @media (max-width: 768px) { .projects-slider .wrapper { padding: 0 20px; } }
    .projects-slider__intro {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 48px;
      gap: 24px;
    }
    @media (max-width: 768px) {
      .projects-slider__intro {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 32px;
      }
    }
    .projects-slider__text h2 {
      font-size: 69px;
      line-height: 76px;
      letter-spacing: -0.02em;
      color: #1a1a1a;
      margin: 0;
    }
    .projects-slider__text h2 span { color: #0EA29C; }
    .projects-slider__cta--mobile { display: none; margin-top: 40px; }
    @media (max-width: 768px) {
      .projects-slider__cta { display: none; }
      .projects-slider__cta--mobile {
        display: block;
        text-align: left;
    }
      .projects-slider__text h2 {
        font-size: 40px;
        line-height: 42px;
       }
    }
    .projects-slider__slider { overflow: visible !important; }
    .projects-slider__slider .swiper-slide {
      width: 370px !important;
      margin-right: 32px;
    }
    @media (max-width: 768px) {
      .projects-slider__slider .swiper-slide {
        width: 280px !important;
        margin-right: 20px;
      }
    }
    .project-card {
      display: block;
      position: relative;
      width: 100%;
      height: 460px;
      border-radius: 16px;
      overflow: hidden;
      text-decoration: none;
      color: #fff;
      background: #1a1a1a;
      transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .project-card:hover { transform: translateY(-4px); }
    @media (max-width: 768px) { .project-card { height: 400px; } }
    .project-card__attachments {
      position: absolute;
      inset: 0;
      margin: 0;
      padding: 0;
      overflow: hidden;
      border-radius: 16px;
    }
    .project-card__attachments::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.05) 100%);
      z-index: 1;
      transition: opacity 0.5s ease;
    }
    .project-card__attachments img,
    .project-card__attachments video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100% !important;
      object-fit: cover;
      transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .project-card:hover .project-card__attachments img,
    .project-card:hover .project-card__attachments video { transform: scale(1.06); }
    .project-card__content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 24px;
      z-index: 2;
      display: flex;
      flex-direction: column;
      gap: 12px;
      background: rgba(18, 18, 18, .22);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }
    .project-card__sectors { display: flex; gap: 8px; flex-wrap: wrap; }
    .project-card__sector {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 12px;
      background-color: rgba(255,255,255,0.15);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border-radius: 100px;
      font-size: 0.75rem;
      font-weight: 500;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }
    .project-card__sector svg { width: 14px; height: 14px; }
    .project-card__location {
      font-size: 1.25rem;
      font-weight: 500;
      line-height: 1.3;
      color: #fff;
      margin: 0;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .project-card__location svg {
      width: 18px;
      height: 18px;
      flex-shrink: 0;
      fill: none;
      stroke: #fff;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      opacity: 0;
      transform: translateX(-4px);
      transition: opacity 0.3s ease, transform 0.3s ease;
    }
    .project-card:hover .project-card__location svg {
      opacity: 1;
      transform: translateX(0);
    }
    .project-card__cta {
      font-size: 0.8125rem;
      font-weight: 500;
      color: rgba(255,255,255,0.7);
      margin-top: 4px;
      transition: opacity 0.3s ease, transform 0.3s ease;
      display: none;
    }
    .project-card:hover .project-card__cta { display: block; color: #fff; }
    .projects-slider .swiper-scrollbar {
      position: relative !important;
      left: 0 !important;
      bottom: 0 !important;
      width: 100% !important;
      height: 4px !important;
      margin-top: 48px;
      background: rgba(0,0,0,0.08) !important;
      border-radius: 2px;
    }
    .projects-slider .swiper-scrollbar-drag {
      background: #1a1a1a !important;
      border-radius: 2px;
      cursor: grab;
    }
    .projects-slider .swiper-scrollbar-drag:active { cursor: grabbing; }
    .projects-slider[data-animation="fade-in"] {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }
    .projects-slider[data-animation="fade-in"].is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* ============================================
       STATISTICS SECTION
       ============================================ */
    .statistic {
      padding: 120px 0;
      position: relative;
      background-color: #f5f0eb;
      overflow: hidden;
    }
    .statistic .wrapper {
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 40px;
    }
    @media (max-width: 768px) { .statistic .wrapper { padding: 0 20px; } }
    .statistic__container {
      display: flex;
      border-radius: 24px;
      overflow: hidden;
      min-height: 560px;
      gap: 50px;
    }
    @media (max-width: 991px) {
      .statistic__container {
        flex-direction: column;
        min-height: auto;
      }
    }
    .statistic__content {
      flex: 0 0 42%;
      max-width: 42%;
      background-color: #18b5a5;
      color: #fff;
      padding: 64px 56px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
      overflow: hidden;
      border-radius: 24px;
    }
    @media (max-width: 991px) {
      .statistic__content {
        flex: 1 1 auto;
        max-width: 100%;
        padding: 48px 32px;
        min-height: 320px;
      }
    }
    .statistic__content .statistic__title h3 {
      font-size: 69px;
      line-height: 76px;
      letter-spacing: -0.02em;
      color: #fff;
      margin: 0;
    }
    @media (max-width: 768px) {
      .statistic__content .statistic__title h3 {
        font-size: 40px;
        line-height: 42px;
      }
    }
    .green-shape {
      position: absolute;
      width: 280px;
      height: 280px;
      bottom: -60px;
      right: -60px;
      opacity: 0.12;
      pointer-events: none;
    }
    .green-shape::before {
      content: '';
      position: absolute;
      inset: 0;
      background: #ff5938;
      border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
      animation: shapeRotate 20s linear infinite;
    }
    @keyframes shapeRotate {
      from { transform: rotate(0deg); }
      to { transform: rotate(360deg); }
    }
    .statistic__items {
      flex: 1 1 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      position: relative;
      gap: 50px;
    }
    @media (max-width: 768px) { .statistic__items { grid-template-columns: 1fr; } }
    .statistic__item {
      padding: 48px 40px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      position: relative;
      transition: background-color 0.4s ease, opacity 0.6s ease, transform 0.6s ease;
      opacity: 0;
      transform: translateY(20px);
    }
    .statistic__item:hover { background-color: rgba(255,255,255,0.5); }
    @media (max-width: 768px) { .statistic__item { padding: 32px 24px; } }
    .statistic__item .statistic__title {
      font-size: clamp(2.5rem, 4vw, 3.5rem);
      font-weight: 500;
      line-height: 1;
      letter-spacing: -0.03em;
      color: #1a1a1a;
      margin: 0;
    }
    .statistic__item .statistic__text {
      font-size: 0.9375rem;
      font-weight: 400;
      line-height: 1.5;
      color: #6b6b6b;
      margin: 0;
    }
    .statistic__item-border {
      position: absolute;
      background: linear-gradient(var(--statistic-gradient-angle, 90deg), transparent, rgba(0,0,0,0.08), transparent);
      pointer-events: none;
    }
    .statistic__item:nth-child(odd) .statistic__item-border {
      top: 24px;
      right: 0;
      width: 1px;
      height: calc(100% - 48px);
    }
    .statistic__item:nth-child(1) .statistic__item-border::after,
    .statistic__item:nth-child(2) .statistic__item-border::after {
      content: '';
      position: absolute;
      bottom: -24px;
      left: 24px;
      width: calc(100% - 48px);
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(0,0,0,0.08), transparent);
    }
    @media (max-width: 768px) {
      .statistic__item:nth-child(odd) .statistic__item-border {
        top: auto;
        right: 24px;
        bottom: 0;
        left: 24px;
        width: calc(100% - 48px);
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(0,0,0,0.08), transparent);
      }
      .statistic__item:nth-child(odd) .statistic__item-border::after { display: none; }
    }
    .statistic[data-animation="fade-in"] {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }
    .statistic[data-animation="fade-in"].is-visible {
      opacity: 1;
      transform: translateY(0);
    }
    .statistic.is-visible .statistic__item:nth-child(1) { transition-delay: 0.1s; opacity: 1; transform: translateY(0); border: 2px solid #8080807d; border-radius: 30px; }
    .statistic.is-visible .statistic__item:nth-child(2) { transition-delay: 0.2s; opacity: 1; transform: translateY(0); border: 2px solid #8080807d; border-radius: 30px; }
    .statistic.is-visible .statistic__item:nth-child(3) { transition-delay: 0.3s; opacity: 1; transform: translateY(0); border: 2px solid #8080807d; border-radius: 30px; }
    .statistic.is-visible .statistic__item:nth-child(4) { transition-delay: 0.4s; opacity: 1; transform: translateY(0); border: 2px solid #8080807d; border-radius: 30px; }
    .statistic__item img { width: 70px; }

    /* ============================================
       EXPERTISE SLIDER SECTION
       ============================================ */
    .section-expertise {
      padding: 120px 0;
      position: relative;
      /*background-color: #f5f0eb;*/
      overflow: hidden;
    }
    .items-slider__container {
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 40px;
    }
    @media (max-width: 768px) {
      .section-expertise { padding: 80px 0; }
      .items-slider__container { padding: 0 20px; }
    }
    .items-slider__title { margin-bottom: 60px; }
    .items-slider__title h4 {
      font-size: 69px;
      line-height: 76px;
      letter-spacing: -0.02em;
      text-align: left;
      color: #1a1a1a;
    }
    .items-slider__title h4 span { color: #0EA29C; }
    .items-slider__slider { overflow: visible !important; }
    .swiper-wrapper { align-items: stretch; }
    .section-expertise .swiper-slide {
      width: 370px !important;
      height: auto;
      margin-right: 32px;
    }
    @media (max-width: 768px) {
      .section-expertise .swiper-slide {
        width: 280px !important;
        margin-right: 20px;
      }
      .items-slider__title h4 {
        font-size: 40px;
        line-height: 42px;
      }
    }
    .item-slider {
      display: block;
      position: relative;
      width: 100%;
      height: 520px;
      border-radius: 16px;
      overflow: hidden;
      text-decoration: none;
      color: #fff;
      background: #1a1a1a;
      transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .item-slider:hover { transform: translateY(-4px); }
    @media (max-width: 768px) { .item-slider { height: 460px; } }
    .item-slider__image {
      position: absolute;
      inset: 0;
      margin: 0;
      padding: 0;
      overflow: hidden;
      border-radius: 16px;
    }
    .item-slider__image::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.35) 40%, rgba(0,0,0,0.05) 70%, transparent 100%);
      z-index: 1;
      transition: opacity 0.5s ease;
    }
    .item-slider:hover .item-slider__image::after {
      background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.15) 80%, transparent 100%);
    }
    .item-slider__video,
    .item-slider__image img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: none;
      transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.5s ease;
    }
    .item-slider:hover .item-slider__video,
    .item-slider:hover .item-slider__image img { transform: scale(1.06); }
    .item-slider__video {
      z-index: 0;
      opacity: 0;
      transition: opacity 0.5s ease, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .item-slider.is-playing .item-slider__video,
    .item-slider:hover .item-slider__video { opacity: 1; }
    .item-slider__image img { z-index: 1; }
    .item-slider.is-playing .item-slider__image img,
    .item-slider:hover .item-slider__image img {
      opacity: 0;
      transition: opacity 0.4s ease, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .item-slider__content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 28px;
      z-index: 2;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .item-slider__icon {
      width: 40px;
      height: 40px;
      margin: 0 0 4px 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .item-slider__icon svg { width: 100%; height: 100%; }
    .item-slider__title {
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.35;
      color: #fff;
      margin: 0;
    }
    .item-slider__title span {
        color: #0EA29C;
    }
    .item-slider__text {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transform: translateY(12px);
      transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                  opacity 0.4s ease 0.05s,
                  transform 0.4s ease 0.05s;
    }
    .item-slider:hover .item-slider__text {
      max-height: 200px;
      opacity: 1;
      transform: translateY(0);
    }
    .item-slider__text p {
      font-size: 0.8125rem;
      line-height: 1.6;
      color: rgba(255,255,255,0.75);
      margin: 0 0 16px 0;
    }
    .item-slider__text svg {
      width: 20px;
      height: 20px;
      fill: none;
      stroke: #fff;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      display: none;
    }
    .swiper-scrollbar {
      position: relative !important;
      left: 0 !important;
      bottom: 0 !important;
      width: 100% !important;
      height: 4px !important;
      margin-top: 48px;
      background: rgba(0,0,0,0.08) !important;
      border-radius: 2px;
      display: none;
    }
    .swiper-scrollbar-drag {
      background: #1a1a1a !important;
      border-radius: 2px;
      cursor: grab;
    }
    .swiper-scrollbar-drag:active { cursor: grabbing; }

    /* ============================================
       HIGHLIGHTER SERVICES SECTION
       ============================================ */
    .highlighter-services {
      padding: 120px 0;
      position: relative;
      background-color: #ffffff;
      overflow: hidden;
    }
    @media (max-width: 768px) { .highlighter-services { padding: 80px 0; } }
    .highlighter-services .wrapper {
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 40px;
    }
    @media (max-width: 768px) { .highlighter-services .wrapper { padding: 0 20px; } }
    .highlighter-services__container { position: relative; }
    .highlighter-content {
      display: none;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
      opacity: 0;
      transform: translateY(16px);
      transition: opacity 0.5s ease, transform 0.5s ease;
    }
    .highlighter-content.active {
      display: grid;
      opacity: 1;
      transform: translateY(0);
    }
    @media (max-width: 991px) {
      .highlighter-content,
      .highlighter-content.active {
        grid-template-columns: 1fr;
        gap: 48px;
      }
    }
    .highlighter-services__left { max-width: 520px; }
    .highlighter-services__title {
      font-size: 69px;
      line-height: 76px;
      letter-spacing: -0.02em;
      color: #1a1a1a;
      margin: 0 0 24px 0;
      min-height: 3.5em;
    }
    .highlighter-services__title .type-text {
      color: #0EA29C;
      border-right: 3px solid #9f908d;
      padding-right: 4px;
      animation: blinkCursor 0.8s step-end infinite;
    }
    .highlighter-services__title .type-text.typing-done {
      animation: none;
      border-right-color: transparent;
    }
    @keyframes blinkCursor {
      0%, 100% { border-right-color: #9f908d; }
      50% { border-right-color: transparent; }
    }
    .highlighter-services__desc {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.65;
      color: #555;
      margin: 0 0 32px 0;
    }
    .highlighter-services__button { margin-top: 8px; }
    .highlighter-services__right { display: flex; justify-content: center; }
    .highlighter-services__image {
      position: relative;
      width: 100%;
      max-width: 520px;
      border-radius: 20px;
      overflow: visible;
    }
    .highlighter-services__image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        border-radius: 20px;
    }
    .highlighter-tag {
      position: absolute;
      padding: 10px 18px;
      background-color: #f5f0eb;
      color: #6b6b6b;
      font-size: 0.8125rem;
      font-weight: 500;
      border-radius: 14px;
      white-space: nowrap;
      box-shadow: 0 2px 12px rgba(0,0,0,0.06);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      z-index: 2;
    }
    .highlighter-tag:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }
    .tag-space    { top: -16px;   left: -16px;  }
    .tag-income   { top: 20%;     right: -20px; }
    .tag-carbon   { bottom: 20%;  left: -24px;  }
    .tag-energy   { bottom: -12px; right: 10%;  }
    .tag-energyCost  { top: -16px;   left: 10%;  }
    .tag-regulatory  { top: 25%;     right: -24px; }
    .tag-resilience  { bottom: 25%;  left: -20px;  }
    @media (max-width: 991px) {
      .highlighter-tag { font-size: 0.75rem; padding: 8px 14px; border-radius: 10px; }
      .tag-space    { top: -10px;  left: -10px; }
      .tag-income   { top: 15%;    right: -10px; }
      .tag-carbon   { bottom: 15%; left: -10px; }
      .tag-energy   { bottom: -10px; right: 5%; }
      .tag-energyCost  { top: -10px; left: 5%; }
      .tag-regulatory  { top: 20%;   right: -10px; }
      .tag-resilience  { bottom: 20%; left: -10px; }
      .highlighter-services__title {
          font-size: 40px;
          line-height: 42px;
        }
    }
    .highlighter-nav {
      display: flex;
      justify-content: center;
      gap: 12px;
      margin-top: 60px;
    }
    .highlighter-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: none;
      background-color: rgba(0,0,0,0.15);
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.3s ease;
      padding: 0;
    }
    .highlighter-dot:hover { background-color: rgba(0,0,0,0.3); }
    .highlighter-dot.active {
      background-color: #1a1a1a;
      transform: scale(1.2);
    }
    .highlighter-services[data-animation="fade-in"] {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }
    .highlighter-services[data-animation="fade-in"].is-visible {
      opacity: 1;
      transform: translateY(0);
    }

     /* ============================================
       MAP SECTION
       ============================================ */
    .map {
      background: #f5f0eb;
    }

    .map-wrapper {
        max-width: 1400px;
        margin: auto;
        padding: 120px 40px;
        display: grid;
        grid-template-columns: 420px 1fr;
        gap: 80px;
        align-items: center;
    }
    
    h1 {
        color: #333;
        line-height: 76px;
        margin-bottom: 30px;
        font-size: 69px;
        letter-spacing: -0.02em;
    }

      h1 span {
        color: #0EA29C !important;
      }

      .subtitle {
        font-size: 1.1rem;
        color: #aa9c95;
        margin-bottom: 20px;
      }

      .tabs {
        display: flex;
        gap: 20px;
        margin-bottom: 30px;
        flex-wrap: wrap;
      }

      .tab-btn {
        padding: 12px 30px;
        font-size: 1rem;
        border: none !important;
        border-radius: 12px;
        background: #e9e2dc;
        cursor: pointer;
        transition: all 0.2s;
      }

      .tab-btn.active {
        background: #F69135;
        color: #fff;
      }

      .tab-btn:hover {
        background: #F69135;
        color: white;
      }

      .map-card {
        display: none;
        width: 100%;
        position: relative;
      }

      .map-card.active {
        display: block;
      }

      .svg-wrap {
        width: 100%;
        overflow: hidden;
        position: relative;
      }

      .svg-wrap svg {
        width: 80%;
        height: auto;
        display: block;
      }
      #nsw-card .svg-wrap svg {
        width: 100%;
        height: auto;
        display: block;
     }
      .project-dot {
        cursor: pointer;
        transition: transform 0.15s, filter 0.15s;
        stroke: white;
        stroke-width: 1.5;
        /* FIX: scale from the dot's own center, not the SVG origin */
        transform-box: fill-box;
        transform-origin: center;
      }

      .project-dot:hover {
        transform: scale(1.3);
        filter: drop-shadow(0 0 8px rgba(255, 100, 60, 0.6));
      }

      /* Tooltip Styles */
      .tooltip {
        position: fixed;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(8px);
        padding: 8px 14px;
        border-radius: 12px;
        font-size: 13px;
        font-weight: 600;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        border: 1px solid #eee;
        pointer-events: none;
        opacity: 0;
        transform: translateY(8px);
        transition: opacity 0.2s, transform 0.2s;
        white-space: nowrap;
        z-index: 10000;
        color: #111;
        visibility: hidden;
      }

      .tooltip.show {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
      }

      /* FIX: stack the two columns on small screens so the map stays usable */
      @media (max-width: 768px) {
        .map-wrapper {
            display: flex;
            gap: 20px;
            align-items: center;
            flex-direction: column;
            padding: 80px 20px;
        }
      }

      @media (max-width: 600px) {
        .svg-wrap svg {
          width: 90%;
        }
      }
    /* ============================================
       BLOG / LATEST ARTICLES
       ============================================ */
    .blog { padding: 120px 0; background: #f5f0eb; overflow: hidden; }
    @media (max-width: 768px) { .blog { padding: 70px 0 80px; } }
    .blog .wrapper { max-width: 1440px; margin: 0 auto; padding: 0 40px; }
    @media (max-width: 768px) { .blog .wrapper { padding: 0 20px; } }
    .blog__head {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 24px;
      margin-bottom: 52px;
      flex-wrap: wrap;
    }
    .blog__head h2 {
      font-size: clamp(2rem, 3.6vw, 3.2rem);
      line-height: 1.1;
      letter-spacing: -0.02em;
      color: #1a1a1a;
      margin: 0;
    }
    .blog__head h2 span { color: #0EA29C; }
    .section-head__eyebrow {
      display: block;
      font-size: 0.75rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: #9f908d;
      margin-bottom: 8px;
    }
    .blog__slider { overflow: visible !important; padding-bottom: 20px; }
    .blog__slider .swiper-slide {
      width: 300px !important;
      margin-right: 28px;
    }
    @media (max-width: 991px) {
      .blog__slider .swiper-slide {
        width: 340px !important;
        margin-right: 24px;
      }
    }
    @media (max-width: 640px) {
      .blog__slider .swiper-slide {
        width: 300px !important;
        margin-right: 20px;
      }
    }
    .blog .swiper-scrollbar {
      position: relative !important;
      left: 0 !important;
      bottom: 0 !important;
      width: 100% !important;
      height: 4px !important;
      margin-top: 40px;
      background: rgba(0,0,0,0.08) !important;
      border-radius: 2px;
    }
    .blog .swiper-scrollbar-drag {
      background: #1a1a1a !important;
      border-radius: 2px;
      cursor: grab;
    }
    .blog .swiper-scrollbar-drag:active { cursor: grabbing; }
    .post-card {
      display: flex;
      flex-direction: column;
      background: #fff;
      border: 1px solid rgba(0,0,0,.05);
      border-radius: 20px;
      overflow: hidden;
      text-decoration: none;
      color: #1a1a1a;
      transition: transform .45s cubic-bezier(.25,.46,.45,.94), box-shadow .45s cubic-bezier(.25,.46,.45,.94);
      height: 100%;
    }
    @media (hover: hover) {
      .post-card:hover { transform: translateY(-7px); box-shadow: 0 30px 54px -22px rgba(20,26,19,.18); }
    }
    .post-card__image { position: relative; margin: 0; overflow: hidden; aspect-ratio: 16 / 10; }
    .post-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .8s cubic-bezier(.25,.46,.45,.94);
    }
    @media (hover: hover) {
      .post-card:hover .post-card__image img { transform: scale(1.06); }
    }
    .post-card__tags { position: absolute; bottom: 14px; left: 14px; display: flex; gap: 8px; flex-wrap: wrap; }
    .post-card__tag {
      padding: 6px 13px;
      border-radius: 100px;
      background: rgba(255,255,255,.92);
      backdrop-filter: blur(8px);
      font-size: .68rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .06em;
      line-height: 1;
      color: #1a1a1a;
    }
    .post-card__body { display: flex; flex-direction: column; gap: 12px; padding: 24px 24px 26px; flex: 1; }
    .post-card__title {
      font-size: 1.12rem;
      font-weight: 600;
      line-height: 1.35;
      letter-spacing: -0.015em;
      margin: 0;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .post-card__excerpt {
      font-size: .86rem;
      line-height: 1.65;
      color: #6b6b6b;
      margin: 0;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .post-card__foot {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: auto;
      padding-top: 16px;
      border-top: 1px dashed rgba(0,0,0,.08);
    }
    .post-card__read {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-size: .8rem;
      font-weight: 600;
      color: #ff6f61;
      transition: gap .3s ease;
    }
    @media (hover: hover) { .post-card:hover .post-card__read { gap: 11px; } }
    .post-card__read svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .blog[data-animation="fade-in"] { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
    .blog[data-animation="fade-in"].is-visible { opacity: 1; transform: translateY(0); }

    /* ============================================
       BRAND CAROUSEL
       ============================================ */
    .brand-carousel-section {
      background: #ffffff;
      padding: 60px 0;
      overflow: hidden;
      position: relative;
    }
    .brand-track {
      display: flex;
      animation: scroll 30s linear infinite;
      width: fit-content;
    }
    .brand-track:hover { animation-play-state: paused; }
    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    .brand-slide {
      flex: 0 0 auto;
      width: 200px;
      height: 80px;
      margin: 0 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      filter: grayscale(100%);
      opacity: 0.6;
      transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .brand-slide:hover { filter: grayscale(0%); opacity: 1; transform: scale(1.1); }
    .brand-slide img { max-height: 50px; width: auto; object-fit: contain; }

