/*Home page*/

/*City Page css */

.city-hero {
    position: relative;
    height: calc(100vh - 102px);
    min-height: calc(100vh - 102px);
    height: calc(100svh - 102px);
    min-height: calc(100svh - 102px);
    display: flex;
    align-items: flex-start;
    overflow: hidden;
  }
  .city-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .city-hero__overlay {
    position: absolute;
    inset: 0;
    background: var(--gradient-city-hero);
    z-index: 1;
  }
  .city-hero__content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 12px 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    animation: fadeUp 0.9s var(--ease) both;
  }
  .city-hero__content::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 6px;
    width: min(670px, calc(100% - 36px));
    height: 270px;
    background: linear-gradient(180deg, rgba(8, 67, 123, 0.36) 0%, rgba(8, 67, 123, 0.12) 58%, rgba(8, 67, 123, 0) 100%);
    border-radius: 16px;
    z-index: -1;
    pointer-events: none;
  }
  
  .city-hero__badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid #cf5c10;
    background: rgba(8, 67, 123, 0.78);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
    margin-top: 14px;
    margin-bottom: 0;
    align-self: flex-start;
  }
  .city-hero__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cf5c10;
    box-shadow: 0 0 0 3px rgba(207, 92, 16, 0.2);
  }
  
  .city-hero__title {
    font-family: var(--font-display);
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.02em;
    max-width: 100%;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.45);
  }
  .city-hero__title-accent {
    font-style: italic;
    color: #cf5c10;
  }
  
  .city-hero__subtitle {
    margin-top: 8px;
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    max-width: 560px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.38);
  }
  
  .city-hero__actions {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 28px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    transition: gap 0.25s var(--ease), background 0.25s var(--ease),
      transform 0.25s var(--ease);
  }
  .btn svg { width: 16px; height: 16px; transition: transform 0.25s var(--ease); }
  .btn:hover { gap: 12px; }
  .btn:hover svg { transform: translateX(4px); }
  
  .btn--primary {
    background: linear-gradient(135deg, #fa7213 0%, #cf5c10 52%, #b44706 100%);
    color: #ffffff;
    border: 1px solid rgba(250, 114, 19, 0.95);
    box-shadow: 0 14px 32px rgba(180, 71, 6, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.14) inset;
  }
  .btn--primary:hover {
    background: linear-gradient(135deg, #cf5c10 0%, #b44706 100%);
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(180, 71, 6, 0.52), 0 0 0 1px rgba(255, 255, 255, 0.22) inset;
  }
  
  .btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: var(--white);
  }
  .btn--ghost:hover { background: rgba(255, 255, 255, 0.15); }


  .city-about {
    padding: 2rem;
    background: #ffffff;
  }

  .city-about__inner {
    display: block;
  }

  .city-about__title {
    color: #12528f;
    font-size: 32px;
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
  }
  .city-about__keyword {
    color: #cf5c10;
  }

  .city-about__body {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 34px;
    align-items: start;
  }

  .city-about__copy h2 {
    color: #12528f;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
  }

  .city-about__copy p {
    color: #000000;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 12px;
    max-width: 660px;
  }

  p.city-about__subtitle {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    margin-bottom: 14px;
    max-width: 660px;
  }

  .city-about__media {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 30px rgba(8, 67, 123, 0.2);
    border: 1px solid rgba(18, 82, 143, 0.15);
  }

  .city-about__media img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    display: block;
  }

  .city-showcase {
    background: #f5f5f5;
    padding: 2rem;
  }

  .city-showcase__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  align-items: start;
    margin-bottom: 34px;
  }

  .city-showcase__row:last-child {
    margin-bottom: 0;
  }

  .city-showcase__row--reverse .city-showcase__media {
    order: 2;
  }

  .city-showcase__row--reverse .city-showcase__content {
    order: 1;
  }

  .city-showcase__media {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 14px 26px rgba(8, 67, 123, 0.16);
  }

  .city-showcase__media img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    display: block;
  }

  .city-showcase__content h2 {
    color: #12528f;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
  }

  .city-showcase__content h2 span {
    color: #cf5c10;
  }

  .city-showcase__content p {
    color: #000000;
    font-size: 15px;
    line-height: 1.72;
    margin-bottom: 10px;
    max-width: 620px;
  }

  .city-showcase__content p:last-child {
    margin-bottom: 0;
  }

  .city-showcase__row--reverse .city-showcase__content ul {
    margin: 8px 0 0;
    padding-left: 22px;
  }

  .city-showcase__row--reverse .city-showcase__content li {
    color: #000000;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 8px;
  }

  .city-showcase__row--reverse .city-showcase__content li::marker {
    color: #cf5c10;
  }

  .city-showcase__row--reverse .city-showcase__content li span {
    color: #12528f;
    font-weight: 700;
  }


  .city-presence {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 72%);
    padding: 2rem;
  }

  .city-presence__title {
    color: #12528f;
    font-size: clamp(28px, 2.6vw, 42px);
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    text-align: center;
  }

  .city-presence__title span {
    color: #cf5c10;
  }

  .city-presence__intro {
    color: #000000;
    font-size: 15px;
    line-height: 1.65;
    max-width: 100%;
    margin-bottom: 18px;
    text-align: center;
  }

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

  .city-presence__card {
    position: relative;
    border: 1px solid rgba(18, 82, 143, 0.18);
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #fafdff 100%);
    padding: 18px 16px 15px;
    box-shadow: 0 12px 26px rgba(8, 67, 123, 0.11);
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  }

  .city-presence__card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #12528f 0%, #08437b 55%, #cf5c10 100%);
  }

  .city-presence__card::after {
    content: "";
    position: absolute;
    right: -38px;
    top: -38px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(18, 82, 143, 0.11) 0%, rgba(18, 82, 143, 0) 72%);
    pointer-events: none;
  }

  .city-presence__card:hover {
    transform: translateY(-3px);
    border-color: rgba(207, 92, 16, 0.45);
    box-shadow: 0 18px 34px rgba(8, 67, 123, 0.18);
  }

  .city-presence__card h3 {
    color: #12528f;
    font-size: 19px;
    line-height: 1.25;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
  }

  .city-presence__address {
    color: #111827;
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .city-presence__phone {
    margin-bottom: 8px;
  }

  .city-presence__phone a {
    color: #08437b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: color 0.2s ease;
  }

  .city-presence__phone a:hover {
    color: #cf5c10;
  }

  .city-presence__type {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #12528f 0%, #08437b 100%);
    border: 1px solid rgba(18, 82, 143, 0.32);
    border-radius: 999px;
    padding: 7px 11px;
    box-shadow: 0 6px 14px rgba(8, 67, 123, 0.2);
  }

  .city-presence__links {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .city-presence__links a {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(18, 82, 143, 0.22);
    background: #ffffff;
    color: #08437b;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(8, 67, 123, 0.08);
    transition: all 0.2s ease;
  }

  .city-presence__links a:hover {
    border-color: #cf5c10;
    color: #cf5c10;
    background: #fff8f3;
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(207, 92, 16, 0.16);
  }

  /* Keep all non-hero section headings consistent */
  .city-about__title,
  .city-showcase__content h2,
  .city-portfolio__title,
  .city-presence__title,
  .city-cta-banner__copy h2 {
    font-size: 28px;
  }

  /* ---------- ANIMATION ---------- */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  
  @media (max-width: 640px) {
    .city-hero {
      height: auto;
      min-height: 0;
      display: flex;
      flex-direction: column;
    }
    .city-hero__bg {
      position: relative;
      inset: auto;
      order: 2;
      height: 240px;
    }
    .city-hero__overlay {
      display: none;
    }
    .city-hero__content {
      order: 1;
      height: auto;
      padding: 24px 24px 22px;
      background: linear-gradient(180deg, #08437b 0%, #12528f 100%);
    }
    .city-hero__content::before {
      display: none;
    }
    .city-hero__badge {
      font-size: 10px;
      padding: 8px 10px;
      margin-top: 10px;
    }
    .city-about {
      padding: 34px 0 44px;
    }
    .city-about__body {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .city-about__title,
    .city-about__copy h2 {
      font-size: clamp(26px, 8vw, 34px);
    }
    .city-about__copy p {
      font-size: 14px;
      line-height: 1.58;
    }
    .city-about__subtitle {
      font-size: 17px;
      line-height: 1.4;
      margin-bottom: 12px;
    }
    .city-about__media img {
      min-height: 220px;
    }
    .city-showcase {
      padding: 2px 0 34px;
    }
    .city-showcase__row {
      grid-template-columns: 1fr;
      gap: 16px;
      margin-bottom: 24px;
    }
    .city-showcase__row--reverse .city-showcase__media,
    .city-showcase__row--reverse .city-showcase__content {
      order: initial;
    }
    .city-showcase__media img {
      min-height: 220px;
    }
    .city-showcase__content h2 {
      font-size: clamp(26px, 8vw, 36px);
      line-height: 1.12;
    }
    .city-showcase__content p {
      font-size: 14px;
      line-height: 1.62;
    }
    .city-showcase__row--reverse .city-showcase__content li {
      font-size: 14px;
      line-height: 1.62;
    }
    .city-presence {
      padding: 2px 0 28px;
    }
    .city-presence__title {
      font-size: clamp(24px, 7vw, 32px);
      margin-bottom: 10px;
    }
    .city-presence__intro {
      font-size: 14px;
      line-height: 1.58;
      margin-bottom: 14px;
    }
    .city-presence__cards {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: minmax(240px, 82vw);
      grid-template-columns: none;
      gap: 10px;
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
      padding-bottom: 4px;
      -webkit-overflow-scrolling: touch;
    }
    .city-presence__card {
      padding: 12px 12px 10px;
      scroll-snap-align: start;
    }
    .city-presence__card h3 {
      font-size: 16px;
      margin-bottom: 6px;
    }
    .city-presence__address {
      font-size: 13px;
      margin-bottom: 6px;
    }
    .city-presence__phone a {
      font-size: 13px;
    }
    .city-presence__links {
      gap: 8px;
    }
    .city-presence__links a {
      font-size: 12px;
      padding: 7px 10px;
    }
    .nav__inner { padding: 0 20px; }
  }
  
  .netherlands-hero-title{
    font-size: 26px;
  }

/* ===== City Trusted Section ===== */
.city-trusted-section {
  padding: 18px 0 26px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
  border-top: 1px solid #eceff3;
}

.city-trusted-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 20px;
  align-items: stretch;
  background: #ffffff;
  border: 1px solid rgba(18, 82, 143, 0.14);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 14px 30px rgba(8, 67, 123, 0.11);
  overflow: hidden;
}

.city-trusted-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #12528f 0%, #08437b 54%, #cf5c10 100%);
}

.city-trusted-content h3 {
  font-size: 24px;
  line-height: 1.1;
  color: #12528f;
  letter-spacing: -0.02em;
  margin: 2px 0 12px;
  max-width: 92%;
}

.city-trusted-content h3 span {
  color: #cf5c10;
}

.city-trusted-content p {
  font-size: 16px;
  line-height: 1.66;
  color: #263340;
  margin: 0;
  max-width: 96%;
}

.city-trusted-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.city-trusted-tags span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #b44706;
  background: #fff0eb;
  border: 1px solid #ffd8c8;
  border-radius: 999px;
  padding: 7px 11px;
}

.city-trusted-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(18, 82, 143, 0.1);
  display: block;
}

@media (max-width: 1023px) {
  .city-trusted-card {
    grid-template-columns: 1fr;
    padding: 13px;
    gap: 14px;
  }
  .city-trusted-content h3 {
    font-size: clamp(30px, 7vw, 38px);
    max-width: 100%;
  }
  .city-trusted-content p {
    font-size: 15px;
    line-height: 1.62;
    max-width: 100%;
  }
  .city-trusted-media {
    order: 2;
  }
  .city-trusted-media img {
    min-height: 230px;
  }
}
 
 
 /* About page */
 
.insta-exhibit-about-us-page {
    background: #fff;
}

.au-hero-shell {
    position: relative;
    min-height: 470px;
    --au-backdrop-top: 0px;
    --au-backdrop-height: 470px;
    --au-image-height: 420px;
}

.au-hero-backdrop {
    position: absolute;
    left: 0;
    top: var(--au-backdrop-top);
    width: 68%;
    height: var(--au-backdrop-height);
    background: #12528f;
}

.au-hero-left {
    position: absolute;
    left: 24px;
    top: 66px;
    max-width: 450px;
    color: #fff;
    z-index: 2;
}

.au-hero-left h1 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.au-hero-left p {
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.65;
    max-width: 380px;
}

.au-hero-points {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
    max-width: 390px;
    margin-bottom: 30px;
}

.au-hero-points li {
    position: relative;
    padding-left: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.01em;
}

.au-hero-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #fa7213 0%, #cf5c10 62%, #b44706 100%);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18);
}

.au-btn {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background: #cf5c10;
    border: 1px solid #cf5c10;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.au-btn:hover {
    background: #b44706;
    border-color: #b44706;
    color: #fff;
}

.au-hero-right {
    position: absolute;
    right: 18px;
    top: calc(var(--au-backdrop-top) + (var(--au-backdrop-height) - var(--au-image-height)) / 2);
    width: min(58%, 690px);
    z-index: 3;
}

.au-hero-right img {
    width: 100%;
    height: var(--au-image-height);
    object-fit: cover;
    display: block;
    box-shadow: 0 16px 26px rgba(0, 0, 0, 0.18);
    border-radius: 36px;
}

.au-about {
    padding: 2rem 0;
    background: #faf2e9;
}

.au-about-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 66px;
    align-items: center;
}

.au-about-collage {
    position: relative;
}

.au-about-image-large {
    width: 60%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.au-about-image-small {
    position: absolute;
    top: 37px;
    left: 58%;
    width: 53%;
    height: 240px;
    object-fit: cover;
    border: 8px solid #fff;
}

.au-about-copy {
    margin-left: 30px;
}

.au-about-copy h2 {
    color: #000;
    font-size: 30px;
    line-height: 1.06;
    letter-spacing: -0.02em;
}

.au-about-copy h2 span {
    color: #12528f;
}

.au-about-copy p {
    margin-top: 18px;
    color: #000;
    font-size: 14px;
    line-height: 1.7;
    max-width: 420px;
}

.au-about-points {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
    max-width: 460px;
}

.au-about-points li {
    position: relative;
    padding-left: 22px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.au-about-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cf5c10;
}

.au-signature {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

@media (max-width: 992px) {
    .insta-exhibit-about-us-page {
        padding: 0 0 54px;
    }

    .au-hero {
        margin-bottom: 20px;
    }

    .au-hero-shell {
        min-height: auto;
        display: flex;
        flex-direction: column;
    }

    .au-hero-backdrop {
        width: 100%;
        height: auto;
        min-height: 430px;
        top: 0;
    }

    .au-hero-left {
        position: relative;
        top: auto;
        left: auto;
        order: 1;
        padding: 32px 20px 28px;
        max-width: 100%;
        z-index: 3;
    }

    .au-hero-points {
        margin-top: 14px;
        gap: 7px;
    }

    .au-hero-points li {
        font-size: 15px;
    }

    .au-hero-right {
        position: relative;
        right: auto;
        top: auto;
        order: 2;
        width: calc(100% - 16px);
        margin: 14px auto 0;
    }

    .au-hero-right img {
        height: 290px;
    }

    .au-about-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .au-about-collage {
        min-height: 420px;
    }

    .au-about-copy h2 {
        font-size: clamp(30px, 8vw, 44px);
    }
}

@media (max-width: 680px) {
    .au-hero-left h1,
    .au-about-copy h2 {
        font-size: clamp(28px, 9.6vw, 40px);
    }

    .au-hero-backdrop {
        min-height: 470px;
    }

    .au-hero-left {
        padding: 28px 16px 24px;
    }

    .au-hero-left p {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.55;
    }

    .au-hero-right img {
        height: 270px;
        border-radius: 24px;
    }

    .au-hero-points {
        margin-top: 12px;
        gap: 6px;
        margin-bottom: 18px;
    }

    .au-hero-points li {
        padding-left: 22px;
        font-size: 13px;
        line-height: 1.45;
    }

    .au-hero-points li::before {
        width: 11px;
        height: 11px;
        top: 5px;
    }

    .au-about-points {
        margin-top: 14px;
        gap: 7px;
    }

    .au-about-points li {
        font-size: 13px;
        padding-left: 20px;
    }

    .au-about-points li::before {
        width: 9px;
        height: 9px;
        top: 6px;
    }

    .au-about-collage {
        min-height: 0;
        order: 2;
    }

    .au-about-image-large {
        width: 100%;
        height: 260px;
        border-radius: 14px;
    }

    .au-about-image-small {
        display: none;
    }

    .au-about-copy {
        order: 1;
        margin-left: 0;
    }

}

/* ---------- Meet Our Team ---------- */
.au-team {
    padding: 2rem 0;
    background: #f4f5f7;
}

.au-team .container {
    text-align: center;
}

.au-team__title {
    margin: 0 0 30px;
    font-size: 28px;
    font-weight: 700;
    color: #12528f;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.au-team__title span {
    color: #cf5c10;
}

.au-team__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    text-align: left;
}

.au-team__card {
    position: relative;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #d9e3ef;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    padding: 8px;
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.au-team__card::before {
    content: "";
    position: absolute;
    inset: -30% -10% auto -10%;
    height: 140px;
    background: radial-gradient(circle, rgba(250, 114, 19, 0.22) 0%, rgba(250, 114, 19, 0) 70%);
    opacity: 0;
    transform: translateY(-14px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
    z-index: 0;
}

.au-team__card:hover {
    box-shadow: 0 18px 40px rgba(18, 82, 143, 0.26);
    transform: translateY(-6px);
}

.au-team__card:hover::before {
    opacity: 1;
    transform: translateY(0);
}

.au-team__photo {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center top;
    display: block;
    margin: 0;
    border-radius: 14px;
    border: 2px solid #ffffff;
    box-shadow: 0 8px 18px rgba(18, 82, 143, 0.14);
    transition: transform 0.45s ease, filter 0.45s ease;
    position: relative;
    z-index: 1;
}

.au-team__card:hover .au-team__photo {
    transform: scale(1.04);
    filter: saturate(1.08) contrast(1.04);
}

.au-team__overlay {
    position: static;
}

.au-team__info {
    margin-top: 10px;
    padding: 10px 8px 2px;
    border-radius: 0;
    background: transparent;
    text-align: center;
    box-shadow: none;
    transition: background 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    z-index: 1;
}

.au-team__name {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #101828;
    transition: color 0.35s ease;
    line-height: 1.25;
}

.au-team__role {
    margin: 10px auto 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 8px;
    border: 1px solid #d8e2ef;
    background: #f8fbff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #12528f;
    transition: all 0.3s ease;
    line-height: 1.2;
}

.au-team__card:hover .au-team__info,
.au-team__card:focus-within .au-team__info {
    background: linear-gradient(180deg, rgba(250, 114, 19, 0.1) 0%, rgba(207, 92, 16, 0.04) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.au-team__card:hover .au-team__name,
.au-team__card:hover .au-team__role,
.au-team__card:focus-within .au-team__name,
.au-team__card:focus-within .au-team__role {
    color: #cf5c10;
}

.au-team__card:hover .au-team__role,
.au-team__card:focus-within .au-team__role {
    border-color: rgba(207, 92, 16, 0.35);
    background: #fff4ec;
    color: #b44706;
}

@media (max-width: 1200px) {
    .au-team__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .au-team__photo {
        height: 230px;
    }
}

@media (max-width: 768px) {
    .au-team__grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(210px, 72vw);
        grid-template-columns: none;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
    }

    .au-team__card {
        scroll-snap-align: start;
    }

    .au-team__photo {
        height: 220px;
        object-fit: contain;
        object-position: center center;
        background: #eef3f8;
    }
}

@media (max-width: 520px) {
    .au-team {
        padding: 40px 0 48px;
    }

    .au-team__title {
        margin-bottom: 28px;
    }

    .au-team__grid {
        grid-auto-columns: minmax(220px, 82vw);
        max-width: none;
        margin: 0;
    }

    .au-team__photo {
        height: 230px;
    }
}

/*Contact Page*/
.insta-exhibit-contact-us-page {
  background: #f6f7fb;
  padding-bottom: 40px;
}

.contact-us-hero {
  background: #faf2e9;
}

.contact-us-hero,
.contact-get-touch-section,
.contact-offices-india,
.contact-offices-world {
  padding: 20px 0;
}

.contact-get-touch-section,
.contact-offices-world {
  background: #ffffff;
}

.contact-offices-india {
  background: #faf2e9;
}

.contact-page-wrap {
  display: grid;
  gap: 0px;
}

.card-surface {
  background: #ffffff;
  border: 1px solid #e3e7ef;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.06);
}

.contact-top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.contact-us-intro {
  padding: 12px 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  max-width: 460px;
}

.contact-eyebrow {
  display: inline-block;
  border: 1px solid rgba(207, 92, 16, 0.45);
  color: #cf5c10;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.contact-us-intro h1 {
  font-size: 46px;
  color: #101828;
  line-height: 1.1;
  margin-bottom: 12px;
}

.contact-us-intro h1 span {
  color: #cf5c10;
}

.contact-us-intro p {
  color: #64748b;
  font-size: 18px;
  line-height: 1.5;
}

.contact-highlights {
  margin: 16px 0 18px;
  list-style: none;
  display: grid;
  gap: 6px;
  color: #475467;
  font-size: 14px;
}

.contact-highlights li::before {
  content: "•";
  color: #cf5c10;
  margin-right: 6px;
}

.contact-btn {
  display: inline-block;
  background: linear-gradient(90deg, #cf5c10, #fa7213);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  padding: 12px 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(207, 92, 16, 0.28);
  filter: saturate(1.08);
}

.contact-office-photo {
  padding: 10px;
  border-color: rgba(207, 92, 16, 0.5);
  align-self: stretch;
  max-width: 560px;
  justify-self: end;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-office-photo:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(16, 24, 40, 0.12);
}

.contact-office-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 14 / 9;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.contact-middle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-get-in-touch,
.contact-form-wrap {
  padding: 22px;
}

.contact-get-in-touch {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-left: 0;
}

.contact-get-in-touch h2,
.contact-offices-india h2,
.contact-offices-world h2 {
  font-size: 44px;
  line-height: 1.1;
  color: #101828;
  margin-bottom: 10px;
}

.contact-offices-india h2,
.contact-offices-world h2,
.contact-offices-india .section-subtitle,
.contact-offices-world .section-subtitle {
  text-align: center;
}

/* Keep all primary contact-page headings consistent */
.contact-us-intro h1,
.contact-get-in-touch h2,
.contact-form-wrap h3,
.contact-offices-india h2,
.contact-offices-world h2 {
  font-size: 28px;
}

/* Hero heading keeps its visual emphasis */
.contact-us-intro h1 {
  font-size: 46px;
}

.contact-get-in-touch h2 span,
.contact-offices-india h2 span,
.contact-offices-world h2 span {
  color: #cf5c10;
}

.contact-get-in-touch > p {
  color: #667085;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.contact-info-list {
  display: grid;
  gap: 12px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  border: 1px solid #eaecf0;
  background: #ffffff;
  border-radius: 14px;
  padding: 12px 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.info-item:hover {
  border-color: rgba(18, 82, 143, 0.28);
  box-shadow: 0 8px 18px rgba(18, 82, 143, 0.12);
  transform: translateY(-1px);
}

.info-copy {
  display: grid;
  gap: 3px;
  flex: 1;
}

.info-item strong {
  color: #475467;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}

.info-copy span {
  color: #101828;
  font-size: 14px;
  font-weight: 600;
}

.info-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #fef2f2;
  border: 1px solid #fde4e4;
  color: #cf5c10;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #e4e7ec;
  color: #667085;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-arrow svg {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}

.contact-social-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.contact-social-row p {
  font-size: 12px;
  color: #475467;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-social-icons {
  display: flex;
  gap: 8px;
  align-items: center;
}

.contact-social-icons a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #12528f;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.contact-social-icons a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 14px rgba(15, 23, 42, 0.25);
  filter: brightness(1.05);
}

.contact-social-icons .social-fb { background: #1877f2; }
.contact-social-icons .social-in { background: #0a66c2; }
.contact-social-icons .social-yt { background: #ff3030; }
.contact-social-icons .social-x { background: #111827; }
.contact-social-icons .social-pin { background: #e60023; }

.form-title-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.form-title-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fdecec;
  color: #cf5c10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.contact-form-wrap h3 {
  font-size: 24px;
  color: #101828;
  margin-bottom: 2px;
}

.form-title-row p {
  color: #667085;
  font-size: 11px;
  margin-bottom: 0;
}

.contact-form-grid {
  display: grid;
  gap: 10px;
}

.contact-form-grid input {
  height: 44px;
  border-radius: 8px;
  border: 1px solid #d9e0ea;
  padding: 0 12px;
  font-size: 13px;
  width: 100%;
  margin-bottom: 10px;
}

.contact-submit-btn {
  margin-top: 4px;
  height: 40px;
  border: none;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #cf5c10, #fa7213);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.contact-submit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(180, 71, 6, 0.28);
  filter: saturate(1.08);
}

.contact-form-meta {
  margin-top: 12px;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 14px;
  color: #98a2b3;
  font-size: 10px;
}

.contact-offices-india,
.contact-offices-world {
  background: transparent;
}

.section-subtitle {
  color: #667085;
  font-size: 13px;
  margin-bottom: 30px;
}

.office-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.office-card {
  background: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.office-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

.office-card__top {
  padding: 12px 14px;
  border-bottom: 1px solid #eef1f4;
}

.office-card:first-child .office-card__top {
  background: #cf5c10;
}

.office-card__mini {
  font-size: 10px;
  font-weight: 700;
  color: #98a2b3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

.office-card:first-child .office-card__mini {
  color: rgba(255, 255, 255, 0.75);
}

.office-card h3 {
  font-size: 16px;
  color: #101828;
  margin: 0;
}

.office-card:first-child h3 {
  color: #ffffff;
}

.office-card__body {
  padding: 14px;
}

.office-company {
  font-size: 15px !important;
  font-weight: 700;
  color: #2a3342 !important;
  margin-bottom: 10px !important;
}

.office-chip {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #cf5c10;
  border-radius: 999px;
  padding: 3px 9px;
  margin: 6px 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.office-line,
.office-time {
  font-size: 12px;
  color: #475467;
  line-height: 1.55;
  margin-bottom: 7px;
  position: relative;
  padding-left: 18px;
}

.office-line::before,
.office-time::before {
  content: "◉";
  position: absolute;
  left: 0;
  top: 1px;
  color: #98a2b3;
  font-size: 9px;
}

.office-time {
  margin-top: 10px;
  color: #98a2b3;
}

.world-usa-panel {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.world-usa-panel:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.1);
}

.world-usa-panel__head {
  text-align: center;
  padding: 10px 12px 12px;
  border-bottom: 1px solid #e9edf2;
}

.world-usa-panel__head p {
  font-size: 10px;
  font-weight: 700;
  color: #98a2b3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
}

.world-usa-panel__head h3 {
  font-size: 28px;
  color: #101828;
  margin: 0;
}

.world-usa-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.world-usa-card {
  padding: 14px 14px 12px;
  border-right: 1px solid #edf1f5;
}

.world-usa-card:last-child {
  border-right: 0;
}

.world-usa-card h4 {
  font-size: 16px;
  line-height: 1.25;
  color: #2f3b4a;
  margin-bottom: 8px;
}

.world-line {
  font-size: 12px;
  color: #556070;
  line-height: 1.5;
  margin-bottom: 5px;
  position: relative;
  padding-left: 16px;
}

.world-line::before {
  content: "◉";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 8px;
  color: #cf5c10;
}

.world-eu-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.world-eu-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.world-eu-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
}

.world-eu-card__mini {
  font-size: 10px;
  font-weight: 700;
  color: #98a2b3;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 10px 14px 2px;
}

.world-eu-card h3 {
  font-size: 16px;
  color: #1f2937;
  padding: 0 14px 10px;
  border-bottom: 1px solid #eef2f6;
  margin: 0;
}

.world-eu-card__body {
  padding: 12px 14px;
}

.world-eu-company {
  font-size: 14px;
  font-weight: 700;
  color: #2a3342;
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .contact-us-hero {
    padding: 20px 0;
  }

  .contact-top-grid,
  .contact-middle-grid,
  .office-cards-grid,
  .world-usa-grid,
  .world-eu-grid {
    grid-template-columns: 1fr;
  }

  .contact-top-grid {
    gap: 14px;
  }

  .contact-us-intro {
    max-width: 100%;
  }

  .contact-us-intro h1 {
    font-size: 36px;
  }

  .contact-us-intro p {
    font-size: 16px;
  }

  .contact-highlights {
    font-size: 13px;
  }

  .contact-office-photo img {
    max-height: none;
  }

  .world-usa-card {
    border-right: 0;
    border-bottom: 1px solid #edf1f5;
  }

  .world-usa-card:last-child {
    border-bottom: 0;
  }

  .contact-offices-india h2,
  .contact-offices-world h2,
  .contact-get-in-touch h2 {
    font-size: 30px;
  }

  .contact-get-in-touch > p {
    font-size: 14px;
  }

  .info-copy span {
    font-size: 18px;
  }

  .contact-form-wrap h3 {
    font-size: 22px;
  }
}

/*Services*/

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-body); color: var(--foreground); background: var(--background); }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

.container { max-width: 1400px; margin: 0 auto; padding: 0 2rem; }
.contact-text-red,
.text-red { color: #d2691e; }


/* BUTTONS */
.contact-btn {
    display: inline-flex; align-items: center; gap: .4rem;
    padding: 1rem 1.75rem; border-radius: 999px;
    font-family: var(--font-display); font-weight: 600; font-size: .95rem;
    transition: all .25s ease;
  }
.contact-btn--gold { background: var(--gold); color: #fff; box-shadow: 0 8px 20px -8px rgba(210,105,30,.5); }
.contact-btn--gold:hover { background: var(--brand-red-hover); transform: translateY(-2px); }
.contact-arrow { transition: transform .25s ease; }
.contact-btn:hover .contact-arrow { transform: translateX(4px); }
  
.contact-link-underline {
    font-family: var(--font-display); font-weight: 600; font-size: .9rem;
    border-bottom: 2px solid rgba(210,105,30,.3); padding-bottom: 2px;
    transition: color .2s;
  }
.contact-link-underline:hover { color: var(--brand-red); border-color: var(--brand-red); }
  
  /* EYEBROW */
.contact-eyebrow {
    display: inline-flex; align-items: center; gap: .75rem;
    font-size: 11px; font-weight: 500; text-transform: uppercase;
    letter-spacing: .28em; color: var(--muted-foreground);
  }
.contact-eyebrow--red { color: var(--brand-red); }
.contact-eyebrow__line { width: 2rem; height: 1px; background: var(--brand-red); }
  
  /* ===== HERO ===== */
.contact-hero { position: relative; background: var(--secondary); height: calc(100vh - 60px); overflow: hidden; }
.contact-hero__bg-mobile { display: none; }
.contact-hero__inner { position: relative; z-index: 10; height: 100%; display: flex; flex-direction: column; padding-top: 1rem; padding-bottom: 2rem; }
  
.contact-hero__title {
    padding-top: 10px; max-width: 42rem;
    font-family: var(--font-display); font-size: 28px; font-weight: 700;
    line-height: 1.1; white-space: nowrap;
  }
  
.contact-hero__row { display: flex; align-items: flex-start; margin-top: 1.25rem; flex: 1; }
.contact-hero__left { width: 45%; padding-right: 2rem; }
.contact-hero__right { width: 55%; padding-left: 1.5rem; }
  
.contact-hero__desc { max-width: 28rem; font-size: 1rem; line-height: 1.75; color: var(--muted-foreground); }
.contact-hero__desc + .contact-eyebrow { margin-top: 0.5rem; }
  
.contact-hero__trust { margin-top: 0.5rem; display: flex; align-items: center; gap: 1.5rem; }
  .stars { display: flex; align-items: center; gap: .25rem; color: var(--brand-red); }
  .trust-text { margin-left: .375rem; font-size: .75rem; color: var(--muted-foreground); font-weight: 500; }
  .divider { width: 1px; height: 1rem; background: var(--border); }
  
.contact-hero__cta { margin-top: 1.25rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
  
.contact-hero__image-wrap { position: relative; }
.contact-hero__image-bg {
    position: absolute; top: -.75rem; right: -.75rem; bottom: .75rem; left: .75rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, var(--brand-red), hsl(210,60%,30%));
  }
.contact-hero__image { position: relative; border-radius: 1rem; overflow: hidden; box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); }
.contact-hero__image img { width: 100%; height: auto; object-fit: cover; }
  
.contact-hero__wave { position: absolute; left: 0; right: 0; bottom: 0; z-index: 20; pointer-events: none; }
.contact-hero__wave svg { width: 100%; height: 56px; display: block; }
.contact-hero__wave path { fill: var(--background); }
  
  @media (max-width: 1023px) {
    .contact-hero {
      height: auto;
      min-height: 0;
      overflow: visible;
      padding-bottom: 0;
    }
    .contact-hero__inner {
      height: auto;
      min-height: 0;
    }
    .contact-hero__row {
      flex-direction: column;
      flex: 0 1 auto;
      align-items: stretch;
    }
    .contact-hero__left {
      width: 100%;
      max-width: 100%;
      padding-right: 0;
      order: 1;
    }
    .contact-hero__right {
      display: block;
      width: 100%;
      max-width: 100%;
      padding-left: 0;
      order: 2;
      margin-top: 1.5rem;
    }
    .contact-hero__desc { max-width: none; }
    .contact-hero__title { white-space: normal; }
  }
  
  /* ===== ABOUT ===== */
.contact-about { padding: 1rem 0 2rem; background: var(--background); }
.contact-about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: stretch; }
  
.contact-about__image { border-radius: 1rem; overflow: hidden; box-shadow: 0 10px 25px -5px rgba(0,0,0,.1); height: 100%; }
.contact-about__image img { width: 100%; height: 100%; object-fit: cover; }
  
.contact-about__title { margin: .25rem 0 0.5rem; font-family: var(--font-display); font-weight: 700; font-size: 2rem; line-height: 1.2; }
.contact-about__desc { font-size: .875rem; line-height: 1.7; color: var(--muted-foreground); margin-bottom: 0.5rem; }
  
.contact-about__list { list-style: none; margin-bottom: 1.5rem; }
.contact-about__list li { display: flex; align-items: center; gap: .625rem; font-size: .875rem; color: var(--muted-foreground); margin-bottom: 8px; }
.contact-check {
    display: inline-flex; align-items: center; justify-content: center;
    width: 1.25rem; height: 1.25rem; border-radius: 999px;
    background: rgba(210,105,30,.1); color: var(--brand-red);
    font-weight: 700; font-size: .75rem;
  }
  
.contact-about__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 2rem; }
.contact-stat { text-align: center; padding: .75rem; border-radius: .75rem; background: var(--secondary); border: 1px solid var(--border); }
.contact-stat__icon { font-size: 1.1rem; margin-bottom: .375rem; }
.contact-stat__value { font-family: var(--font-display); font-weight: 700; font-size: 1.125rem; line-height: 1; }
.contact-stat__label { font-size: 10px; color: var(--muted-foreground); margin-top: .25rem; }
  
.contact-about__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.contact-phone { display: flex; align-items: center; gap: .75rem; }
.contact-phone__icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 2.5rem; height: 2.5rem; border-radius: 999px;
    background: var(--brand-red); color: #fff;
    box-shadow: 0 4px 12px -2px rgba(210,105,30,.3);
  }
.contact-phone__label { display: block; font-size: 11px; color: var(--muted-foreground); }
.contact-phone__number { display: block; font-family: var(--font-display); font-weight: 600; font-size: .875rem; transition: color .2s; }
.contact-phone__number:hover { color: var(--brand-red); }
  
  @media (max-width: 1023px) {
    .contact-about__grid {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .contact-about__content { order: 1; }
    .contact-about__image {
      order: 2;
      height: auto;
      min-height: 0;
    }
    .contact-about__image img {
      height: auto;
      max-height: 22rem;
      object-fit: cover;
    }
  }

/* ===== SERVICES ===== */
.services { padding: 2rem 0; background: var(--secondary); }

.services__header {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; margin-bottom: 2.5rem;
}
.services__header .eyebrow {
  color: var(--brand-red);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .5rem;
  display: inline-flex; align-items: center; gap: .5rem;
}
.services__header .eyebrow__line { width: 1.5rem; height: 1px; background: var(--brand-red); }

.services__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--foreground);
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1023px) { .services__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px) {
  .services__grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    gap: 1rem;
    margin: 0;
    padding: 0;
  }
  .services__grid .service-card {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: start;
  }
}

/* CARD */
.service-card {
  position: relative;
  border-radius: .75rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  cursor: pointer;
  transition: box-shadow .3s ease, transform .3s ease;
}
.service-card:hover {
  box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
  transform: translateY(-4px);
}

/* DEFAULT STATE: image top, text bottom */
.service-card__default {
  display: flex; flex-direction: column;
  background: var(--card-bg);
  transition: opacity .4s ease;
}
.service-card:hover .service-card__default { opacity: 0; }

.service-card__image {
  margin: 1rem 1rem 0;
  border-radius: .5rem;
  overflow: hidden;
}
.service-card__image img { width: 100%; height: auto; object-fit: contain; display: block; }

.service-card__body { padding: 1.25rem; display: flex; flex-direction: column; justify-content: center; }
.service-card__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--foreground);
  margin-bottom: .5rem;
}
.service-card__desc {
  font-family: var(--font-body);
  font-size: .875rem;
  line-height: 1.6;
  color: var(--muted-foreground);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-card__link {
  display: inline-flex; align-items: center; gap: .375rem;
  color: var(--brand-red);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .875rem;
  margin-top: .75rem;
}

/* HOVER STATE: text top, image bottom */
.service-card__hover {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  opacity: 0;
  transition: opacity .4s ease;
}
.service-card:hover .service-card__hover { opacity: 1; }

.service-card__body--hover {
  background: var(--card-bg-hover);
  padding: 1.25rem;
}
.service-card__title--hover { color: #fff; }
.service-card__desc--hover { color: rgba(255,255,255,.7); }

.service-card__image--hover {
  flex: 1;
  background: var(--card-bg-hover);
  padding: 0 1rem 1rem;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
}
.service-card__image--hover img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: .5rem;
}
/* ===== WHY CHOOSE US ===== */
.why-choose {
    padding: 2rem 0;
    background: var(--background);
  }
  
  .why-choose__container {
    width: 100%;
    padding: 0 2rem;
  }
  
  /* Header */
  .why-choose__header {
    text-align: center;
    margin-bottom: 3.5rem;
  }
  .why-choose__header .eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    color: var(--brand-red);
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: .5rem;
  }
  .why-choose__header .eyebrow__line {
    width: 1.5rem;
    height: 1px;
    background: var(--brand-red);
  }
  .why-choose__title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: var(--foreground);
  }
  
  /* Rows wrapper */
  .why-choose__rows {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  
  /* Each row */
  .why-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: start;
  }
  
  /* Image */
  .why-row__image {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,.15);
    order: 1;
  }
  .why-row__image img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    transition: transform .5s ease;
  }
  .why-row__image:hover img {
    transform: scale(1.02);
  }
  
  /* Text */
  .why-row__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    order: 2;
  }
  .why-row__title {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--foreground);
    line-height: 1.4;
  }
  .why-row__text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: .875rem;
  }
  .why-row__text p,
  .why-row__text li {
    color: var(--muted-foreground);
    line-height: 1.7;
  }
  .why-row__text ul {
    list-style: disc;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
  }
  
  /* Reversed row: image right, text left */
  .why-row--reversed .why-row__image { order: 2; }
  .why-row--reversed .why-row__content { order: 1; }
  
  /* Responsive */
  @media (max-width: 1023px) {
    .why-row,
    .why-row--reversed {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .why-row__image,
    .why-row--reversed .why-row__image { order: 1; }
    .why-row__content,
    .why-row--reversed .why-row__content { order: 2; }
  }
/* ===== WORK PROCESS ===== */
.process {
    padding: 2rem 0;
    background: var(--secondary);
  }
  
  /* Header */
  .process__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: .75rem;
    margin-bottom: 2.5rem;
    max-width: 100%;
    padding-inline: 0;
    box-sizing: border-box;
  }
  .process__header .eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    color: var(--brand-red);
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: .5rem;
  }
  .process__header .eyebrow__line {
    width: 1.5rem;
    height: 1px;
    background: var(--brand-red);
  }
  .process__title {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    color: var(--foreground);
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .process__desc {
    font-family: var(--font-body);
    font-size: .875rem;
    line-height: 1.6;
    color: var(--muted-foreground);
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  @media (min-width: 1024px) {
    .process__title,
    .process__desc {
      white-space: nowrap;
    }
  }
  
  /* Cards wrapper */
  .process__wrap { position: relative; }
  
  /* Connector line (desktop only) */
  .process__line {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    transform: translateY(-50%);
    background: linear-gradient(to right, transparent, var(--border), transparent);
    z-index: 0;
  }
  @media (min-width: 1024px) {
    .process__line { display: block; }
  }
  
  /* Grid */
  .process__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  @media (min-width: 640px)  { .process__grid { grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024px) { .process__grid { grid-template-columns: repeat(4, 1fr); } }
  
  /* Card */
  .step-card {
    display: flex;
    flex-direction: column;
    border-radius: .75rem;
    overflow: hidden;
    background: var(--background);
    border: 1px solid transparent;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  }
  .step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 35px -12px rgba(0,0,0,.18);
    border-color: rgba(210,105,30,.1); /* brand-red @ 10% */
  }
  
  /* Card body */
  .step-card__body {
    position: relative;
    padding: 1.5rem 1.5rem 2rem;
    flex: 1;
  }
  .step-card__bignum {
    position: absolute;
    top: .75rem;
    right: 1rem;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    color: rgba(210,105,30,.07); /* brand-red @ 7% */
    user-select: none;
    transition: color .3s ease;
  }
  .step-card:hover .step-card__bignum {
    color: rgba(210,105,30,.15); /* brand-red @ 15% */
  }
  .step-card__title {
    position: relative;
    z-index: 1;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1rem;
    color: var(--foreground);
    margin-bottom: .5rem;
  }
  .step-card__desc {
    position: relative;
    z-index: 1;
    font-family: var(--font-body);
    font-size: .875rem;
    line-height: 1.6;
    color: var(--muted-foreground);
  }
  
  /* Bottom bar */
  .step-card__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1.25rem;
    background: var(--foreground);
    transition: background-color .3s ease;
  }
  .step-card:hover .step-card__bar {
    background: var(--brand-red);
  }
  .step-card__bar-label {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: .75rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #ffffff; /* primary-foreground */
  }
  .step-card__bar-num {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: .875rem;
    color: var(--brand-red);
    transition: color .3s ease;
  }
  .step-card:hover .step-card__bar-num {
    color: #ffffff;
  }

/* ===== GLOBAL REACH ===== */
.reach {
    padding: 2rem 0;
    background: var(--background);
    overflow: hidden;
  }
  
  /* Layout */
  .reach__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
  }
  @media (min-width: 1024px) {
    .reach__grid { grid-template-columns: 1fr 2fr; }
  }
  
  /* ----- LEFT TEXT ----- */
  .reach__text .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--brand-red);
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: .5rem;
  }
  .reach__text .eyebrow__line {
    width: 1.5rem;
    height: 1px;
    background: var(--brand-red);
  }
  .reach__title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.2;
    color: var(--foreground);
    margin-bottom: 1rem;
  }
  @media (min-width: 768px) {
    .reach__title { font-size: 2rem; }
  }
  .reach__lead { margin-bottom: 1.5rem; }
  .reach__subtitle {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--foreground);
    margin-bottom: .5rem;
  }
  .reach__desc {
    font-size: .875rem;
    line-height: 1.7;
    color: var(--muted-foreground);
  }
  
  /* Legend card */
  .reach__legend {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    padding: 1rem;
    background: var(--secondary);
    border: 1px solid var(--border);
    border-radius: .75rem;
  }
  .legend__item {
    display: flex;
    align-items: center;
    gap: .75rem;
  }
  .legend__dot {
    width: 1rem;
    height: 1rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
  }
  .legend__dot svg { width: 10px; height: 10px; }
  .legend__dot--red {
    background: var(--brand-red);
    box-shadow: 0 4px 6px rgba(210,105,30,.2);
  }
  .legend__dot--blue {
    background: #3b82f6;
    box-shadow: 0 4px 6px rgba(59,130,246,.2);
  }
  .legend__label {
    font-size: .875rem;
    font-weight: 500;
    color: var(--foreground);
  }
  
  /* ----- RIGHT MAP ----- */
  .reach__map {
    position: relative;
  }
  .reach__map-img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .4;
  }
  
  /* Pins (absolute positioned by inline left/top) */
  .pin {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, -50%);
  }
  .pin__dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    color: #ffffff;
    z-index: 2;
  }
  
  /* Production pin (large red w/ icon + label) */
  .pin__dot--prod {
    width: 1.75rem;
    height: 1.75rem;
    background: var(--brand-red);
    box-shadow: 0 10px 15px rgba(210,105,30,.3);
  }
  .pin__dot--prod svg { width: 14px; height: 14px; }
  
  /* Project pin (small blue dot) */
  .pin__dot--proj {
    width: 1rem;
    height: 1rem;
    background: #3b82f6;
    box-shadow: 0 4px 6px rgba(59,130,246,.2);
  }
  .pin__dot--proj svg { width: 10px; height: 10px; }
  
  /* Pulse ring (production only) */
  .pin__pulse {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    background: rgba(210,105,30,.1);
    animation: pin-ping 2s cubic-bezier(0,0,0.2,1) infinite;
    z-index: 1;
  }
  @keyframes pin-ping {
    75%, 100% { transform: scale(2); opacity: 0; }
  }
  
  /* Pin label */
  .pin__label {
    margin-top: .25rem;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 10px;
    color: var(--foreground);
    background: rgba(255,255,255,.8);
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
  }
  
/* Service Details Page*/


  * { box-sizing: border-box; margin: 0; padding: 0; }
  body { font-family: var(--font-body); color: var(--foreground); background: var(--background); }
  img { max-width: 100%; display: block; }
  a { text-decoration: none; color: inherit; }
  
  .container { max-width: 1400px; margin: 0 auto; padding: 0 2rem; }
.contact-text-red,
.text-red { color: #d2691e; }
  
  /* BUTTONS */
.contact-btn {
    display: inline-flex; align-items: center; gap: .4rem;
    padding: 1rem 1.75rem; border-radius: 999px;
    font-family: var(--font-display); font-weight: 600; font-size: .95rem;
    transition: all .25s ease;
  }
.contact-btn--gold { background: var(--gold); color: #fff; box-shadow: 0 8px 20px -8px rgba(210,105,30,.5); }
.contact-btn--gold:hover { background: var(--brand-red-hover); transform: translateY(-2px); }
.contact-arrow { transition: transform .25s ease; }
.contact-btn:hover .contact-arrow { transform: translateX(4px); }
  
.contact-link-underline {
    font-family: var(--font-display); font-weight: 600; font-size: .9rem;
    border-bottom: 2px solid rgba(210,105,30,.3); padding-bottom: 2px;
    transition: color .2s;
  }
.contact-link-underline:hover { color: var(--brand-red); border-color: var(--brand-red); }
  
  /* EYEBROW */
.contact-eyebrow {
    display: inline-flex; align-items: center; gap: .75rem;
    font-size: 11px; font-weight: 500; text-transform: uppercase;
    letter-spacing: .28em; color: var(--muted-foreground);
  }
.contact-eyebrow--red { color: var(--brand-red); }
.contact-eyebrow__line { width: 2rem; height: 1px; background: var(--brand-red); }
  
  /* ===== HERO ===== */
.contact-hero { position: relative; background: var(--secondary); height: calc(100vh - 80px); overflow: hidden; }
.contact-hero__bg-mobile { display: none; }
.contact-hero__inner { position: relative; z-index: 10; height: 100%; display: flex; flex-direction: column; padding-top: 1rem; padding-bottom: 2rem; }
  
.contact-hero__title {
    padding-top: 10px; max-width: 42rem;
    font-family: var(--font-display); font-size: 28px; font-weight: 700;
    line-height: 1.1; white-space: nowrap;
  }
  
.contact-hero__row { display: flex; align-items: flex-start; margin-top: 1.25rem; flex: 1; }
.contact-hero__left { width: 45%; padding-right: 2rem; }
.contact-hero__right { width: 55%; padding-left: 1.5rem; }
  
.contact-hero__desc { max-width: 28rem; font-size: 1rem; line-height: 1.75; color: var(--muted-foreground); }
.contact-hero__desc + .contact-eyebrow { margin-top: 0.5rem; }
  
.contact-hero__trust { margin-top: 0.5rem; display: flex; align-items: center; gap: 1.5rem; }
  .stars { display: flex; align-items: center; gap: .25rem; color: var(--brand-red); }
  .trust-text { margin-left: .375rem; font-size: .75rem; color: var(--muted-foreground); font-weight: 500; }
  .divider { width: 1px; height: 1rem; background: var(--border); }
  
.contact-hero__cta { margin-top: 1.25rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
  
.contact-hero__image-wrap { position: relative; }
.contact-hero__image-bg {
    position: absolute; top: -.75rem; right: -.75rem; bottom: .75rem; left: .75rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, var(--brand-red), hsl(210,60%,30%));
  }
.contact-hero__image { position: relative; border-radius: 1rem; overflow: hidden; box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); }
.contact-hero__image img { width: 100%; height: auto; object-fit: cover; }
  
.contact-hero__wave { position: absolute; left: 0; right: 0; bottom: 0; z-index: 20; pointer-events: none; }
.contact-hero__wave svg { width: 100%; height: 56px; display: block; }
.contact-hero__wave path { fill: var(--background); }
  
  @media (max-width: 1023px) {
    .contact-hero {
      height: auto;
      min-height: 0;
      overflow: visible;
      padding-bottom: 0;
    }
    .contact-hero__inner {
      height: auto;
      min-height: 0;
    }
    .contact-hero__row {
      flex-direction: column;
      flex: 0 1 auto;
      align-items: stretch;
    }
    .contact-hero__left {
      width: 100%;
      max-width: 100%;
      padding-right: 0;
      order: 1;
    }
    .contact-hero__right {
      display: block;
      width: 100%;
      max-width: 100%;
      padding-left: 0;
      order: 2;
      margin-top: 1.5rem;
    }
    .contact-hero__desc { max-width: none; }
    .contact-hero__title { white-space: normal; }
  }
  
  /* ===== ABOUT ===== */
.contact-about { padding: 1rem 0 2rem; background: var(--background); }
.contact-about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: stretch; }
  
.contact-about__image { border-radius: 1rem; overflow: hidden; box-shadow: 0 10px 25px -5px rgba(0,0,0,.1); height: 100%; }
.contact-about__image img { width: 100%; height: 100%; object-fit: cover; }
  
.contact-about__title { margin: .25rem 0 0.5rem; font-family: var(--font-display); font-weight: 700; font-size: 2rem; line-height: 1.2; }
.contact-about__desc { font-size: .875rem; line-height: 1.7; color: var(--muted-foreground); margin-bottom: 0.5rem; }
  
.contact-about__list { list-style: none; margin-bottom: 1.5rem; }
.contact-about__list li { display: flex; align-items: center; gap: .625rem; font-size: .875rem; color: var(--muted-foreground); margin-bottom: 8px; }
.contact-check {
    display: inline-flex; align-items: center; justify-content: center;
    width: 1.25rem; height: 1.25rem; border-radius: 999px;
    background: rgba(210,105,30,.1); color: var(--brand-red);
    font-weight: 700; font-size: .75rem;
  }
  
.contact-about__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 2rem; }
.contact-stat { text-align: center; padding: .75rem; border-radius: .75rem; background: var(--secondary); border: 1px solid var(--border); }
.contact-stat__icon { font-size: 1.1rem; margin-bottom: .375rem; }
.contact-stat__value { font-family: var(--font-display); font-weight: 700; font-size: 1.125rem; line-height: 1; }
.contact-stat__label { font-size: 10px; color: var(--muted-foreground); margin-top: .25rem; }
  
.contact-about__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.contact-phone { display: flex; align-items: center; gap: .75rem; }
.contact-phone__icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 2.5rem; height: 2.5rem; border-radius: 999px;
    background: var(--brand-red); color: #fff;
    box-shadow: 0 4px 12px -2px rgba(210,105,30,.3);
  }
.contact-phone__label { display: block; font-size: 11px; color: var(--muted-foreground); }
.contact-phone__number { display: block; font-family: var(--font-display); font-weight: 600; font-size: .875rem; transition: color .2s; }
.contact-phone__number:hover { color: var(--brand-red); }
  
  @media (max-width: 1023px) {
    .contact-about__grid {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .contact-about__content { order: 1; }
    .contact-about__image {
      order: 2;
      height: auto;
      min-height: 0;
    }
    .contact-about__image img {
      height: auto;
      max-height: 22rem;
      object-fit: cover;
    }
  }

/* ===== SERVICES ===== */
.services { padding: 2rem 0; background: var(--secondary); }

.services__header {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; margin-bottom: 2.5rem;
}
.services__header .eyebrow {
  color: var(--brand-red);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .5rem;
  display: inline-flex; align-items: center; gap: .5rem;
}
.services__header .eyebrow__line { width: 1.5rem; height: 1px; background: var(--brand-red); }

.services__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--foreground);
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1023px) { .services__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px) {
  .services__grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    gap: 1rem;
    margin: 0;
    padding: 0;
  }
  .services__grid .service-card {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: start;
  }
}

/* CARD */
.service-card {
  position: relative;
  border-radius: .75rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  cursor: pointer;
  transition: box-shadow .3s ease, transform .3s ease;
}
.service-card:hover {
  box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
  transform: translateY(-4px);
}

/* DEFAULT STATE: image top, text bottom */
.service-card__default {
  display: flex; flex-direction: column;
  background: var(--card-bg);
  transition: opacity .4s ease;
}
.service-card:hover .service-card__default { opacity: 0; }

.service-card__image {
  margin: 1rem 1rem 0;
  border-radius: .5rem;
  overflow: hidden;
}
.service-card__image img { width: 100%; height: auto; object-fit: contain; display: block; }

.service-card__body { padding: 1.25rem; display: flex; flex-direction: column; justify-content: center; }
.service-card__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--foreground);
  margin-bottom: .5rem;
}
.service-card__desc {
  font-family: var(--font-body);
  font-size: .875rem;
  line-height: 1.6;
  color: var(--muted-foreground);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-card__link {
  display: inline-flex; align-items: center; gap: .375rem;
  color: var(--brand-red);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .875rem;
  margin-top: .75rem;
}

/* HOVER STATE: text top, image bottom */
.service-card__hover {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  opacity: 0;
  transition: opacity .4s ease;
}
.service-card:hover .service-card__hover { opacity: 1; }

.service-card__body--hover {
  background: var(--card-bg-hover);
  padding: 1.25rem;
}
.service-card__title--hover { color: #fff; }
.service-card__desc--hover { color: rgba(255,255,255,.7); }

.service-card__image--hover {
  flex: 1;
  background: var(--card-bg-hover);
  padding: 0 1rem 1rem;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
}
.service-card__image--hover img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: .5rem;
}
/* ===== WHY CHOOSE US ===== */
.why-choose {
    padding: 2rem 0;
    background: var(--background);
  }
  
  .why-choose__container {
    width: 100%;
    padding: 0 2rem;
  }
  
  /* Header */
  .why-choose__header {
    text-align: center;
    margin-bottom: 3.5rem;
  }
  .why-choose__header .eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    color: var(--brand-red);
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: .5rem;
  }
  .why-choose__header .eyebrow__line {
    width: 1.5rem;
    height: 1px;
    background: var(--brand-red);
  }
  .why-choose__title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: var(--foreground);
  }
  
  /* Rows wrapper */
  .why-choose__rows {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  
  /* Each row */
  .why-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: start;
  }
  
  /* Image */
  .why-row__image {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,.15);
    order: 1;
  }
  .why-row__image img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    transition: transform .5s ease;
  }
  .why-row__image:hover img {
    transform: scale(1.02);
  }
  
  /* Text */
  .why-row__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    order: 2;
  }
  .why-row__title {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--foreground);
    line-height: 1.4;
  }
  .why-row__text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: .875rem;
  }
  .why-row__text p,
  .why-row__text li {
    color: var(--muted-foreground);
    line-height: 1.7;
  }
  .why-row__text ul {
    list-style: disc;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
  }
  
  /* Reversed row: image right, text left */
  .why-row--reversed .why-row__image { order: 2; }
  .why-row--reversed .why-row__content { order: 1; }
  
  /* Responsive */
  @media (max-width: 1023px) {
    .why-row,
    .why-row--reversed {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .why-row__image,
    .why-row--reversed .why-row__image { order: 1; }
    .why-row__content,
    .why-row--reversed .why-row__content { order: 2; }
  }
/* ===== WORK PROCESS ===== */
.process {
    padding: 2rem 0;
    background: var(--secondary);
  }
  
  /* Header */
  .process__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: .75rem;
    margin-bottom: 2.5rem;
    max-width: 100%;
    padding-inline: 0;
    box-sizing: border-box;
  }
  .process__header .eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    color: var(--brand-red);
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: .5rem;
  }
  .process__header .eyebrow__line {
    width: 1.5rem;
    height: 1px;
    background: var(--brand-red);
  }
  .process__title {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    color: var(--foreground);
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .process__desc {
    font-family: var(--font-body);
    font-size: .875rem;
    line-height: 1.6;
    color: var(--muted-foreground);
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  @media (min-width: 1024px) {
    .process__title,
    .process__desc {
      white-space: nowrap;
    }
  }
  
  /* Cards wrapper */
  .process__wrap { position: relative; }
  
  /* Connector line (desktop only) */
  .process__line {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    transform: translateY(-50%);
    background: linear-gradient(to right, transparent, var(--border), transparent);
    z-index: 0;
  }
  @media (min-width: 1024px) {
    .process__line { display: block; }
  }
  
  /* Grid */
  .process__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  @media (min-width: 640px)  { .process__grid { grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024px) { .process__grid { grid-template-columns: repeat(4, 1fr); } }
  
  /* Card */
  .step-card {
    display: flex;
    flex-direction: column;
    border-radius: .75rem;
    overflow: hidden;
    background: var(--background);
    border: 1px solid transparent;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  }
  .step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 35px -12px rgba(0,0,0,.18);
    border-color: rgba(210,105,30,.1); /* brand-red @ 10% */
  }
  
  /* Card body */
  .step-card__body {
    position: relative;
    padding: 1.5rem 1.5rem 2rem;
    flex: 1;
  }
  .step-card__bignum {
    position: absolute;
    top: .75rem;
    right: 1rem;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    color: rgba(210,105,30,.07); /* brand-red @ 7% */
    user-select: none;
    transition: color .3s ease;
  }
  .step-card:hover .step-card__bignum {
    color: rgba(210,105,30,.15); /* brand-red @ 15% */
  }
  .step-card__title {
    position: relative;
    z-index: 1;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1rem;
    color: var(--foreground);
    margin-bottom: .5rem;
  }
  .step-card__desc {
    position: relative;
    z-index: 1;
    font-family: var(--font-body);
    font-size: .875rem;
    line-height: 1.6;
    color: var(--muted-foreground);
  }
  
  /* Bottom bar */
  .step-card__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1.25rem;
    background: var(--foreground);
    transition: background-color .3s ease;
  }
  .step-card:hover .step-card__bar {
    background: var(--brand-red);
  }
  .step-card__bar-label {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: .75rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #ffffff; /* primary-foreground */
  }
  .step-card__bar-num {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: .875rem;
    color: var(--brand-red);
    transition: color .3s ease;
  }
  .step-card:hover .step-card__bar-num {
    color: #ffffff;
  }

/* ===== GLOBAL REACH ===== */
.reach {
    padding: 2rem 0;
    background: var(--background);
    overflow: hidden;
  }
  
  /* Layout */
  .reach__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
  }
  @media (min-width: 1024px) {
    .reach__grid { grid-template-columns: 1fr 2fr; }
  }
  
  /* ----- LEFT TEXT ----- */
  .reach__text .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--brand-red);
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: .5rem;
  }
  .reach__text .eyebrow__line {
    width: 1.5rem;
    height: 1px;
    background: var(--brand-red);
  }
  .reach__title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.2;
    color: var(--foreground);
    margin-bottom: 1rem;
  }
  @media (min-width: 768px) {
    .reach__title { font-size: 2rem; }
  }
  .reach__lead { margin-bottom: 1.5rem; }
  .reach__subtitle {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--foreground);
    margin-bottom: .5rem;
  }
  .reach__desc {
    font-size: .875rem;
    line-height: 1.7;
    color: var(--muted-foreground);
  }
  
  /* Legend card */
  .reach__legend {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    padding: 1rem;
    background: var(--secondary);
    border: 1px solid var(--border);
    border-radius: .75rem;
  }
  .legend__item {
    display: flex;
    align-items: center;
    gap: .75rem;
  }
  .legend__dot {
    width: 1rem;
    height: 1rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
  }
  .legend__dot svg { width: 10px; height: 10px; }
  .legend__dot--red {
    background: var(--brand-red);
    box-shadow: 0 4px 6px rgba(210,105,30,.2);
  }
  .legend__dot--blue {
    background: #3b82f6;
    box-shadow: 0 4px 6px rgba(59,130,246,.2);
  }
  .legend__label {
    font-size: .875rem;
    font-weight: 500;
    color: var(--foreground);
  }
  
  /* ----- RIGHT MAP ----- */
  .reach__map {
    position: relative;
  }
  .reach__map-img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .4;
  }
  
  /* Pins (absolute positioned by inline left/top) */
  .pin {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, -50%);
  }
  .pin__dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    color: #ffffff;
    z-index: 2;
  }
  
  /* Production pin (large red w/ icon + label) */
  .pin__dot--prod {
    width: 1.75rem;
    height: 1.75rem;
    background: var(--brand-red);
    box-shadow: 0 10px 15px rgba(210,105,30,.3);
  }
  .pin__dot--prod svg { width: 14px; height: 14px; }
  
  /* Project pin (small blue dot) */
  .pin__dot--proj {
    width: 1rem;
    height: 1rem;
    background: #3b82f6;
    box-shadow: 0 4px 6px rgba(59,130,246,.2);
  }
  .pin__dot--proj svg { width: 10px; height: 10px; }
  
  /* Pulse ring (production only) */
  .pin__pulse {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    background: rgba(210,105,30,.1);
    animation: pin-ping 2s cubic-bezier(0,0,0.2,1) infinite;
    z-index: 1;
  }
  @keyframes pin-ping {
    75%, 100% { transform: scale(2); opacity: 0; }
  }
  
  /* Pin label */
  .pin__label {
    margin-top: .25rem;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 10px;
    color: var(--foreground);
    background: rgba(255,255,255,.8);
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
  }
/* ===== Service Page Template ===== */
/* ===== Hero Section ===== */

.service-hero {
  background: linear-gradient(135deg, #1A6BB5 0%, #12528F 50%, #0E4577 100%);
  padding: 16px 0 32px;
}
.hero-container,
.service-hero-container { width: 91%; margin: 0 auto; }

.hero-title,
.service-hero-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 0 8px;
}
.hero-title .accent-dark,
.service-hero-title .service-accent-dark { color: #111111; }

/* Main hero row with orange background */
.hero-row,
.service-hero-row { position: relative; overflow: hidden; }
.hero-row::before,
.service-hero-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #D16015;
  border-radius: 24px 24px 0 24px;
}
.hero-content,
.service-hero-content { position: relative; display: flex; flex-direction: row; }

/* Left white card */
.white-card,
.service-white-card {
  position: relative;
  z-index: 10;
  width: 55%;
  background: #ffffff;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 80px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.white-card p,
.service-white-card p {
  font-size: 13px;
  line-height: 1.75;
  color: #6b7280;
  max-width: 28rem;
  margin-bottom: 28px;
}
.btn-row,
.service-btn-row { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.service-btn-row {
  flex-wrap: nowrap;
}
.service-btn-row .btn {
  white-space: nowrap;
}
.service-btn-row .btn-primary {
  height: auto;
  width: auto;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: none;
  transform: none;
  padding-left: 18px;
  padding-right: 18px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}
.btn-primary { background: #D16015; color: #fff; border: none; }
.btn-primary:hover { opacity: 0.9; }
.btn-outline { background: transparent; color: #1f2a37; border: 2px solid #1f2a37; }
.btn-outline:hover { background: #1f2a37; color: #fff; }

/* Right image */
/*.hero-image-wrap,*/
.service-hero-image-wrap {
  width: 45%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 14px 16px;
  position: relative;
}
.hero-image-wrap img,
.service-hero-image-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
  position: relative;
  z-index: 10;
}

/* ===== Stats Bar ===== */
.stats-bar,
.service-stats-bar { display: flex; align-items: stretch; background: #fff; }
.service-stats-bar {
  position: relative;
  z-index: 12;
}
.stats-badge,
.service-stats-badge {
  background: #D16015;
  color: #fff;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-top-right-radius: 40px;
  min-width: 180px;
}
.stats-badge .big,
.service-stats-badge .service-big { font-size: 36px; font-weight: 800; line-height: 1; }
.stats-badge .label,
.service-stats-badge .service-label { font-size: 16px; font-weight: 700; line-height: 1.1; }
.stats-badge .sub,
.service-stats-badge .service-sub { font-size: 10px; margin-top: 4px; opacity: 0.9; }


.service-stats-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
  padding: 24px 24px 16px;
  align-items: stretch;
}
.stat-card,
.service-stat-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  padding: 12px 8px;
  min-height: 100px;
  border-radius: 12px;
  background: rgba(26, 107, 181, 0.1);
  border: 4px solid #CC5216;
  transition: all 0.3s;
  cursor: default;
}
.stat-card:hover,
.service-stat-card:hover { background: rgba(26, 107, 181, 0.2); transform: scale(1.05); }
.stat-icon,
.service-stat-icon {
  width: 40px; height: 40px;
  border-radius: 999px;
  background: #D16015;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
  color: #fff;
}
.stat-text,
.service-stat-text {
  white-space: nowrap;
  line-height: 1.1;
  min-height: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.stat-bold,
.service-stat-bold { display: block; font-size: 16px; font-weight: 800; color: #D16015; margin-bottom: 8px; }

.service-stat-label {
  color: rgba(31, 42, 55, 0.7);
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .hero-content,
  .service-hero-content { flex-direction: column; }
  .white-card,
  .service-white-card,
  .hero-image-wrap,
  .service-hero-image-wrap { width: 100%; }
  .white-card,
  .service-white-card { border-radius: 0; }
  .hero-row::before,
  .service-hero-row::before { border-radius: 24px; }

  .service-stats-grid { grid-template-columns: repeat(4, 1fr); }

  .service-stats-bar {
    margin-top: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .service-stats-badge {
    flex: 0 0 180px;
  }

  .service-stats-grid {
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
    padding: 12px;
  }

  .service-stat-card {
    flex: 0 0 132px;
    min-height: 100px;
  }
}
/* ===== About Section ===== */
.about-section,
.service-about-section { background: #fff; padding: 32px 0; }
.container { width: 100%; padding: 0 32px; }
.grid,
.service-grid { display: grid; grid-template-columns: 1fr; gap: 64px; align-items: start; }
@media (min-width: 1024px) { .grid, .service-grid { grid-template-columns: 1fr 1fr; } }

.content,
.service-content { display: flex; flex-direction: column; gap: 5px; }
.heading,
.service-heading { font-size: 2rem; font-weight: 700; color: #1f2937; }
.heading .accent,
.heading .service-accent,
.service-heading .accent,
.service-heading .service-accent,
.subheading .accent,
.subheading .service-accent,
.service-subheading .accent,
.service-subheading .service-accent { color: #D16015; }
.subheading,
.service-subheading { font-size: 1.5rem; font-weight: 500; margin-top: 13px; margin-bottom: 5px; line-height: 1.2; }
.description,
.service-description { font-size: 1.125rem; line-height: 1.625; color: #6b7280; margin-top: 0; }

.image-wrapper,
.service-image-wrapper {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
}
.image-wrapper img,
.service-image-wrapper img { width: 100%; height: auto; display: block; border-radius: 12px; }
.why-choose{
  background-color: #EDF0F3;
}



