.pg-home-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #edf4fa 0%, #ffffff 100%);
  perspective: 1400px;
}

.pg-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 22%, rgba(47, 134, 198, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  pointer-events: none;
}

.pg-home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(11, 43, 79, 0.08);
  pointer-events: none;
}

.pg-home-hero-media {
  position: absolute;
  inset: 0;
}

.pg-home-hero-scene {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transform-origin: center center;
  will-change: transform;
}

.pg-home-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 47% 30%;
  transform: scale(1.05);
  filter: saturate(0.9) brightness(0.86) contrast(1.05);
}

.pg-home-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 56% 50%, rgba(47, 134, 198, 0.3), transparent 22%),
    radial-gradient(circle at 18% 58%, rgba(47, 134, 198, 0.12), transparent 28%),
    linear-gradient(92deg, rgba(7, 25, 47, 0.86) 0%, rgba(7, 25, 47, 0.8) 24%, rgba(7, 25, 47, 0.66) 42%, rgba(7, 25, 47, 0.44) 66%, rgba(7, 25, 47, 0.16) 100%),
    linear-gradient(180deg, rgba(11, 43, 79, 0.04) 0%, rgba(11, 43, 79, 0.24) 100%);
}

.pg-home-hero-tech,
.pg-home-hero-network {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pg-home-hero-tech::before,
.pg-home-hero-tech::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.pg-home-hero-tech::before {
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(133, 191, 244, 0.3) 1.4px, transparent 2.2px);
  background-size: 28px 28px;
  opacity: 0.22;
  mask-image: linear-gradient(90deg, transparent 6%, rgba(0, 0, 0, 0.08) 20%, rgba(0, 0, 0, 0.42) 36%, rgba(0, 0, 0, 0.88) 58%, transparent 100%);
}

.pg-home-hero-tech::after {
  top: 9%;
  right: 5%;
  width: min(42vw, 500px);
  height: min(56vh, 440px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='170' height='148' viewBox='0 0 170 148'%3E%3Cg fill='none' stroke='rgba(124,178,222,0.26)' stroke-width='1.2'%3E%3Cpath d='M42.5 1 L84.5 25 L84.5 73 L42.5 97 L0.5 73 L0.5 25 Z'/%3E%3Cpath d='M127.5 1 L169.5 25 L169.5 73 L127.5 97 L85.5 73 L85.5 25 Z'/%3E%3Cpath d='M84.5 50 L126.5 74 L126.5 122 L84.5 146 L42.5 122 L42.5 74 Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 184px 160px;
  background-repeat: repeat;
  opacity: 0.66;
  transform: translateZ(28px);
}

.pg-home-hero-network {
  opacity: 0.96;
  mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.06) 14%, rgba(0, 0, 0, 0.54) 28%, rgba(0, 0, 0, 1) 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.06) 14%, rgba(0, 0, 0, 0.54) 28%, rgba(0, 0, 0, 1) 100%);
}

.pg-home-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(16px) saturate(0.94);
  -webkit-backdrop-filter: blur(16px) saturate(0.94);
  mask-image: radial-gradient(ellipse at 56% 50%, transparent 24%, rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.96) 100%);
  -webkit-mask-image: radial-gradient(ellipse at 56% 50%, transparent 24%, rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.96) 100%);
  pointer-events: none;
}

.pg-home-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.9rem;
  min-height: clamp(620px, 74vh, 720px);
  padding: clamp(4.8rem, 8vw, 6.2rem) 0 clamp(1.9rem, 3.8vw, 2.7rem);
}

.pg-home-hero .container {
  width: min(1480px, calc(100% - 56px));
}

.pg-home-hero-shell {
  max-width: 640px;
}

.pg-home-hero-copy {
  display: grid;
  gap: 1.05rem;
  max-width: 600px;
}

.pg-home-hero-copy .pg-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.pg-home-hero-copy .pg-title {
  max-width: 8.8ch;
  color: #ffffff;
  font-size: clamp(2.9rem, 5vw, 4.95rem);
  line-height: 0.99;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.pg-home-hero-copy .pg-lead {
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.72;
}

.pg-home-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.pg-home-hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.85rem;
  border: 1px solid rgba(124, 178, 222, 0.34);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pg-home-hero .pg-button {
  box-shadow: 0 18px 36px rgba(8, 33, 61, 0.28);
}

.pg-home-hero .pg-button--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff;
}

.pg-home-hero .pg-button--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.42);
}

.pg-home-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1140px;
}

.pg-home-credibility {
  padding-top: 1.2rem;
}

.pg-home-standard-line {
  margin: 0 0 1.1rem;
  max-width: 68ch;
  padding: 1rem 1.15rem;
  border-left: 4px solid var(--pg-blue);
  background: linear-gradient(180deg, #f6fbff 0%, #eef5fb 100%);
  box-shadow: var(--pg-shadow-soft);
  color: var(--pg-navy);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.66;
}

.pg-home-metric {
  padding: 1.15rem 1.2rem;
  background: #ffffff;
  border: 1px solid rgba(11, 43, 79, 0.1);
  box-shadow: 0 18px 34px rgba(8, 33, 61, 0.1);
}

.pg-home-metric strong {
  display: block;
  color: var(--pg-blue);
  font-size: clamp(1.34rem, 2vw, 1.58rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.pg-home-metric span {
  display: block;
  margin-top: 0.42rem;
  color: var(--pg-ink-soft);
  font-size: 0.88rem;
  line-height: 1.56;
}

.pg-split-intro {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 2.2rem;
  align-items: center;
}

.pg-split-intro-copy,
.pg-home-regions-copy {
  display: grid;
  gap: 1rem;
}

.pg-home-emphasis {
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--pg-blue);
  background: linear-gradient(180deg, #f6fbff 0%, #eef5fb 100%);
  box-shadow: var(--pg-shadow-soft);
}

.pg-split-intro-copy h2,
.pg-home-regions-copy h2 {
  margin: 0;
  color: var(--pg-navy);
  font-size: clamp(2rem, 3.9vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.pg-home-solutions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}

.pg-home-section-head {
  display: grid;
  gap: 0.9rem;
  max-width: 780px;
  margin-bottom: 1.6rem;
}

.pg-home-section-head .pg-title {
  max-width: 9.5ch;
}

.pg-home-capability-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.pg-home-capability-card {
  grid-column: span 2;
  display: grid;
  gap: 0.75rem;
  min-height: 100%;
  border-top: 3px solid rgba(30, 108, 232, 0.28);
}

.pg-home-capability-card:nth-last-child(-n + 2) {
  grid-column: span 3;
}

.pg-home-capability-index {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  padding: 0 0.72rem;
  border-radius: 999px;
  background: var(--pg-blue-soft);
  color: var(--pg-blue);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pg-home-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.pg-home-process-card {
  position: relative;
  display: grid;
  gap: 0.55rem;
  min-height: 100%;
  border-top: 3px solid rgba(11, 43, 79, 0.18);
  align-content: start;
}

.pg-home-process-step {
  display: inline-grid;
  place-items: center;
  width: 44px;
  min-height: 44px;
  color: #ffffff;
  background: linear-gradient(180deg, #1e6ce8 0%, #0b2b4f 100%);
  box-shadow: 5px 5px 0 rgba(124, 178, 222, 0.7);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pg-home-solution {
  position: relative;
  min-height: 268px;
  overflow: hidden;
  box-shadow: var(--pg-shadow);
  transition: transform 360ms ease, box-shadow 360ms ease;
}

.pg-home-solution img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.pg-home-solution::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 33, 61, 0.08) 0%, rgba(8, 33, 61, 0.9) 100%);
}

.pg-home-solution-body {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-height: 100%;
  gap: 0.7rem;
  padding: 1.35rem;
}

.pg-home-solution-body strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pg-home-solution-body h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.pg-home-solution-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  line-height: 1.58;
}

.pg-home-experience {
  display: grid;
  gap: 1.8rem;
}

.pg-home-experience-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.9rem;
}

.pg-home-experience-list li {
  position: relative;
  padding: 1rem 1.1rem 1rem 2.2rem;
  background: #ffffff;
  border: 1px solid rgba(15, 38, 67, 0.08);
  box-shadow: var(--pg-shadow-soft);
  color: var(--pg-ink-soft);
  line-height: 1.58;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.pg-home-experience-list li::before {
  content: "";
  position: absolute;
  left: 1.05rem;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--pg-blue);
  transform: translateY(-50%);
}

.pg-home-experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pg-home-experience-item {
  padding: 1.35rem;
  background: #ffffff;
  border: 1px solid rgba(15, 38, 67, 0.08);
  box-shadow: var(--pg-shadow-soft);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.pg-home-experience-item h3 {
  margin: 0;
  color: var(--pg-navy);
  font-size: 1.05rem;
  line-height: 1.32;
}

.pg-home-experience-item p {
  margin: 0.55rem 0 0;
  color: var(--pg-ink-soft);
  font-size: 0.9rem;
  line-height: 1.62;
}

.pg-home-regions {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
  gap: 2rem;
  align-items: start;
}

.pg-home-region-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pg-home-region-list article {
  padding: 1.1rem 1.15rem;
  background: #ffffff;
  border: 1px solid rgba(15, 38, 67, 0.08);
  box-shadow: var(--pg-shadow-soft);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.pg-home-region-list strong {
  display: block;
  color: var(--pg-navy);
  font-size: 0.98rem;
  line-height: 1.25;
}

.pg-home-region-list span {
  display: block;
  margin-top: 0.35rem;
  color: var(--pg-ink-soft);
  font-size: 0.88rem;
  line-height: 1.58;
}

.pg-title--hero-home {
  max-width: 10.9ch;
  line-height: 1.01;
  letter-spacing: -0.046em;
  word-spacing: 0.045em;
}

.pg-home-section-head .pg-title,
.pg-home-section-head .pg-title--wide {
  max-width: 14ch;
  line-height: 1.02;
  letter-spacing: -0.042em;
}

.pg-home-hero-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.pg-home-hero-support {
  width: fit-content;
  max-width: min(100%, 34rem);
  padding: 0.9rem 1rem;
  border: 1px solid rgba(124, 178, 222, 0.28);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 14px 28px rgba(8, 33, 61, 0.14);
}

.pg-home-hero-points li {
  position: relative;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  line-height: 1.55;
}

.pg-home-hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.67rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(124, 178, 222, 0.92);
}

.pg-home-hero-statement {
  margin: 0;
  max-width: 48ch;
  padding: 0.9rem 1rem;
  border-left: 3px solid rgba(124, 178, 222, 0.92);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.94rem;
  line-height: 1.62;
}

.pg-home-capability-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pg-home-capability-item {
  display: grid;
  place-items: center;
  min-height: 110px;
  text-align: center;
  color: var(--pg-navy);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.34;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.pg-home-process-card p {
  margin: 0;
  color: var(--pg-ink-soft);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
}

.pg-home-process-card h3 {
  margin: 0;
  color: var(--pg-navy);
  font-size: 1.06rem;
  line-height: 1.22;
  letter-spacing: -0.028em;
}

.pg-home-contact-line {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.98rem;
  line-height: 1.7;
}

.pg-home-contact-opportunity {
  margin: 0.75rem auto 0.6rem;
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.68;
}

.pg-home-contact-line a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.pg-home-contact-line a:hover,
.pg-home-contact-line a:focus-visible {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}

.pg-home-solution:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 42px rgba(8, 33, 61, 0.16);
}

.pg-home-solution:hover img,
.pg-split-intro .pg-media-card:hover img {
  transform: scale(1.04);
}

.pg-home-capability-item:hover,
.pg-home-experience-item:hover,
.pg-home-experience-list li:hover,
.pg-home-region-list article:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 108, 232, 0.2);
  box-shadow: 0 22px 40px rgba(8, 33, 61, 0.1);
}

.pg-photo-banner-copy-card {
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.pg-photo-banner:hover .pg-photo-banner-copy-card {
  transform: translateY(-3px);
  box-shadow: 0 24px 40px rgba(6, 18, 42, 0.22);
}

@media (max-width: 1180px) {
  .pg-split-intro,
  .pg-home-regions {
    grid-template-columns: 1fr;
  }

  .pg-home-capability-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pg-home-process-grid,
  .pg-home-solutions,
  .pg-home-experience-grid,
  .pg-home-region-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .pg-home-hero .container {
    width: min(100%, calc(100% - 36px));
  }

  .pg-home-hero-inner {
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 1.6rem;
  }

  .pg-home-hero-shell,
  .pg-home-hero-copy {
    max-width: 100%;
  }

  .pg-home-hero-copy .pg-title {
    max-width: 9.6ch;
    font-size: clamp(2.6rem, 7vw, 4.1rem);
    line-height: 1.02;
  }

  .pg-home-hero-copy .pg-title--hero-home {
    max-width: 10.8ch;
    font-size: clamp(2.26rem, 5.9vw, 3.55rem);
    line-height: 1.04;
    letter-spacing: -0.038em;
    word-spacing: 0.04em;
  }

  .pg-home-section-head .pg-title {
    max-width: 10.5ch;
  }

}

@media (max-width: 640px) {
  .pg-home-hero-inner {
    gap: 1rem;
    min-height: 500px;
    padding-top: 2.8rem;
    padding-bottom: 1.15rem;
  }

  .pg-home-hero-copy .pg-title {
    max-width: 9.8ch;
    font-size: clamp(1.72rem, 7.1vw, 2.16rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
  }

  .pg-home-hero-copy .pg-lead {
    max-width: 29ch;
    font-size: 0.93rem;
    line-height: 1.64;
  }

  .pg-home-hero-support {
    max-width: 100%;
    padding: 0.78rem 0.88rem;
  }

  .pg-home-hero-points li {
    font-size: 0.86rem;
    line-height: 1.48;
  }

  .pg-home-hero-copy .pg-title--hero-home {
    max-width: 10.4ch;
    font-size: clamp(1.72rem, 7.1vw, 2.12rem);
    line-height: 1.09;
    letter-spacing: -0.024em;
    word-spacing: 0.03em;
  }

  .pg-home-hero-copy .pg-lead {
    max-width: 31ch;
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .pg-home-standard-line {
    font-size: 0.95rem;
    line-height: 1.62;
    padding: 0.95rem 1rem;
  }

  .pg-home-hero-network {
    mask-image: linear-gradient(90deg, transparent 0, transparent 34%, rgba(0, 0, 0, 0.3) 52%, rgba(0, 0, 0, 1) 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, transparent 34%, rgba(0, 0, 0, 0.3) 52%, rgba(0, 0, 0, 1) 100%);
  }

  .pg-home-hero-tags {
    gap: 0.45rem;
  }

  .pg-home-capability-list,
  .pg-home-process-grid,
  .pg-home-solutions,
  .pg-home-experience-grid,
  .pg-home-region-list {
    grid-template-columns: 1fr;
  }

  .pg-home-emphasis {
    padding: 0.9rem 1rem;
  }

  .pg-home-process-step {
    width: 40px;
    min-height: 40px;
    font-size: 0.76rem;
  }

  .pg-home-section-head .pg-title,
  .pg-home-section-head .pg-title--wide {
    max-width: none;
    font-size: clamp(1.72rem, 7vw, 2.04rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
  }

  .pg-home-hero-tags span {
    min-height: 30px;
    padding: 0 0.7rem;
    font-size: 0.62rem;
  }

  .pg-home-hero-points li,
  .pg-home-hero-statement {
    font-size: 0.9rem;
    line-height: 1.58;
  }

  .pg-home-hero-support {
    width: 100%;
    padding: 0.85rem 0.92rem;
  }

  .pg-home-capability-item {
    min-height: 82px;
    font-size: 0.96rem;
  }

  .pg-home-contact-line {
    max-width: 30ch;
    font-size: 0.92rem;
    line-height: 1.64;
  }

  .pg-home-contact-opportunity {
    max-width: 30ch;
    font-size: 0.92rem;
    line-height: 1.64;
  }

  .pg-home-hero-tech::after {
    width: 62vw;
    height: 44vh;
    top: 16%;
    right: 0;
    opacity: 0.5;
  }

  .pg-home-metrics,
  .pg-home-solutions,
  .pg-home-experience-grid,
  .pg-home-region-list {
    grid-template-columns: 1fr;
  }

  .pg-home-solution {
    min-height: 214px;
  }

  .pg-home-metric strong {
    font-size: 1.35rem;
  }

  .pg-home-experience-list li {
    padding: 0.95rem 1rem 0.95rem 2rem;
    line-height: 1.56;
  }

  .pg-home-experience-list li::before {
    left: 0.95rem;
  }
}

/* ======================================================================
   V18 FINAL HOME MOBILE TYPE CLEANUP
   ====================================================================== */

.pg-home-hero-copy .pg-title,
.pg-home-hero-copy .pg-title--hero-home,
.pg-home-hero-copy .pg-lead,
.pg-home-contact-line,
.pg-home-contact-opportunity {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

@media (max-width: 640px) {
  .pg-home-hero-copy .pg-title--hero-home {
    max-width: 11.2ch !important;
    font-size: clamp(1.64rem, 6.6vw, 2.02rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.018em !important;
  }

  .pg-home-contact-line,
  .pg-home-contact-opportunity {
    max-width: 34ch !important;
  }
}

/* ======================================================================
   V19 FINAL HOME MOBILE TYPE / IMAGE LOCK
   ====================================================================== */

@media (max-width: 640px) {
  .pg-home-hero-copy .pg-title--hero-home {
    max-width: 13.2ch !important;
    font-size: clamp(1.48rem, 6vw, 1.88rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.016em !important;
  }

  .pg-home-hero-copy .pg-lead {
    max-width: 34ch !important;
    font-size: 0.94rem !important;
    line-height: 1.64 !important;
  }

  .pg-home-contact-line,
  .pg-home-contact-opportunity {
    max-width: 38ch !important;
    font-size: 0.94rem !important;
    line-height: 1.62 !important;
  }
}

/* ======================================================================
   V21 FINAL HOME LINK / CARD HARDENING
   ====================================================================== */

.pg-marquee-item {
  text-decoration: none !important;
}

.pg-home-solution {
  display: block;
  color: inherit;
  text-decoration: none !important;
}

.pg-home-solution:hover,
.pg-home-solution:focus-visible {
  color: inherit;
}

/* V22 final mobile width cleanup */
.pg-home-standard-line {
  width: 100%;
}

@media (max-width: 980px) {
  .pg-split-intro-copy,
  .pg-home-regions-copy {
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .pg-home-standard-line {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0.95rem 0.9rem !important;
    box-sizing: border-box;
    overflow-wrap: anywhere;
  }

  .pg-split-intro-copy h2,
  .pg-home-regions-copy h2 {
    max-width: 10.4ch;
    font-size: clamp(1.56rem, 6.6vw, 2rem);
    line-height: 1.06;
    letter-spacing: -0.03em;
  }

  .pg-split-intro .pg-media-card {
    max-width: 100%;
    overflow: hidden;
  }

  .pg-caption-card {
    max-width: calc(100% - 1.2rem);
  }
}
