.paction-page {
  --pa-ink: #12181f;
  --pa-green: #1fa97c;
  --pa-green-dark: #167c5e;
  --pa-lime: #ddf247;
  --pa-chalk: #f4f7f3;
  --pa-line: #dce4df;
  --pa-muted: #65717d;
  padding: 0 0 72px;
  color: var(--pa-ink);
  background: #fff;
}

.paction-breadcrumb,
.paction-hero,
.paction-fit,
.paction-products {
  width: min(92%, 1680px);
  margin-inline: auto;
}

.paction-breadcrumb {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 10px;
  color: #8a949d;
  font-size: 13px;
  font-weight: 600;
}
.paction-breadcrumb a { color: var(--pa-green-dark); text-decoration: none; }
.paction-breadcrumb a:hover { text-decoration: underline; }

.paction-hero {
  position: relative;
  min-height: 438px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 5px;
  background: #0d1b25;
  box-shadow: 0 22px 56px rgba(18,24,31,.14);
  isolation: isolate;
}
.paction-hero__image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}
.paction-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5,15,23,.98) 0%, rgba(5,15,23,.88) 36%, rgba(5,15,23,.28) 66%, rgba(5,15,23,.08) 100%),
    linear-gradient(0deg, rgba(5,15,23,.56) 0%, transparent 38%);
}
.paction-hero__content {
  display: flex;
  min-height: 438px;
  width: min(660px, 56%);
  padding: 42px clamp(32px, 4.5vw, 76px) 88px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
}
.paction-kicker,
.paction-section-label,
.paction-fit__intro > p {
  margin: 0;
  color: var(--pa-green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.paction-kicker { display: flex; align-items: center; gap: 10px; color: #b5c6ca; }
.paction-kicker span { width: 34px; height: 3px; background: var(--pa-lime); }
.paction-hero h1 {
  max-width: 650px;
  margin: 17px 0 18px;
  color: #fff;
  font: 800 clamp(54px, 4.7vw, 74px)/.86 "Barlow Condensed", Inter, sans-serif;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.paction-hero h1 mark {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 10px 8px;
  color: var(--pa-ink);
  background: var(--pa-lime);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.paction-lede {
  max-width: 590px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.55;
}
.paction-lede small { color: inherit; font: inherit; }
.paction-hero__actions { display: flex; gap: 10px; margin-top: 24px; flex-wrap: wrap; }
.paction-btn {
  display: inline-flex;
  min-height: 48px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: inherit;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.paction-btn:hover { transform: translateY(-2px); }
.paction-btn:focus-visible,
.paction-sort__btn:focus-visible { outline: 3px solid #7dd3fc; outline-offset: 3px; }
.paction-btn--lime { color: var(--pa-ink); background: var(--pa-lime); }
.paction-btn--lime:hover { background: #efff70; }
.paction-btn--quiet { color: #fff; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.06); }
.paction-btn--quiet:hover { border-color: #fff; background: rgba(255,255,255,.14); }
.paction-btn--dark { color: #fff; background: var(--pa-ink); }

.paction-hero__facts {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(720px, 54%);
  margin-left: clamp(32px, 4.5vw, 76px);
  border-top: 1px solid rgba(255,255,255,.2);
  color: #fff;
  background: rgba(5,15,23,.28);
  backdrop-filter: blur(8px);
}
.paction-hero__facts div { display: flex; min-height: 72px; padding: 0 22px; align-items: center; gap: 9px; border-right: 1px solid rgba(255,255,255,.16); }
.paction-hero__facts div:first-child { padding-left: 0; }
.paction-hero__facts div:last-child { border-right: 0; }
.paction-hero__facts strong { color: var(--pa-lime); font: 800 25px/1 "Barlow Condensed", Inter, sans-serif; text-transform: uppercase; }
.paction-hero__facts span { color: rgba(255,255,255,.7); font-size: 11px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }

.paction-fit {
  display: grid;
  grid-template-columns: 1.12fr repeat(3, 1fr);
  margin-top: 28px;
  border: 1px solid var(--pa-line);
  background: var(--pa-chalk);
}
.paction-fit__intro,
.paction-fit__item { min-height: 186px; padding: 27px 30px; box-sizing: border-box; }
.paction-fit__intro { display: flex; flex-direction: column; justify-content: center; background: #fff; }
.paction-fit__intro h2 { margin: 7px 0 16px; font: 800 35px/1 "Barlow Condensed", Inter, sans-serif; text-transform: uppercase; }
.paction-fit__intro a { width: fit-content; color: var(--pa-green-dark); font-size: 12px; font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }
.paction-fit__item { display: flex; align-items: flex-start; gap: 15px; border-left: 1px solid var(--pa-line); }
.paction-fit__dot { width: 11px; height: 11px; margin-top: 5px; flex: 0 0 11px; border: 2px solid var(--pa-ink); border-radius: 50%; background: var(--pa-lime); }
.paction-fit__item strong { font-size: 15px; }
.paction-fit__item p { margin: 8px 0 0; color: var(--pa-muted); font-size: 13px; line-height: 1.55; }

.paction-products { padding-top: 64px; scroll-margin-top: 120px; }
.paction-products__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.paction-products__head h2 { margin: 7px 0 6px; font: 800 clamp(40px, 4vw, 60px)/.95 "Barlow Condensed", Inter, sans-serif; text-transform: uppercase; }
.paction-products__head p:last-child { max-width: 630px; margin: 0; color: var(--pa-muted); font-size: 14px; line-height: 1.5; }
.paction-products__head > a { margin-bottom: 5px; color: var(--pa-ink); font-size: 13px; font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }

.paction-sort {
  display: flex;
  min-height: 64px;
  margin: 27px 0 20px;
  padding: 9px 12px;
  box-sizing: border-box;
  align-items: center;
  gap: 8px;
  border-block: 1px solid var(--pa-line);
  background: #fafcfb;
}
.paction-sort > span { margin: 0 5px 0 3px; color: #8a949d; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.paction-sort__btn {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #d8e0dc;
  border-radius: 22px;
  color: #47515b;
  background: #fff;
  font: 700 12px/1 Inter, sans-serif;
  cursor: pointer;
}
.paction-sort__btn:hover { border-color: var(--pa-green); color: var(--pa-green-dark); }
.paction-sort__btn.is-active { color: #fff; border-color: var(--pa-green-dark); background: var(--pa-green-dark); }
.paction-sort > strong { margin-left: auto; padding-right: 4px; color: var(--pa-muted); font-size: 12px; }

.paction-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 15px; }
.paction-product { min-width: 0; }
.paction-product > .prod-card { height: 100%; border: 1px solid rgba(18,24,31,.12) !important; border-radius: 4px !important; box-shadow: none; }
.paction-product > .prod-card:hover { border-color: var(--pa-green) !important; box-shadow: 0 14px 34px rgba(18,24,31,.09) !important; }

.paction-empty {
  position: relative;
  min-height: 330px;
  margin-top: 28px;
  padding: 56px clamp(28px, 6vw, 90px);
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid var(--pa-line);
  background: var(--pa-chalk);
}
.paction-empty > span { position: absolute; top: -80px; right: -40px; width: 260px; height: 260px; border: 48px solid rgba(31,169,124,.1); border-radius: 50%; }
.paction-empty > p:first-of-type { margin: 0 0 8px; color: var(--pa-green-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.paction-empty h2 { max-width: 650px; margin: 0 0 10px; font: 800 43px/1 "Barlow Condensed", Inter, sans-serif; text-transform: uppercase; }
.paction-empty h2 + p { max-width: 560px; margin: 0 0 24px; color: var(--pa-muted); line-height: 1.55; }

@media (max-width: 1240px) {
  .paction-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .paction-fit { grid-template-columns: 1fr 1fr; }
  .paction-fit__item:nth-child(3) { border-left: 0; border-top: 1px solid var(--pa-line); }
  .paction-fit__item:nth-child(4) { border-top: 1px solid var(--pa-line); }
}

@media (max-width: 900px) {
  .paction-hero__content { width: 72%; }
  .paction-hero__facts { width: calc(72% - clamp(32px, 4.5vw, 76px)); }
  .paction-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .paction-sort { overflow-x: auto; }
  .paction-sort > span,
  .paction-sort > strong { flex: 0 0 auto; }
  .paction-sort__btn { flex: 0 0 auto; }
}

@media (max-width: 700px) {
  .paction-page { padding-bottom: 34px; }
  .paction-breadcrumb,
  .paction-hero,
  .paction-fit,
  .paction-products { width: calc(100% - 24px); }
  .paction-breadcrumb { min-height: 52px; overflow: hidden; white-space: nowrap; font-size: 12px; }
  .paction-hero { min-height: 572px; }
  .paction-hero__image { object-position: 67% center; }
  .paction-hero__shade {
    background:
      linear-gradient(0deg, rgba(5,15,23,.99) 0%, rgba(5,15,23,.94) 48%, rgba(5,15,23,.22) 82%, rgba(5,15,23,.05) 100%),
      linear-gradient(90deg, rgba(5,15,23,.35), transparent);
  }
  .paction-hero__content {
    min-height: 572px;
    width: auto;
    padding: 158px 20px 82px;
    justify-content: flex-end;
  }
  .paction-hero h1 { margin: 12px 0 13px; font-size: clamp(39px, 10.8vw, 46px); line-height: .88; }
  .paction-hero h1 mark { padding-inline: 5px; }
  .paction-lede { font-size: 14px; line-height: 1.48; }
  .paction-lede small { display: none; }
  .paction-hero__actions { margin-top: 18px; }
  .paction-btn { width: 100%; min-height: 48px; }
  .paction-btn--quiet { color: #fff; }
  .paction-hero__facts {
    width: auto;
    margin: 0 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .paction-hero__facts div { min-height: 66px; padding: 0 9px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 3px; }
  .paction-hero__facts div:first-child { padding-left: 0; }
  .paction-hero__facts strong { font-size: 20px; }
  .paction-hero__facts span { font-size: 9px; }
  .paction-fit { grid-template-columns: 1fr; margin-top: 16px; }
  .paction-fit__intro,
  .paction-fit__item { min-height: auto; padding: 23px 21px; }
  .paction-fit__intro h2 { font-size: 31px; }
  .paction-fit__item { border-top: 1px solid var(--pa-line); border-left: 0; }
  .paction-products { padding-top: 44px; }
  .paction-products__head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .paction-products__head h2 { font-size: 43px; }
  .paction-products__head > a { min-height: 44px; display: inline-flex; align-items: center; }
  .paction-sort {
    width: calc(100% + 24px);
    margin: 22px -12px 16px;
    padding-inline: 12px;
    border-bottom-color: var(--pa-line);
    scrollbar-width: none;
  }
  .paction-sort::-webkit-scrollbar { display: none; }
  .paction-sort > strong { display: none; }
  .paction-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .paction-empty { min-height: 360px; padding: 45px 24px; }
  .paction-empty h2 { font-size: 37px; }
}

@media (max-width: 370px) {
  .paction-hero__content { padding-inline: 17px; }
  .paction-hero__facts { margin-inline: 17px; }
  .paction-hero h1 { font-size: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .paction-btn,
  .paction-product > .prod-card { transition: none !important; }
}
