:root {
  --primaryColor: #f0642f;
  --theme-ink: #000000;
  --theme-paper: #f4f5f1;
  --theme-white: #ffffff;
  --theme-accent: #f0642f;
  --theme-warm: #f0642f;
  --theme-line: rgba(23, 26, 24, 0.18);
  --theme-muted: #626862;
}

* {
  letter-spacing: 0 !important;
}

html {
  background: var(--theme-paper);
  overflow-x: hidden;
}

body,
button,
input,
textarea,
select {
  font-family: "Onest", "Futura LT Regular", Arial, sans-serif !important;
}

body {
  color: var(--theme-ink);
  background: var(--theme-paper);
  text-rendering: optimizeLegibility;
}

::selection {
  color: var(--theme-ink);
  background: var(--theme-accent);
}

a,
button {
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, opacity 220ms ease;
}

.cursor .shape {
  border-color: var(--theme-accent);
}

.cursor.square .shape {
  background: var(--theme-accent);
}

/* Shared navigation */
header {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  transition: background-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}

header::after {
  position: absolute;
  right: 32px;
  bottom: 0;
  left: 32px;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.32);
  transition: background-color 220ms ease;
}

header.bg {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

header .lt a,
header .rt a {
  position: relative;
  font-family: "Onest", sans-serif !important;
  font-size: 13px;
  font-weight: 520;
  text-transform: none;
}

.headerinner.black header .lt a,
.headerinner.black header .rt a,
header .lt a,
header .rt a {
  color: #fff !important;
}

header .md img.logo,
header .md img.logoblack {
  filter: brightness(0) invert(1);
}

header .md img.logo {
  display: block !important;
}

header .md img.logoblack {
  display: none !important;
}

header .lt > a:not(.main-btn)::after,
header .rt > a:not(.main-btn)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--theme-accent);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 220ms ease;
}

header .lt > a:hover::after,
header .rt > a:not(.main-btn):hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

header .rt .main-btn,
.floating_btn_mobile .main-btn {
  width: auto;
  min-width: 124px;
  justify-content: space-between;
  padding: 10px 11px 10px 16px;
  color: var(--theme-ink) !important;
  background: var(--theme-accent);
  border: 1px solid var(--theme-accent);
  border-radius: 3px;
  font-size: 12px !important;
  font-weight: 650;
}

header .rt .main-btn .plus_icon {
  left: 0;
  margin-left: 12px;
  padding: 8px;
  background: var(--theme-ink);
}

header .rt .main-btn .plus_icon img {
  width: 8px;
}

.headerinner.black header::after {
  background: var(--theme-line);
}

.headerinner.black header.bg::after {
  background: rgba(255, 255, 255, 0.28);
}

.headerinner.black header:not(.bg) .md img {
  filter: invert(1);
}

/* Common controls and headings */
.btn,
.layout_one.contact .hp_sec2 button,
.services .lyt2 .dv .tx .lk {
  padding: 12px 18px;
  color: var(--theme-ink);
  background: var(--theme-accent);
  border: 1px solid var(--theme-accent);
  border-radius: 3px;
  font-size: 13px;
  font-weight: 650;
  text-transform: none;
}

.btn:hover,
.layout_one.contact .hp_sec2 button:hover,
.services .lyt2 .dv .tx .lk:hover {
  color: var(--theme-white);
  background: var(--theme-ink);
  border-color: var(--theme-ink);
}

.btn_view {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--theme-ink);
  font-size: 14px;
  font-weight: 620;
  text-transform: none;
}

.btn_view .ic_pls {
  display: grid;
  width: 42px;
  height: 42px;
  margin: 0;
  place-items: center;
  background: var(--theme-ink);
  border-radius: 2px;
}

.btn_view .ic_pls svg {
  width: 16px;
  height: 16px;
}

.section_heading,
.hp_sec7 .heading,
.hp_sec8 .heading {
  color: var(--theme-ink);
  font-family: "Onest", sans-serif !important;
  font-size: 64px;
  font-weight: 560;
  line-height: 1.02;
  text-transform: none;
}

/* Homepage hero */
.home-page .hp_sec1::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 12, 10, 0.12) 25%, rgba(10, 12, 10, 0.72) 100%);
}

.hero_signature {
  position: absolute;
  right: 48px;
  bottom: 48px;
  left: 48px;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  color: var(--theme-white);
  opacity: 0;
  animation: theme-hero-in 900ms 450ms cubic-bezier(.2, .8, .2, 1) forwards;
}

.hero_signature .hero_eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero_signature h1 {
  margin: 0;
  font-family: "Onest", sans-serif;
  font-size: 68px;
  font-weight: 520;
  line-height: 0.95;
}

.hero_signature .hero_meta {
  display: flex;
  gap: 22px;
  padding-bottom: 5px;
  font-size: 13px;
}

.hero_signature .hero_meta span {
  padding-left: 12px;
  border-left: 2px solid var(--theme-accent);
}

@keyframes theme-hero-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Homepage editorial sections */
.home-page .hp_sec2,
.home-page .hp_sec4,
.home-page .hp_sec7,
.home-page .hp_sec8 {
  background: var(--theme-paper);
}

.home-page .hp_sec3 {
  background: var(--theme-ink);
}

.home-page .hp_sec2 .lg,
.home-page .hp_sec3 .lg {
  display: none;
}

.home-page .hp_sec2 .ct,
.home-page .hp_sec3 .ct {
  border: 0 solid var(--theme-line);
}

.home-page .hp_sec2 .ct {
  padding-right: 5vw;
  padding-left: 5vw;
  border-left-width: 1px;
}

.home-page .hp_sec3 .ct {
  padding-right: 5vw;
  padding-left: 5vw;
  border-right-width: 1px;
}

.home-page .hp_sec2 .ct .t1 h2,
.home-page .hp_sec3 .ct .t1 h2 {
  margin-bottom: 18px;
  color: var(--theme-warm);
  font-family: "Onest", sans-serif;
  font-size: 58px;
  font-weight: 540;
  line-height: 1;
  text-transform: none;
}

.home-page .hp_sec3 .ct .t1 h2 {
  color: var(--theme-accent);
}

.home-page .hp_sec2 .ct .t1 h3,
.home-page .hp_sec3 .ct .t1 h3 {
  margin-bottom: 32px;
  color: var(--theme-ink);
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-weight: 430;
  line-height: 1.35;
}

.home-page .hp_sec3 .ct .t1 h3,
.home-page .hp_sec3 .ct .para {
  color: rgba(255, 255, 255, 0.82);
}

.home-page .hp_sec2 .ct .t2 .first {
  color: var(--theme-muted);
  font-size: 12px;
  font-weight: 700;
}

.home-page .hp_sec2 .ct .t2 .secnd {
  color: var(--theme-ink);
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.home-page .hp_sec2 .ct .para,
.home-page .hp_sec3 .ct .para {
  max-width: 610px;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.home-page .hp_sec4 {
  height: auto;
  min-height: 720px;
  padding: 100px 4vw 70px;
  text-align: left;
  border-top: 1px solid var(--theme-line);
}

.home-page .hp_sec4 .dv {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 8vw;
  align-items: start;
}

.home-page .hp_sec4 .dv1,
.home-page .hp_sec4 .dv2 {
  margin-bottom: 0;
}

.home-page .hp_sec4 .section_heading {
  margin: 0;
}

.home-page .hp_sec4 .section_para {
  width: auto;
  max-width: 760px;
  margin: 0;
  padding-top: 10px;
  color: var(--theme-muted);
  font-family: "Onest", sans-serif;
  font-size: 18px;
  line-height: 1.65;
}

.pga_process_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 82px;
  border-top: 1px solid var(--theme-line);
  border-bottom: 1px solid var(--theme-line);
}

.pga_process_grid article {
  min-height: 250px;
  padding: 30px 34px 34px 0;
}

.pga_process_grid article + article {
  padding-left: 34px;
  border-left: 1px solid var(--theme-line);
}

.pga_process_grid span,
.pga_service_overview span,
.pga_kicker {
  color: var(--theme-accent);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.pga_process_grid h3 {
  margin: 44px 0 16px;
  color: var(--theme-ink);
  font-family: "Onest", sans-serif;
  font-size: 28px;
  font-weight: 560;
  text-transform: none;
}

.pga_process_grid p {
  max-width: 390px;
  color: var(--theme-muted);
  font-size: 15px;
  line-height: 1.65;
}

/* Homepage process cards inspired by the supplied editorial reference. */
.pga_process_section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 88px;
  padding: clamp(54px, 6vw, 86px) clamp(20px, 4vw, 64px) clamp(44px, 5vw, 72px);
  background:
    radial-gradient(circle at 10% 12%, rgba(240, 100, 47, 0.34), transparent 29%),
    radial-gradient(circle at 88% 82%, rgba(240, 100, 47, 0.22), transparent 31%),
    linear-gradient(145deg, #080a09 0%, #151816 48%, #090b0a 100%);
}

.pga_process_section::before,
.pga_process_section::after {
  position: absolute;
  z-index: -1;
  width: clamp(220px, 32vw, 520px);
  aspect-ratio: 1;
  content: "";
  pointer-events: none;
  background: rgba(240, 100, 47, 0.2);
  border-radius: 50%;
  filter: blur(85px);
}

.pga_process_section::before {
  top: -20%;
  left: -10%;
}

.pga_process_section::after {
  right: -12%;
  bottom: -28%;
  opacity: .72;
}

.pga_process_heading {
  margin-bottom: 56px;
  text-align: center;
}

.pga_process_heading p {
  margin: 0 0 10px;
  color: var(--theme-accent);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.pga_process_heading h2 {
  margin: 0;
  color: var(--theme-white);
  font-family: "Onest", sans-serif;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 540;
}

.pga_process_cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 24px);
}

.pga_process_card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 74px clamp(24px, 2.6vw, 42px) 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .045));
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.pga_process_card:hover {
  z-index: 2;
  border-color: rgba(240, 100, 47, .65);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .42), 0 0 42px rgba(240, 100, 47, .18), inset 0 1px 0 rgba(255, 255, 255, .16);
  transform: translateY(-8px);
}

.pga_process_number {
  position: absolute;
  top: -36px;
  left: 50%;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  color: var(--theme-white);
  background: var(--theme-accent);
  box-shadow: 0 0 0 7px rgba(240, 100, 47, .12), 0 0 34px rgba(240, 100, 47, .55);
  border-radius: 50%;
  font-size: 22px;
  font-weight: 650;
  transform: translateX(-50%);
}

.pga_process_card h3 {
  margin: 0 0 28px;
  color: var(--theme-white);
  font-family: "Onest", sans-serif;
  font-size: clamp(21px, 1.8vw, 28px);
  font-weight: 560;
  line-height: 1.2;
  text-align: center;
}

.pga_process_card ol {
  margin: 0 0 22px;
  padding-left: 20px;
  color: rgba(255, 255, 255, .72);
}

.pga_process_card ol li {
  margin-bottom: 12px;
  padding-left: 5px;
  font-size: 14px;
  line-height: 1.55;
}

.pga_process_link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  align-self: center;
  margin-top: 0;
  padding: 13px 16px 13px 20px;
  color: var(--theme-ink);
  background: var(--theme-accent);
  border: 1px solid var(--theme-accent);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
}

.pga_process_link:hover {
  color: var(--theme-white);
  background: transparent;
  border-color: rgba(255, 255, 255, .55);
}

@media (max-width: 1100px) {
  .pga_process_cards {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .pga_process_card {
    min-height: 0;
  }

  .pga_process_card ol {
    max-width: 680px;
  }

  .pga_process_link {
    align-self: flex-start;
  }
}

@media (max-width: 600px) {
  .pga_process_section {
    margin-top: 58px;
    padding: 52px 16px 34px;
  }

  .pga_process_section::before,
  .pga_process_section::after {
    filter: blur(58px);
  }

  .pga_process_card:hover {
    transform: none;
  }

  .pga_process_heading {
    margin-bottom: 52px;
    text-align: left;
  }

  .pga_process_card {
    padding: 62px 22px 26px;
  }

  .pga_process_number {
    left: 22px;
    width: 64px;
    height: 64px;
    font-size: 18px;
    transform: none;
  }

  .pga_process_card h3 {
    text-align: left;
  }
}

.home-page .hp_sec5 .dv::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(10, 12, 10, 0.78), rgba(10, 12, 10, 0.08) 68%);
}

.home-page .hp_sec5 .tx {
  z-index: 2;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 7vw 8vh;
}

.home-page .hp_sec5 .tx .t {
  width: 52vw;
  margin: 0;
  color: var(--theme-white);
  font-family: "Onest", sans-serif;
  font-size: 58px;
  font-weight: 520;
  line-height: 1;
  text-align: left;
  text-transform: none;
}

.home-page .services_btn_home,
.home-page .hp_sec7 .lk {
  height: auto;
  padding: 42px 4vw 72px;
  background: var(--theme-paper);
}

.home-page .hp_sec6 .dv {
  background-image: url("../landscap/4.svg") !important;
  background-position: center 45%;
}

.home-page .hp_sec6 .dv::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(15, 18, 16, 0.22);
}

.home-page .hp_sec6 .dv img {
  position: relative;
  z-index: 1;
  filter: saturate(0) brightness(3);
}

.home-page .hp_sec7 {
  padding-top: 1px;
  counter-reset: work;
}

.home-page .hp_sec7 .tx,
.home-page .hp_sec8 .tx {
  height: auto;
  padding: 110px 4vw 64px;
  text-align: left;
}

.home-page .hp_sec7 .heading,
.home-page .hp_sec8 .heading {
  margin: 0;
  text-align: left;
}

.home-page .hp_sec7 .tp,
.home-page .hp_sec7 .md,
.home-page .hp_sec7 .bt {
  gap: 12px;
  margin: 0 12px 12px;
}

.home-page .hp_sec7 .tp .dv,
.home-page .hp_sec7 .md .dv,
.home-page .hp_sec7 .bt .dv {
  counter-increment: work;
}

.home-page .hp_sec7 .tp .dv::after,
.home-page .hp_sec7 .md .dv::after,
.home-page .hp_sec7 .bt .dv::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: grid;
  width: 42px;
  height: 42px;
  content: "0" counter(work);
  place-items: center;
  color: var(--theme-ink);
  background: var(--theme-accent);
  font-size: 12px;
  font-weight: 700;
}

.home-page .hp_sec8.withcarosal {
  overflow: hidden;
  padding-bottom: 64px;
}

.home-page .hp_sec8.withcarosal .owl-carousel {
  padding: 0 4vw;
}

.home-page .hp_sec8.withcarosal .dv .lts_bx {
  height: 100%;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--theme-line);
  border-top: 3px solid var(--theme-ink);
  box-shadow: 0 18px 45px rgba(18, 22, 19, 0.07);
  transition: transform 350ms ease, box-shadow 350ms ease;
}

.home-page .hp_sec8.withcarosal .dv .lts_bx:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(18, 22, 19, 0.13);
}

.home-page .hp_sec8.withcarosal .ig_bx {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  height: auto !important;
  margin-top: 18px;
  background: var(--theme-line);
}

.home-page .hp_sec8.withcarosal .ig_bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .hp_sec8.withcarosal .dv .tag {
  color: var(--theme-warm);
  font-weight: 650;
}

.home-page .hp_sec8.withcarosal .dv .title {
  color: var(--theme-ink);
  font-family: "Onest", sans-serif;
}

.home-page .hp_sec8.withcarosal .lk {
  height: auto;
  padding: 40px 4vw 0;
}

.home-page .hp_sec9 .dv .overlay {
  background: linear-gradient(90deg, rgba(12, 15, 13, 0.86), rgba(12, 15, 13, 0.18));
}

.hp_sec9 .dv,
.home-page .hp_sec9 .dv,
.services .hp_sec9 .dv,
.projects .hp_sec9 .dv,
.layout_one.aboutus .hp_sec9 .dv,
.layout_one.brand .hp_sec9 .dv,
.layout_one.career .hp_sec9 .dv,
.layout_one.contact .hp_sec9 .dv {
  background-image: url("../landscap/5.svg") !important;
  background-position: center !important;
  background-size: cover !important;
}

.home-page .hp_sec9 .dv {
  justify-content: flex-start;
}

.home-page .hp_sec9 .dv .tx {
  width: 58%;
  padding-left: 6vw;
}

.hp_sec9 .sec9_cont {
  padding-left: 28px;
  border-left: 4px solid var(--theme-accent);
}

.hp_sec9 .sec9_cont h2 {
  font-family: "Onest", sans-serif;
  font-size: 42px;
  font-weight: 460;
  line-height: 1.22;
  text-transform: none;
}

/* Listing and detail pages */
.services .lyt1,
.projects .lyt1,
.media .lyt1 {
  background: var(--theme-paper);
  border-bottom: 1px solid var(--theme-line);
}

/* Dark listing-page masthead keeps the transparent white navigation legible. */
.outerDiv.projects:not(.detail) .lyt1 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(240, 100, 47, 0.2), transparent 30%),
    radial-gradient(circle at 82% 85%, rgba(255, 255, 255, 0.07), transparent 34%),
    linear-gradient(145deg, #151816 0%, #242724 58%, #101210 100%);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.outerDiv.projects:not(.detail) .lyt1::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.035), transparent);
}

.outerDiv.projects:not(.detail) .lyt1 .t1 {
  position: relative;
  z-index: 1;
  color: var(--theme-white);
}

.outerDiv.projects:not(.detail) .lyt1 .t2 {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.7);
}

.services .lyt1 .t1,
.projects .lyt1 .t1,
.media .lyt1 .t1,
.projects.detail .sec0 .ttl,
.services_detail .sec0 .t1 {
  color: var(--theme-ink);
  font-family: "Onest", sans-serif;
  font-weight: 560;
  text-transform: none;
}

.services .lyt1 .t1::before,
.projects .lyt1 .t1::before {
  display: block;
  width: 44px;
  height: 4px;
  margin: 0 auto 20px;
  content: "";
  background: var(--theme-accent);
}

.services .lyt1 {
  position: relative;
  isolation: isolate;
  height: auto;
  min-height: 690px;
  padding: 120px 4vw 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(190, 154, 91, 0.2), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(190, 154, 91, 0.1), transparent 25%),
    linear-gradient(135deg, #111613 0%, #1b211d 48%, #0d110f 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.services .lyt1::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 92%);
  pointer-events: none;
}

.services .lyt1::after {
  position: absolute;
  z-index: -1;
  top: 84px;
  left: 50%;
  width: min(72vw, 1080px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(190, 154, 91, 0.7), transparent);
  transform: translateX(-50%);
}

.services .lyt1 .t1 {
  color: #fff;
}

.services .lyt1 .t2 {
  position: relative;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Onest", sans-serif;
  font-size: 16px;
  text-transform: none;
}

.pga_service_overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1320px;
  margin: 54px auto 0;
  gap: 1px;
  padding: 1px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  text-align: left;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.pga_service_overview article {
  min-height: 285px;
  padding: 30px 34px 36px;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(8px);
  transition: background-color 300ms ease, transform 300ms ease;
}

.pga_service_overview article + article {
  border-left: 0;
}

.pga_service_overview article:hover {
  background: rgba(190, 154, 91, 0.13);
  transform: translateY(-4px);
}

.pga_service_overview article > span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #d8bd88;
  border: 1px solid rgba(216, 189, 136, 0.5);
  border-radius: 50%;
  font-family: "Onest", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.pga_service_overview h2 {
  margin: 44px 0 16px;
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 28px;
  font-weight: 560;
}

.pga_service_overview p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.65;
}

.services .lyt2,
.projects .lyt2 {
  gap: 12px;
  margin: 0 12px 12px;
}

.services .lyt2 .dv .tx {
  bottom: 34px;
  padding: 0 34px;
  text-align: left;
}

.services .lyt2 .dv .tx h3 {
  padding: 0;
  font-family: "Onest", sans-serif;
  font-size: 40px;
  font-weight: 520;
  text-align: left;
  text-transform: none;
}

.projects.detail .sec0,
.services_detail .sec0 {
  background: var(--theme-paper);
}

.projects.detail .sec0 .ct {
  gap: 5vw;
}

.projects.detail .sec0 .dv .rw,
.projects.detail .sec0 .dv .t1,
.services_detail .sec0 .t2 {
  color: var(--theme-muted);
  font-family: "Onest", sans-serif;
}

.projects.detail .sec5 {
  color: var(--theme-ink);
  background: var(--theme-accent);
}

.projects.detail .sec5 a {
  color: var(--theme-ink);
}

.layout_one .hp_sec2 .ct .t1 h2,
.layout_one .hp_sec2 .t1 h4,
.layout_one.contact .hp_sec2 h5,
.layout_one.contact .hp_sec9 .bx .t1 {
  color: var(--theme-warm);
  font-family: "Onest", sans-serif;
  font-weight: 560;
  text-transform: none;
}

.layout_one .hp_sec2 .ct .tx::-webkit-scrollbar-thumb {
  background: var(--theme-accent);
}

.layout_one .hp_sec2 .ct .t1 h3 {
  color: var(--theme-ink);
  font-family: "Onest", sans-serif;
  font-weight: 470;
  line-height: 1.4;
}

.layout_one .hp_sec2 .t2 p {
  color: var(--theme-muted);
  font-family: "Onest", sans-serif;
}

.brand .hp_sec2 .pga_story_close {
  margin-top: 36px;
  color: var(--theme-ink);
  font-size: 18px;
}

.pga_principal {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  min-height: 100vh;
  background: var(--theme-white);
}

.pga_principal_image {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 900px;
  overflow: hidden;
  background: var(--theme-white);
}

.pga_principal_image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.pga_principal_copy {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  min-width: 0;
  max-width: 850px;
  padding: 90px 6vw;
}

.pga_principal_copy h2 {
  max-width: 720px;
  margin: 28px 0 44px;
  color: var(--theme-ink);
  font-family: "Onest", sans-serif;
  font-size: 52px;
  font-weight: 520;
  line-height: 1.08;
}

.pga_principal-copy p,
.pga_principal_copy > p:not(.pga_kicker) {
  max-width: 740px;
  margin-bottom: 18px;
  color: var(--theme-muted);
  font-size: 16px;
  line-height: 1.7;
}

.layout_one.contact .hp_sec2 .inp input[type="text"],
.layout_one.contact .hp_sec2 .inp textarea {
  border: 0;
  border-bottom: 1px solid var(--theme-line);
  border-radius: 0;
  background: transparent;
}

.layout_one.contact .hp_sec9 .bx {
  color: var(--theme-white);
  background: rgba(18, 21, 19, 0.9);
  border-left: 4px solid var(--theme-accent);
}

/* Contact page introduction and enquiry routes. */
.contact_sec1 {
  padding: clamp(72px, 8vw, 128px) 5vw clamp(76px, 8vw, 120px);
  color: var(--theme-ink);
  background: var(--theme-paper);
}

.contact_sec1 .contact_eyebrow {
  margin: 0 0 16px;
  color: var(--theme-accent);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.contact_sec1 .tx1 {
  margin: 0;
  padding: 0;
  color: var(--theme-ink);
  font-family: "Onest", sans-serif;
  font-size: clamp(44px, 6vw, 88px);
  font-weight: 520;
  line-height: 1;
  text-align: center;
  text-transform: none;
}

.contact_sec1 .tx2 {
  max-width: 720px;
  margin: 26px auto clamp(64px, 7vw, 100px);
  color: var(--theme-muted);
  font-family: "Onest", sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.65;
  text-align: center;
  text-transform: none;
}

.contact_sec1 .tx3 {
  margin: 0 0 22px;
  color: var(--theme-ink);
  font-family: "Onest", sans-serif;
  font-size: clamp(25px, 2.4vw, 38px);
  font-weight: 520;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
}

.contact_sec1 .grd {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--theme-line);
}

.contact_sec1 .grd .dv {
  min-width: 0;
  margin: 0;
  padding: clamp(28px, 3vw, 46px);
  background: var(--theme-white);
}

.contact_sec1 .grd .dv::after {
  display: none;
}

.contact_sec1 .grd .dv .t1 {
  margin: 0 0 24px;
  color: var(--theme-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact_sec1 .grd .dv .t2 a {
  display: inline-flex;
  max-width: 100%;
  gap: 12px;
  align-items: center;
  color: var(--theme-ink);
  font-family: "Onest", sans-serif;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.35;
}

.contact_sec1 .grd .dv .t2 a span {
  overflow-wrap: anywhere;
}

.contact_sec1 .grd .dv .t2 a img {
  flex: 0 0 auto;
  width: 20px;
  margin: 0;
}

.contact_sec1 .grd .dv .t2 a:hover {
  color: var(--theme-accent);
}

.pga_contact_form {
  width: 100%;
  margin-top: 34px;
}

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

.pga_contact_form label {
  display: grid;
  gap: 8px;
  color: var(--theme-muted);
  font-family: "Onest", sans-serif;
  font-size: 12px;
  font-weight: 560;
  letter-spacing: 0.04em;
}

.pga_form_full {
  grid-column: 1 / -1;
}

.pga_contact_form input:not([type="checkbox"]),
.pga_contact_form select,
.pga_contact_form textarea {
  width: 100%;
  padding: 12px 0;
  color: var(--theme-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(18, 21, 19, 0.25);
  border-radius: 0;
  outline: none;
  font-family: "Onest", sans-serif;
  font-size: 15px;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.pga_contact_form textarea {
  min-height: 96px;
  resize: vertical;
}

.pga_contact_form input:focus,
.pga_contact_form select:focus,
.pga_contact_form textarea:focus {
  border-bottom-color: var(--theme-warm);
  box-shadow: 0 1px 0 var(--theme-warm);
}

.pga_form_consent {
  grid-template-columns: 18px 1fr !important;
  align-items: start;
  margin: 16px 0 0;
  font-size: 12px !important;
  font-weight: 430 !important;
  letter-spacing: 0 !important;
}

.pga_form_consent input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: var(--theme-warm);
}

.pga_form_submit {
  display: inline-flex !important;
  width: auto !important;
  align-items: center;
  justify-content: space-between;
  gap: 28px !important;
  padding: 13px 16px 13px 20px !important;
  color: #fff !important;
  background: var(--theme-ink) !important;
  border: 1px solid var(--theme-ink) !important;
  border-radius: 3px !important;
  font-family: "Onest", sans-serif !important;
  font-size: 13px !important;
  cursor: pointer;
  margin-top: 24px;
}

.pga_form_submit:hover {
  color: var(--theme-ink) !important;
  background: var(--theme-accent) !important;
  border-color: var(--theme-accent) !important;
}

.pga_form_submit_top {
  margin-top: 0;
  margin-bottom: 28px;
}

.pga_form_status {
  min-height: 22px;
  margin-top: 12px;
  color: var(--theme-warm);
  font-size: 13px;
}

.pga_contact_form .is-invalid {
  border-bottom-color: #b42318 !important;
}

/* Shared footer */
footer {
  padding-top: 88px;
  color: var(--theme-white);
  background: var(--theme-ink);
  border-top: 8px solid var(--theme-accent);
}

footer .lg {
  width: 260px !important;
  height: 90px !important;
  margin: 0 0 72px 2vw !important;
  filter: none;
}

footer .tp,
footer .md {
  height: auto;
  min-height: 230px;
  padding-right: 4vw;
  padding-left: 4vw;
}

footer .md {
  padding-top: 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

footer .bt {
  margin-top: 38px;
  padding: 24px 4vw;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

footer .tp .l .nl_bx h2,
footer .footer_list h2,
footer .md_wrap h2,
footer .mdl_email h2,
footer .bottom_cpy p,
footer .footer_list ul li a,
footer .md_wrap p,
footer .call_md span {
  color: rgba(255, 255, 255, 0.74);
  font-family: "Onest", sans-serif;
}

footer .footer_list h2,
footer .tp .l .nl_bx h2 {
  color: var(--theme-white);
}

footer .footer_list ul li a:hover,
footer .call_md span.call_color,
footer .mdl_email p a,
footer .bottom_cpy a {
  color: var(--theme-accent);
}

footer input.in_nl {
  color: var(--theme-white);
  background: transparent;
}

footer .input_bx {
  border-color: rgba(255, 255, 255, 0.4);
}

footer button.sb_btn {
  background: var(--theme-accent);
  border-radius: 2px;
}

footer button.sb_btn svg path {
  fill: var(--theme-ink);
}

@media (min-width: 981px) {
  header {
    height: 84px;
  }

  header.hide {
    top: -84px;
  }

  header .lt,
  header .rt {
    gap: 30px;
    padding: 17px 32px;
  }

  header .md {
    top: 14px;
  }

  header .md img {
    width: 136px;
    height: 54px;
    object-fit: contain;
  }
}

@media (max-width: 980px) {
  .cursor {
    display: none;
  }

  header {
    height: 72px;
    overflow: visible;
  }

  header::after {
    right: 18px;
    left: 18px;
  }

  header .md {
    top: 9px !important;
    left: 18px;
    z-index: 9;
    display: block !important;
    transform: none;
  }

  header .md img {
    width: 112px;
    height: 52px;
    object-fit: contain;
  }

  header .btn_menu {
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    background-size: 20px;
  }

  header.openmenu {
    position: fixed;
    height: 100svh;
    gap: 22px;
    overflow-y: auto;
    background: #151816 !important;
    background-image: none !important;
  }

  header.openmenu .lt a,
  header.openmenu .rt > a:not(.main-btn) {
    color: #ffffff !important;
  }

  .menuoverlay.active {
    background: #151816;
  }

  header.openmenu::after,
  header.openmenu .md {
    display: none !important;
  }

  header .lt,
  header .rt {
    gap: 22px;
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 0 !important;
    opacity: 0 !important;
    visibility: hidden;
    transition: opacity 260ms ease, visibility 260ms ease;
  }

  header.openmenu .lt,
  header.openmenu .rt {
    opacity: 1 !important;
    visibility: visible;
  }

  header .lt a,
  header .rt a {
    margin: 0 !important;
    color: var(--theme-white) !important;
    font-size: 28px;
    font-weight: 520;
    line-height: 1.2;
  }

  header .rt .main-btn {
    min-width: 210px;
    justify-content: center;
    color: var(--theme-ink) !important;
    font-size: 16px !important;
  }

  .headerinner.black header:not(.bg) .md img {
    filter: invert(1);
  }

  .section_heading,
  .hp_sec7 .heading,
  .hp_sec8 .heading {
    font-size: 42px;
  }

  .home-page .hp_sec1 {
    height: 78svh;
    min-height: 560px;
  }

  .hero_signature {
    right: 20px;
    bottom: 26px;
    left: 20px;
    display: block;
  }

  .hero_signature .hero_eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .hero_signature h1 {
    font-size: 42px;
    line-height: 0.98;
  }

  .hero_signature .hero_meta {
    gap: 14px;
    margin-top: 18px;
    font-size: 11px;
  }

  .home-page .hp_sec2,
  .home-page .hp_sec3 {
    height: auto;
    overflow: hidden;
  }

  .home-page .hp_sec2 .dv,
  .home-page .hp_sec3 .dv {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .home-page .hp_sec2 .bg,
  .home-page .hp_sec3 .bg {
    position: relative;
    order: 1;
    width: 100% !important;
    height: 48svh;
  }

  .home-page .hp_sec2 .bg img,
  .home-page .hp_sec3 .bg img {
    width: 100%;
    height: 58svh;
    object-fit: cover;
  }

  .home-page .hp_sec2 .ct,
  .home-page .hp_sec3 .ct {
    position: relative;
    right: auto;
    left: auto;
    order: 2;
    width: 100%;
    height: auto;
    padding: 58px 20px 68px;
    border: 0;
  }

  .home-page .hp_sec2 .ct .t1 h2,
  .home-page .hp_sec3 .ct .t1 h2 {
    font-size: 44px;
  }

  .home-page .hp_sec2 .ct .t1 h3,
  .home-page .hp_sec3 .ct .t1 h3 {
    font-size: 21px;
  }

  .home-page .hp_sec2 .ct .t2 .secnd {
    font-size: 18px;
    line-height: 1.4;
  }

  .home-page .hp_sec2 .ct .para,
  .home-page .hp_sec3 .ct .para {
    font-size: 16px;
    line-height: 1.6;
  }

  .home-page .hp_sec4 {
    height: auto;
    padding: 74px 20px;
  }

  .home-page .hp_sec4 .dv {
    display: block;
  }

  .home-page .hp_sec4 .dv1 {
    margin-bottom: 34px;
  }

  .home-page .hp_sec4 .section_para {
    padding: 0;
    font-size: 17px;
  }

  .pga_process_grid,
  .pga_service_overview {
    grid-template-columns: 1fr;
    margin-top: 54px;
  }

  .pga_process_section {
    margin-top: 54px;
  }

  .pga_process_pointers li {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
  }

  .pga_process_grid article,
  .pga_process_grid article + article,
  .pga_service_overview article,
  .pga_service_overview article + article {
    min-height: 0;
    padding: 26px 0 30px;
    border-left: 0;
  }

  .pga_process_grid article + article,
  .pga_service_overview article + article {
    border-top: 1px solid var(--theme-line);
  }

  .pga_process_grid h3,
  .pga_service_overview h2 {
    margin: 26px 0 12px;
    font-size: 25px;
  }

  .services .lyt1 {
    min-height: 0;
    padding: 110px 20px 64px;
  }

  .pga_principal {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pga_principal_image {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    height: auto;
    aspect-ratio: 5 / 4;
  }

  .pga_principal_image img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
  }

  .pga_principal_copy {
    grid-column: 1;
    grid-row: 1;
    padding: 64px 20px 72px;
  }

  .pga_principal_copy h2 {
    margin: 22px 0 34px;
    font-size: 38px;
  }

  .home-page .hp_sec5 .tx {
    padding: 0 28px 70px;
  }

  .home-page .hp_sec5 .tx .t {
    width: 100%;
    font-size: 42px;
  }

  .home-page .services_btn_home,
  .home-page .hp_sec7 .lk {
    padding: 34px 20px 58px;
  }

  .home-page .hp_sec7 .tx,
  .home-page .hp_sec8 .tx {
    padding: 78px 20px 42px;
  }

  .home-page .hp_sec7 .tp,
  .home-page .hp_sec7 .md,
  .home-page .hp_sec7 .bt {
    gap: 8px;
    margin: 0 8px 8px;
  }

  .home-page .hp_sec7 .tp .dv::after,
  .home-page .hp_sec7 .md .dv::after,
  .home-page .hp_sec7 .bt .dv::after {
    right: 12px;
    bottom: 12px;
    width: 36px;
    height: 36px;
  }

  .home-page .hp_sec8.withcarosal .owl-carousel {
    padding: 0 20px;
  }

  .home-page .hp_sec9 .dv .tx,
  .hp_sec9 .dv .tx {
    width: 100%;
    padding: 0 24px;
  }

  .hp_sec9 .sec9_cont {
    padding-left: 20px;
  }

  .hp_sec9 .sec9_cont h2 {
    font-size: 34px;
  }

  .services .lyt2,
  .projects .lyt2 {
    gap: 8px;
    margin: 0 8px 8px;
  }

  .services .lyt2 .dv .tx h3 {
    font-size: 30px;
  }

  footer {
    padding-top: 58px;
  }

  footer .lg {
    width: 210px !important;
    height: 72px !important;
    margin: 0 auto 50px !important;
  }

  footer .tp,
  footer .md {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .home-page .hp_sec1 {
    min-height: 520px;
  }

  .hero_signature h1 {
    font-size: 38px;
  }

  .hero_signature .hero_meta {
    flex-wrap: wrap;
  }

  .home-page .hp_sec2 .ct .t1 h2,
  .home-page .hp_sec3 .ct .t1 h2 {
    font-size: 38px;
  }

  .home-page .hp_sec5 {
    height: 78svh;
    min-height: 560px;
  }

  .home-page .hp_sec5 .dv_cnt,
  .home-page .hp_sec5 .dv,
  .home-page .hp_sec5 .bg {
    height: 100%;
  }

  .home-page .hp_sec7 .tp,
  .home-page .hp_sec7 .bt {
    display: block;
    height: auto;
  }

  .home-page .hp_sec7 .tp .dv,
  .home-page .hp_sec7 .bt .dv,
  .home-page .hp_sec7 .md .dv {
    width: 100%;
    height: 68svh;
    min-height: 480px;
    margin-bottom: 8px;
  }

  .home-page .hp_sec7 .tp .dv .pc img,
  .home-page .hp_sec7 .bt .dv .pc img,
  .home-page .hp_sec7 .md .dv .pc img {
    width: 100%;
    height: 100%;
  }

  .projects.detail .sec0 .ct {
    display: block;
  }

  .projects.detail .sec0 .dv,
  .projects.detail .sec0 .dv:nth-child(2) {
    width: 100%;
    padding: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero_signature {
    opacity: 1;
    animation: none;
  }
}

/* Final shared header-logo state: identical on home and every inner page. */
.headerinner header .md,
header .md {
  z-index: 100;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.headerinner header .md > a,
header .md > a {
  display: block;
}

.headerinner header .md img.logo,
header .md img.logo {
  display: block !important;
  width: clamp(118px, 11vw, 168px);
  height: auto;
  margin: 0 auto;
  opacity: 1 !important;
  visibility: visible !important;
  filter: brightness(0) invert(1) !important;
}

.headerinner header .md img.logoblack,
header .md img.logoblack {
  display: none !important;
}

@media (max-width: 980px) {
  .headerinner header .md,
  header .md {
    top: 14px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .headerinner header .md img.logo,
  header .md img.logo {
    width: 110px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .headerinner header .md img.logo,
  header .md img.logo {
    width: 96px;
  }
}

/* Reliable, shared scroll reveals */
.media .grid .dv.in-view {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.hp_sec6 .dv.in-view {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

.hp_sec4 .dv1,
.hp_sec4 .dv2,
.hp_sec6 .dv,
.hp_sec7 .tx,
.hp_sec7 .pc,
.hp_sec8 .tx,
.hp_sec8 .grd .dv,
.media .grid .dv {
  will-change: transform, opacity;
}

img,
video,
svg {
  max-width: 100%;
}

img,
video {
  display: block;
}

.layout_one.aboutus .hp_sec2 .pc_ab2 {
  opacity: 1;
}

.services .lyt2,
.projects .lyt2,
footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}

footer,
footer button,
footer input,
footer textarea,
footer select,
footer a,
footer p,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer li,
footer span {
  font-family: "Poppins", sans-serif !important;
}

footer .social_list ul {
  gap: 10px;
}

footer .social_list ul li a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 5px 16px rgba(18, 21, 19, 0.14);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

footer .social_list ul li:nth-child(1) a { background: #1877f2; }
footer .social_list ul li:nth-child(2) a { background: #0a66c2; }
footer .social_list ul li:nth-child(3) a { background: #e60023; }
footer .social_list ul li:nth-child(4) a { background: #25d366; }
footer .social_list ul li:nth-child(5) a {
  background: radial-gradient(circle at 30% 105%, #fdf497 0 12%, #fd5949 38%, #d6249f 62%, #285aeb 100%);
}

footer .social_list .footer_whatsapp img {
  width: 21px !important;
  height: 21px !important;
}

footer .social_list ul li img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

footer .social_list ul li a:hover {
  box-shadow: 0 8px 22px rgba(18, 21, 19, 0.22);
  transform: translateY(-3px);
}

footer .call_md .pga_footer_phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-warm);
  white-space: nowrap;
}

footer .call_md .pga_footer_phone img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

footer .call_md .pga_footer_whatsapp img {
  filter: none;
}

footer .md_wrap .pga_footer_address {
  display: inline-block;
  color: #555;
  line-height: 1.65;
  text-decoration: none;
  transition: color 200ms ease;
}

footer .md_wrap .pga_footer_address:hover {
  color: var(--theme-warm);
}

.pga_address_landmark {
  display: inline-block;
  margin-top: .35em;
}

.layout_one.contact .hp_sec9 .pga_contact_address,
.layout_one.contact .hp_sec9 .pga_contact_address:visited {
  color: var(--theme-accent);
  text-decoration: none;
}

.layout_one.contact .hp_sec9 .pga_contact_address:hover,
.layout_one.contact .hp_sec9 .pga_contact_address:focus-visible {
  color: var(--theme-accent);
  text-decoration: underline;
}

.career_sec1 {
  background-color: var(--theme-ink) !important;
  color: var(--theme-white) !important;
}

.career_sec1 .t1,
.career_sec1 .t2,
.career_sec1 .t3,
.career_sec1 .t3 a {
  color: var(--theme-white) !important;
}

.career_sec1 .lk {
  background: transparent !important;
  border-color: var(--theme-white) !important;
  color: var(--theme-white) !important;
}

.career_sec1 .lk svg path {
  fill: var(--theme-white) !important;
}

/* Homepage Instagram reels */
.pga_reels {
  padding: clamp(64px, 8vw, 128px) 2vw;
  background: var(--theme-ink);
  color: var(--theme-white);
}

.pga_reels_head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(28px, 4vw, 56px);
}

.pga_reels_eyebrow {
  margin: 0 0 10px;
  color: var(--theme-accent);
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.pga_reels h2 {
  margin: 0;
  color: var(--theme-white);
  font-size: clamp(36px, 5vw, 76px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.pga_reels_head > a {
  color: var(--theme-white);
  font-size: clamp(13px, 1vw, 16px);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pga_reels_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.3vw, 22px);
}

.pga_reel {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background: #171717;
  cursor: pointer;
  isolation: isolate;
}

.pga_reel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, .68));
}

.pga_reel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.2, .7, .2, 1), filter 300ms ease;
}

.pga_reel:hover video,
.pga_reel.is-playing video {
  transform: scale(1.025);
}

.pga_reel_number,
.pga_reel_sound {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  color: var(--theme-white);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pga_reel_number { left: 18px; }
.pga_reel_sound { right: 18px; }

.pga_reels_hint {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  letter-spacing: .06em;
}

@media (max-width: 760px) {
  .pga_reels { padding-inline: 20px; }
  .pga_reels_head { align-items: flex-start; flex-direction: column; }
  .pga_reels_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .pga_reel_number { left: 12px; }
  .pga_reel_sound { right: 12px; }
  .pga_reel_number,
  .pga_reel_sound { bottom: 12px; font-size: 10px; }
  .pga_reels_hint { font-size: 11px; }
}

@media (max-width: 980px) {
  .headerinner header .md,
  header .md {
    display: block !important;
  }
}

/* Shared content-image reveal. Individual `scale` does not replace legacy
   transform positioning, so centered and parallax images remain aligned. */
img.scroll-zoom-image {
  opacity: 1 !important;
  visibility: visible !important;
  scale: 0.9;
  transition: scale 850ms cubic-bezier(.16, .8, .24, 1);
  will-change: scale;
  backface-visibility: hidden;
}

img.scroll-zoom-image.is-in-view {
  scale: 1;
}

.hp_sec7 .pc img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 981px) and (max-width: 1366px) {
  .hero_signature {
    right: 32px;
    bottom: 34px;
    left: 32px;
  }

  .hero_signature h1 {
    font-size: clamp(48px, 5vw, 64px);
  }

  header .lt,
  header .rt {
    gap: clamp(22px, 4vw, 54px);
  }
}

/* Homepage native-flow layout
   Keeps every section in the document scroll and removes legacy overlap/gaps. */
@media (min-width: 981px) {
  body.home-page {
    height: auto !important;
  }

  .home-page .outerDiv {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
  }

  .home-page .hp_sec2 .bg,
  .home-page .hp_sec3 .bg {
    width: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    clip-path: none !important;
    transition: width 1.8s cubic-bezier(.16, .8, .24, 1);
  }

  .home-page .hp_sec2 .bg.animate,
  .home-page .hp_sec3 .bg.animate {
    width: 50% !important;
  }

  .home-page .hp_sec2 .bg img,
  .home-page .hp_sec3 .bg img {
    display: block !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    scale: 1.4;
    transition: scale 2s cubic-bezier(.16, .8, .24, 1);
  }

  .home-page .hp_sec2 .bg.animate img,
  .home-page .hp_sec3 .bg.animate img {
    scale: 1;
  }

  .home-page .hp_sec2 .ct .tx,
  .home-page .hp_sec3 .ct .tx {
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: opacity 700ms 180ms ease, transform 900ms 180ms cubic-bezier(.2, .75, .2, 1);
  }

  .home-page .hp_sec2 .ct .tx.animate,
  .home-page .hp_sec3 .ct .tx.animate {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  .home-page .hp_sec2 .ct .tx .t1,
  .home-page .hp_sec2 .ct .tx .t2,
  .home-page .hp_sec3 .ct .tx .t1,
  .home-page .hp_sec3 .ct .tx .t2 {
    transform: none !important;
  }

  .home-page .hp_sec4 {
    min-height: 0;
    padding-top: clamp(78px, 7vw, 108px);
    padding-bottom: clamp(64px, 6vw, 92px);
  }

  .home-page .pga_process_grid {
    margin-top: clamp(52px, 5vw, 78px);
  }

  .home-page .hp_sec5 .dv_cnt {
    width: 100vw !important;
  }

  .home-page .hp_sec5 .tx {
    left: -200%;
    opacity: 1;
  }

  .home-page .hp_sec6 {
    height: clamp(520px, 72vh, 760px);
  }

  .home-page .hp_sec6 .dv {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding-bottom: clamp(44px, 6vw, 90px);
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1) !important;
  }

  .home-page .hp_sec7 .tx {
    min-height: 190px;
    padding-top: clamp(80px, 7vw, 110px);
    padding-bottom: clamp(44px, 4vw, 64px);
  }

  .home-page .hp_sec7 .pc {
    width: 0;
    height: 0;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: width 1.8s cubic-bezier(.16, .8, .24, 1), height 1.8s cubic-bezier(.16, .8, .24, 1);
  }

  .home-page .hp_sec7 .pc.animate {
    width: 100%;
    height: 100%;
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  .home-page .hp_sec7 .pc img {
    scale: 1.4;
    transition: scale 2s cubic-bezier(.16, .8, .24, 1);
  }

  .home-page .hp_sec7 .pc.animate img {
    scale: 1;
  }

  .home-page .hp_sec8.withcarosal {
    height: auto;
    min-height: 0;
    padding-bottom: clamp(60px, 6vw, 90px);
  }

  .home-page .hp_sec8.withcarosal .owl-item .lts_bx {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 650ms ease, transform 850ms cubic-bezier(.2, .75, .2, 1);
  }

  .home-page .hp_sec8.withcarosal.animate .owl-item.active .lts_bx {
    opacity: 1;
    transform: translateY(0);
  }

  .home-page .hp_sec8.withcarosal.animate .owl-item.active + .owl-item.active .lts_bx {
    transition-delay: 100ms;
  }

  .home-page .hp_sec8.withcarosal.animate .owl-item.active + .owl-item.active + .owl-item.active .lts_bx {
    transition-delay: 200ms;
  }

  .home-page .hp_sec9 {
    height: clamp(620px, 82vh, 900px);
  }

  .home-page .hp_sec9 .dv {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    transform: none;
  }

  .home-page footer {
    position: relative;
    z-index: 1;
    padding-top: clamp(72px, 7vw, 110px);
  }
}

@media (max-width: 980px) {
  body {
    height: auto !important;
  }

  .layout_one.aboutus {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: 100%;
    transform: none !important;
  }

  .layout_one.aboutus .hp_sec1 .bg {
    top: auto !important;
  }

  .layout_one.aboutus .hp_sec2 .bg img {
    margin-top: 0 !important;
  }

  .layout_one.aboutus .hp_sec2 {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .layout_one.aboutus .hp_sec2 .dv {
    position: relative !important;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto !important;
    overflow: visible !important;
  }

  .layout_one.aboutus .hp_sec2 .bg {
    position: relative !important;
    order: 1;
    width: 100% !important;
    height: auto !important;
    min-height: 0;
    overflow: hidden;
  }

  .layout_one.aboutus .hp_sec2 .pc_ab2 {
    position: relative !important;
    inset: auto !important;
    display: block;
    width: 100%;
    height: auto;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .layout_one.aboutus .hp_sec2 .pc_ab2 img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .layout_one.aboutus .hp_sec2 .ct {
    position: relative !important;
    inset: auto !important;
    order: 2;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .layout_one.aboutus .hp_sec2 .ct .tx,
  .layout_one.aboutus .hp_sec2 .ct .t1,
  .layout_one.aboutus .hp_sec2 .ct .t2,
  .layout_one.aboutus .pga_principal,
  .layout_one.aboutus .pga_principal_image,
  .layout_one.aboutus .pga_principal_copy {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .home-page .hp_sec2,
  .home-page .hp_sec3,
  .home-page .hp_sec4,
  .home-page .hp_sec5,
  .home-page .hp_sec6,
  .home-page .hp_sec7,
  .home-page .hp_sec8,
  .home-page .hp_sec9,
  .services .lyt1,
  .services .lyt2,
  .projects .lyt1,
  .projects .lyt2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .home-page .hp_sec2 .bg,
  .home-page .hp_sec3 .bg {
    margin-bottom: 0 !important;
  }

  .home-page .hp_sec2 .ct,
  .home-page .hp_sec3 .ct {
    margin: 0 !important;
  }

  .pc,
  .ig_bx,
  .bg {
    line-height: 0;
  }

  img.scroll-zoom-image {
    scale: 0.96;
    transition-duration: 700ms;
  }

  img.scroll-zoom-image.is-in-view {
    scale: 1;
  }

  .home-page .hp_sec6 {
    height: clamp(400px, 56svh, 560px);
  }

  .home-page .hp_sec6 .dv {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding-bottom: 42px;
  }

  .home-page .hp_sec9 {
    height: clamp(500px, 68svh, 640px);
  }

  .home-page .hp_sec9 .dv {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    transform: none;
  }

  .home-page footer {
    position: relative;
    padding-top: clamp(42px, 7vw, 62px);
  }
}

@media (max-width: 980px) {
  html,
  body {
    width: 100%;
    overflow-x: clip;
  }

  .outerDiv {
    top: auto !important;
  }

  .hp_sec4 .dv1,
  .hp_sec4 .dv2,
  .hp_sec6 .dv,
  .hp_sec7 .tx,
  .hp_sec8 .tx,
  .hp_sec8 .grd .dv,
  .media .grid .dv {
    visibility: visible;
  }
}

@media (max-width: 480px) {
  .hero_signature h1 {
    font-size: clamp(34px, 10vw, 42px);
  }

  .hero_signature .hero_meta {
    flex-wrap: wrap;
  }

  .home-page .hp_sec7 .tp .dv,
  .home-page .hp_sec7 .bt .dv,
  .home-page .hp_sec7 .md .dv {
    height: 58svh;
    min-height: 390px;
  }

  .home-page .hp_sec7 .tx,
  .home-page .hp_sec8 .tx {
    padding-top: 56px;
    padding-bottom: 30px;
  }

  .home-page .hp_sec8.withcarosal {
    padding-bottom: 44px;
  }

  .home-page .hp_sec8.withcarosal .lk {
    padding-top: 28px;
  }
}

@media (max-width: 767px) {
  .contact_sec1 {
    padding: 62px 20px 72px;
  }

  .contact_sec1 .contact_eyebrow,
  .contact_sec1 .tx1,
  .contact_sec1 .tx2 {
    text-align: left;
  }

  .contact_sec1 .tx2 {
    margin: 20px 0 50px;
  }

  .contact_sec1 .grd {
    grid-template-columns: 1fr;
  }

  .contact_sec1 .grd .dv {
    margin: 0;
    padding: 26px 22px;
  }

  .layout_one.contact .hp_sec2 .ct .tx {
    padding: 52px 20px 60px;
  }

  .pga_form_grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pga_form_full {
    grid-column: auto;
  }

  .pga_contact_form {
    margin-top: 28px;
  }

  .services .lyt1 {
    padding-top: 104px;
    background:
      radial-gradient(circle at 15% 12%, rgba(190, 154, 91, 0.18), transparent 28%),
      linear-gradient(155deg, #111613 0%, #171d19 55%, #0d110f 100%);
  }

  .services .pga_service_overview {
    gap: 1px;
    padding: 1px;
  }

  .services .pga_service_overview article,
  .services .pga_service_overview article + article {
    padding: 28px 22px 32px;
    border-top: 0;
  }

  .services .pga_service_overview article:hover {
    transform: none;
  }

  .home-page .hp_sec6 .dv {
    padding-bottom: 0;
  }

  .home-page .hp_sec7 .tp,
  .home-page .hp_sec7 .md,
  .home-page .hp_sec7 .bt {
    gap: 0;
    margin: 0;
    padding: 0;
  }

  .home-page .hp_sec7 .tp .dv,
  .home-page .hp_sec7 .md .dv,
  .home-page .hp_sec7 .bt .dv {
    margin: 0;
    padding: 0;
  }

  .home-page .hp_sec7 .pc,
  .home-page .hp_sec7 .pc a,
  .home-page .hp_sec7 .pc img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .home-page .hp_sec7 .md1 .dv,
  .home-page .hp_sec7 .md2 .dv,
  .home-page .hp_sec7 .md3 .dv {
    height: auto;
    min-height: 0;
    aspect-ratio: 1920 / 700;
    overflow: hidden;
  }

  .home-page .hp_sec7 .md1 .pc,
  .home-page .hp_sec7 .md2 .pc,
  .home-page .hp_sec7 .md3 .pc {
    inset: 0;
    transform: none;
  }

  .home-page .hp_sec7 .md1 .pc.animate,
  .home-page .hp_sec7 .md2 .pc.animate,
  .home-page .hp_sec7 .md3 .pc.animate {
    transform: none;
  }

  .home-page .hp_sec7 .md1 .pc img,
  .home-page .hp_sec7 .md2 .pc img,
  .home-page .hp_sec7 .md3 .pc img {
    object-fit: cover;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hp_sec4 .dv1,
  .hp_sec4 .dv2,
  .hp_sec6 .dv,
  .hp_sec7 .tx,
  .hp_sec7 .pc,
  .hp_sec8 .tx,
  .hp_sec8 .grd .dv,
  .media .grid .dv {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .home-page .hp_sec2 .bg,
  .home-page .hp_sec2 .ct .tx,
  .home-page .hp_sec3 .bg,
  .home-page .hp_sec3 .ct .tx,
  .home-page .hp_sec8.withcarosal .owl-item .lts_bx {
    opacity: 1 !important;
    clip-path: none !important;
    transform: none !important;
  }

  .home-page .hp_sec2 .bg,
  .home-page .hp_sec3 .bg {
    width: 50% !important;
  }

  .home-page .hp_sec7 .pc {
    width: 100% !important;
    height: 100% !important;
  }
}

.route_notice {
  display: grid;
  min-height: 100svh;
  padding: 48px;
  place-content: center;
  color: var(--theme-white);
  background: var(--theme-ink);
  text-align: center;
}

.route_notice p {
  margin-bottom: 18px;
  color: var(--theme-accent);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.route_notice h1 {
  margin-bottom: 28px;
  font-size: 42px;
  font-weight: 520;
}

.route_notice a {
  justify-self: center;
  padding: 12px 18px;
  color: var(--theme-ink);
  background: var(--theme-accent);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 650;
}
