/* Shared navigation, typography and company-page components. */
.pg-header,
.pg-header * { box-sizing: border-box; }
header.pg-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 9000;
  height: 84px;
  padding: 0;
  background: rgba(249, 249, 241, .96);
  border-bottom: 1px solid #dedfd6;
  box-shadow: none;
  font-family: Arial, Helvetica, sans-serif;
  backdrop-filter: blur(16px);
}
.pg-header .pg-header-inner {
  width: min(1280px, calc(100% - 96px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.pg-header .pg-brand { display: flex; align-items: center; flex-shrink: 0; }
.pg-header .pg-brand img { display: block; width: 93px; height: 60px; object-fit: contain; }
.pg-header .pg-nav { display: flex; align-items: center; gap: 36px; position: static; }
.pg-header .pg-nav a {
  position: relative;
  padding: 12px 0;
  color: #202624;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s;
}
.pg-header .pg-nav a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #2e59db;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s;
}
.pg-header .pg-nav a:hover,
.pg-header .pg-nav a[aria-current="page"] { color: #2e59db; }
.pg-header .pg-nav a:hover::after,
.pg-header .pg-nav a[aria-current="page"]::after { transform: scaleX(1); }
.pg-header .pg-language { display: flex; align-items: center; gap: 7px; border-left: 1px solid #c9ccc3; padding-left: 28px; font-size: 12px; color: #5e665d; }
.pg-header .pg-language svg { width: 17px; height: 17px; }
.pg-header a:focus-visible,
.pg-page a:focus-visible { outline: 3px solid #2e59db; outline-offset: 6px; border-radius: 3px; }
.pg-page *, .pg-page *::before, .pg-page *::after { box-sizing: border-box; }
html:has(.pg-page) { scroll-behavior: smooth; scroll-padding-top: 108px; }
body.pg-page {
  margin: 0;
  padding-top: 84px;
  background: #f9f9f1;
  color: #202624;
  font: 16px/1.7 Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.pg-page h1, .pg-page h2, .pg-page h3, .pg-page p, .pg-page figure { margin: 0; }
.pg-page a { color: inherit; text-decoration: none; }
.pg-page svg { display: block; }
.pg-page ::selection { background: #d5f768; color: #202624; }
.pg-wrap { width: min(1280px, calc(100% - 96px)); margin: auto; }
.pg-eyebrow { display: flex; align-items: center; gap: 10px; font: 600 11px/1.4 Arial, sans-serif; letter-spacing: 2px; text-transform: uppercase; }
.pg-eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #2e59db; flex-shrink: 0; }
.pg-kicker { font-size: 12px; letter-spacing: 1.8px; text-transform: uppercase; }
.pg-pill { display: inline-flex; align-items: center; gap: 8px; background: #e9eddf; padding: 7px 13px; border-radius: 30px; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.pg-button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 15px 22px; border: 1px solid #202624; border-radius: 8px; background: #202624; color: #fff !important; font-size: 14px; font-weight: 600; transition: transform .2s, background .2s, box-shadow .2s; }
.pg-button:hover { transform: translateY(-3px); background: #344438; box-shadow: 0 5px 0 #c6d0be; }
.pg-arrow { font-size: 22px; line-height: 1; font-weight: 400; }
.pg-about-hero { display: grid; grid-template-columns: 1.08fr 1fr; gap: 70px; align-items: center; padding-top: 66px; padding-bottom: 68px; }
.pg-hero-copy h1 { margin-top: 27px; font-size: clamp(54px, 5.8vw, 82px); line-height: 1.04; letter-spacing: -4.5px; font-weight: 700; }
.pg-hero-copy h1 em { color: #2e59db; font-style: normal; }
.pg-hero-copy > p { max-width: 405px; margin-top: 26px; font-size: 16px; line-height: 1.8; color: #636a62; }
.pg-hero-copy .pg-button { margin-top: 30px; }
.pg-hero-footnote { display: flex; align-items: center; gap: 12px; margin-top: 34px; font: 11px/1.5 Arial, sans-serif; color: #677163; letter-spacing: 1.4px; text-transform: uppercase; }
.pg-hero-footnote span { display: block; height: 1px; width: 30px; background: #9aa48d; }
.pg-playground { position: relative; width: 100%; height: 465px; isolation: isolate; }
.pg-playground::before { content: ""; position: absolute; inset: 15px 0; border-radius: 46% 46% 40% 42%; background: #e6eacb; transform: rotate(-8deg); z-index: -2; }
.pg-orbit { position: absolute; inset: 90px 20px; border: 1px solid #b9c5a0; border-radius: 50%; transform: rotate(-30deg); z-index: -1; }
.pg-orbit::after { content: ""; position: absolute; top: 40px; left: 33px; width: 12px; height: 12px; background: #2e59db; border-radius: 50%; }
.pg-game-tile { position: absolute; border: 7px solid #fff; box-shadow: 0 12px 25px #1c282f24; border-radius: 20px; overflow: hidden; }
.pg-game-tile img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pg-game-tile-one { top: 9px; left: 4px; width: 215px; height: 148px; transform: rotate(-12deg); }
.pg-game-tile-two { right: 0; bottom: 12px; width: 211px; height: 148px; transform: rotate(11deg); }
.pg-controller { position: absolute; left: 50%; top: 47%; width: 295px; height: 192px; border: 2px solid #162b23; border-radius: 82px 82px 65px 65px; background: #d4f36b; box-shadow: inset 0 -15px 0 #adcc49, inset 0 8px 0 #edffa7, 0 17px 0 #233d2b, 0 35px 35px #20262428; transform: translate(-50%, -50%) rotate(-13deg); }
.pg-controller::before { content: ""; position: absolute; width: 96px; height: 52px; border: 3px solid #263d2e; border-bottom: none; border-radius: 45px 45px 0 0; top: -54px; left: 78px; transform: rotate(8deg); }
.pg-controller::after { content: ""; position: absolute; bottom: 18px; left: 126px; width: 37px; height: 6px; border-radius: 5px; background: #83993b; }
.pg-dpad { position: absolute; top: 58px; left: 36px; width: 67px; height: 67px; filter: drop-shadow(0 4px 0 #6e8229); }
.pg-dpad::before, .pg-dpad::after { content: ""; position: absolute; background: #26382c; border-radius: 7px; }
.pg-dpad::before { width: 25px; height: 67px; left: 21px; }
.pg-dpad::after { width: 67px; height: 25px; top: 21px; }
.pg-game-buttons { position: absolute; top: 49px; right: 33px; width: 78px; height: 78px; transform: rotate(-12deg); }
.pg-game-buttons i { position: absolute; width: 27px; height: 27px; border: 2px solid #26382c; border-radius: 50%; background: #5074ef; box-shadow: 0 3px 0 #26382c; }
.pg-game-buttons i:nth-child(1) { top: 0; left: 26px; }
.pg-game-buttons i:nth-child(2) { top: 26px; left: 0; background: #f89675; }
.pg-game-buttons i:nth-child(3) { top: 26px; right: 0; background: #f4f5db; }
.pg-game-buttons i:nth-child(4) { bottom: 0; left: 26px; background: #f5cc4c; }
.pg-sticker { position: absolute; z-index: 3; padding: 9px 17px; border: 1px solid #253127; border-radius: 6px; background: #fbfcf5; box-shadow: 3px 3px 0 #253127; font-size: 11px; letter-spacing: 1px; font-weight: 700; }
.pg-sticker-top { top: 56px; right: -5px; transform: rotate(9deg); }
.pg-sticker-bottom { bottom: 49px; left: 11px; transform: rotate(-8deg); background: #f8b19b; }
.pg-spark { position: absolute; top: -12px; right: 66px; color: #2e59db; font-size: 87px; line-height: 1; animation: pg-wiggle 4s ease-in-out 1; }
.pg-ticker { display: flex; justify-content: center; gap: 45px; padding: 20px 24px; background: #d5f768; border-block: 1px solid #bccf79; overflow: hidden; }
.pg-ticker span { white-space: nowrap; font-size: 12px; font-weight: 700; letter-spacing: 1.7px; }
.pg-ticker b { color: #375a2e; font-size: 17px; line-height: 1.2; }
.pg-story { display: grid; grid-template-columns: .76fr 1.24fr; gap: 90px; padding-block: 95px; }
.pg-section-heading h2 { margin-top: 20px; font-size: 43px; font-weight: 700; line-height: 1.13; letter-spacing: -1.8px; }
.pg-section-heading h2 span { color: #718169; }
.pg-story-copy > p { color: #62695f; font-size: 16px; line-height: 1.9; }
.pg-story-copy strong { color: #202624; font-weight: 600; }
.pg-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; padding-top: 25px; border-top: 1px solid #d9ddcf; gap: 18px; }
.pg-facts strong { display: block; font-size: 28px; line-height: 1.4; letter-spacing: -1px; }
.pg-facts span { font-size: 11px; color: #707768; }
.pg-team { padding: 72px 0 80px; background: #eeefe5; border-block: 1px solid #dfe2d5; }
.pg-team-intro { display: flex; justify-content: space-between; align-items: end; gap: 64px; margin-bottom: 40px; }
.pg-team-intro > p { max-width: 520px; color: #62695f; font-size: 15px; line-height: 1.9; }
.pg-capabilities { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pg-capability { position: relative; min-height: 205px; padding: 26px; border: 1px solid #d0d7c1; border-radius: 13px; background: #fafbf5; transition: transform .2s, box-shadow .2s; }
.pg-capability:hover { transform: translateY(-6px) rotate(-1deg); box-shadow: 0 8px 0 #d9dfca; }
.pg-capability:nth-child(2) { background: #dce6fc; border-color: #c3d2f7; }
.pg-capability:nth-child(3) { background: #f9ddce; border-color: #efc9b3; }
.pg-capability:nth-child(4) { background: #e1edb4; border-color: #cedc9b; }
.pg-capability .pg-number { position: absolute; top: 23px; right: 22px; font: 11px/1 Arial, sans-serif; color: #6b7760; }
.pg-capability svg { width: 36px; height: 36px; margin-bottom: 33px; }
.pg-capability h3 { font-size: 17px; line-height: 1.3; font-weight: 600; }
.pg-capability p { margin-top: 7px; font-size: 12px; color: #62695f; }
.pg-trust { display: grid; grid-template-columns: 120px 1fr auto; gap: 35px; align-items: center; margin-block: 72px; padding: 42px; border: 1px solid #d6ddcc; border-radius: 16px; }
.pg-trust-icon { width: 108px; height: 108px; border-radius: 50%; background: #d5f768; display: grid; place-items: center; }
.pg-trust-icon svg { width: 53px; height: 53px; }
.pg-trust h2 { font-size: 27px; line-height: 1.25; letter-spacing: -.7px; }
.pg-trust p { max-width: 640px; margin-top: 12px; font-size: 14px; color: #62695f; line-height: 1.85; }
.pg-text-link { display: inline-flex; align-items: center; gap: 17px; white-space: nowrap; font-size: 13px; font-weight: 600; border-bottom: 1px solid #9ca78f; padding-block: 8px; }
.pg-text-link:hover { color: #2e59db; border-color: #2e59db; }
.pg-cta { position: relative; background: #2e59db; color: #fff; overflow: hidden; }
.pg-cta::after { content: "✳"; position: absolute; right: 31%; bottom: -83px; font-size: 300px; line-height: 1; color: #4268e4; pointer-events: none; }
.pg-cta .pg-wrap { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 58px; }
.pg-cta h2 { margin-top: 8px; font-size: 44px; line-height: 1.2; letter-spacing: -1.6px; }
.pg-cta .pg-button { background: #d5f768; color: #202624 !important; border-color: #d5f768; }
.pg-footer { background: #f9f9f1; padding-block: 38px 24px; border-top: 1px solid #dfe2d5; }
.pg-footer-top, .pg-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.pg-footer-brand { display: flex; align-items: center; gap: 20px; }
.pg-footer-brand img { width: 78px; height: 50px; object-fit: contain; }
.pg-footer-brand span { font-size: 13px; color: #737b6b; }
.pg-footer nav { display: flex; flex-wrap: wrap; gap: 26px; font-size: 12px; }
.pg-footer a:hover { color: #2e59db; }
.pg-footer-bottom { border-top: 1px solid #dfe2d5; margin-top: 25px; padding-top: 20px; font-size: 10px; color: #71786a; letter-spacing: .5px; }
.pg-contact-hero { position: relative; display: grid; grid-template-columns: 1fr 370px; align-items: center; gap: 70px; padding-top: 64px; padding-bottom: 45px; }
.pg-contact-hero h1 { font-size: clamp(55px, 5.9vw, 82px); }
.pg-contact-hero .pg-hero-copy > p { max-width: 500px; }
.pg-hello-art { position: relative; height: 295px; }
.pg-hello-art::before { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid #c9d0bd; border-radius: 50%; left: 40px; top: 15px; }
.pg-hello-art::after { content: ""; position: absolute; width: 280px; height: 280px; border: 1px dashed #c9d0bd; border-radius: 50%; left: 10px; top: 0; }
.pg-chat { position: absolute; display: grid; place-items: center; border: 2px solid #223228; border-radius: 28px; font-weight: 700; z-index: 1; }
.pg-chat::after { content: ""; position: absolute; bottom: -15px; left: 32px; width: 26px; height: 26px; border-right: 2px solid #223228; border-bottom: 2px solid #223228; background: inherit; transform: skewY(-32deg); }
.pg-chat-hello { top: 29px; left: 0; width: 220px; height: 120px; background: #d5f768; transform: rotate(-9deg); box-shadow: 5px 7px 0 #223228; font-size: 47px; letter-spacing: -2px; }
.pg-chat-smile { right: 7px; bottom: 28px; width: 157px; height: 113px; background: #9fb8fb; transform: rotate(10deg); box-shadow: 5px 7px 0 #223228; }
.pg-chat-smile svg { width: 83px; height: 60px; }
.pg-hello-art .pg-spark { right: 0; top: -6px; color: #ed946f; font-size: 73px; z-index: 2; }
.pg-contact-grid { display: grid; grid-template-columns: 1fr 1fr 1.18fr; gap: 19px; padding-bottom: 64px; }
.pg-contact-card { display: flex; flex-direction: column; position: relative; min-width: 0; padding: 28px; border: 1px solid #d5dbcd; border-radius: 14px; background: #fffef9; transition: transform .2s, box-shadow .2s; }
a.pg-contact-card:hover { transform: translateY(-5px); box-shadow: 0 7px 0 #d9dfca; }
.pg-contact-card:nth-child(2) { background: #e8eefa; border-color: #ccd8f0; }
.pg-contact-card:nth-child(3) { background: #eaf0d6; border-color: #d3ddbc; }
.pg-contact-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid #d5dbcd; background: #f9faf2; border-radius: 12px; margin-bottom: 22px; }
.pg-contact-icon svg { width: 23px; height: 23px; }
.pg-contact-card h2 { margin-bottom: 11px; font-size: 12px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; }
.pg-contact-value { font-size: 20px; font-weight: 600; letter-spacing: -.5px; line-height: 1.5; overflow-wrap: anywhere; }
.pg-email-value { font-size: 17px; letter-spacing: -.3px; }
.pg-contact-card address { max-width: 310px; font-style: normal; font-size: 14px; line-height: 1.8; }
.pg-card-action { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 27px; font-size: 12px; color: #606d57; }
.pg-card-action .pg-arrow { color: #202624; }
.pg-contact-card .pg-card-action:hover { color: #2e59db; }
.pg-location { display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: #253b30; border-radius: 20px; overflow: hidden; color: #f8faf0; margin-bottom: 72px; }
.pg-location-copy { padding: 48px 52px; }
.pg-location .pg-eyebrow { color: #d1ddc5; }
.pg-location .pg-eyebrow::before { background: #d5f768; }
.pg-location h2 { font-size: 40px; letter-spacing: -1.4px; line-height: 1.15; margin-top: 22px; }
.pg-location p { max-width: 355px; color: #beccb9; margin-top: 19px; font-size: 14px; line-height: 1.85; }
.pg-location .pg-text-link { color: #d5f768; border-color: #687d63; margin-top: 22px; }
.pg-singapore-art { position: relative; align-self: stretch; min-height: 320px; overflow: hidden; background: radial-gradient(circle at 55% 60%, #3e5940 0, #253b30 69%); }
.pg-singapore-art svg { width: 100%; height: 100%; position: absolute; bottom: 0; }
.pg-sg-label { position: absolute; top: 26px; right: 28px; display: flex; align-items: center; gap: 9px; border: 1px solid #71856b; color: #e4ecd9; border-radius: 20px; padding: 6px 12px; font-size: 10px; letter-spacing: 1.5px; }
.pg-sg-label::before { content: ""; width: 6px; height: 6px; background: #d5f768; border-radius: 50%; }
@keyframes pg-wiggle { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(50deg); } }
@keyframes pg-arrive { from { opacity: .5; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.pg-hero-copy { animation: pg-arrive .65s ease-out both; }
@media (min-width: 1500px) { .pg-about-hero { padding-block: 85px; } }
@media (max-width: 1100px) {
  .pg-ticker { gap: 24px; }
  .pg-header .pg-header-inner, .pg-wrap { width: calc(100% - 64px); }
  .pg-about-hero { gap: 35px; }
  .pg-hero-copy h1 { font-size: 61px; letter-spacing: -3.3px; }
  .pg-playground { height: 410px; }
  .pg-game-tile-one { width: 170px; height: 124px; }
  .pg-game-tile-two { width: 168px; height: 122px; }
  .pg-sticker-top { right: -8px; top: 45px; }
  .pg-controller { width: 260px; height: 180px; }
  .pg-dpad { left: 27px; }
  .pg-game-buttons { right: 25px; }
  .pg-story { gap: 50px; }
  .pg-section-heading h2 { font-size: 36px; }
  .pg-trust { grid-template-columns: 90px 1fr; gap: 27px; }
  .pg-trust-icon { width: 90px; height: 90px; }
  .pg-trust > .pg-text-link { grid-column: 2; justify-self: start; }
  .pg-contact-hero { grid-template-columns: 1fr 310px; gap: 35px; }
  .pg-contact-card { padding: 23px; }
  .pg-contact-grid { gap: 14px; }
  .pg-location-copy { padding: 40px; }
}
@media (max-width: 950px) {
  .pg-header .pg-nav { gap: 25px; }
  .pg-header .pg-language { display: none; }
  .pg-about-hero { grid-template-columns: 1fr; padding-top: 45px; gap: 32px; }
  .pg-hero-copy h1 { font-size: 67px; }
  .pg-hero-copy > p { max-width: 490px; }
  .pg-playground { max-width: 500px; justify-self: center; height: 450px; }
  .pg-game-tile-one { width: 215px; height: 148px; }
  .pg-game-tile-two { width: 211px; height: 148px; }
  .pg-controller { width: 295px; height: 192px; }
  .pg-story { grid-template-columns: 1fr; gap: 30px; padding-block: 60px; }
  .pg-section-heading h2 { font-size: 39px; }
  .pg-team-intro { display: block; }
  .pg-team-intro > p { margin-top: 25px; }
  .pg-capabilities { grid-template-columns: 1fr 1fr; }
  .pg-capability { min-height: 195px; }
  .pg-ticker { gap: 28px; flex-wrap: wrap; }
  .pg-ticker b:nth-of-type(2), .pg-ticker span:nth-of-type(3) { display: none; }
  .pg-trust { padding: 30px; margin-block: 48px; }
  .pg-cta h2 { font-size: 36px; }
  .pg-cta .pg-wrap { padding-block: 44px; }
  .pg-footer-top { align-items: start; }
  .pg-footer-brand span { display: none; }
  .pg-footer nav { gap: 16px 23px; justify-content: end; max-width: 285px; }
  .pg-contact-hero { grid-template-columns: 1fr 230px; gap: 8px; }
  .pg-contact-hero h1 { font-size: 53px; letter-spacing: -2.5px; }
  .pg-hello-art { transform: scale(.76); transform-origin: center; width: 280px; margin-left: -24px; }
  .pg-contact-grid { grid-template-columns: 1fr 1fr; }
  .pg-contact-card:last-child { grid-column: 1 / -1; }
  .pg-location { grid-template-columns: 1fr; }
  .pg-singapore-art { min-height: 280px; }
  .pg-location-copy { padding-bottom: 10px; }
}
@media (max-width: 560px) {
  header.pg-header { height: 74px; }
  .pg-header .pg-header-inner, .pg-wrap { width: calc(100% - 40px); }
  .pg-header .pg-header-inner { gap: 12px; }
  .pg-header .pg-brand img { width: 75px; height: 49px; }
  .pg-header .pg-nav { gap: 22px; }
  .pg-header .pg-nav a { font-size: 12px; }
  .pg-header .pg-nav .pg-home-link { display: none; }
  body.pg-page { padding-top: 74px; }
  .pg-about-hero { padding-top: 36px; padding-bottom: 35px; gap: 28px; }
  .pg-hero-copy h1 { font-size: clamp(43px, 12.8vw, 67px); letter-spacing: -2.7px; margin-top: 22px; }
  .pg-hero-copy > p { font-size: 14px; margin-top: 21px; }
  .pg-hero-copy .pg-button { margin-top: 25px; }
  .pg-hero-footnote { font-size: 9px; margin-top: 25px; }
  .pg-eyebrow { font-size: 10px; letter-spacing: 1.5px; }
  .pg-playground { height: 345px; max-width: 370px; }
  .pg-playground::before { inset: 15px 4px; }
  .pg-controller { width: 237px; height: 160px; }
  .pg-controller::before { width: 78px; height: 40px; top: -42px; left: 66px; }
  .pg-controller::after { left: 101px; bottom: 13px; }
  .pg-dpad { top: 43px; left: 24px; transform: scale(.85); }
  .pg-game-buttons { top: 37px; right: 18px; transform: scale(.85) rotate(-12deg); }
  .pg-game-tile-one { width: 155px; height: 110px; left: 5px; }
  .pg-game-tile-two { width: 145px; height: 105px; right: 5px; }
  .pg-sticker { font-size: 9px; padding: 7px 10px; }
  .pg-sticker-top { top: 37px; right: 0; }
  .pg-sticker-bottom { left: 0; bottom: 42px; }
  .pg-spark { font-size: 64px; right: 45px; top: -8px; }
  .pg-orbit { inset: 80px 16px; }
  .pg-ticker { gap: 14px; padding: 16px 12px; }
  .pg-ticker span { font-size: 9px; letter-spacing: 1px; }
  .pg-ticker b { font-size: 13px; }
  .pg-ticker b:last-of-type, .pg-ticker span:last-of-type { display: none; }
  .pg-story { padding-block: 48px; gap: 26px; }
  .pg-section-heading h2 { font-size: 35px; letter-spacing: -1.3px; }
  .pg-story-copy > p { font-size: 14px; }
  .pg-facts { gap: 10px; margin-top: 25px; padding-top: 20px; }
  .pg-facts strong { font-size: 24px; }
  .pg-facts span { font-size: 10px; }
  .pg-team { padding-block: 48px; }
  .pg-team-intro { margin-bottom: 28px; }
  .pg-team-intro > p { font-size: 14px; }
  .pg-capabilities { gap: 12px; }
  .pg-capability { padding: 20px 16px; min-height: 180px; }
  .pg-capability svg { width: 30px; height: 30px; margin-bottom: 23px; }
  .pg-capability h3 { font-size: 15px; }
  .pg-capability p { font-size: 11px; }
  .pg-capability .pg-number { right: 15px; }
  .pg-trust { grid-template-columns: 1fr; gap: 22px; padding: 26px; }
  .pg-trust-icon { width: 72px; height: 72px; }
  .pg-trust-icon svg { width: 37px; height: 37px; }
  .pg-trust h2 { font-size: 25px; }
  .pg-trust > .pg-text-link { grid-column: 1; }
  .pg-cta .pg-wrap { align-items: start; flex-direction: column; gap: 25px; }
  .pg-cta h2 { font-size: 36px; }
  .pg-cta::after { right: -80px; }
  .pg-footer-bottom { align-items: start; flex-direction: column; gap: 6px; font-size: 9px; }
  .pg-footer nav { font-size: 11px; gap: 12px 20px; }
  .pg-footer-brand img { width: 65px; height: 42px; }
  .pg-contact-hero { grid-template-columns: 1fr; padding-top: 36px; padding-bottom: 32px; gap: 0; }
  .pg-contact-hero h1 { font-size: clamp(45px, 12.8vw, 66px); letter-spacing: -2.7px; }
  .pg-hello-art { justify-self: center; width: 300px; height: 255px; margin: 10px 0 -7px; transform: scale(.87); }
  .pg-hello-art::before, .pg-hello-art::after { width: 245px; height: 245px; }
  .pg-chat-hello { width: 202px; height: 110px; }
  .pg-chat-smile { bottom: 9px; right: -3px; width: 137px; height: 99px; }
  .pg-contact-grid { grid-template-columns: 1fr; gap: 14px; padding-bottom: 36px; }
  .pg-contact-card { padding: 25px; }
  .pg-contact-icon { margin-bottom: 19px; }
  .pg-email-value { font-size: 18px; }
  .pg-location { margin-bottom: 42px; }
  .pg-location-copy { padding: 30px 27px 0; }
  .pg-location h2 { font-size: 35px; }
  .pg-singapore-art { min-height: 250px; }
  .pg-sg-label { top: 22px; right: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html:has(.pg-page) { scroll-behavior: auto; }
  .pg-page *, .pg-page *::before, .pg-page *::after, .pg-header * { animation: none !important; transition: none !important; }
}
