.tpk-home-page {
  --tpk-home-ink: #1d1d1f;
  --tpk-home-muted: #626a73;
  --tpk-home-soft: #f7f9f8;
  --tpk-home-line: rgba(210, 210, 215, .66);
  --tpk-home-dark: #090909;
  overflow: clip;
  background: #fff;
  color: var(--tpk-home-ink);
}

.tpk-home-page :is(h1, h2, h3, p, figure) {
  margin: 0;
}

.tpk-home-page :is(h1, h2, h3) {
  color: inherit;
}

.tpk-home-page img {
  display: block;
  max-width: 100%;
}

.tpk-home-page a {
  color: inherit;
}

.tpk-home-section {
  border-bottom: 1px solid var(--tpk-home-line);
  background: #fff;
}

.tpk-home-section--soft {
  background: var(--tpk-home-soft);
}

.tpk-home-heading {
  display: grid;
  justify-items: center;
  max-width: 880px;
  margin: 0 auto clamp(36px, 4vw, 56px);
  text-align: center;
}

.tpk-home-heading--wide {
  max-width: 1000px;
}

.tpk-home-heading--compact {
  max-width: 720px;
  margin-bottom: 28px;
}

.tpk-home-heading h2 {
  max-width: 860px;
  font-size: clamp(30px, 2.7vw, 42px);
  font-weight: 620;
  line-height: 1.16;
  letter-spacing: -.02em;
}

.tpk-home-heading h3 {
  font-size: clamp(23px, 2vw, 29px);
  font-weight: 620;
  line-height: 1.2;
  letter-spacing: -.014em;
}

.tpk-home-lead {
  max-width: 720px;
  margin-top: 14px;
  color: var(--tpk-home-muted);
  font-size: 15px;
  line-height: 1.72;
}

.tpk-home-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.tpk-home-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: min(800px, 100dvh);
  align-items: center;
  overflow: hidden;
  background: var(--tpk-home-dark);
  color: #fff;
}

.tpk-home-hero__media,
.tpk-home-hero__shade {
  position: absolute;
  inset: 0;
}

.tpk-home-hero__media {
  z-index: -2;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.tpk-home-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 7, 13, .78) 0%, rgba(2, 7, 13, .62) 31%, rgba(2, 7, 13, .28) 61%, rgba(2, 7, 13, .06) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .08));
}

.tpk-home-hero__inner {
  padding-block: clamp(88px, 10vw, 138px) clamp(64px, 8vw, 106px);
}

.tpk-home-hero__copy {
  max-width: 760px;
}

.tpk-home-hero h1 {
  max-width: 750px;
  color: #fff;
  font-size: clamp(44px, 4.5vw, 68px);
  font-weight: 620;
  line-height: 1.06;
  letter-spacing: -.034em;
  text-wrap: balance;
}

.tpk-home-hero h1 span {
  display: block;
}

.tpk-home-hero__lead {
  max-width: 630px;
  margin-top: 22px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.72;
}

.tpk-home-trust {
  border-bottom: 1px solid var(--tpk-home-line);
  background: #fff;
}

.tpk-home-trust__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, .7fr)) minmax(420px, 2.2fr);
  align-items: stretch;
  padding-block: 32px;
}

.tpk-home-trust__stat {
  display: grid;
  place-content: center;
  min-width: 0;
  padding: 10px 18px;
  border-right: 1px solid var(--tpk-home-line);
  text-align: center;
}

.tpk-home-trust__stat strong {
  color: var(--tpk-color-brand-primary);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 620;
  line-height: 1;
  letter-spacing: -.04em;
}

.tpk-home-trust__stat strong span {
  font-size: .5em;
}

.tpk-home-trust__stat > span {
  margin-top: 8px;
  color: var(--tpk-home-muted);
  font-size: 10px;
  font-weight: 560;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tpk-home-trust__certifications {
  display: grid;
  grid-template-columns: repeat(5, minmax(54px, 1fr));
  align-items: center;
  gap: 16px;
  padding-inline: 28px 0;
}

.tpk-home-trust__certifications figure {
  display: grid;
  justify-items: center;
  gap: 6px;
}

.tpk-home-trust__certifications img {
  width: auto;
  height: 38px;
  object-fit: contain;
}

.tpk-home-trust__certifications figcaption {
  color: var(--tpk-home-muted);
  font-size: 9px;
  line-height: 1.2;
  text-align: center;
}

.tpk-home-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
}

.tpk-home-product-card {
  display: grid;
  align-content: start;
  gap: 18px;
  min-width: 0;
}

.tpk-home-product-card__media {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .045);
  border-radius: var(--tpk-radius-card);
  background: #fff;
}

.tpk-home-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}

.tpk-home-product-card__body {
  display: grid;
  justify-items: start;
  gap: 8px;
  padding-inline: 2px;
}

.tpk-home-product-card__body h3 {
  font-size: clamp(21px, 2vw, 25px);
  font-weight: 620;
  line-height: 1.18;
  letter-spacing: -.018em;
}

.tpk-home-product-card__body h3 a,
.tpk-home-product-card__body > a {
  text-decoration: none;
}

.tpk-home-product-card__body p {
  color: var(--tpk-home-muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.tpk-home-product-card__body > a {
  margin-top: 2px;
  color: #34363a;
  font-size: 12.5px;
  font-weight: 560;
}

.tpk-home-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-block: 46px 38px;
}

.tpk-home-proof > div {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.tpk-home-proof strong {
  color: var(--tpk-color-brand-primary);
  font-size: clamp(32px, 3vw, 42px);
  font-weight: 620;
  line-height: 1;
  letter-spacing: -.04em;
}

.tpk-home-proof span {
  color: var(--tpk-home-muted);
  font-size: 10.5px;
  font-weight: 560;
  line-height: 1.4;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.tpk-home-fixtures {
  margin-top: 36px;
}

.tpk-home-fixtures__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tpk-home-fixture {
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: 112px;
  padding: 24px 28px;
  border-radius: var(--tpk-radius-control);
  background: #fff;
  text-decoration: none;
}

.tpk-home-fixture strong {
  overflow-wrap: anywhere;
  font-size: 16px;
  font-weight: 640;
  line-height: 1.32;
}

.tpk-home-fixture span {
  margin-top: 8px;
  color: var(--tpk-home-muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.tpk-home-manufacturing__grid {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
}

.tpk-home-manufacturing__media {
  height: 560px;
  overflow: hidden;
  border-radius: var(--tpk-radius-card);
  box-shadow: var(--tpk-shadow-soft);
}

.tpk-home-manufacturing__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tpk-home-manufacturing__copy > p {
  max-width: 640px;
  color: var(--tpk-home-muted);
  font-size: 15px;
  line-height: 1.78;
}

.tpk-home-manufacturing__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
  border-block: 1px solid var(--tpk-home-line);
}

.tpk-home-manufacturing__stats > div {
  display: grid;
  gap: 8px;
  padding: 24px 20px 24px 0;
  border-bottom: 1px solid var(--tpk-home-line);
}

.tpk-home-manufacturing__stats > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.tpk-home-manufacturing__stats strong {
  color: var(--tpk-color-brand-primary);
  font-size: clamp(31px, 3vw, 40px);
  font-weight: 620;
  line-height: 1;
  letter-spacing: -.035em;
}

.tpk-home-manufacturing__stats span {
  color: var(--tpk-home-muted);
  font-size: 10px;
  font-weight: 560;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tpk-home-solutions__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.tpk-home-solution {
  display: grid;
  align-content: start;
  justify-items: start;
  min-height: 250px;
  padding: 34px;
  border-radius: var(--tpk-radius-control);
  background: #fff;
  text-decoration: none;
}

.tpk-home-solution__icon,
.tpk-home-resource__icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--tpk-home-ink);
}

.tpk-home-solution__icon svg {
  width: 50px;
  height: 50px;
}

.tpk-home-solution small,
.tpk-home-resource small,
.tpk-home-project__copy small {
  color: var(--tpk-home-muted);
  font-size: 10.5px;
  font-weight: 620;
  line-height: 1.35;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tpk-home-solution small {
  margin-top: 14px;
}

.tpk-home-solution h3 {
  margin-top: 8px;
  font-size: clamp(21px, 2vw, 25px);
  font-weight: 620;
  line-height: 1.2;
  letter-spacing: -.018em;
}

.tpk-home-solution p {
  max-width: 470px;
  margin-top: 10px;
  color: var(--tpk-home-muted);
  font-size: 14px;
  line-height: 1.64;
}

.tpk-home-solution > span:last-child {
  margin-top: 18px;
  color: #34363a;
  font-size: 12.5px;
  font-weight: 560;
}

.tpk-home-projects__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(320px, .82fr);
  gap: 30px;
}

.tpk-home-projects__stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.tpk-home-project {
  position: relative;
  display: block;
  min-height: 255px;
  overflow: hidden;
  border-radius: var(--tpk-radius-card);
  background: var(--tpk-home-dark);
  color: #fff;
}

.tpk-home-project--featured {
  min-height: 540px;
}

.tpk-home-project img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  opacity: .9;
}

.tpk-home-project__copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 8px;
  padding: 70px 28px 26px;
  background: linear-gradient(transparent, rgba(0, 0, 0, .84));
  color: #fff;
}

.tpk-home-project__copy small {
  color: rgba(255, 255, 255, .7);
}

.tpk-home-project__copy strong {
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.18;
}

.tpk-home-project__copy > span {
  max-width: 620px;
  color: rgba(255, 255, 255, .78);
  font-size: 13.5px;
  line-height: 1.58;
}

.tpk-home-insights__list {
  border-block: 1px solid var(--tpk-home-line);
}

.tpk-home-insight {
  display: grid;
  grid-template-columns: 140px minmax(220px, 1fr) minmax(240px, .8fr) 60px;
  gap: 24px;
  align-items: center;
  padding-block: 28px;
  border-bottom: 1px solid var(--tpk-home-line);
  text-decoration: none;
}

.tpk-home-insight:last-child {
  border-bottom: 0;
}

.tpk-home-insight > span:first-child {
  color: var(--tpk-home-muted);
  font-size: 10.5px;
  font-weight: 620;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tpk-home-insight strong {
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 620;
  line-height: 1.3;
}

.tpk-home-insight > span:nth-child(3) {
  color: var(--tpk-home-muted);
  font-size: 12.5px;
  line-height: 1.52;
}

.tpk-home-insight b {
  justify-self: end;
  font-size: 12px;
  font-weight: 600;
}

.tpk-home-resources__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--tpk-home-line);
  border-radius: 18px;
  background: #fff;
}

.tpk-home-resource {
  display: grid;
  align-content: start;
  min-height: 230px;
  padding: 32px;
  border-right: 1px solid var(--tpk-home-line);
  text-decoration: none;
}

.tpk-home-resource:last-child {
  border-right: 0;
}

.tpk-home-resource__icon {
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
}

.tpk-home-resource__icon svg {
  width: 36px;
  height: 36px;
}

.tpk-home-resource h3 {
  margin-top: 9px;
  font-size: 20px;
  font-weight: 620;
  line-height: 1.2;
}

.tpk-home-resource > span:last-child {
  margin-top: 18px;
  font-size: 12.5px;
  font-weight: 600;
}

.tpk-home-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 60px;
  max-width: 1040px;
  margin-inline: auto;
  border-top: 1px solid var(--tpk-home-line);
}

.tpk-home-faq__item {
  padding-block: 28px;
  border-bottom: 1px solid var(--tpk-home-line);
}

.tpk-home-faq__item h3 {
  font-size: 17px;
  font-weight: 620;
  line-height: 1.34;
}

.tpk-home-faq__item p {
  margin-top: 9px;
  color: var(--tpk-home-muted);
  font-size: 14px;
  line-height: 1.68;
}

.tpk-home-quick-nav {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .tpk-home-product-card__body a,
  .tpk-home-fixture,
  .tpk-home-solution,
  .tpk-home-insight,
  .tpk-home-resource{
    transition: color var(--tpk-motion-standard) var(--ease), background-color var(--tpk-motion-standard) var(--ease), opacity var(--tpk-motion-standard) var(--ease);
  }
  .tpk-home-product-card__body a:hover{
    color: var(--tpk-color-brand-primary);
  }

  .tpk-home-fixture:hover,
  .tpk-home-solution:hover,
  .tpk-home-insight:hover,
  .tpk-home-resource:hover {
    background: rgba(29, 29, 31, .052);
  }
}

@media (min-width: 1180px) and (hover: hover) and (pointer: fine) {
  .tpk-home-quick-nav:not([hidden]) {
    position: fixed;
    z-index: 45;
    top: 50%;
    left: 0;
    display: flex;
    width: 34px;
    height: 350px;
    align-items: center;
    transform: translateY(-50%);
  }

  .tpk-home-quick-nav__list {
    display: flex;
    width: 32px;
    flex-direction: column;
    gap: 7px;
  }

  .tpk-home-quick-nav__item {
    display: flex;
    width: 32px;
    height: 18px;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .tpk-home-quick-nav__item span {
    display: block;
    width: 28px;
    height: 2px;
    border-radius: var(--tpk-radius-pill);
    background: #8e9794;
    opacity: var(--tpk-home-nav-opacity, .4);
    transform: scaleX(var(--tpk-home-nav-scale, .24));
    transform-origin: left center;
    transition: background-color var(--tpk-motion-fast) ease, opacity var(--tpk-motion-fast) ease, transform var(--tpk-motion-fast) ease;
  }

  .tpk-home-quick-nav__item[aria-current="true"] span {
    background: #151918;
    opacity: 1;
  }

  .tpk-home-quick-nav__tooltip {
    position: fixed;
    top: var(--tpk-home-tooltip-y, 50%);
    left: 36px;
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    padding-inline: 14px;
    border-radius: var(--tpk-radius-control);
    background: #303533;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transform: translate(-4px, -50%);
    transition: opacity var(--tpk-motion-fast) ease, transform var(--tpk-motion-fast) ease;
    white-space: nowrap;
  }

  .tpk-home-quick-nav.is-hovering .tpk-home-quick-nav__tooltip {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

@media (min-width: 768px) and (max-width: 1179px) {
  .tpk-home-hero {
    min-height: min(740px, 100dvh);
  }

  .tpk-home-hero h1 {
    max-width: 690px;
    font-size: clamp(42px, 6vw, 60px);
  }
  .tpk-home-manufacturing__grid,
  .tpk-home-projects__grid {
    grid-template-columns: 1fr;
  }

  .tpk-home-trust__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tpk-home-trust__certifications {
    grid-column: 1 / -1;
    margin-top: 20px;
    padding: 22px 0 0;
    border-top: 1px solid var(--tpk-home-line);
  }

  .tpk-home-trust__stat:nth-child(3) {
    border-right: 0;
  }

  .tpk-home-products__grid,
  .tpk-home-fixtures__grid,
  .tpk-home-solutions__grid,
  .tpk-home-resources__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tpk-home-product-card:last-child {
    grid-column: 1 / -1;
    max-width: 54%;
    justify-self: center;
  }

  .tpk-home-manufacturing__media {
    height: 440px;
  }

  .tpk-home-projects__stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .tpk-home-project--featured {
    min-height: 500px;
  }

  .tpk-home-resource:nth-child(2) {
    border-right: 0;
  }

  .tpk-home-resource:nth-child(-n + 2) {
    border-bottom: 1px solid var(--tpk-home-line);
  }

  .tpk-home-insight {
    grid-template-columns: 120px minmax(220px, 1fr) minmax(200px, .8fr) 48px;
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .tpk-home-heading {
    justify-items: start;
    margin-bottom: 34px;
    text-align: left;
  }

  .tpk-home-heading h2 {
    font-size: clamp(28px, 8vw, 34px);
    text-wrap: pretty;
  }

  .tpk-home-lead {
    font-size: 14px;
  }

  .tpk-home-hero {
    min-height: calc(100dvh - var(--tpk-header-height-mobile));
    align-items: end;
  }

  .tpk-home-hero__media {
    object-position: center;
  }

  .tpk-home-hero__shade {
    background: linear-gradient(0deg, rgba(2, 7, 13, .84) 0%, rgba(2, 7, 13, .52) 48%, rgba(2, 7, 13, .12) 82%, rgba(2, 7, 13, .06) 100%);
  }

  .tpk-home-hero__inner {
    padding-block: 88px 48px;
  }

  .tpk-home-hero h1 {
    max-width: 11.5em;
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.08;
  }

  .tpk-home-hero__lead {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.58;
  }

  .tpk-home-actions {
    width: 100%;
    align-items: stretch;
    gap: 10px;
    margin-top: 22px;
  }
  .tpk-home-products__grid,
  .tpk-home-manufacturing__grid,
  .tpk-home-solutions__grid,
  .tpk-home-projects__grid,
  .tpk-home-faq {
    grid-template-columns: 1fr;
  }

  .tpk-home-trust__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-block: 24px;
  }

  .tpk-home-trust__stat {
    padding-inline: 7px;
  }

  .tpk-home-trust__stat:nth-child(3) {
    border-right: 0;
  }

  .tpk-home-trust__stat strong {
    font-size: clamp(27px, 8vw, 34px);
  }

  .tpk-home-trust__stat > span {
    font-size: 8.5px;
  }

  .tpk-home-trust__certifications {
    grid-column: 1 / -1;
    gap: 8px;
    margin-top: 18px;
    padding: 20px 0 0;
    border-top: 1px solid var(--tpk-home-line);
  }

  .tpk-home-trust__certifications img {
    height: 30px;
  }

  .tpk-home-trust__certifications figcaption {
    font-size: 8px;
  }

  .tpk-home-product-card__media {
    aspect-ratio: 4 / 3;
  }

  .tpk-home-proof,
  .tpk-home-fixtures__grid,
  .tpk-home-resources__grid {
    grid-template-columns: 1fr;
  }

  .tpk-home-proof {
    gap: 22px;
    margin-block: 34px;
  }

  .tpk-home-fixture {
    min-height: 96px;
    padding: 20px;
  }

  .tpk-home-manufacturing__media {
    height: clamp(300px, 88vw, 390px);
  }

  .tpk-home-manufacturing__stats {
    column-gap: 18px;
  }

  .tpk-home-manufacturing__stats > div {
    padding: 20px 8px 20px 0;
  }

  .tpk-home-solution {
    min-height: 0;
    padding: 26px 22px;
  }

  .tpk-home-projects__stack {
    grid-template-rows: none;
  }

  .tpk-home-project,
  .tpk-home-project--featured {
    min-height: clamp(330px, 105vw, 460px);
  }

  .tpk-home-project__copy {
    padding: 60px 20px 20px;
  }

  .tpk-home-insight {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-block: 22px;
  }

  .tpk-home-insight > span:nth-child(3) {
    max-width: 60ch;
  }

  .tpk-home-insight b {
    justify-self: start;
    margin-top: 4px;
  }

  .tpk-home-resources__grid {
    border-radius: var(--tpk-radius-card);
  }

  .tpk-home-resource,
  .tpk-home-resource:last-child {
    min-height: 0;
    padding: 24px 22px;
    border-right: 0;
    border-bottom: 1px solid var(--tpk-home-line);
  }

  .tpk-home-resource:last-child {
    border-bottom: 0;
  }

  .tpk-home-faq {
    column-gap: 0;
  }

  .tpk-home-faq__item {
    padding-block: 22px;
  }
}

@media (max-width: 360px) {
  .tpk-home-hero h1 {
    font-size: 31px;
  }

  .tpk-home-hero__lead {
    font-size: 13px;
  }

  .tpk-home-actions {
    display: grid;
  }

  .tpk-home-trust__stat strong {
    font-size: 26px;
  }

  .tpk-home-trust__stat > span {
    letter-spacing: .04em;
  }

  .tpk-home-trust__certifications figcaption {
    display: none;
  }

  .tpk-home-manufacturing__stats {
    grid-template-columns: 1fr;
  }

  .tpk-home-manufacturing__stats > div:nth-last-child(2) {
    border-bottom: 1px solid var(--tpk-home-line);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tpk-home-page *,
  .tpk-home-page *::before,
  .tpk-home-page *::after {
    scroll-behavior: auto;
    transition-duration: 0s;
  }
}
.tpk-home-page{--tpk-ease:cubic-bezier(.16,1,.3,1);}
    
    .tpk-home-page .circle-morph-button{--cm-h:46px;--cm-inset:6px;--cm-circle:34px;--cm-label-left:20px;--cm-gap:12px;--cm-label-w:124px;
      --cm-w:calc(var(--cm-label-left) + var(--cm-label-w) + var(--cm-gap) + var(--cm-circle) + var(--cm-inset));
      --cm-dur:.82s;
      position:relative;display:inline-block;width:var(--cm-w);height:var(--cm-h);padding:0;border:0;border-radius:999px;overflow:hidden;isolation:isolate;cursor:pointer;flex:0 0 auto;text-decoration:none!important;vertical-align:middle;color:#fff;background:linear-gradient(108deg,#020202 0%,#020202 55%,#111 77%,#252525 100%);box-shadow:0 12px 26px rgba(0,0,0,.18);transition:box-shadow var(--cm-dur) var(--tpk-ease);font-family:inherit;}
    .tpk-home-page .circle-morph-button:hover{box-shadow:0 16px 31px rgba(0,0,0,.21);}
    .tpk-home-page .circle-morph-button:active{transform:scale(.985);}
    .tpk-home-page .circle-morph-button .button-label{position:absolute;z-index:1;left:var(--cm-label-left);top:50%;font-size:14px;line-height:1;font-weight:600;letter-spacing:-.012em;white-space:nowrap;color:inherit;transform:translate3d(0,-50%,0);transition:transform var(--cm-dur) var(--tpk-ease);pointer-events:none;}
    .tpk-home-page .circle-morph-button:hover .button-label{transform:translate3d(calc(-1*(var(--cm-w) - 16px)),-50%,0);}
    .tpk-home-page .circle-morph-button .morph-surface{position:absolute;z-index:2;top:var(--cm-inset);right:var(--cm-inset);width:var(--cm-circle);height:var(--cm-circle);border-radius:999px;display:grid;place-items:center;background:#F3F4F4;transition:width var(--cm-dur) var(--tpk-ease);}
    .tpk-home-page .circle-morph-button:hover .morph-surface{width:calc(100% - var(--cm-inset)*2);}
    .tpk-home-page .circle-morph-button .button-arrow{position:relative;z-index:3;display:block;width:20px;height:20px;fill:none;color:#090909;stroke:currentColor;transform:rotate(0deg);transform-origin:50% 50%;transition:transform var(--cm-dur) var(--tpk-ease);}
    .tpk-home-page .circle-morph-button:hover .button-arrow{transform:rotate(-45deg);}
    
    .tpk-home-page .circle-morph-button.is-light{color:#080d0f;background:#fff;box-shadow:0 18px 38px rgba(0,0,0,.16);border:1px solid rgba(255,255,255,.96);}
    .tpk-home-page .circle-morph-button.is-light:hover{box-shadow:0 20px 42px rgba(0,0,0,.20);}
    .tpk-home-page .circle-morph-button.is-light .morph-surface{background:#080d0f;}
    .tpk-home-page .circle-morph-button.is-light .button-arrow{color:#fff;stroke:currentColor;}
    .tpk-home-page .circle-morph-button:focus-visible{outline:3px solid rgba(255,255,255,.85);outline-offset:3px;}

    /* V23.30: hero-only PURE glass pill (user: "text + translucent capsule",
       the inner circle + arrow morph furniture is removed HERE and only here;
       every other circle-morph button keeps its original look). GitHub
       glassmorphism consensus hover: brighten fill + brighten hairline border
       + slight lift, theme rhythm tokens (.45s in / .7s out). Solid fallback
       for browsers without backdrop-filter. */
    .tpk-home-page .tpk-home-hero .circle-morph-button.is-light{
      color:#fff;
      background:rgba(255,255,255,.16);
      border:1px solid rgba(255,255,255,.28);
      box-shadow:0 10px 30px rgba(0,0,0,.18);
      -webkit-backdrop-filter:blur(10px) saturate(140%);
      backdrop-filter:blur(10px) saturate(140%);
      transition:background-color var(--tpk-underline-out),border-color var(--tpk-underline-out),box-shadow var(--tpk-underline-out),transform var(--tpk-underline-out);
    }
    .tpk-home-page .tpk-home-hero .circle-morph-button.is-light .morph-surface,
    .tpk-home-page .tpk-home-hero .circle-morph-button.is-light .button-arrow{display:none;}
    .tpk-home-page .tpk-home-hero .circle-morph-button.is-light .button-label{
      left:50%;
      transform:translate3d(-50%,-50%,0);
      transition:none;
    }
    .tpk-home-page .tpk-home-hero .circle-morph-button.is-light:hover .button-label,
    .tpk-home-page .tpk-home-hero .circle-morph-button.is-light:focus-visible .button-label{
      transform:translate3d(-50%,-50%,0);
    }
    .tpk-home-page .tpk-home-hero .circle-morph-button.is-light:hover,
    .tpk-home-page .tpk-home-hero .circle-morph-button.is-light:focus-visible{
      background-color:rgba(255,255,255,.26);
      border-color:rgba(255,255,255,.45);
      box-shadow:0 18px 40px rgba(0,0,0,.24);
      transform:translateY(-2px);
      transition:background-color var(--tpk-underline-in),border-color var(--tpk-underline-in),box-shadow var(--tpk-underline-in),transform var(--tpk-underline-in);
    }
    .tpk-home-page .tpk-home-hero .circle-morph-button.is-light:active{transform:translateY(0) scale(.985);}
    @supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
      .tpk-home-page .tpk-home-hero .circle-morph-button.is-light{background:rgba(44,48,50,.62);}
    }
    
    .tpk-home-page .text-arrow{display:inline-flex;align-items:center;gap:24px;min-height:44px;color:#1d1d1f;font-size:15px;font-weight:600;text-decoration:none!important;white-space:nowrap;}
    .tpk-home-page .text-arrow .ta-ar{display:inline-flex;width:19px;height:19px;transition:transform .9s var(--tpk-ease);}
    .tpk-home-page .text-arrow .ta-ar svg{width:19px;height:19px;display:block;}
    .tpk-home-page .text-arrow:hover .ta-ar{transform:translateX(4px);}
    .tpk-home-page .text-arrow--hero{color:#fff;}
    .tpk-home-page .text-arrow:focus-visible{outline:2px solid rgba(255,255,255,.85);outline-offset:3px;}
    .tpk-home-page .tpk-home-manufacturing .text-arrow:focus-visible{outline-color:rgba(9,9,9,.6);}
    
    .tpk-home-page .edge-reveal-button{position:relative;display:inline-block;width:124px;height:46px;padding:0;border:0;border-radius:999px;overflow:hidden;isolation:isolate;cursor:pointer;text-decoration:none!important;vertical-align:middle;flex:0 0 auto;color:#fff;background:linear-gradient(108deg,#020202 0%,#020202 55%,#111 77%,#252525 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 12px 26px rgba(0,0,0,.18);transition:width .78s var(--tpk-ease),box-shadow .78s var(--tpk-ease);font-family:inherit;}
    .tpk-home-page .edge-reveal-button:hover{width:156px;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 16px 31px rgba(0,0,0,.21);}
    .tpk-home-page .edge-reveal-button:active{transform:scale(.985);}
    .tpk-home-page .edge-reveal-button .button-label{position:absolute;z-index:2;left:22px;top:50%;font-size:14px;line-height:1;font-weight:600;letter-spacing:-.012em;white-space:nowrap;color:inherit;transform:translateY(-50%);}
    .tpk-home-page .edge-reveal-button .button-arrow{position:absolute;z-index:2;right:22px;top:50%;display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;transform:translateY(-50%);clip-path:inset(0 100% 0 0);transition:clip-path .78s var(--tpk-ease);}
    .tpk-home-page .edge-reveal-button:hover .button-arrow{clip-path:inset(0 0 0 0);}
    .tpk-home-page .edge-reveal-button:focus-visible{outline:2px solid rgba(9,9,9,.6);outline-offset:3px;}
    
    .tpk-home-page .tpk-arrow-link{display:inline-flex;align-items:center;gap:7px;width:max-content;max-width:100%;font-size:13.5px;line-height:1.2;font-weight:600;color:#3a3a3c;text-decoration:none!important;white-space:nowrap;}
    .tpk-home-page .tpk-arrow-link .tpk-arrow-label{position:relative;display:inline-block;padding-bottom:4px;}
    .tpk-home-page .tpk-arrow-link .tpk-arrow-label::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform var(--tpk-underline-out);}
    .tpk-home-page .tpk-arrow-link .tpk-arrow-icon{width:15px;height:15px;flex:0 0 15px;display:block;transition:transform .95s var(--tpk-ease);}
    .tpk-home-page .tpk-arrow-link:hover{color:#1d1d1f;opacity:1;}
    .tpk-home-page .tpk-arrow-link:hover .tpk-arrow-label::after{transform:scaleX(1);transition:transform var(--tpk-underline-in);}
    .tpk-home-page .tpk-arrow-link:hover .tpk-arrow-icon{transform:translate(3px,-3px);}
    .tpk-home-page .tpk-home-heading .tpk-arrow-link{margin-top:18px;}
    
    .tpk-home-page .tpk-home-product-card__body .tpk-arrow-link{margin-top:2px;}
    
    .tpk-home-page .tpk-home-product-card__body h3 a{position:relative;display:inline-block;color:inherit!important;text-decoration:none!important;}
    .tpk-home-page .tpk-home-product-card__body h3 a::after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform var(--tpk-underline-out);}
    .tpk-home-page .tpk-home-product-card__body h3 a:hover::after{transform:scaleX(1);transition:transform var(--tpk-underline-in);}
    
    .tpk-home-page .tpk-home-hero__lead{margin-top:30px;line-height:1.85;}
    .tpk-home-page .tpk-home-hero .tpk-home-actions{gap:28px;margin-top:40px;}
    
    .tpk-home-page .tpk-home-project__copy{top:auto;right:14px;bottom:14px;left:14px;gap:4px;padding:14px 18px 13px;border-radius:14px;background:linear-gradient(90deg,rgba(0,0,0,.48),rgba(0,0,0,.08));backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);}
    @media (prefers-reduced-motion:reduce){.tpk-home-page .circle-morph-button,.tpk-home-page .circle-morph-button *,.tpk-home-page .edge-reveal-button,.tpk-home-page .edge-reveal-button *,.tpk-home-page .text-arrow,.tpk-home-page .text-arrow *,.tpk-home-page .tpk-arrow-link,.tpk-home-page .tpk-arrow-link *,.tpk-home-page .tpk-home-product-card__body h3 a::after{transition:none!important;}}
    
    .tpk-home-page .tpk-home-projects,.tpk-home-page .tpk-home-insights,.tpk-home-page .tpk-home-about{background:#FFFFFF;}
    
    .tpk-home-page .tpk-home-heading .tpk-home-lead{margin-top:16px;}
    .tpk-home-page .tpk-home-about .tpk-home-lead{margin-top:16px;font-size:16px;line-height:1.85;color:#43484e;}
    
    @media (max-width:767px){
      
      .tpk-home-page .tpk-home-hero .tpk-home-actions{margin-top:46px;}
      /* V23.29: hide the hero description on mobile (user request — annotation
         copy removed from small screens, desktop unchanged). */
      .tpk-home-page .tpk-home-hero__lead{display:none;}
      
      .tpk-home-page .tpk-home-hero .text-arrow{display:none;}
      
      .tpk-home-page .tpk-home-proof{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-block:44px;}
      .tpk-home-page .tpk-home-proof strong{font-size:24px;}
      .tpk-home-page .tpk-home-proof span{font-size:9px;letter-spacing:.05em;}
      
      .tpk-home-page .tpk-home-fixtures .tpk-home-heading--compact p{display:none;}
      .tpk-home-page .tpk-home-manufacturing .tpk-home-heading .tpk-home-lead{display:none;}
      .tpk-home-page .tpk-home-manufacturing__copy > p{display:none;}
      .tpk-home-page .tpk-home-solutions .tpk-home-heading .tpk-home-lead{display:none;}
      .tpk-home-page .tpk-home-solutions .tpk-home-heading .tpk-arrow-link{display:none;}
      .tpk-home-page .tpk-home-projects .tpk-home-heading .tpk-home-lead{display:none;}
    }

    
    
    .tpk-home-page .tpk-home-fixtures{padding-top:60px;}
    
    .tpk-home-page .tpk-home-proof{text-align:center;}
    
    .tpk-home-page .tpk-home-section,.tpk-home-page .tpk-home-trust{border-bottom:0;}
    
    .tpk-home-page .tpk-home-project__copy small,.tpk-home-page .tpk-home-project__copy strong{font-weight:400;}
