.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-heading .tpk-button {
  margin-top: 18px;
}

.tpk-home-eyebrow {
  color: inherit;
  font-size: 11px;
  font-weight: 620;
  line-height: 1.4;
  letter-spacing: .16em;
  text-transform: uppercase;
}

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

.tpk-home-actions .tpk-button {
  min-height: 46px;
  border-radius: var(--tpk-radius-pill);
}

.tpk-home-actions .tpk-button--text {
  min-height: 44px;
  padding-inline: 8px;
}

.tpk-home-page .tpk-home-button--light {
  background: #fff;
  color: var(--tpk-home-dark);
}

.tpk-home-button--hero-text {
  color: #fff;
}

.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__copy .tpk-home-eyebrow {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .74);
}

.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-pathways__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

.tpk-home-pathways__copy > .tpk-home-eyebrow {
  margin-bottom: 16px;
  color: var(--tpk-home-muted);
}

.tpk-home-pathways__copy h2 {
  max-width: 650px;
  font-size: clamp(31px, 3vw, 42px);
  font-weight: 620;
  line-height: 1.14;
  letter-spacing: -.02em;
}

.tpk-home-pathways__copy > .tpk-home-lead {
  max-width: 630px;
  margin-top: 18px;
}

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

.tpk-home-pathway {
  display: grid;
  align-content: start;
  min-width: 0;
  padding: 22px 22px 22px 0;
  text-decoration: none;
}

.tpk-home-pathway + .tpk-home-pathway {
  padding-left: 22px;
  border-left: 1px solid var(--tpk-home-line);
}

.tpk-home-pathway strong {
  font-size: 17px;
  font-weight: 650;
  line-height: 1.2;
}

.tpk-home-pathway span {
  margin-top: 9px;
  color: var(--tpk-home-muted);
  font-size: 12.5px;
  line-height: 1.5;
}

.tpk-home-pathways__visual {
  position: relative;
  display: block;
  min-height: 470px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--tpk-home-dark);
  box-shadow: var(--tpk-shadow-soft);
  color: #fff;
}

.tpk-home-pathways__visual img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.tpk-home-pathways__caption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: var(--tpk-radius-card);
  background: linear-gradient(90deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .12));
  color: #fff;
}

.tpk-home-pathways__caption strong {
  font-size: 15px;
  line-height: 1.3;
}

.tpk-home-pathways__caption span {
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  line-height: 1.45;
}

.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-social {
  padding-block: clamp(48px, 5vw, 66px);
}

.tpk-home-social__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 36px;
}

.tpk-home-social__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding-block: 4px;
  font-size: 14px;
  font-weight: 580;
  text-decoration: none;
}

.tpk-home-social__link > span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
}

.tpk-home-social__link svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

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

@media (hover: hover) and (pointer: fine) {
  .tpk-home-pathway,
  .tpk-home-product-card__body a,
  .tpk-home-fixture,
  .tpk-home-solution,
  .tpk-home-insight,
  .tpk-home-resource,
  .tpk-home-social__link {
    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-pathway:hover strong,
  .tpk-home-product-card__body a:hover,
  .tpk-home-social__link:hover {
    color: var(--tpk-color-brand-primary);
  }

  .tpk-home-page .tpk-home-button--light:hover {
    background: #f1f3f2;
    color: var(--tpk-home-dark);
  }

  .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-pathways__grid,
  .tpk-home-manufacturing__grid,
  .tpk-home-projects__grid {
    grid-template-columns: 1fr;
  }

  .tpk-home-pathways__visual {
    min-height: 420px;
  }

  .tpk-home-pathways__visual img {
    min-height: 420px;
  }

  .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-heading .tpk-button {
    margin-top: 14px;
  }

  .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__copy .tpk-home-eyebrow {
    margin-bottom: 12px;
    font-size: 9.5px;
  }

  .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-actions .tpk-button--primary {
    flex: 1 1 160px;
  }

  .tpk-home-pathways__grid,
  .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-pathways__copy h2 {
    font-size: clamp(28px, 8vw, 34px);
  }

  .tpk-home-pathways__links {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .tpk-home-pathway,
  .tpk-home-pathway + .tpk-home-pathway {
    padding: 18px 0;
    border-left: 0;
  }

  .tpk-home-pathway + .tpk-home-pathway {
    border-top: 1px solid var(--tpk-home-line);
  }

  .tpk-home-pathways__visual,
  .tpk-home-pathways__visual img {
    min-height: 340px;
  }

  .tpk-home-pathways__caption {
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 14px;
  }

  .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;
  }

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

  .tpk-home-social__links {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .tpk-home-social__link {
    justify-content: center;
    font-size: 0;
  }

  .tpk-home-social__link > span {
    width: 28px;
    height: 28px;
  }

  .tpk-home-social__link svg {
    width: 21px;
    height: 21px;
  }
}

@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-actions .tpk-button {
    width: 100%;
  }

  .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;
  }
}
