:root {
  --ink: #11110f;
  --muted: #666057;
  --paper: #f6f3ec;
  --paper-strong: #fffdf8;
  --line: #ddd6ca;
  --charcoal: #1d1d1a;
  --orange: #e98732;
  --green: #506f4b;
  --blue: #425f6b;
  --shadow: 0 22px 70px rgba(17, 17, 15, 0.14);
  --max: 1180px;
}

/* Recognition milestone layout system */
.recognition-section {
  --milestone-left-width: 242px;
  --milestone-card-height: 420px;
  --milestone-padding: 48px;
  --milestone-gap: 32px;
  --milestone-radius: 28px;
  --milestone-section-spacing: 56px;
}

.milestone-card {
  display: grid;
  grid-template-columns: var(--milestone-left-width) minmax(0, 1fr);
  gap: var(--milestone-gap);
  height: var(--card-height, var(--milestone-card-height));
  width: 100%;
  margin-top: var(--milestone-section-spacing);
  padding: var(--card-padding-block, var(--milestone-padding)) var(--card-padding-inline, var(--milestone-padding));
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(17, 17, 15, .06);
  border-radius: var(--milestone-radius);
  box-shadow: 0 16px 44px rgba(19, 33, 25, .045);
}

.milestone-government {
  --card-height: 420px;
  --card-padding-block: 48px;
  background: #fffdfb;
}

.milestone-startup,
.milestone-community-card {
  --card-height: 336px;
  --card-padding-block: 40px;
  background: #fffdfb;
}

.milestone-industry {
  --card-height: 196px;
  --card-padding-block: 27px;
  --industry-text-lift: -15%;
  background: #fffdfb;
}

.recognition-proof + .milestone-card {
  margin-top: 0;
}

.milestone-left,
.milestone-right {
  box-sizing: border-box;
  min-width: 0;
  padding: 0;
}

.milestone-left {
  display: flex;
  flex-direction: column;
  padding-right: var(--milestone-gap);
  border-right: 1px solid rgba(17, 17, 15, .09);
}

.milestone-left > p:first-child {
  margin: 0 0 14px;
  color: #0c4c39;
  font-size: .9rem;
  font-weight: 800;
}

.milestone-left h3 {
  margin: 0;
  color: #0c372c;
  font-size: clamp(1.32rem, 1.9vw, 1.86rem);
  line-height: 1.18;
}

.milestone-left > p:last-child {
  margin: 22px 0 0;
  color: #343933;
  font-size: .84rem;
  line-height: 1.62;
}

.milestone-right {
  display: block;
}

.milestone-grid {
  display: grid;
  width: 100%;
  min-width: 0;
  height: 100%;
  gap: var(--milestone-gap);
  align-items: stretch;
}

.milestone-grid[data-columns="2"] {
  grid-template-columns: minmax(0, 46fr) minmax(0, 54fr);
}

.milestone-grid[data-columns="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.milestone-grid > * {
  min-width: 0;
  min-height: 0;
}

.milestone-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  align-self: start;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: var(--milestone-radius);
  background: #e9e7df;
}

.milestone-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.milestone-image[data-zoom="true"] img {
  transform: scale(1.15);
}

.recognition-section .milestone-image {
  position: relative;
  height: auto;
  align-self: start;
}

.recognition-section .milestone-image img {
  position: absolute;
  inset: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recognition-section .milestone-image img[src$=".png"] {
  transform: scale(2.05);
}

.milestone-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  height: 100%;
  color: #2d312d;
}

.milestone-text h3 {
  margin: 0;
  color: #0c372c;
  font-size: clamp(1.08rem, 1.45vw, 1.46rem);
  line-height: 1.26;
}

.milestone-text > p {
  margin: 18px 0 0;
  font-size: .86rem;
  line-height: 1.62;
}

.milestone-text .recognition-rule {
  margin-top: 16px;
}

.milestone-note {
  color: #535750;
  font-size: .74rem !important;
  line-height: 1.54 !important;
}

.milestone-feature-title {
  margin-top: 18px !important;
  color: #0c372c;
  font-weight: 800;
}

.milestone-feature-copy b {
  color: #0c372c;
  font-weight: 800;
}

.milestone-meta {
  display: grid;
  grid-template-columns: 1.25fr .85fr;
  width: 100%;
  gap: 18px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(17, 17, 15, .1);
}

.milestone-meta p {
  display: grid;
  gap: 5px;
  margin: 0;
  color: #5e615b;
  font-size: .68rem;
  line-height: 1.35;
}

.milestone-meta p + p {
  padding-left: 18px;
  border-left: 1px solid rgba(17, 17, 15, .1);
}

.milestone-meta b {
  color: #1f2420;
  font-size: .73rem;
}

.milestone-government .milestone-meta {
  margin-top: 24px;
}

.milestone-government .milestone-left {
  position: relative;
  z-index: 2;
  margin-block: calc(var(--card-padding-block) * -1);
  padding-block: var(--card-padding-block);
  background: #fffdfb;
  border-right: 0;
}

.milestone-government .milestone-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(-70px, -4vw, -42px);
  bottom: 0;
  width: clamp(42px, 4vw, 70px);
  background: linear-gradient(90deg, #fffdfb 0%, rgba(255, 253, 251, 0) 100%);
  pointer-events: none;
}

.milestone-government .milestone-grid {
  grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
  gap: clamp(34px, 4.5vw, 60px);
}

.milestone-government .milestone-image {
  --government-image-fade-extension: clamp(110px, 10vw, 150px);
  height: calc(100% + 96px);
  width: calc(100% + var(--government-image-fade-extension));
  margin-left: calc(var(--government-image-fade-extension) * -1);
  margin-block: -48px;
  border-radius: 0;
  background: transparent;
}

.milestone-government .milestone-image::before,
.milestone-government .milestone-image::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 18%;
  pointer-events: none;
}

.milestone-government .milestone-image::before {
  left: 0;
  width: 46%;
  background: linear-gradient(90deg, #fffdfb 0%, rgba(255, 253, 251, 0) 100%);
}

.milestone-government .milestone-image::after {
  right: 0;
  background: linear-gradient(270deg, #fffdfb 0%, rgba(255, 253, 251, 0) 100%);
}

.recognition-section .milestone-government .milestone-image img[src$="recognition-3d-printed-house.jpg"] {
  transform: scale(1.1);
  object-position: center;
  opacity: .9;
  filter: contrast(1.12) saturate(1.06);
}

.milestone-startup .milestone-grid[data-columns="2"] {
  grid-template-columns: minmax(0, 54fr) minmax(0, 46fr);
}

.recognition-section .milestone-startup .milestone-image[data-zoom="true"] img,
.recognition-section .milestone-community .milestone-image img[src$=".png"] {
  object-fit: cover;
  transform: none;
}

.recognition-section .milestone-startup .milestone-image[data-zoom="true"] img {
  object-position: center 42%;
}

.recognition-section .milestone-community .milestone-image img[src$=".png"] {
  object-position: center;
}

.milestone-startup .milestone-image,
.milestone-community .milestone-image {
  background: #e9e7df;
}

.milestone-industry .milestone-grid[data-columns="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.milestone-industry .milestone-left > *,
.milestone-industry .milestone-award > * {
  position: relative;
  top: var(--industry-text-lift);
}

.milestone-award {
  justify-content: center;
  padding: 0 clamp(10px, 2vw, 28px);
}

.milestone-status {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px !important;
  font-size: .9rem !important;
  font-weight: 800;
}

.milestone-status span {
  width: 19px;
  height: 19px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.milestone-industry .milestone-status {
  margin-bottom: 12px !important;
}

.milestone-industry .milestone-left > p:last-child {
  margin-top: 14px;
  font-size: .78rem;
  line-height: 1.45;
}

.milestone-industry .milestone-text h3 {
  font-size: clamp(1rem, 1.3vw, 1.32rem);
}

.milestone-industry .milestone-text > p {
  margin-top: 12px;
}

.milestone-industry .milestone-text .recognition-rule {
  margin-top: 12px;
}

.milestone-community {
  justify-content: flex-start;
}

.milestone-community h3 {
  margin-top: 16px;
  font-size: clamp(.9rem, 1.15vw, 1.08rem);
  line-height: 1.24;
}

.milestone-community > p {
  margin-top: 9px;
  color: #3d433d;
  font-size: .77rem;
  line-height: 1.5;
}

html[data-lang="zh"] .milestone-left h3,
html[data-lang="zh"] .milestone-text h3 {
  line-height: 1.35;
}

@media (max-width: 1040px) {
  .recognition-section {
    --milestone-left-width: 210px;
    --milestone-padding: 40px;
    --milestone-gap: 28px;
  }
}

@media (max-width: 760px) {
  .recognition-section {
    --milestone-padding: 28px;
    --milestone-gap: 24px;
  }

  .milestone-card {
    grid-template-columns: 1fr;
    height: auto;
  }

  .milestone-left {
    gap: 0;
    padding-right: 0;
    padding-bottom: var(--milestone-gap);
    border-right: 0;
    border-bottom: 1px solid rgba(17, 17, 15, .09);
  }

  .milestone-left > p:last-child { margin-top: 18px; }

  .milestone-grid[data-columns="2"],
  .milestone-grid[data-columns="3"],
  .milestone-meta {
    grid-template-columns: 1fr;
  }

  .milestone-grid { height: auto; }
  .milestone-text { height: auto; min-height: 160px; }
  .milestone-meta { margin-top: 24px; }

  .milestone-government .milestone-image {
    height: auto;
    width: 100%;
    margin-left: 0;
    margin-block: 0;
    aspect-ratio: 16 / 9;
  }

  .milestone-government .milestone-left {
    margin-block: 0;
    padding-block: 0;
  }

  .milestone-government .milestone-left::after {
    display: none;
  }

  .recognition-section .milestone-government .milestone-image img[src$="recognition-3d-printed-house.jpg"] {
    transform: none;
  }

  .milestone-meta p + p {
    margin-top: 14px;
    padding: 14px 0 0;
    border-top: 1px solid rgba(17, 17, 15, .1);
    border-left: 0;
  }

  .milestone-community .milestone-image { width: 100%; }
}

/* Pointi OS final layout overrides — scoped to the platform section only. */
#platform.pointi-os-section {
  position: relative;
  padding-block: clamp(58px, 6vw, 92px);
  background: #fff;
  border-top: 0;
  overflow: hidden;
}

#platform .pointi-os-shell {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

#platform .pointi-os-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 40fr) minmax(0, 60fr);
  align-items: center;
  gap: clamp(24px, 3.5vw, 54px);
  min-height: clamp(480px, 38vw, 560px);
  margin-bottom: clamp(34px, 4vw, 54px);
  overflow: hidden;
  isolation: isolate;
  background: #fff;
}

#platform .pointi-os-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 34%,
    rgba(255, 255, 255, 0.92) 45%,
    rgba(255, 255, 255, 0.38) 62%,
    rgba(255, 255, 255, 0) 82%
  );
  pointer-events: none;
}

#platform .pointi-os-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 0 clamp(260px, 22vw, 360px);
  z-index: 0;
  display: block;
  background-image: url("assets/pointi-os-hero-new.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0) 8%, #000 28%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0) 8%, #000 28%, #000 100%);
  pointer-events: none;
}

#platform .pointi-os-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 520px;
  min-width: 0;
  padding: 0;
}

#platform .pointi-os-copy .section-kicker {
  margin-bottom: 18px;
  color: var(--orange);
}

#platform .pointi-os-copy h2,
html[data-lang="zh"] #platform .pointi-os-copy h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(3rem, 4vw, 3.55rem);
  line-height: 1.05;
  letter-spacing: 0;
  white-space: pre;
}

#platform .pointi-os-lead {
  margin: 22px 0 0;
  max-width: 520px;
  color: var(--green);
  font-size: clamp(1.28rem, 1.55vw, 1.62rem);
  font-weight: 800;
  line-height: 1.35;
}

#platform .pointi-os-description {
  margin: 16px 0 0;
  max-width: 520px;
  color: var(--muted);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.75;
}

#platform .pointi-os-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  margin-top: 32px;
}

#platform .pointi-os-actions .button {
  min-width: 176px;
}

#platform .pointi-os-actions .button.secondary {
  background: rgba(255, 255, 255, 0.9);
  color: var(--green);
  border: 1px solid rgba(31, 91, 55, 0.5);
}

#platform .pointi-os-stage {
  position: relative;
  inset: auto;
  z-index: 0;
  display: none;
  place-items: center;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 440px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(31, 91, 55, 0.08);
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(22, 46, 34, 0.08);
}

#platform .pointi-os-stage img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

#platform .pointi-os-capabilities {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.35vw, 18px);
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#platform .pointi-os-capabilities article,
#platform .pointi-os-capabilities article:last-child {
  display: grid;
  grid-template-rows: 56px auto 1fr;
  grid-template-columns: 1fr;
  gap: 12px;
  grid-column: auto;
  align-content: start;
  min-width: 0;
  min-height: 166px;
  padding: 22px 18px;
  background: #fff;
  border: 1px solid rgba(31, 91, 55, 0.1);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(20, 42, 29, 0.06);
  transform: none;
}

#platform .pointi-os-capabilities span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: var(--green);
  font-size: 0;
  font-weight: 400;
  line-height: 1;
  background: transparent;
  border: 0;
  border-radius: 0;
}

#platform .pointi-os-capabilities span::before {
  display: none;
  content: none;
}

#platform .pointi-os-capabilities span img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
  object-position: center;
}

#platform .pointi-os-capabilities article > div {
  display: grid;
  grid-template-rows: minmax(2.6em, auto) 1fr;
  gap: 8px;
  min-width: 0;
}

#platform .pointi-os-capabilities h3 {
  min-height: 2.6em;
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.3;
}

#platform .pointi-os-capabilities p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

#platform .pointi-os-flow {
  margin-top: clamp(52px, 6vw, 82px);
}

#platform .pointi-os-flow > h3 {
  margin: 0 0 26px;
  color: var(--ink);
  font-size: clamp(1.8rem, 2.4vw, 2.45rem);
  line-height: 1.15;
}

#platform .pointi-os-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.35vw, 18px);
  align-items: stretch;
}

#platform .pointi-os-steps article {
  position: relative;
  display: grid;
  grid-template-rows: 32px 74px 148px;
  gap: 14px;
  min-width: 0;
}

#platform .pointi-os-steps article:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 10px;
  right: clamp(-17px, -1vw, -9px);
  color: rgba(31, 91, 55, 0.6);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

#platform .pointi-os-step-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

#platform .pointi-os-step-heading span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  background: var(--green);
  border-radius: 50%;
}

#platform .pointi-os-steps h4 {
  margin: 0;
  min-width: 0;
  color: var(--green);
  font-size: 1.02rem;
  line-height: 1.25;
}

#platform .pointi-os-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

#platform .pointi-os-steps .os-step-card {
  display: block;
  width: 100%;
  height: 148px;
  min-height: 148px;
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(31, 91, 55, 0.09);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(20, 42, 29, 0.07);
  object-fit: contain;
  object-position: center;
}

@media (max-width: 1199px) {
  #platform .pointi-os-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  #platform .pointi-os-hero::after {
    inset: 0;
    opacity: 0.42;
  }

  #platform .pointi-os-copy {
    width: min(100%, 520px);
    max-width: 520px;
  }

  #platform .pointi-os-stage {
    min-height: 420px;
  }

  #platform .pointi-os-capabilities,
  #platform .pointi-os-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #platform .pointi-os-steps article:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 760px) {
  #platform.pointi-os-section {
    padding-block: 48px;
  }

  #platform .pointi-os-shell {
    width: min(calc(100% - 24px), 560px);
  }

  #platform .pointi-os-copy h2,
  html[data-lang="zh"] #platform .pointi-os-copy h2 {
    font-size: clamp(2.35rem, 10.5vw, 3.2rem);
  }

  #platform .pointi-os-stage {
    min-height: 260px;
  }

  #platform .pointi-os-actions .button {
    width: 100%;
  }

  #platform .pointi-os-capabilities,
  #platform .pointi-os-steps {
    grid-template-columns: 1fr;
  }

  #platform .pointi-os-capabilities article,
  #platform .pointi-os-capabilities article:last-child {
    min-height: 0;
  }

  #platform .pointi-os-steps article {
    grid-template-rows: auto auto 220px;
  }

  #platform .pointi-os-steps article:not(:last-child)::after {
    display: none;
  }

  #platform .pointi-os-steps .os-step-card {
    height: 220px;
    min-height: 220px;
  }
}

/* Pointi OS presentation refresh — scoped to the platform section only. */
.pointi-os-section {
  position: relative;
  padding-block: clamp(54px, 6.5vw, 92px);
  background: #fff;
  border-top: 0;
  overflow: hidden;
}

.pointi-os-shell {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.pointi-os-hero {
  position: relative;
  min-height: clamp(440px, 40vw, 530px);
  margin-bottom: clamp(32px, 4.5vw, 58px);
  isolation: isolate;
}

.pointi-os-hero::before {
  display: none;
}

.pointi-os-stage {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 12px;
}

.pointi-os-stage img {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  object-fit: contain;
  object-position: center;
}

.pointi-os-copy {
  width: min(52%, 600px);
  padding: 32px 0 20px 2px;
}

.pointi-os-copy .section-kicker {
  margin-bottom: 18px;
  color: #ee7924;
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: none;
}

.pointi-os-copy h2 {
  max-width: 580px;
  margin: 0;
  color: #151515;
  font-size: clamp(2.7rem, 5.15vw, 4.8rem);
  font-weight: 790;
  line-height: 1.04;
  letter-spacing: -0.045em;
  white-space: pre-line;
}

.pointi-os-lead {
  max-width: 560px;
  margin: 24px 0 0;
  color: #2f6947;
  font-size: clamp(1.15rem, 1.65vw, 1.42rem);
  font-weight: 760;
  line-height: 1.45;
}

.pointi-os-description {
  max-width: 520px;
  margin: 14px 0 0;
  color: #5e5e5a;
  font-size: 0.98rem;
  line-height: 1.65;
}

.pointi-os-actions {
  margin-top: 26px;
  gap: 14px;
}

.pointi-os-actions .button {
  min-height: 46px;
  padding-inline: 24px;
  border-radius: 999px;
}

.pointi-os-actions .button.secondary {
  border-color: #2f6947;
  color: #2f6947;
  background: rgba(255, 255, 255, 0.7);
}

.pointi-os-capabilities {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  border: 1px solid rgba(20, 45, 31, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 45, 30, 0.06);
}

.pointi-os-capabilities article,
.pointi-os-capabilities article:last-child {
  min-height: 118px;
  grid-column: auto;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  padding: 20px 18px;
  border: 0;
  border-right: 1px solid rgba(20, 45, 31, 0.1);
  border-radius: 0;
  background: transparent;
}

.pointi-os-capabilities article:last-child {
  border-right: 0;
}

.pointi-os-capabilities span {
  grid-row: auto;
  width: 44px;
  height: 44px;
  color: #2f6947;
  background: #f0f5ef;
  border: 1px solid rgba(47, 105, 71, 0.12);
  font-size: 0.82rem;
  font-weight: 850;
}

.pointi-os-capabilities span::before {
  display: none;
}

.pointi-os-capabilities h3 {
  margin: 0;
  color: #171b18;
  font-size: 0.98rem;
  line-height: 1.2;
}

.pointi-os-capabilities p {
  margin: 8px 0 0;
  color: #666b66;
  font-size: 0.76rem;
  line-height: 1.45;
}

.pointi-os-flow {
  margin-top: clamp(48px, 6vw, 76px);
}

.pointi-os-flow > h3 {
  margin: 0 0 28px;
  color: #121512;
  font-size: clamp(1.55rem, 2.7vw, 2.25rem);
  letter-spacing: -0.02em;
}

.pointi-os-steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 2.1vw, 28px);
}

.pointi-os-steps article {
  min-width: 0;
}

.pointi-os-steps article:not(:last-child)::after {
  content: "→";
  top: 4px;
  right: clamp(-20px, -1.7vw, -12px);
  color: #2f6947;
  font-size: 1.15rem;
  font-weight: 500;
}

.pointi-os-step-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pointi-os-steps article > .pointi-os-step-heading > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  margin: 0;
  border-radius: 50%;
  background: #2f6947;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 850;
}

.pointi-os-steps h4 {
  margin: 0;
  color: #245c3c;
  font-size: 0.98rem;
  line-height: 1.18;
}

.pointi-os-steps p {
  min-height: 62px;
  margin: 11px 0 16px;
  color: #626761;
  font-size: 0.78rem;
  line-height: 1.45;
}

.pointi-os-steps .os-step-card {
  width: 100%;
  height: 122px;
  min-height: 0;
  display: block;
  border: 1px solid rgba(19, 45, 29, 0.08);
  border-radius: 10px;
  background: #f6f8f5;
  box-shadow: 0 10px 24px rgba(19, 45, 29, 0.08);
  object-fit: contain;
  object-position: center;
}

html[data-lang="zh"] .pointi-os-copy h2 {
  font-size: clamp(2.45rem, 4.85vw, 4.5rem);
}

html[data-lang="zh"] .pointi-os-copy .section-kicker {
  font-size: 1rem;
}

@media (max-width: 1040px) {
  .pointi-os-capabilities {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pointi-os-capabilities article:nth-child(3) {
    border-right: 0;
  }

  .pointi-os-capabilities article:nth-child(n + 4) {
    border-top: 1px solid rgba(20, 45, 31, 0.1);
  }

  .pointi-os-capabilities article:nth-child(4) {
    border-right: 1px solid rgba(20, 45, 31, 0.1);
  }

  .pointi-os-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pointi-os-steps article:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .pointi-os-section {
    padding-block: 56px;
  }

  .pointi-os-shell {
    width: min(100% - 24px, 560px);
  }

  .pointi-os-hero {
    min-height: 0;
    margin-bottom: 30px;
  }

  .pointi-os-copy {
    width: 100%;
    padding: 0;
  }

  .pointi-os-copy h2,
  html[data-lang="zh"] .pointi-os-copy h2 {
    max-width: 100%;
    font-size: clamp(2.2rem, 10vw, 3.25rem);
  }

  .pointi-os-stage {
    position: relative;
    inset: auto;
    height: 245px;
    margin-top: 28px;
    border-radius: 10px;
  }

  .pointi-os-stage img {
    width: 100%;
    min-height: 100%;
    transform: none;
    object-fit: contain;
    object-position: center;
  }

  .pointi-os-actions .button {
    flex: 1 1 100%;
  }

  .pointi-os-capabilities,
  .pointi-os-steps {
    grid-template-columns: 1fr;
  }

  .pointi-os-capabilities article,
  .pointi-os-capabilities article:last-child {
    min-height: 92px;
    border-right: 0;
    border-top: 1px solid rgba(20, 45, 31, 0.1);
  }

  .pointi-os-capabilities article:first-child {
    border-top: 0;
  }

  .pointi-os-steps article:not(:last-child)::after {
    display: none;
  }

  .pointi-os-steps p {
    min-height: 0;
  }

  .pointi-os-steps .os-step-card {
    height: 190px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(260px, 1fr);
  align-items: center;
  gap: 24px;
  height: 92px;
  padding: 0 clamp(26px, 4.8vw, 80px);
  color: rgba(17, 17, 15, 0.82);
  background: rgba(255, 255, 255, 0.76);
  border-bottom: 1px solid rgba(17, 17, 15, 0.04);
  backdrop-filter: saturate(180%) blur(18px);
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(17, 17, 15, 0.12);
  color: rgba(17, 17, 15, 0.86);
}

.brand {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  width: 154px;
  gap: 12px;
  color: #20201d;
  font-size: 1.28rem;
  font-weight: 760;
  line-height: 1;
}

.brand img {
  width: 38px;
  height: 44px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
  height: 100%;
  font-size: 0.98rem;
  font-weight: 680;
}

.site-nav a,
.nav-item > a {
  position: relative;
  opacity: 0.86;
  transition: opacity 140ms ease, color 140ms ease;
}

.site-nav > a::after,
.nav-item > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 68px;
  height: 2px;
  background: var(--orange);
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 140ms ease;
}

.site-nav > a.is-active,
.nav-item > a.is-active {
  opacity: 1;
}

.site-nav > a.is-active::after,
.nav-item > a.is-active::after {
  opacity: 1;
}

.site-nav a:hover,
.nav-item:hover > a,
.nav-item:focus-within > a {
  opacity: 1;
}

.site-nav a:focus-visible,
.contact-pill:focus-visible,
.language-switch button:focus-visible,
.nav-toggle:focus-visible {
  outline: 1px solid rgba(17, 17, 15, 0.38);
  outline-offset: 4px;
}

.nav-item {
  height: 100%;
  display: flex;
  align-items: center;
}

.has-menu {
  position: relative;
}

.product-menu {
  position: fixed;
  top: 92px;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 170px));
  justify-content: center;
  gap: 24px;
  padding: 22px clamp(20px, 5vw, 72px) 26px;
  background: rgba(251, 251, 253, 0.96);
  border-bottom: 1px solid rgba(17, 17, 15, 0.08);
  box-shadow: 0 28px 60px rgba(17, 17, 15, 0.12);
  backdrop-filter: saturate(180%) blur(24px);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.has-menu:hover .product-menu,
.has-menu:focus-within .product-menu,
.has-menu.is-open .product-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.product-menu a {
  display: grid;
  gap: 12px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 560;
  text-align: center;
  opacity: 1;
}

.product-menu img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  background: #f2f2f4;
}

.header-actions {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
}

.language-switch {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  width: 86px;
  height: 46px;
  padding: 3px;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.language-switch button {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 760;
  cursor: pointer;
}

.contact-pill {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  background: #ee7924;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 760;
  white-space: nowrap;
  box-shadow: 0 10px 28px rgba(238, 121, 36, 0.24);
}

.language-switch button[aria-pressed="true"] {
  background: var(--ink);
  color: #fff;
}

.site-header:not(.is-scrolled):not(.is-open) .language-switch button[aria-pressed="true"] {
  background: rgba(17, 17, 15, 0.82);
  color: #fff;
}

.site-header:not(.is-scrolled):not(.is-open) .language-switch {
  border-color: rgba(17, 17, 15, 0.28);
}

.site-header:not(.is-scrolled):not(.is-open) .nav-toggle {
  border-color: rgba(17, 17, 15, 0.32);
  color: var(--ink);
}

.site-header.is-scrolled .language-switch button[aria-pressed="true"],
.site-header.is-open .language-switch button[aria-pressed="true"] {
  background: var(--ink);
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  place-items: center;
  padding: 0;
}

.nav-toggle span {
  width: 17px;
  height: 2px;
  display: block;
  background: currentColor;
  transition: transform 180ms ease;
}

.nav-toggle span + span {
  margin-top: 5px;
}

.nav-open .nav-toggle span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-open .nav-toggle span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: max(90vh, 760px);
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 148px max(40px, calc((100vw - 1440px) / 2 + 80px)) 164px;
  background-image: url("assets/heroback3.png");
  background-position: right 14%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  background: linear-gradient(180deg, rgba(246, 244, 239, 0), rgba(246, 244, 239, 0.22));
  pointer-events: none;
}

.hero-image {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(48%, 650px);
  color: var(--ink);
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 650px;
  font-size: clamp(3.6rem, 4.68vw, 5.4rem);
  line-height: 0.94;
  font-weight: 400;
}

html[data-lang="zh"] .hero h1 {
  font-size: clamp(3.42rem, 4.446vw, 5.13rem);
  white-space: pre-line;
}

.hero-copy {
  margin: 24px 0 0;
  max-width: 430px;
  color: #3d3d39;
  font-size: clamp(1.04rem, 1.36vw, 1.24rem);
  line-height: 1.38;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
}

.button.primary {
  background: #ee7924;
  color: #11110f;
  box-shadow: 0 12px 30px rgba(238, 121, 36, 0.24);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(17, 17, 15, 0.08);
  box-shadow: 0 10px 26px rgba(17, 17, 15, 0.08);
}

.hero-features {
  position: absolute;
  z-index: 3;
  left: max(40px, calc((100vw - 1440px) / 2 + 80px));
  right: max(40px, calc((100vw - 1440px) / 2 + 80px));
  bottom: 18px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 98px;
  max-height: 112px;
  padding: 14px 26px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 54px rgba(17, 17, 15, 0.1);
  backdrop-filter: blur(18px) saturate(160%);
}

.hero-features article {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: start;
  padding: 0 18px;
  border-right: 1px solid rgba(17, 17, 15, 0.12);
}

.hero-features article:last-child {
  border-right: 0;
}

.hero-features h3 {
  margin: 0 0 6px;
  font-size: 0.82rem;
  line-height: 1.18;
  font-weight: 860;
  text-transform: uppercase;
}

.hero-features p {
  margin: 0;
  color: #504d48;
  font-size: 0.78rem;
  line-height: 1.42;
}

.feature-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #171714;
}

.feature-icon::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.feature-icon.cube::before {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 4L42 14V34L24 44L6 34V14L24 4Z' stroke='%23171714' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M24 24L42 14M24 24L6 14M24 24V44' stroke='%23171714' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.feature-icon.shield::before {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 4L40 11V23C40 34.5 33.1 41.3 24 45C14.9 41.3 8 34.5 8 23V11L24 4Z' stroke='%23171714' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M17 24.5L22 29.5L32 18' stroke='%23171714' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.feature-icon.layers::before {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 5L42 15L24 25L6 15L24 5Z' stroke='%23171714' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M6 24L24 34L42 24' stroke='%23171714' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 33L24 43L42 33' stroke='%23171714' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.feature-icon.signal::before {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 18C16.4 8.7 31.6 8.7 41 18' stroke='%23171714' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M14 26C19.5 20.5 28.5 20.5 34 26' stroke='%23171714' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M20 34C22.2 31.8 25.8 31.8 28 34' stroke='%23171714' stroke-width='3' stroke-linecap='round'/%3E%3Ccircle cx='24' cy='41' r='2.5' fill='%23171714'/%3E%3C/svg%3E");
}

.feature-icon.leaf::before {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 7C25.6 7.7 10 16.4 10 33.2C10 39.9 15.2 44.1 22.2 42.5C36.9 39.2 39.7 21.2 40 7Z' stroke='%23171714' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M8 44C15.8 32.3 24.8 25 35 20' stroke='%23171714' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}

.hero-scroll {
  display: none;
}

.hero-scroll b {
  color: #ee7924;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 500;
}

.product-ecosystem,
.pain-section,
.workflow-section,
.validation-section,
.journal-section,
.company-section {
  padding: clamp(86px, 10vw, 148px) clamp(20px, 6vw, 72px);
}

.product-ecosystem,
.pain-section,
.workflow-section,
.validation-section,
.journal-section,
.company-section,
.site-footer {
  max-width: min(1440px, calc(100vw - 40px));
  margin-inline: auto;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5.2vw, 5.8rem);
  line-height: 0.96;
  font-weight: 860;
}

h3 {
  margin: 0;
  font-size: clamp(1.18rem, 1.8vw, 1.65rem);
  line-height: 1.08;
}

.section-intro {
  display: grid;
  grid-template-columns: 0.36fr 0.64fr;
  gap: clamp(28px, 6vw, 88px);
  align-items: start;
  margin-bottom: clamp(42px, 6.5vw, 88px);
}

.section-intro h2 {
  max-width: 980px;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: end;
  margin-bottom: 34px;
}

.product-hero-copy h2 {
  max-width: 780px;
}

.product-hero-copy > p:not(.section-kicker) {
  max-width: 560px;
  margin: 24px 0 0;
  color: #35332f;
  font-size: clamp(1.02rem, 1.35vw, 1.24rem);
  line-height: 1.58;
}

.product-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid var(--line);
}

.product-pillars article {
  min-height: 112px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 8px clamp(14px, 2.2vw, 30px) 0;
  border-right: 1px solid var(--line);
}

.product-pillars h3 {
  font-size: 0.96rem;
  line-height: 1.18;
  font-weight: 860;
}

.product-pillars p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.42;
}

.product-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #143f27;
}

.product-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.product-card {
  position: relative;
  grid-column: span 2;
  min-height: clamp(330px, 31vw, 430px);
  overflow: hidden;
  border-radius: 8px;
  background: #f7f3ec;
  box-shadow: 0 18px 48px rgba(17, 17, 15, 0.07);
}

.product-card-large {
  grid-column: span 3;
  min-height: clamp(390px, 36vw, 520px);
}

.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 243, 236, 0.98) 0%, rgba(247, 243, 236, 0.9) 28%, rgba(247, 243, 236, 0.34) 56%, rgba(247, 243, 236, 0) 100%);
  pointer-events: none;
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-card-large:first-child img {
  object-position: 58% center;
}

.product-card-large:nth-child(2) img {
  object-position: 68% center;
}

.product-card-content {
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(22px, 2.6vw, 42px);
}

.product-card h3 {
  color: #123c25;
  font-size: clamp(1.65rem, 2.4vw, 2.4rem);
  line-height: 1;
  font-weight: 860;
}

.product-type {
  max-width: 230px;
  margin: 14px 0 0;
  color: #11110f;
  font-size: 0.84rem;
  line-height: 1.38;
  font-weight: 760;
  text-transform: uppercase;
}

.product-type::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin-top: 14px;
  background: #123c25;
  opacity: 0.62;
}

.product-card p:not(.product-type) {
  max-width: 260px;
  margin: 18px 0 0;
  color: #35332f;
  font-size: 0.98rem;
  line-height: 1.52;
}

.product-card ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: min(340px, 100%);
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.product-card li {
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 8px 6px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: #123c25;
  font-size: 0.72rem;
  line-height: 1.1;
  font-weight: 780;
  text-align: center;
  box-shadow: 0 8px 22px rgba(17, 17, 15, 0.06);
}

.product-summary {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(520px, 1.7fr) auto;
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  margin-top: 18px;
  padding: 24px clamp(24px, 3vw, 36px);
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 16px 44px rgba(17, 17, 15, 0.05);
}

.product-summary h3 {
  color: #11110f;
  font-size: clamp(1.3rem, 2.1vw, 2rem);
  line-height: 1.12;
}

.product-summary > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.product-summary span {
  display: grid;
  min-height: 62px;
  align-content: center;
  padding: 0 clamp(16px, 2vw, 28px);
  background: rgba(255, 253, 248, 0.92);
}

.product-summary b {
  color: #123c25;
  font-size: clamp(1.35rem, 2vw, 2.05rem);
  line-height: 1;
  font-weight: 860;
}

.product-summary small {
  margin-top: 5px;
  color: #3f3c36;
  font-size: 0.82rem;
  line-height: 1.24;
  font-weight: 720;
}

.product-summary .button {
  min-width: 176px;
}

.pain-grid,
.decision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.pain-grid article,
.decision-grid article {
  min-height: 260px;
  padding: clamp(26px, 3.3vw, 46px);
  background: var(--paper-strong);
}

.pain-grid span {
  display: block;
  margin-bottom: 72px;
  color: var(--orange);
  font-weight: 900;
}

.pain-grid p,
.decision-grid p,
.company-section p {
  color: var(--muted);
  font-size: 1.05rem;
}

.decision-grid {
  width: 100%;
}

.decision-grid p {
  color: var(--muted);
}

.decision-grid ul {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.pointi-os-section {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.82), rgba(246, 243, 236, 0.98) 58%, rgba(241, 236, 226, 0.92));
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.pointi-os-hero {
  position: relative;
  display: block;
  min-height: auto;
  margin-bottom: clamp(34px, 5vw, 72px);
}

.pointi-os-hero::before {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  top: 30%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 119, 72, 0.24), transparent);
}

.pointi-os-copy {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
}

.pointi-os-copy h2 {
  max-width: 920px;
  font-size: clamp(3.4rem, 8vw, 7.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.pointi-os-lead {
  max-width: 720px;
  margin: 26px 0 0;
  color: #2f7748;
  font-size: clamp(1.18rem, 1.85vw, 1.62rem);
  line-height: 1.35;
  font-weight: 780;
}

.pointi-os-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.os-decision-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(26px, 4.5vw, 54px);
  align-items: start;
}

.os-decision-grid {
  border-color: rgba(17, 17, 15, 0.12);
  background: rgba(17, 17, 15, 0.1);
  box-shadow: 0 24px 70px rgba(17, 17, 15, 0.08);
}

.os-decision-grid article {
  min-height: 390px;
  display: grid;
  align-content: start;
  background: rgba(255, 253, 248, 0.92);
}

.os-decision-grid article:nth-child(2) {
  background: #f2eadb;
}

.os-decision-grid article:nth-child(3) {
  background: #eef3e7;
}

.os-decision-grid span {
  display: block;
  margin-bottom: clamp(34px, 5vw, 72px);
  color: var(--orange);
  font-weight: 900;
}

.os-decision-grid h3 {
  max-width: 230px;
  color: #11110f;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  line-height: 1.05;
}

.os-decision-grid li {
  position: relative;
  padding-left: 18px;
  color: #4e4942;
  font-size: 0.84rem;
  line-height: 1.28;
  font-weight: 720;
}

.os-decision-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #2f7748;
}

.pointi-os-visual {
  position: relative;
  z-index: 2;
  width: min(960px, 100%);
  min-height: 610px;
  margin-left: auto;
}

.os-dashboard {
  position: absolute;
  inset: 36px 0 auto auto;
  width: min(840px, 100%);
  min-height: 520px;
  display: grid;
  grid-template-columns: 158px 1fr;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 15, 0.1);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 28px 80px rgba(17, 17, 15, 0.12);
  backdrop-filter: blur(16px) saturate(150%);
}

.os-dashboard aside {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 28px 18px;
  border-right: 1px solid rgba(17, 17, 15, 0.08);
  background: #ebe4d6;
}

.os-dashboard aside h3 {
  margin-bottom: 12px;
  font-size: 1.12rem;
}

.os-dashboard aside span {
  min-height: 32px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  color: #4f4a43;
  font-size: 0.72rem;
  font-weight: 720;
}

.os-dashboard aside span.is-active {
  background: #e9f0e6;
  color: #123c25;
}

.os-dashboard main {
  display: grid;
  gap: 16px;
  padding: 30px 28px 24px;
}

.os-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #11110f;
}

.os-topbar small {
  color: #123c25;
  letter-spacing: 3px;
}

.os-assessment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.os-assessment-grid span {
  display: grid;
  gap: 5px;
  min-height: 86px;
  align-content: center;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 28px rgba(17, 17, 15, 0.05);
}

.os-assessment-grid b {
  color: #11110f;
  font-size: clamp(1.05rem, 1.5vw, 1.36rem);
  line-height: 1;
}

.os-assessment-grid small,
.os-answer-panel small {
  color: #625d55;
  font-size: 0.68rem;
  line-height: 1.12;
  font-weight: 780;
  text-transform: uppercase;
}

.os-answer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.os-answer-panel {
  min-height: 178px;
  display: grid;
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47, 119, 72, 0.12), transparent 44%),
    #f7f3ea;
}

.os-answer-panel strong {
  margin-top: 12px;
  color: #123c25;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1;
}

.os-answer-panel p {
  margin: 14px 0 0;
  color: #5c554d;
  font-size: 0.84rem;
  line-height: 1.4;
}

.os-decision-output {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.os-decision-output span {
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 0 10px;
  border-radius: 8px;
  background: #123c25;
  color: #fffdf8;
  font-size: 0.72rem;
  line-height: 1.15;
  font-weight: 820;
  text-align: center;
}

.os-product {
  position: absolute;
  left: -9%;
  bottom: 0;
  width: min(300px, 32%);
  filter: drop-shadow(0 24px 42px rgba(17, 17, 15, 0.16));
}

.pointi-os-capabilities {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: clamp(50px, 7vw, 88px);
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
  background: var(--line);
  box-shadow: 0 18px 54px rgba(17, 17, 15, 0.06);
}

.pointi-os-capabilities article {
  min-height: 128px;
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 14px;
  align-content: center;
  padding: 22px;
  background: rgba(255, 253, 248, 0.88);
}

.pointi-os-capabilities span {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #eef3e7;
  color: #2f7748;
  font-weight: 860;
}

.pointi-os-capabilities h3 {
  font-size: 1rem;
  line-height: 1.15;
}

.pointi-os-capabilities p {
  margin: 8px 0 0;
  color: #5b554e;
  font-size: 0.86rem;
  line-height: 1.38;
}

.pointi-os-flow {
  margin-top: clamp(54px, 7vw, 92px);
}

.pointi-os-flow > h3 {
  margin-bottom: clamp(28px, 4vw, 44px);
  font-size: clamp(1.6rem, 3vw, 2.7rem);
}

.pointi-os-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 2vw, 24px);
}

.pointi-os-steps article {
  position: relative;
  display: grid;
  align-content: start;
}

.pointi-os-steps article:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 13px;
  right: -18px;
  color: #2f7748;
}

.pointi-os-steps article > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #2f7748;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 850;
}

.pointi-os-steps h4 {
  margin: 0;
  color: #123c25;
  font-size: 1.02rem;
  line-height: 1.18;
}

.pointi-os-steps p {
  min-height: 62px;
  margin: 8px 0 16px;
  color: #5b554e;
  font-size: 0.86rem;
  line-height: 1.4;
}

.os-step-card {
  min-height: 140px;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 14px 36px rgba(17, 17, 15, 0.07);
}

.os-step-card.map {
  background:
    linear-gradient(90deg, transparent 48%, rgba(47, 119, 72, 0.42) 49%, rgba(47, 119, 72, 0.42) 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(47, 119, 72, 0.2) 49%, rgba(47, 119, 72, 0.2) 51%, transparent 52%),
    #f4f1eb;
}

.os-step-card.options {
  background:
    linear-gradient(90deg, transparent 7%, rgba(255, 255, 255, 0.8) 7% 29%, transparent 29% 36%, rgba(255, 255, 255, 0.8) 36% 58%, transparent 58% 65%, rgba(255, 255, 255, 0.8) 65% 87%, transparent 87%),
    #f4f1eb;
}

.os-step-card.quote {
  background:
    linear-gradient(90deg, transparent 12%, rgba(47, 119, 72, 0.2) 12% 18%, transparent 18% 22%, rgba(47, 119, 72, 0.28) 22% 30%, transparent 30% 34%, rgba(47, 119, 72, 0.36) 34% 46%, transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 18%, transparent 18% 100%),
    #f4f1eb;
}

.os-step-card.build {
  background-image: url("assets/product-pointicharge.png");
  background-size: cover;
  background-position: center;
}

.os-step-card.charts {
  background:
    linear-gradient(180deg, transparent 20%, rgba(47, 119, 72, 0.13) 20% 100%),
    repeating-linear-gradient(90deg, transparent 0 28px, rgba(47, 119, 72, 0.34) 28px 38px, transparent 38px 48px),
    #f4f1eb;
}

.validation-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(24px, 5vw, 72px);
  align-items: stretch;
}

.validation-layout img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.validation-list {
  display: grid;
  align-content: stretch;
  border-top: 1px solid var(--line);
}

.validation-list p {
  display: flex;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: clamp(1.25rem, 2.2vw, 2.2rem);
  line-height: 1.08;
  font-weight: 820;
}

.journal-section {
  border-top: 1px solid var(--line);
}

.journal-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: center;
  min-height: clamp(440px, 48vw, 620px);
  margin-bottom: clamp(50px, 7vw, 86px);
}

.journal-hero-copy p:not(.section-kicker) {
  max-width: 470px;
  margin: 24px 0 0;
  color: #3d3d39;
  font-size: clamp(1.06rem, 1.55vw, 1.36rem);
  line-height: 1.48;
}

.journal-hero img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 30px 54px rgba(17, 17, 15, 0.12));
}

.journal-latest {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 28px;
}

.journal-latest .section-kicker {
  margin: 0;
  color: #075133;
}

.journal-latest span {
  height: 1px;
  background: #075133;
  opacity: 0.74;
}

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

.journal-card,
.journal-wide-card,
.journal-quote {
  overflow: hidden;
  border: 1px solid rgba(17, 17, 15, 0.1);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 18px 46px rgba(17, 17, 15, 0.06);
}

.journal-card,
.journal-wide-card {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.journal-card:hover,
.journal-card:focus-visible,
.journal-wide-card:hover,
.journal-wide-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(7, 81, 51, 0.34);
  box-shadow: 0 26px 60px rgba(17, 17, 15, 0.11);
  outline: 0;
}

.journal-card > img {
  width: 100%;
  aspect-ratio: 16 / 7.6;
  object-fit: cover;
  object-position: center;
  background: #f4f1ea;
}

.journal-card:nth-child(4) > img {
  object-position: center 58%;
}

.journal-card:nth-child(6) > img {
  object-fit: contain;
  padding: 18px 20px 10px;
}

.journal-process {
  min-height: 204px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  align-items: center;
  padding: 28px 20px;
  background: linear-gradient(180deg, #f7f7f4, #f1f0eb);
}

.journal-process span {
  position: relative;
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: #151510;
  font-size: 0.62rem;
  line-height: 1.1;
  font-weight: 760;
  text-align: center;
}

.journal-process span::before {
  content: "✓";
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 81, 51, 0.28);
  border-radius: 999px;
  background: #eef3e7;
  font-size: 0.92rem;
  line-height: 1;
}

.journal-card-body {
  min-height: 294px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 24px 22px;
}

.journal-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 999px;
  background: #edf2e5;
  color: #075133;
  font-size: 1.2rem;
  font-weight: 850;
}

.journal-card h3,
.journal-wide-card h3 {
  max-width: 360px;
  font-size: clamp(1.35rem, 2vw, 1.92rem);
  line-height: 1.02;
  font-weight: 860;
}

.journal-card p,
.journal-wide-card p {
  margin: 14px 0 0;
  color: #3f3c36;
  font-size: 0.98rem;
  line-height: 1.52;
}

.journal-card b,
.journal-wide-card b {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 22px;
  color: #075133;
  font-size: 0.9rem;
  font-weight: 850;
}

.journal-card b::after,
.journal-wide-card b::after {
  content: "→";
  font-size: 1rem;
}

.journal-wide-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(24px, 4.6vw, 70px);
  align-items: center;
  margin-top: 24px;
  padding: clamp(24px, 3vw, 34px);
}

.journal-wide-card > div:first-child {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: flex-start;
}

.journal-middle-map {
  position: relative;
  min-height: 220px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: end;
  text-align: center;
}

.journal-middle-map::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 52%;
  border-top: 1px dotted rgba(7, 81, 51, 0.38);
}

.journal-middle-map span,
.journal-middle-map strong {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 180px;
  padding-top: 124px;
  color: #11110f;
  font-size: 0.82rem;
  font-weight: 820;
}

.journal-middle-map span::before,
.journal-middle-map strong::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: min(150px, 100%);
  aspect-ratio: 1.35 / 1;
  transform: translateX(-50%);
  border: 1px solid rgba(17, 17, 15, 0.12);
  background: linear-gradient(145deg, rgba(255, 253, 248, 0.4), rgba(220, 223, 211, 0.82));
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.25);
}

.journal-middle-map strong {
  color: #075133;
}

.journal-middle-map strong::before {
  width: min(176px, 100%);
  border-radius: 28px;
  background-image: url("assets/journal-hero-cafe.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  box-shadow: none;
}

.journal-quote {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  padding: 0 clamp(24px, 4vw, 58px);
}

.journal-quote p {
  position: relative;
  margin: 0;
  padding-left: 72px;
  font-size: clamp(1.18rem, 2vw, 1.75rem);
  line-height: 1.14;
  font-weight: 820;
}

.journal-quote p::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -2px;
  color: #075133;
  font-size: 4rem;
  line-height: 1;
}

.journal-quote img {
  width: min(280px, 30vw);
  max-height: 118px;
  object-fit: contain;
  object-position: right center;
}

.company-section {
  border-top: 1px solid var(--line);
}

.company-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(300px, 0.58fr) minmax(300px, 0.82fr);
  gap: clamp(28px, 4.8vw, 72px);
  align-items: center;
  min-height: clamp(560px, 56vw, 720px);
}

.company-copy {
  position: relative;
  z-index: 2;
}

.company-copy h2 {
  max-width: 660px;
}

.company-copy > p:not(.section-kicker) {
  max-width: 520px;
  margin: 26px 0 0;
  color: #3d3d39;
  font-size: clamp(1.06rem, 1.45vw, 1.32rem);
  line-height: 1.48;
}

.company-services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: clamp(42px, 6vw, 70px);
  background: var(--line);
}

.company-services article {
  min-height: 112px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 0 clamp(14px, 2vw, 24px);
  background: var(--paper);
}

.company-services span {
  color: #2f7748;
  font-size: 1.38rem;
  line-height: 1;
  font-weight: 860;
}

.company-services h3 {
  color: #11110f;
  font-size: 0.98rem;
  line-height: 1.14;
  font-weight: 860;
}

.company-services p {
  margin: 0;
  color: #666057;
  font-size: 0.82rem;
  line-height: 1.38;
}

.company-card {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 18px;
  padding: clamp(28px, 3.3vw, 46px);
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 26px 70px rgba(17, 17, 15, 0.1);
  backdrop-filter: blur(18px) saturate(160%);
}

.company-card-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff3e8;
  color: #ee7924;
  font-size: 1.2rem;
  font-weight: 860;
}

.company-card h3 {
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.08;
}

.company-card > p {
  margin: -8px 0 8px;
  color: #57524b;
  font-size: 0.98rem;
}

.company-card dl {
  display: grid;
  gap: 0;
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.company-card dl div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(17, 17, 15, 0.08);
}

.company-card dt {
  color: #2f7748;
  font-size: 0.76rem;
  font-weight: 860;
  text-transform: uppercase;
}

.company-card dd {
  margin: 0;
  color: #11110f;
  font-size: 0.98rem;
  line-height: 1.38;
  font-weight: 640;
}

.company-card .button {
  width: 100%;
  margin-top: 6px;
}

.company-illustration {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: grid;
  align-items: center;
}

.company-illustration::before {
  content: "";
  position: absolute;
  inset: 6% 0 auto;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.58);
}

.company-illustration img {
  position: relative;
  width: min(540px, 100%);
  opacity: 0.74;
  filter: saturate(78%) contrast(92%);
}

.company-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: clamp(28px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
  background: var(--line);
  box-shadow: 0 18px 54px rgba(17, 17, 15, 0.06);
}

.company-metrics span {
  min-height: 116px;
  display: grid;
  align-content: center;
  padding: 0 clamp(20px, 3vw, 42px);
  background: rgba(255, 253, 248, 0.86);
}

.company-metrics b {
  color: #2f7748;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  line-height: 1;
  font-weight: 860;
}

.company-metrics small {
  margin-top: 8px;
  color: #25231f;
  font-size: 0.95rem;
  line-height: 1.28;
  font-weight: 760;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(20px, 6vw, 72px) 38px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

html[data-lang="zh"] body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
}

html[data-lang="zh"] h2,
html[data-lang="zh"] .hero h1,
html[data-lang="zh"] .journal-card h3,
html[data-lang="zh"] .journal-wide-card h3 {
  line-height: 1.08;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: minmax(140px, 1fr) auto minmax(190px, 1fr);
    padding-inline: 28px;
  }

  .site-nav {
    gap: clamp(24px, 3vw, 36px);
  }

  .hero-content {
    width: min(540px, 52vw);
  }

  .hero-image {
    width: 58vw;
  }

  .hero-features {
    grid-template-columns: repeat(3, 1fr);
    bottom: 72px;
  }

  .hero-features article:nth-child(3) {
    border-right: 0;
  }

  .hero-features article:nth-child(n + 4) {
    display: none;
  }

  .section-intro,
  .validation-layout,
  .journal-hero,
  .journal-wide-card {
    grid-template-columns: 1fr;
  }

  .product-hero,
  .product-summary {
    grid-template-columns: 1fr;
  }

  .product-pillars {
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--line);
  }

  .product-pillars article {
    min-height: 126px;
    padding-top: 20px;
    border-bottom: 1px solid var(--line);
  }

  .product-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card,
  .product-card-large {
    grid-column: span 1;
  }

  .product-summary > div {
    grid-template-columns: repeat(2, 1fr);
  }

  .pain-grid,
  .decision-grid {
    grid-template-columns: 1fr;
  }

  .pointi-os-hero {
    margin-bottom: 34px;
  }

  .os-decision-layout {
    grid-template-columns: 1fr;
  }

  .pointi-os-visual {
    min-height: 540px;
  }

  .os-dashboard {
    left: 0;
    right: 0;
    width: 100%;
  }

  .os-product {
    left: 2%;
    width: min(320px, 38%);
  }

  .pointi-os-capabilities {
    grid-template-columns: repeat(2, 1fr);
  }

  .pointi-os-capabilities article:last-child {
    grid-column: span 2;
  }

  .pointi-os-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .pointi-os-steps article:not(:last-child)::after {
    display: none;
  }

  .journal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journal-hero {
    min-height: auto;
  }

  .journal-hero img {
    max-height: 420px;
  }

  .journal-wide-card {
    gap: 18px;
  }

  .company-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .company-card {
    width: min(560px, 100%);
  }

  .company-illustration {
    min-height: 360px;
    justify-items: center;
    order: 2;
  }

  .company-card {
    order: 3;
  }

  .company-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .company-section {
    display: grid;
    align-items: start;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 78px;
  }

  .site-header {
    display: flex;
    height: 64px;
    padding: 0 16px;
  }

  .brand {
    width: auto;
    font-size: 1.05rem;
    gap: 9px;
  }

  .brand img {
    width: 32px;
    height: 32px;
  }

  .header-actions {
    margin-left: auto;
  }

  .contact-pill {
    display: none;
  }

  .language-switch {
    width: 76px;
    height: 36px;
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    inset: 64px 10px auto;
    display: grid;
    justify-content: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper-strong);
    color: var(--ink);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .site-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 12px;
  }

  .site-nav > a::after,
  .nav-item > a::after {
    left: 12px;
    bottom: 6px;
    width: 44px;
    transform: none;
  }

  .nav-item {
    display: grid;
    height: auto;
  }

  .product-menu {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 0 8px 16px;
    border: 0;
    box-shadow: none;
    background: transparent;
    backdrop-filter: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .product-menu a {
    min-height: 36px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    color: var(--muted);
    font-size: 0.86rem;
    text-align: left;
  }

  .product-menu img {
    display: none;
  }

  .hero {
    min-height: auto;
    display: grid;
    padding: 112px 20px 42px;
    background-position: 62% bottom;
  }

  .hero-image {
    display: none;
  }

  .hero-content {
    order: 1;
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 17vw, 5.5rem);
  }

  .hero-copy {
    max-width: 340px;
    font-size: 1.08rem;
  }

  .button {
    width: 100%;
  }

  .hero-features {
    position: relative;
    z-index: 3;
    left: auto;
    right: auto;
    bottom: auto;
    order: 3;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 270px;
    padding: 20px;
    border-radius: 18px;
  }

  .hero-features article,
  .hero-features article:nth-child(n + 4) {
    display: grid;
  }

  .hero-features article {
    grid-template-columns: 42px 1fr;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(17, 17, 15, 0.1);
  }

  .hero-features article:last-child {
    border-bottom: 0;
  }

  .hero-scroll {
    position: relative;
    left: auto;
    bottom: auto;
    order: 4;
    margin-top: 28px;
    transform: none;
    font-size: 0.82rem;
  }

  .product-cards {
    grid-template-columns: 1fr;
  }

  .product-card,
  .product-card-large {
    min-height: 430px;
  }

  .product-hero {
    gap: 28px;
    margin-bottom: 22px;
  }

  .product-hero-copy > p:not(.section-kicker) {
    font-size: 1rem;
  }

  .product-pillars {
    grid-template-columns: 1fr;
  }

  .product-pillars article {
    min-height: auto;
    padding: 16px 0;
    border-right: 0;
  }

  .product-card::after {
    background: linear-gradient(180deg, rgba(247, 243, 236, 0.98) 0%, rgba(247, 243, 236, 0.94) 42%, rgba(247, 243, 236, 0.08) 82%, rgba(247, 243, 236, 0) 100%);
  }

  .product-card img {
    object-position: center bottom;
  }

  .product-card-content {
    width: 100%;
    min-height: 100%;
    padding: 22px 18px;
  }

  .product-card p:not(.product-type) {
    max-width: 280px;
    font-size: 0.92rem;
  }

  .product-card ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    gap: 7px;
  }

  .product-card li {
    min-height: 48px;
    padding-inline: 4px;
    font-size: 0.66rem;
  }

  .product-summary {
    padding: 22px 18px;
  }

  .product-summary > div {
    grid-template-columns: 1fr;
  }

  .product-summary .button {
    width: 100%;
  }

  .pain-grid article,
  .decision-grid article {
    min-height: 220px;
  }

  .pointi-os-section {
    padding-inline: 14px;
  }

  .pointi-os-hero {
    gap: 28px;
  }

  .pointi-os-lead {
    font-size: 1.08rem;
  }

  .pointi-os-actions .button {
    width: 100%;
  }

  .pointi-os-visual {
    min-height: auto;
  }

  .os-dashboard {
    position: relative;
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .os-dashboard aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px;
  }

  .os-dashboard aside h3 {
    grid-column: 1 / -1;
  }

  .os-dashboard aside span {
    min-height: 30px;
    font-size: 0.66rem;
  }

  .os-dashboard main {
    padding: 18px;
  }

  .os-assessment-grid,
  .os-answer-grid,
  .os-decision-output {
    grid-template-columns: 1fr;
  }

  .os-answer-panel {
    min-height: 150px;
  }

  .os-product {
    position: relative;
    left: 10%;
    right: auto;
    bottom: auto;
    width: min(220px, 58%);
    margin-top: -36px;
  }

  .pointi-os-capabilities,
  .pointi-os-steps {
    grid-template-columns: 1fr;
  }

  .pointi-os-capabilities article,
  .pointi-os-capabilities article:last-child {
    grid-column: span 1;
  }

  .pointi-os-capabilities article {
    min-height: 116px;
    padding: 18px;
  }

  .pointi-os-flow {
    margin-top: 46px;
  }

  .pointi-os-steps p {
    min-height: auto;
  }

  .validation-list p {
    min-height: 88px;
  }

  .journal-section {
    padding-inline: 14px;
  }

  .journal-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .journal-hero {
    gap: 20px;
    margin-bottom: 42px;
  }

  .journal-hero-copy p:not(.section-kicker) {
    font-size: 1rem;
  }

  .journal-hero img {
    max-height: 300px;
  }

  .journal-latest {
    gap: 12px;
  }

  .journal-card-body {
    min-height: 252px;
    padding: 22px 18px 20px;
  }

  .journal-process {
    min-height: 160px;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 14px;
  }

  .journal-process span {
    font-size: 0.58rem;
  }

  .journal-card h3,
  .journal-wide-card h3 {
    font-size: 1.38rem;
  }

  .journal-wide-card {
    margin-top: 16px;
    padding: 22px 18px;
  }

  .journal-wide-card > div:first-child {
    min-height: 242px;
  }

  .journal-middle-map {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: auto;
    text-align: left;
  }

  .journal-middle-map::before {
    display: none;
  }

  .journal-middle-map span,
  .journal-middle-map strong {
    min-height: 74px;
    align-content: center;
    padding: 0 0 0 100px;
  }

  .journal-middle-map span::before,
  .journal-middle-map strong::before {
    left: 0;
    width: 76px;
    top: 50%;
    transform: translateY(-50%);
  }

  .journal-quote {
    grid-template-columns: 1fr;
    margin-top: 16px;
    padding: 22px 18px;
  }

  .journal-quote p {
    padding-left: 48px;
    font-size: 1.18rem;
  }

  .journal-quote p::before {
    font-size: 3rem;
  }

  .journal-quote img {
    display: none;
  }

  .company-section {
    padding-inline: 14px;
  }

  .company-layout {
    gap: 24px;
  }

  .company-copy > p:not(.section-kicker) {
    font-size: 1rem;
  }

  .company-services {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .company-services article {
    min-height: auto;
    padding: 18px 0;
  }

  .company-card {
    padding: 24px 18px;
  }

  .company-card dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .company-illustration {
    min-height: 260px;
  }

  .company-illustration img {
    width: min(330px, 100%);
  }

  .company-metrics {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .company-metrics span {
    min-height: 86px;
  }

  .site-footer {
    display: grid;
  }
}

/* Layout refinements below keep the first hero and navigation intact. */
main > section:not(.hero) {
  --section-gap: clamp(34px, 5vw, 64px);
  padding-block: clamp(72px, 8vw, 118px);
}

main > section:not(.hero) h2 {
  font-size: clamp(2.25rem, 4.4vw, 4.55rem);
  line-height: 1.02;
}

main > section:not(.hero) h3 {
  line-height: 1.14;
}

main > section:not(.hero) p {
  line-height: 1.58;
}

.section-intro {
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(24px, 4.8vw, 68px);
  margin-bottom: var(--section-gap);
}

.section-kicker {
  font-size: 0.74rem;
  letter-spacing: 0.06em;
}

.product-hero {
  align-items: start;
  margin-bottom: clamp(26px, 4vw, 48px);
}

.product-hero-copy > p:not(.section-kicker),
.pointi-os-lead,
.journal-hero-copy p:not(.section-kicker),
.company-copy > p:not(.section-kicker) {
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.62;
}

.product-pillars {
  gap: 12px;
  border-left: 0;
}

.product-pillars article {
  min-height: 132px;
  padding: 20px;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
}

.journal-icon,
.company-card-icon,
.pointi-os-capabilities span {
  position: relative;
  overflow: hidden;
  flex: none;
}

.product-cards {
  gap: clamp(18px, 2vw, 26px);
}

.product-card {
  min-height: clamp(360px, 32vw, 460px);
  background: #f8f4ec;
}

.product-card-large {
  min-height: clamp(430px, 40vw, 560px);
}

.product-card::after {
  background:
    linear-gradient(90deg, rgba(248, 244, 236, 0.98) 0%, rgba(248, 244, 236, 0.88) 34%, rgba(248, 244, 236, 0.28) 64%, rgba(248, 244, 236, 0) 100%);
}

.product-card img {
  object-fit: contain;
  object-position: right center;
  padding: clamp(18px, 2vw, 30px);
}

.product-card-large:first-child img,
.product-card-large:nth-child(2) img {
  object-position: right center;
}

.product-card-content {
  max-width: min(430px, 62%);
}

.product-card p:not(.product-type) {
  font-size: 0.95rem;
}

.product-card ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(260px, 100%);
}

.product-card li {
  min-height: 42px;
  padding: 8px 10px;
  font-size: 0.74rem;
}

.product-summary {
  grid-template-columns: minmax(220px, 0.78fr) minmax(440px, 1.58fr) auto;
  margin-top: clamp(20px, 2.2vw, 30px);
}

.pain-grid,
.decision-grid {
  gap: 14px;
  overflow: visible;
  border: 0;
  background: transparent;
}

.pain-grid article,
.decision-grid article {
  min-height: auto;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(17, 17, 15, 0.04);
}

.pain-grid span,
.os-decision-grid span {
  margin-bottom: clamp(28px, 4vw, 48px);
}

.pointi-os-copy h2 {
  max-width: 840px;
  font-size: clamp(2.55rem, 5.8vw, 6.1rem);
  line-height: 1;
}

.pointi-os-hero {
  margin-bottom: clamp(30px, 4.6vw, 58px);
}

.os-decision-grid article {
  min-height: 330px;
}

.pointi-os-visual {
  width: min(1040px, 100%);
  min-height: 560px;
}

.os-dashboard {
  min-height: 480px;
}

.os-product {
  left: -4%;
  width: min(320px, 30%);
}

.pointi-os-capabilities {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.pointi-os-capabilities article {
  grid-template-columns: 42px 1fr;
  min-height: 150px;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
}

.pointi-os-capabilities span {
  width: 42px;
  height: 42px;
  color: transparent;
}

.pointi-os-capabilities span::before,
.journal-icon::before,
.company-card-icon::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
}

.pointi-os-capabilities article:nth-child(1) span {
  color: #2f7748;
  font-size: 0;
}

.pointi-os-capabilities article:nth-child(1) span::before {
  content: "AI";
  width: auto;
  height: auto;
  border: 0;
  color: #2f7748;
  font-size: 0.82rem;
  font-weight: 860;
}

.pointi-os-capabilities article:nth-child(2) span::before {
  color: #2f7748;
  border-radius: 5px;
  box-shadow: 6px 6px 0 -2px #eef3e7, 6px 6px 0 0 currentColor;
}

.pointi-os-capabilities article:nth-child(3) span::before {
  width: 22px;
  height: 14px;
  color: #2f7748;
  border-width: 0 0 3px;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 -7px 0 -4px currentColor, 0 -14px 0 -6px currentColor;
}

.pointi-os-capabilities article:nth-child(4) span::before {
  width: 19px;
  height: 11px;
  color: #2f7748;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
}

.pointi-os-capabilities article:nth-child(5) span::before {
  width: 18px;
  height: 22px;
  color: #2f7748;
  border-radius: 16px 16px 16px 3px;
  transform: rotate(36deg);
}

.pointi-os-steps {
  gap: clamp(18px, 2.4vw, 30px);
}

.os-step-card {
  min-height: 128px;
}

.validation-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
}

.validation-layout img {
  min-height: 360px;
  object-position: center;
}

.validation-list p {
  min-height: 86px;
  font-size: clamp(1.12rem, 1.65vw, 1.62rem);
  line-height: 1.2;
}

.journal-hero {
  grid-template-columns: minmax(280px, 0.74fr) minmax(360px, 1fr);
  min-height: auto;
}

.journal-hero img {
  max-height: 500px;
}

.journal-grid {
  gap: clamp(18px, 2vw, 26px);
}

.journal-card > img {
  aspect-ratio: 16 / 8.8;
  object-fit: contain;
  padding: 18px;
}

.journal-process {
  min-height: 212px;
}

.journal-card-body {
  min-height: 270px;
}

.journal-icon {
  width: 42px;
  height: 42px;
  color: transparent;
}

.journal-icon::before {
  color: #075133;
  border-radius: 5px;
}

.journal-card:nth-child(1) .journal-icon::before {
  width: 20px;
  height: 14px;
  border-width: 3px 0 0;
  border-radius: 0;
  box-shadow: 0 7px 0 -3px currentColor, 0 14px 0 -3px currentColor;
}

.journal-card:nth-child(2) .journal-icon::before {
  width: 20px;
  height: 20px;
  border-width: 2px 0 0 2px;
  border-radius: 0;
  transform: rotate(45deg);
}

.journal-card:nth-child(3) .journal-icon::before {
  width: 17px;
  height: 21px;
  border-radius: 14px 14px 14px 3px;
  transform: rotate(36deg);
}

.journal-card:nth-child(4) .journal-icon::before {
  width: 19px;
  height: 19px;
  border-width: 2px 2px 0 0;
  border-radius: 0;
}

.journal-card:nth-child(5) .journal-icon::before,
.journal-wide-card .journal-icon::before {
  box-shadow: 6px 6px 0 -2px #edf2e5, 6px 6px 0 0 currentColor;
}

.journal-card:nth-child(6) .journal-icon::before {
  border-radius: 999px;
  box-shadow: inset 0 0 0 4px #edf2e5;
}

.journal-card h3,
.journal-wide-card h3 {
  font-size: clamp(1.24rem, 1.55vw, 1.58rem);
  line-height: 1.12;
}

.journal-card p,
.journal-wide-card p {
  font-size: 0.94rem;
}

.journal-wide-card {
  grid-template-columns: minmax(220px, 0.62fr) minmax(360px, 1fr);
}

.journal-quote {
  min-height: 104px;
}

.company-layout {
  grid-template-columns: minmax(340px, 1fr) minmax(300px, 0.62fr);
  min-height: auto;
}

.company-illustration {
  grid-column: 1 / -1;
  min-height: clamp(220px, 24vw, 330px);
  justify-items: center;
  margin-top: -18px;
}

.company-illustration::before {
  display: none;
}

.company-illustration img {
  width: min(560px, 74vw);
  aspect-ratio: 1 / 1;
  height: auto;
  max-height: 330px;
  object-fit: contain;
  opacity: 0.62;
}

.company-services {
  gap: 12px;
  background: transparent;
}

.company-services article {
  padding: 18px;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
}

.company-card-icon {
  color: transparent;
}

.company-card-icon::before {
  width: 20px;
  height: 14px;
  color: #ee7924;
  border-radius: 3px;
}

.company-card-icon::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 12px;
  width: 18px;
  height: 18px;
  border-left: 2px solid #ee7924;
  border-bottom: 2px solid #ee7924;
  transform: rotate(-45deg);
}

.company-metrics {
  margin-top: clamp(22px, 3vw, 34px);
}

html[data-lang="zh"] main > section:not(.hero) h2 {
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: 1.12;
}

html[data-lang="zh"] .pointi-os-copy h2 {
  font-size: clamp(2.25rem, 5.1vw, 5.3rem);
}

html[data-lang="zh"] .product-card li,
html[data-lang="zh"] .os-decision-output span,
html[data-lang="zh"] .journal-process span {
  line-height: 1.25;
}

@media (max-width: 1040px) {
  main > section:not(.hero) {
    padding-block: clamp(64px, 8vw, 96px);
  }

  .section-intro,
  .validation-layout,
  .journal-hero,
  .journal-wide-card,
  .company-layout {
    grid-template-columns: 1fr;
  }

  .product-pillars,
  .pointi-os-capabilities,
  .company-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card-content {
    max-width: min(440px, 68%);
  }

  .product-summary {
    grid-template-columns: 1fr;
  }

  .pointi-os-capabilities article:last-child {
    grid-column: span 2;
  }

  .validation-layout img {
    min-height: 300px;
  }

  .company-illustration {
    order: 2;
  }

  .company-card {
    order: 3;
  }
}

@media (max-width: 760px) {
  main > section:not(.hero) {
    max-width: calc(100vw - 24px);
    padding: 58px 12px;
  }

  main > section:not(.hero) h2 {
    font-size: clamp(1.92rem, 10vw, 3rem);
  }

  .section-intro {
    gap: 14px;
    margin-bottom: 30px;
  }

  .product-pillars,
  .pointi-os-capabilities,
  .company-services {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-card,
  .product-card-large {
    min-height: 480px;
  }

  .product-card::after {
    background: linear-gradient(180deg, rgba(248, 244, 236, 0.98) 0%, rgba(248, 244, 236, 0.94) 46%, rgba(248, 244, 236, 0.12) 78%, rgba(248, 244, 236, 0) 100%);
  }

  .product-card img {
    height: 100%;
    padding: 150px 12px 18px;
    object-position: center bottom;
  }

  .product-card-content {
    max-width: none;
    width: 100%;
  }

  .product-card ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .product-summary > div,
  .company-metrics {
    grid-template-columns: 1fr;
  }

  .pain-grid,
  .decision-grid {
    gap: 12px;
  }

  .pain-grid article,
  .decision-grid article {
    padding: 22px;
  }

  .pointi-os-copy h2,
  html[data-lang="zh"] .pointi-os-copy h2 {
    font-size: clamp(2.15rem, 11vw, 3.2rem);
  }

  .pointi-os-section,
  .journal-section,
  .company-section {
    padding-inline: 12px;
  }

  .os-decision-grid article {
    min-height: auto;
  }

  .os-product {
    left: auto;
    width: min(240px, 66%);
    margin-inline: auto;
  }

  .pointi-os-capabilities article,
  .pointi-os-capabilities article:last-child {
    grid-column: span 1;
  }

  .validation-layout img {
    min-height: 220px;
  }

  .validation-list p {
    min-height: 72px;
  }

  .journal-card > img {
    aspect-ratio: 16 / 9.5;
    padding: 14px;
  }

  .journal-card-body {
    min-height: 230px;
  }

  .journal-wide-card > div:first-child {
    min-height: auto;
  }

  .company-services article {
    padding: 18px;
  }

  .company-illustration img {
    width: min(360px, 92vw);
    max-height: 240px;
  }
}

/* Company / Contact final layout */
.company-section {
  border-top: 0;
  padding-top: 64px;
  background: #fffefa;
}

/* Recognition — replaces the former Projects / Validation section only. */
.recognition-section {
  position: relative;
  isolation: isolate;
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
  padding-block: clamp(76px, 9vw, 132px);
}

.recognition-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #fff;
}

.recognition-hero {
  display: grid;
  grid-template-columns: minmax(260px, .76fr) minmax(420px, 1.14fr);
  gap: clamp(32px, 7vw, 112px);
  align-items: center;
  margin-bottom: 0;
}

.recognition-hero-copy {
  max-width: 420px;
}

.recognition-hero-copy .section-kicker,
.recognition-index > p:first-child {
  color: #0c4c39;
  font-weight: 800;
}

.recognition-hero-copy h2 {
  margin: 22px 0 0;
  color: #0b3329;
  font-size: clamp(2.75rem, 4.5vw, 4.9rem);
  line-height: 1.06;
  letter-spacing: 0;
  white-space: pre-line;
}

.recognition-intro {
  max-width: 390px;
  margin: 22px 0 0;
  color: #393b36;
  font-size: 1rem;
}

.recognition-rule {
  display: block;
  width: 32px;
  height: 2px;
  margin-top: 22px;
  background: #135440;
}

.recognition-hero-image {
  position: relative;
  min-height: clamp(300px, 34vw, 470px);
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.recognition-hero-media {
  min-width: 0;
}

.recognition-hero-image::after {
  display: none;
}

.recognition-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  transform: scale(1.15);
  transform-origin: center;
}

.recognition-hero-caption {
  width: 86%;
  max-width: none;
  margin: 16px 0 0 10.5%;
  color: #3f443f;
  font-size: .95rem;
  line-height: 1.55;
  transform: translateY(-3rem);
}

.recognition-proof {
  display: flex;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  margin: 28px 0 0;
  transform: none;
}

.recognition-proof p {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 0 18px;
  color: #262a26;
  font-size: .972rem;
}

.recognition-proof p:first-child {
  padding-left: 0;
}

.recognition-proof p + p {
  border-left: 1px solid rgba(17, 17, 15, .16);
}

.recognition-proof span {
  color: #0d4938;
  font-size: 1.35rem;
  line-height: 1;
}

.recognition-card {
  display: grid;
  margin-top: 12px;
  overflow: hidden;
  background: linear-gradient(105deg, #fbfaf6, #f2f0e9);
  border: 1px solid rgba(17, 17, 15, .045);
  border-radius: 18px;
  box-shadow: 0 16px 44px rgba(19, 33, 25, .045);
}

.recognition-index {
  padding: clamp(28px, 3.3vw, 46px) clamp(24px, 3vw, 44px);
}

.recognition-index > p:first-child {
  margin: 0 0 14px;
  font-size: .9rem;
}

.recognition-index h3 {
  color: #0c372c;
  font-size: clamp(1.46rem, 2.2vw, 2.2rem);
  line-height: 1.12;
  white-space: pre-line;
}

.recognition-index > p:last-child {
  max-width: 225px;
  margin: 22px 0 0;
  color: #343933;
  font-size: .88rem;
  line-height: 1.65;
}

.recognition-government {
  grid-template-columns: minmax(195px, .38fr) minmax(250px, .5fr) minmax(360px, .68fr);
  min-height: 360px;
}

.recognition-government .recognition-index {
  position: relative;
  z-index: 1;
}

.recognition-print-media {
  position: relative;
  min-height: 100%;
  background-image:
    linear-gradient(90deg, #f5f3ed 0%, rgba(245, 243, 237, .96) 4%, rgba(245, 243, 237, .16) 79%, rgba(245, 243, 237, .02) 100%),
    url("assets/recognition-3d-printed-house.jpg");
  background-position: center;
  background-size: cover;
}

.recognition-detail {
  padding: clamp(28px, 4vw, 54px) clamp(25px, 4vw, 58px);
}

.recognition-detail h3 {
  max-width: 520px;
  color: #0c372c;
  font-size: clamp(1.38rem, 2.15vw, 2.16rem);
  line-height: 1.16;
}

.recognition-detail > p {
  max-width: 550px;
  margin: 20px 0 0;
  color: #2d312d;
  font-size: .92rem;
  line-height: 1.62;
}

.recognition-detail > .recognition-detail-note {
  margin-top: 11px;
  color: #535750;
  font-size: .78rem;
  line-height: 1.56;
}

.recognition-detail-meta {
  display: grid;
  grid-template-columns: 1.25fr .85fr;
  gap: 18px;
  margin-top: 22px;
  padding-top: 17px;
  border-top: 1px solid rgba(17, 17, 15, .1);
}

.recognition-detail-meta p {
  display: grid;
  gap: 5px;
  margin: 0;
  color: #5e615b;
  font-size: .7rem;
}

.recognition-detail-meta p + p {
  padding-left: 18px;
  border-left: 1px solid rgba(17, 17, 15, .1);
}

.recognition-detail-meta b {
  color: #1f2420;
  font-size: .75rem;
  line-height: 1.4;
}

.recognition-hkstp-card {
  grid-template-columns: minmax(195px, .38fr) minmax(315px, .9fr) minmax(250px, .48fr);
  align-items: stretch;
}

.recognition-hkstp-card > img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.recognition-hkstp-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recognition-hkstp-detail .recognition-rule {
  margin-top: 16px;
}

.recognition-hkstp-detail > p {
  margin-top: 16px;
}

.recognition-industry-card,
.recognition-community-card {
  grid-template-columns: minmax(195px, .38fr) minmax(0, 1.38fr);
}

.recognition-awards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: clamp(25px, 3.1vw, 42px) clamp(22px, 3vw, 44px);
}

.recognition-award {
  padding: 0 clamp(22px, 3vw, 42px);
}

.recognition-award + .recognition-award {
  border-left: 1px solid rgba(17, 17, 15, .1);
}

.recognition-award-status {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 20px;
  font-size: .92rem;
}

.recognition-award-status span {
  width: 19px;
  height: 19px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.bronze { color: #be682d; }
.finalist { color: #7e58b3; }

.recognition-award h3 {
  max-width: 285px;
  color: #242923;
  font-size: clamp(1.02rem, 1.5vw, 1.36rem);
  line-height: 1.18;
}

.recognition-award .recognition-rule {
  width: 25px;
  margin-top: 17px;
}

.recognition-award > p:last-child {
  margin: 13px 0 0;
  color: #3d433d;
  font-size: .84rem;
}

.recognition-community-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: clamp(24px, 3vw, 40px) clamp(22px, 3vw, 42px);
}

.recognition-community-list section {
  padding: 0 clamp(13px, 1.7vw, 24px);
}

.recognition-community-list section + section {
  border-left: 1px solid rgba(17, 17, 15, .1);
}

.recognition-community-list img {
  display: block;
  width: 100%;
  aspect-ratio: 1.8 / 1;
  object-fit: cover;
  border-radius: 18px;
}

.recognition-community-list h3 {
  margin-top: 16px;
  color: #143d31;
  font-size: clamp(.93rem, 1.22vw, 1.16rem);
  line-height: 1.2;
}

.recognition-community-list p {
  margin: 9px 0 0;
  color: #3d433d;
  font-size: .78rem;
  line-height: 1.5;
}

html[data-lang="zh"] .recognition-hero-copy h2 {
  font-size: clamp(2.65rem, 4.4vw, 4.4rem);
  line-height: 1.16;
  letter-spacing: 0;
}

html[data-lang="zh"] .recognition-index h3,
html[data-lang="zh"] .recognition-detail h3,
html[data-lang="zh"] .recognition-award h3,
html[data-lang="zh"] .recognition-community-list h3 {
  line-height: 1.35;
}

@media (max-width: 960px) {
  .recognition-hero,
  .recognition-government,
  .recognition-hkstp-card,
  .recognition-industry-card,
  .recognition-community-card {
    grid-template-columns: 1fr;
  }

  .recognition-hero { gap: 28px; }

  .recognition-proof {
    justify-content: flex-start;
    margin-top: 28px;
  }

  .recognition-print-media { min-height: 260px; }

  .recognition-government .recognition-index,
  .recognition-hkstp-card .recognition-index,
  .recognition-industry-card .recognition-index,
  .recognition-community-card .recognition-index {
    display: grid;
    grid-template-columns: 70px minmax(180px, 1fr) minmax(250px, 1.1fr);
    column-gap: 18px;
    align-items: start;
  }

  .recognition-index > p:first-child { grid-row: span 2; }
  .recognition-index .recognition-rule { display: none; }
  .recognition-index > p:last-child { grid-column: 3; grid-row: 1 / span 2; margin: 0; max-width: 340px; }
}

@media (max-width: 640px) {
  .recognition-section {
    width: min(var(--max), calc(100% - 24px));
    padding-block: 58px;
  }

  .recognition-hero-copy h2 { font-size: clamp(2.55rem, 12vw, 3.5rem); }
  .recognition-hero-image { min-height: 240px; }

  .recognition-proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .recognition-proof p { padding: 0; }
  .recognition-proof p + p { border-left: 0; }

  .recognition-government .recognition-index,
  .recognition-hkstp-card .recognition-index,
  .recognition-industry-card .recognition-index,
  .recognition-community-card .recognition-index {
    display: block;
  }

  .recognition-index > p:last-child { margin-top: 18px; }
  .recognition-index .recognition-rule { display: block; }
  .recognition-hkstp-card > img { min-height: 215px; }

  .recognition-detail-meta,
  .recognition-awards,
  .recognition-community-list {
    grid-template-columns: 1fr;
  }

  .recognition-detail-meta p + p,
  .recognition-award + .recognition-award,
  .recognition-community-list section + section {
    margin-top: 20px;
    padding: 20px 0 0;
    border-top: 1px solid rgba(17, 17, 15, .1);
    border-left: 0;
  }

  .recognition-award,
  .recognition-community-list section { padding-inline: 0; }
  .recognition-community-list img { aspect-ratio: 1.85 / 1; }
}

.company-section .section-kicker {
  color: #f46b18;
  font-size: 0.9rem;
  font-weight: 860;
  letter-spacing: 0.04em;
}

.company-layout {
  position: relative;
  display: block;
  min-height: clamp(620px, 52vw, 760px);
  padding: clamp(24px, 3.2vw, 46px) 0 clamp(52px, 6vw, 86px);
  overflow: hidden;
  isolation: isolate;
}

.company-copy {
  position: relative;
  z-index: 2;
  width: min(560px, 44vw);
  padding-top: 0;
}

.company-copy h2 {
  max-width: 680px;
  font-size: 4.45rem;
  line-height: 1.12;
  letter-spacing: 0;
}

html[data-lang="zh"] .company-copy h2 {
  font-size: 4rem;
  line-height: 1.16;
}

html[data-lang="en"] .company-copy h2::after {
  content: ".";
  color: #f46b18;
}

.company-copy > p:not(.section-kicker) {
  max-width: 480px;
  margin-top: 24px;
  color: #68707a;
  font-size: 1.2rem;
  line-height: 1.55;
}

.company-contact-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1fr);
  gap: 34px;
  max-width: 680px;
  margin-top: 54px;
}

.company-contact-list {
  display: grid;
  gap: 24px;
  padding-right: 34px;
  border-right: 1px solid rgba(17, 17, 15, 0.12);
}

.company-contact-list article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.company-contact-list h3,
.company-social h3 {
  margin: 0;
  color: #11110f;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 860;
}

.company-contact-list p,
.company-social small {
  margin: 7px 0 0;
  color: #11110f;
  font-size: 0.95rem;
  line-height: 1.5;
}

.company-contact-list a,
.company-social-links a {
  color: inherit;
  text-decoration: none;
}

.company-icon {
  position: relative;
  display: grid;
  place-items: center;
  flex: none;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 999px;
  background: #f0f2ee;
}

.company-icon::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mix-blend-mode: multiply;
}

.icon-email::before {
  background-image: url("assets/company-icon-email.png");
}

.icon-location::before {
  background-image: url("assets/company-icon-location.png");
}

.icon-instagram::before,
.icon-whatsapp::before,
.icon-wechat::before {
  width: 36px;
  height: 36px;
}

.icon-instagram::before {
  background-image: url("assets/company-icon-instagram.png");
}

.icon-whatsapp::before {
  background-image: url("assets/company-icon-whatsapp.png");
}

.icon-wechat::before {
  background-image: url("assets/company-icon-wechat.png");
}

.company-social {
  align-self: start;
}

.company-social-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(76px, 1fr));
  gap: 20px;
  margin-top: 26px;
}

.company-social-links a,
.company-social-item {
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
  color: #11110f;
  text-align: center;
}

.company-social-links .company-icon,
.company-social-item .company-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
}

.company-social-links span:not(.company-icon),
.company-social-item span:not(.company-icon) {
  font-size: 0.95rem;
  line-height: 1.2;
}

.company-social small {
  max-width: 88px;
  overflow-wrap: anywhere;
  font-size: 0.86rem;
}

.company-illustration {
  position: absolute;
  inset: 0;
  z-index: 1;
  min-height: 490px;
  justify-items: end;
  align-items: center;
  margin: 0;
  pointer-events: none;
}

.company-illustration::before {
  display: none;
}

.company-illustration img {
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: right center;
  opacity: 1;
  filter: none;
  transform: translateX(clamp(34px, 4vw, 72px));
}

.company-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 56px;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 22px 70px rgba(17, 17, 15, 0.08);
}

.company-metrics article {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 142px;
  padding: 0 42px;
  background: transparent;
}

.company-metrics article + article {
  border-left: 1px solid rgba(17, 17, 15, 0.12);
}

.company-metrics .company-metric-icon {
  display: block;
  width: 62px;
  height: 62px;
  min-height: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  mix-blend-mode: multiply;
}

.company-metrics .metric-cube {
  background-image: url("assets/company-metric-cube.png");
}

.company-metrics .metric-leaf {
  background-image: url("assets/company-metric-leaf.png");
}

.company-metrics .metric-wifi {
  background-image: url("assets/company-metric-wifi.png");
}

.company-metrics .metric-building {
  background-image: url("assets/company-metric-building.png");
}

.company-metrics b {
  display: block;
  color: #246540;
  font-size: 2rem;
  line-height: 1;
  font-weight: 860;
}

.company-metrics small {
  display: block;
  margin-top: 8px;
  color: #11110f;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 820;
}

.company-metrics em {
  display: block;
  margin-top: 6px;
  color: #6d726d;
  font-size: 0.82rem;
  line-height: 1.34;
  font-style: normal;
}

@media (max-width: 980px) {
  .company-section {
    padding-top: 76px;
  }

  .company-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
    padding: 0;
    overflow: visible;
  }

  .company-copy {
    width: auto;
    padding-top: 0;
  }

  .company-copy h2 {
    max-width: 720px;
    font-size: 3.75rem;
  }

  html[data-lang="zh"] .company-copy h2 {
    font-size: 3.35rem;
  }

  .company-contact-panel {
    max-width: 760px;
  }

  .company-illustration {
    position: relative;
    inset: auto;
    min-height: 360px;
    justify-items: center;
    order: 2;
  }

  .company-illustration img {
    width: min(820px, 100%);
    height: auto;
    transform: none;
  }

  .company-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-metrics article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(17, 17, 15, 0.12);
  }

  .company-metrics article:nth-child(4) {
    border-top: 1px solid rgba(17, 17, 15, 0.12);
  }
}

@media (max-width: 760px) {
  .company-section {
    padding-top: 74px;
  }

  .company-copy h2 {
    font-size: 2.7rem;
  }

  html[data-lang="zh"] .company-copy h2 {
    font-size: 2.5rem;
  }

  .company-copy > p:not(.section-kicker) {
    font-size: 1.04rem;
  }

  .company-contact-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 38px;
  }

  .company-contact-list {
    padding-right: 0;
    padding-bottom: 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(17, 17, 15, 0.12);
  }

  .company-social-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .company-illustration {
    min-height: 250px;
  }

  .company-illustration img {
    width: min(620px, 130vw);
  }

  .company-metrics {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .company-metrics article {
    grid-template-columns: 62px minmax(0, 1fr);
    min-height: 122px;
    padding: 22px;
  }

  .company-metrics article + article,
  .company-metrics article:nth-child(3),
  .company-metrics article:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(17, 17, 15, 0.12);
  }
}

/* Stable site icon system */
.feature-icon,
.journal-icon,
.pointi-os-capabilities span,
.company-icon,
.company-metrics .company-metric-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.feature-icon::before,
.journal-icon::before,
.pointi-os-capabilities span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: no-repeat center / contain;
  box-shadow: none;
  transform: none;
}

.feature-icon {
  width: 38px;
  height: 38px;
}

.feature-icon::before {
  width: 38px;
  height: 38px;
}

.feature-icon.cube::before {
  background-image: url("assets/icons/icon-cube.svg");
}

.feature-icon.shield::before {
  background-image: url("assets/icons/icon-shield.svg");
}

.feature-icon.layers::before {
  background-image: url("assets/icons/icon-layers.svg");
}

.feature-icon.signal::before {
  background-image: url("assets/icons/icon-signal.svg");
}

.feature-icon.leaf::before {
  background-image: url("assets/icons/icon-leaf.svg");
}

.pointi-os-capabilities span {
  color: transparent;
  font-size: 0;
}

.pointi-os-capabilities article:nth-child(1) span::before {
  width: 24px;
  height: 24px;
  background-image: url("assets/icons/icon-ai.svg");
}

.pointi-os-capabilities article:nth-child(2) span::before {
  width: 25px;
  height: 25px;
  background-image: url("assets/icons/icon-cube.svg");
}

.pointi-os-capabilities article:nth-child(3) span::before {
  width: 25px;
  height: 25px;
  background-image: url("assets/icons/icon-data.svg");
}

.pointi-os-capabilities article:nth-child(4) span::before {
  width: 25px;
  height: 25px;
  background-image: url("assets/icons/icon-check.svg");
}

.pointi-os-capabilities article:nth-child(5) span::before {
  width: 25px;
  height: 25px;
  background-image: url("assets/icons/icon-leaf.svg");
}

.journal-icon {
  width: 44px;
  height: 44px;
  color: transparent;
  font-size: 0;
}

.journal-icon::before {
  width: 44px;
  height: 44px;
}

.journal-card:nth-child(1) .journal-icon::before {
  background-image: url("assets/icons/journal-cost.png");
}

.journal-card:nth-child(2) .journal-icon::before {
  background-image: url("assets/icons/journal-coordination.png");
}

.journal-card:nth-child(3) .journal-icon::before {
  background-image: url("assets/icons/journal-infrastructure.png");
}

.journal-card:nth-child(4) .journal-icon::before {
  background-image: url("assets/icons/journal-evolve.png");
}

.journal-card:nth-child(5) .journal-icon::before {
  background-image: url("assets/icons/journal-replacement.png");
}

.journal-card:nth-child(6) .journal-icon::before {
  background-image: url("assets/icons/journal-intelligence.png");
}

.journal-wide-card .journal-icon::before {
  background-image: url("assets/icons/journal-middle.png");
}

.journal-process span::before {
  content: "";
  background: #eef3e7 url("assets/icons/icon-check.svg") no-repeat center / 18px 18px;
}

.company-icon::before,
.company-metrics .company-metric-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.company-icon::before {
  mix-blend-mode: normal;
}

.company-metrics .company-metric-icon {
  mix-blend-mode: normal;
}

.product-icon.cube::before,
.product-icon.leaf::before,
.product-icon.signal::before,
.product-icon.gear::before {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: none;
  transform: none;
}

.journal-card:nth-child(1) .journal-icon::before,
.journal-card:nth-child(2) .journal-icon::before,
.journal-card:nth-child(3) .journal-icon::before,
.journal-card:nth-child(4) .journal-icon::before,
.journal-card:nth-child(5) .journal-icon::before,
.journal-card:nth-child(6) .journal-icon::before,
.journal-wide-card .journal-icon::before {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: none;
  transform: none;
}

/* Product page refresh */
.product-ecosystem {
  max-width: min(1540px, calc(100vw - 48px));
  padding-inline: clamp(22px, 4.2vw, 58px);
}

.product-hero {
  grid-template-columns: minmax(560px, 0.92fr) minmax(600px, 1.08fr);
  align-items: end;
  gap: clamp(28px, 4vw, 60px);
  margin-bottom: clamp(28px, 3.6vw, 44px);
}

.product-hero-copy h2 {
  max-width: 800px;
  color: #050505;
  font-size: clamp(2.75rem, 4.35vw, 4.85rem);
  line-height: 1.02;
  letter-spacing: 0;
  white-space: pre-line;
}

html:not([data-lang="zh"]) .product-hero-copy h2 {
  font-size: clamp(2.45rem, 3.45vw, 3.65rem);
  line-height: 1.06;
  white-space: pre-line;
}

.product-hero-copy > p:not(.section-kicker) {
  max-width: 560px;
  margin-top: 24px;
  color: #3b3934;
  font-size: clamp(1rem, 1.18vw, 1.16rem);
  line-height: 1.62;
}

.product-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-self: end;
  border-left: 1px solid rgba(17, 17, 15, 0.12);
}

.product-pillars article {
  min-height: 118px;
  padding: 10px clamp(12px, 1.25vw, 20px) 0;
  border: 0;
  border-right: 1px solid rgba(17, 17, 15, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.product-pillars h3 {
  color: #11110f;
  max-width: none;
  font-size: 0.78rem;
  line-height: 1.12;
  font-weight: 860;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.product-pillars p {
  max-width: 9.6em;
  margin: 0;
  color: #5e5a52;
  font-size: 0.68rem;
  line-height: 1.42;
  white-space: pre-line;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.product-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.product-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.product-icon.cube::before {
  background-image: url("assets/product-icons/pillar-modular.png");
}

.product-icon.leaf::before {
  background-image: url("assets/product-icons/pillar-material.png");
}

.product-icon.signal::before {
  background-image: url("assets/product-icons/pillar-data.png");
}

.product-icon.gear::before {
  background-image: url("assets/product-icons/pillar-maintenance.png");
}

html[data-lang="zh"] .product-pillars h3 {
  max-width: 5em;
  font-size: 0.84rem;
  line-height: 1.18;
  word-break: keep-all;
}

html[data-lang="zh"] .product-pillars p {
  max-width: none;
  font-size: 0.72rem;
  line-height: 1.48;
  word-break: normal;
  white-space: nowrap;
}

.product-pillars .product-pillar-nowrap {
  max-width: 9.6em;
  white-space: normal;
}

@media (max-width: 1280px) {
  .product-hero {
    grid-template-columns: 1fr;
  }
}

.product-cards {
  width: min(calc(100vw - 28px), 1508px);
  margin-inline: 50%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  transform: translateX(-50%);
}

.product-card {
  --card-height: 230px;
  --text-x: 26px;
  --text-y: 24px;
  --text-width: 188px;
  --image-width: 66%;
  --image-position: right center;
  --name-size: 31px;
  --type-size: 8.5px;
  --type-margin-top: 6px;
  --divider-margin-top: 8px;
  --description-margin-top: 8px;
  --description-size: 12px;
  --description-line-height: 1.35;
  --description-width: 160px;
  --icon-size: 48px;
  --feature-card-width: var(--icon-size);
  --icon-art-size: 18px;
  --icon-gap: 8px;
  --content-bottom: 18px;

  grid-column: span 2;
  position: relative;
  height: var(--card-height);
  min-height: 0;
  overflow: hidden;
  aspect-ratio: auto;
  border-radius: 18px;
  background: #f4efe7;
  color: inherit;
  cursor: pointer;
  outline: 0;
  box-shadow: 0 16px 38px rgba(17, 17, 15, 0.06);
  transform: translateY(0);
  transition: transform 180ms ease, box-shadow 180ms ease;
  will-change: transform;
}

.product-card:hover,
.product-card:focus-visible {
  transform: translateY(-10px);
  box-shadow: 0 28px 64px rgba(17, 17, 15, 0.14);
}

.product-card:focus-visible {
  outline: 2px solid rgba(18, 60, 37, 0.34);
  outline-offset: 4px;
}

.product-card-large {
  --card-height: 348px;
  --text-x: 38px;
  --text-y: 34px;
  --text-width: 268px;
  --name-size: 49px;
  --type-size: 13px;
  --type-margin-top: 12px;
  --divider-margin-top: 18px;
  --description-margin-top: 18px;
  --description-size: 16px;
  --description-line-height: 1.65;
  --description-width: 185px;
  --icon-size: 58px;
  --feature-card-width: var(--icon-size);
  --icon-art-size: 22px;
  --icon-gap: 12px;
  --content-bottom: 24px;

  grid-column: span 3;
}

.product-card-large:nth-child(1) {
  --image-width: 68%;
  --image-position: right center;
}

.product-card-large:nth-child(2) {
  --image-width: 72%;
  --image-position: 64% center;
}

.product-card:nth-child(3) {
  --image-width: 72%;
  --image-position: 46% center;
}

.product-card:nth-child(4) {
  --image-width: 68%;
  --image-position: right center;
}

.product-card:nth-child(5) {
  --image-width: 70%;
  --image-position: right center;
}

.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(247, 244, 238, 0.98) 0%, rgba(247, 244, 238, 0.94) 30%, rgba(247, 244, 238, 0.46) 50%, rgba(247, 244, 238, 0) 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(17, 17, 15, 0.02));
  pointer-events: none;
}

.product-card-media,
.product-card img {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  width: var(--image-width);
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: var(--image-position);
  max-width: none;
}

.product-card-large:first-child .product-card-media,
.product-card-large:nth-child(2) .product-card-media {
  width: var(--image-width);
  object-position: var(--image-position);
}

.product-card-content {
  position: absolute;
  inset: var(--text-y) auto var(--content-bottom) var(--text-x);
  z-index: 2;
  max-width: none;
  width: var(--text-width);
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-card h3 {
  color: #123c25;
  width: max-content;
  max-width: none;
  font-size: var(--name-size);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  white-space: nowrap;
}

.product-type {
  max-width: 210px;
  margin-top: var(--type-margin-top);
  color: #11110f;
  font-size: var(--type-size);
  line-height: 1.18;
  font-weight: 780;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: pre-line;
}

.product-type::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: var(--divider-margin-top);
  background: #123c25;
  opacity: 0.7;
}

.product-card p:not(.product-type) {
  max-width: var(--description-width);
  margin-top: var(--description-margin-top);
  color: #3b3934;
  font-size: var(--description-size);
  line-height: var(--description-line-height);
  white-space: pre-line;
}

.product-card ul {
  display: grid;
  grid-template-columns: repeat(4, var(--feature-card-width));
  gap: var(--icon-gap);
  width: max-content;
  margin: auto 0 0 calc(var(--feature-card-width) * -0.18);
  padding: 0;
  list-style: none;
}

.product-card-large ul {
  margin-left: 0;
}

.product-card li {
  width: var(--feature-card-width);
  height: var(--icon-size);
  min-height: 0;
  padding: 7px 4px 6px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  color: #173c29;
  font-size: 9px;
  line-height: 1.15;
  font-weight: 780;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(17, 17, 15, 0.1);
}

.product-tag {
  display: grid;
  grid-template-rows: var(--icon-art-size) auto;
  gap: 7px;
  place-items: center;
  justify-items: center;
  align-items: center;
}

.product-tag::before {
  content: "";
  display: block;
  width: var(--icon-art-size);
  height: var(--icon-art-size);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon-cube-reading::before {
  background-image: url("assets/product-icons/cube-reading.png");
}

.icon-cube-rest::before {
  background-image: url("assets/product-icons/cube-rest.png");
}

.icon-cube-community::before {
  background-image: url("assets/product-icons/cube-community.png");
}

.icon-cube-exhibition::before {
  background-image: url("assets/product-icons/cube-exhibition.png");
}

.icon-bench-ergonomic::before {
  background-image: url("assets/product-icons/bench-ergonomic.png");
}

.icon-bench-weather::before {
  background-image: url("assets/product-icons/bench-weather.png");
}

.icon-bench-replaceable::before {
  background-image: url("assets/product-icons/bench-replaceable.png");
}

.icon-bench-low::before {
  background-image: url("assets/product-icons/bench-low.png");
}

.icon-bus-arrival::before {
  background-image: url("assets/product-icons/bus-arrival.png");
}

.icon-bus-sensing::before {
  background-image: url("assets/product-icons/bus-sensing.png");
}

.icon-bus-lighting::before {
  background-image: url("assets/product-icons/bus-lighting.png");
}

.icon-bus-safety::before {
  background-image: url("assets/product-icons/bus-safety.png");
}

.icon-charge-fast::before {
  background-image: url("assets/product-icons/charge-fast.png");
}

.icon-charge-safe::before {
  background-image: url("assets/product-icons/charge-safe.png");
}

.icon-charge-flexible::before {
  background-image: url("assets/product-icons/charge-flexible.png");
}

.icon-charge-energy::before {
  background-image: url("assets/product-icons/charge-energy.png");
}

.icon-cafe-quick::before {
  background-image: url("assets/product-icons/cafe-quick.png");
}

.icon-cafe-mobile::before {
  background-image: url("assets/product-icons/cafe-mobile.png");
}

.icon-cafe-brand::before {
  background-image: url("assets/product-icons/cafe-brand.png");
}

.icon-cafe-custom::before {
  background-image: url("assets/product-icons/cafe-custom.png");
}

.product-manifesto {
  display: block;
  margin-top: clamp(34px, 4.6vw, 68px);
  padding: clamp(24px, 3.8vw, 52px) clamp(12px, 5.2vw, 128px);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-manifesto h3 {
  max-width: 1100px;
  margin: 0;
  color: #15171c;
  font-size: clamp(2.08rem, 3.32vw, 3.76rem);
  line-height: 1.02;
  font-weight: 850;
}

.product-manifesto p {
  max-width: 1320px;
  margin: 0;
  color: #5f6066;
  font-size: clamp(0.864rem, 1.16vw, 1.24rem);
  line-height: 1.48;
  font-weight: 520;
}

.product-manifesto-copy {
  margin-top: clamp(14px, 1.65vw, 22px);
}

.product-manifesto-copy p + p {
  margin-top: 4px;
}

.product-manifesto-copy p:last-child {
  margin-top: 12px;
}

.product-manifesto strong {
  color: #4c4d53;
  font-weight: 760;
}

html[data-lang="zh"] .product-hero-copy h2 {
  font-size: clamp(2.5rem, 3.8vw, 4.25rem);
  line-height: 1.1;
  white-space: nowrap;
}

html[data-lang="zh"] .product-type {
  font-size: calc(var(--type-size) + 1px);
}

html[data-lang="zh"] .product-card li {
  font-size: 10px;
}

html:not([data-lang="zh"]) .product-card {
  --feature-card-width: 92px;
  --icon-gap: 9px;
}

@media (max-width: 1040px) {
  .product-ecosystem {
    max-width: calc(100vw - 40px);
  }

  .product-hero {
    grid-template-columns: 1fr;
  }

  .product-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(17, 17, 15, 0.12);
  }

  .product-pillars article {
    min-height: 116px;
    padding-top: 18px;
    border-bottom: 1px solid rgba(17, 17, 15, 0.12);
  }

  .product-cards {
    width: 100%;
    margin-inline: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    transform: none;
  }

  .product-card,
  .product-card-large {
    --card-height: 320px;
    --text-x: 24px;
    --text-y: 24px;
    --text-width: 238px;
    --name-size: 42px;
    --type-size: 10px;
    --type-margin-top: 8px;
    --divider-margin-top: 10px;
    --description-margin-top: 10px;
    --description-size: 13px;
    --description-line-height: 1.45;
    --description-width: 210px;
    --icon-size: 52px;
    --feature-card-width: 92px;
    --icon-art-size: 20px;
    --icon-gap: 9px;
    --content-bottom: 22px;

    grid-column: span 1;
  }

  .product-card-large {
    --name-size: 36px;
  }

  .product-card-content {
    width: var(--text-width);
  }

  .product-manifesto {
    padding-inline: clamp(10px, 3vw, 34px);
  }
}

@media (max-width: 760px) {
  .product-ecosystem {
    max-width: calc(100vw - 24px);
    padding-inline: 12px;
  }

  .product-hero {
    gap: 26px;
  }

  .product-pillars {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .product-pillars article {
    min-height: auto;
    padding: 16px 0;
    border-right: 0;
  }

  .product-cards {
    width: 100%;
    margin-inline: 0;
    grid-template-columns: 1fr;
    transform: none;
  }

  .product-card,
  .product-card-large {
    --card-height: 470px;
    --text-x: 22px;
    --text-y: 24px;
    --text-width: 300px;
    --image-width: 100%;
    --image-position: center bottom;
    --name-size: 42px;
    --type-size: 11px;
    --type-margin-top: 8px;
    --divider-margin-top: 12px;
    --description-margin-top: 12px;
    --description-size: 14px;
    --description-line-height: 1.5;
    --description-width: 280px;
    --icon-size: 54px;
    --feature-card-width: 88px;
    --icon-art-size: 20px;
    --icon-gap: 10px;
    --content-bottom: 22px;
  }

  .product-card-large {
    --name-size: 36px;
  }

  .product-card::after {
    background: linear-gradient(180deg, rgba(247, 244, 238, 0.98) 0%, rgba(247, 244, 238, 0.94) 42%, rgba(247, 244, 238, 0.16) 72%, rgba(247, 244, 238, 0) 100%);
  }

  .product-card img,
  .product-card-media {
    width: 100%;
    object-position: center bottom;
  }

  .product-card-content {
    width: var(--text-width);
    padding: 0;
  }

  .product-card p:not(.product-type) {
    max-width: 290px;
  }

  .product-card ul {
    grid-template-columns: repeat(2, var(--feature-card-width));
    width: max-content;
  }

  .product-card li {
    min-height: 0;
    font-size: 0.64rem;
  }

  html[data-lang="zh"] .product-hero-copy h2 {
    white-space: normal;
  }

  .product-manifesto {
    margin-top: 34px;
    padding: 24px 4px;
  }

  .product-manifesto h3 {
    font-size: clamp(1.96rem, 9.6vw, 3.2rem);
  }

  .product-manifesto p {
    font-size: clamp(0.864rem, 4vw, 1.136rem);
  }
}

/* Journal artwork: use the supplied full-width hero and let every article image occupy its media frame. */
.journal-section {
  background: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax);
}

.journal-hero {
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(20px, 3.8vw, 54px);
  align-items: center;
  min-height: clamp(320px, 34vw, 440px);
  margin-bottom: clamp(34px, 4.5vw, 52px);
  overflow: hidden;
}

.journal-hero-copy {
  position: relative;
  z-index: 1;
  max-width: none;
}

#journal-title {
  width: max-content;
  max-width: none;
  font-size: clamp(2.75rem, 3vw, 3rem);
  white-space: nowrap;
}

.journal-hero-copy p:not(.section-kicker) {
  max-width: 410px;
}

.journal-hero img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: clamp(320px, 33vw, 430px);
  max-height: none;
  justify-self: end;
  align-self: end;
  object-fit: cover;
  object-position: right bottom;
  background: transparent;
  filter: none;
  mix-blend-mode: normal;
  transform: translateY(10%) scale(1.2);
  transform-origin: right bottom;
}

.journal-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.8;
  object-fit: cover !important;
  object-position: center;
  padding: 0 !important;
}

.journal-card:nth-child(6) > img {
  transform: scale(1.04);
  transform-origin: center;
}

.journal-middle-image {
  display: block;
  width: 100%;
  min-height: 176px;
  max-height: 264px;
  object-fit: contain;
  object-position: center;
}

.journal-wide-card {
  gap: clamp(20px, 3.8vw, 58px);
  padding: clamp(18px, 2.2vw, 26px);
}

.journal-wide-card > div:first-child {
  min-height: 176px;
}

.journal-quote img {
  width: min(420px, 36vw);
  max-height: 150px;
  object-fit: contain;
  object-position: right center;
}

@media (max-width: 1040px) {
  .journal-hero {
    grid-template-columns: minmax(230px, 0.42fr) minmax(0, 0.58fr);
    min-height: clamp(300px, 44vw, 430px);
  }

  #journal-title {
    font-size: clamp(2.05rem, 3.2vw, 2.55rem);
  }

  .journal-hero img {
    height: clamp(300px, 43vw, 410px);
    object-position: right bottom;
  }
}

@media (max-width: 620px) {
  .journal-hero {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
    overflow: visible;
  }

  #journal-title {
    width: auto;
    white-space: normal;
  }

  .journal-hero img {
    width: 100%;
    height: 300px;
    justify-self: end;
    object-position: right bottom;
  }

  .journal-card > img {
    aspect-ratio: 16 / 9.5;
  }

  .journal-middle-image {
    min-height: 150px;
    max-height: none;
  }

  .journal-quote img {
    display: none;
  }
}

/* Journal article page */
.journal-article-page {
  background:
    linear-gradient(180deg, rgba(246, 243, 236, 0.92), rgba(255, 253, 248, 0.96) 34%, rgba(246, 243, 236, 0.92)),
    var(--paper);
}

.journal-article {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(108px, 12vw, 148px) 0 clamp(72px, 9vw, 112px);
}

.journal-back-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: clamp(22px, 4vw, 40px);
  color: #075133;
  font-size: 0.92rem;
  font-weight: 850;
}

.journal-back-link::before {
  content: "←";
}

.journal-article-hero {
  display: grid;
  justify-items: center;
  gap: clamp(22px, 4vw, 36px);
  margin-bottom: clamp(32px, 4.8vw, 58px);
}

.journal-article-hero img {
  display: block;
  width: min(80%, 1220px);
  min-height: clamp(300px, 30vw, 470px);
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  background: #f6f3ec;
  box-shadow: 0 22px 58px rgba(17, 17, 15, 0.08);
}

.journal-article-heading {
  width: min(65%, 920px);
}

.journal-article-hero h1 {
  margin: 0;
  color: #10100f;
  font-size: clamp(2.9rem, 6vw, 5.4rem);
  line-height: 0.92;
  font-weight: 900;
  text-wrap: balance;
}

.journal-article-hero h2 {
  margin: 14px 0 0;
  color: #075133;
  font-size: clamp(1.28rem, 2.2vw, 1.78rem);
  line-height: 1.22;
  font-weight: 820;
  text-wrap: balance;
}

.journal-article-heading .section-kicker {
  margin-bottom: 16px;
}

.journal-article-body {
  width: min(65%, 920px);
  margin: 0 auto;
  padding: clamp(32px, 4.5vw, 52px);
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.84);
  box-shadow: 0 22px 60px rgba(17, 17, 15, 0.06);
}

.journal-article-body h2 {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 3.8rem);
  line-height: 0.96;
  font-weight: 900;
}

.journal-article-body h3 {
  margin: 14px 0 clamp(24px, 3.6vw, 38px);
  color: #075133;
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  line-height: 1.24;
  font-weight: 820;
}

.journal-article-body p {
  margin: 0;
  color: #322f2a;
  font-size: clamp(1.08rem, 1.32vw, 1.15rem);
  line-height: 1.8;
}

.journal-article-body p + p {
  margin-top: 1.1em;
}

.journal-article-body p + h3,
.journal-article-body p + .article-table,
.journal-article-body p + .article-list,
.journal-article-body p + .journal-references {
  margin-top: clamp(26px, 4vw, 42px);
}

.journal-article-body .article-table {
  overflow-x: auto;
  border: 1px solid rgba(7, 81, 51, 0.28);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 14px 34px rgba(17, 17, 15, 0.06);
  margin-bottom: 1.1em;
}

.journal-article-body table {
  width: 100%;
  min-width: 620px;
  table-layout: fixed;
  border-collapse: collapse;
  color: #322f2a;
  font-size: 1rem;
  line-height: 1.5;
}

.journal-article-body th {
  width: 50%;
}

.journal-article-body th,
.journal-article-body td {
  padding: 16px 20px;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
  border-right: 1px solid rgba(7, 81, 51, 0.18);
  border-bottom: 1px solid rgba(7, 81, 51, 0.18);
}

.journal-article-body th {
  color: #075133;
  font-weight: 860;
  background: rgba(7, 81, 51, 0.1);
}

.journal-article-body tr:last-child td {
  border-bottom: 0;
}

.journal-article-body th:last-child,
.journal-article-body td:last-child {
  border-right: 0;
}

.journal-article-body .article-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 1.15rem;
  color: #322f2a;
  font-size: clamp(1.06rem, 1.24vw, 1.12rem);
  line-height: 1.78;
}

.journal-article-body .article-list strong {
  margin-right: 0.2em;
}

.journal-article-body .journal-references {
  padding-top: clamp(24px, 3.5vw, 36px);
  border-top: 1px solid rgba(17, 17, 15, 0.1);
}

.journal-article-body .journal-references h3 {
  margin-bottom: 18px;
}

.journal-article-body .journal-references p {
  color: #5c564c;
  font-size: 0.96rem;
  line-height: 1.62;
}

.journal-article-body .journal-references p + p {
  margin-top: 0.6em;
}

.journal-article-body strong {
  color: #0a4b31;
  font-weight: 860;
}

html[data-lang="zh"] .journal-article-body p {
  line-height: 1.86;
  letter-spacing: 0;
}

@media (max-width: 1040px) {
  .journal-article-hero img {
    width: 100%;
    min-height: 340px;
  }

  .journal-article-heading,
  .journal-article-body {
    width: min(88%, 760px);
  }
}

@media (max-width: 620px) {
  .journal-article {
    width: min(100% - 28px, 1120px);
    padding-top: 96px;
  }

  .journal-article-hero {
    gap: 18px;
  }

  .journal-article-hero img {
    min-height: 260px;
  }

  .journal-article-heading,
  .journal-article-body {
    width: 100%;
  }

  .journal-article-body {
    padding: 26px 20px;
  }

  .journal-article-body table {
    min-width: 520px;
  }

  .journal-article-body th,
  .journal-article-body td {
    padding: 13px 14px;
  }
}

#platform .pointi-os-steps .os-step-card {
  padding: 0;
  object-fit: cover;
  object-position: center;
}
