.site-header {
  background: transparent;
  min-height: 4.75rem;
  position: sticky;
  top: 0;
  z-index: 100;
}

.site-header__inner {
  align-items: center;
  background: rgb(255 255 255 / 94%);
  border: 1px solid rgb(23 23 25 / 9%);
  border-radius: 999px;
  box-shadow: 0 .65rem 2.2rem rgb(35 9 14 / 10%);
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
  justify-content: space-between;
  margin-top: .6rem;
  min-height: 4rem;
  padding: .45rem .6rem .45rem 1.25rem;
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}
.site-brand { flex: 0 0 auto; transition: opacity 180ms ease, transform 220ms ease, visibility 180ms ease; }

.site-brand a {
  color: var(--pnp-text);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.custom-logo { display: block; max-height: 2.65rem; width: auto; }
.primary-navigation { align-items: center; display: flex; gap: clamp(.75rem, 1.5vw, 1.4rem); margin-left: auto; transition: opacity 180ms ease, transform 220ms ease, visibility 180ms ease; }

.primary-navigation__menu,
.footer-navigation__menu {
  align-items: center;
  display: flex;
  gap: var(--pnp-space-3);
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-navigation a,
.footer-navigation a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.primary-navigation a:hover,
.footer-navigation a:hover { color: var(--pnp-red); }
.primary-navigation__actions { align-items: center; display: flex; gap: .55rem; }
.header-commercial-cta,
.primary-navigation .pnp-area-utility-link { align-items: center; border-radius: 999px; display: inline-flex; font-size: .78rem; font-weight: 900; justify-content: center; min-height: 2.8rem; padding: .65rem 1rem; white-space: nowrap; }
.header-commercial-cta { background: var(--pnp-red); color: #fff; }
.header-commercial-cta:hover,
.header-commercial-cta:focus-visible { background: var(--pnp-wine); color: #fff; }
.primary-navigation .pnp-area-utility-link { background: #f4f2f2; border: 1px solid rgb(23 23 25 / 16%); color: var(--pnp-text); font-weight: 800; }
.pnp-area-utility-icon { display: inline-flex; flex: 0 0 auto; height: 1rem; margin-right: .38rem; width: 1rem; }
.pnp-area-utility-icon svg { display: block; height: 100%; width: 100%; }
.primary-navigation .pnp-area-utility-link:hover,
.primary-navigation .pnp-area-utility-link:focus-visible { background: #ebe7e8; border-color: rgb(23 23 25 / 28%); color: var(--pnp-red); }

.primary-navigation__menu > .menu-item { align-items: center; display: flex; position: relative; }
.primary-navigation__menu .sub-menu { background: rgb(255 255 255 / 99%); border: 1px solid rgb(23 23 25 / 10%); border-radius: 1rem; box-shadow: 0 1.2rem 3rem rgb(35 9 14 / 15%); display: grid; gap: .2rem; left: -.8rem; list-style: none; margin: 0; min-width: max(14rem, 100%); opacity: 0; padding: .65rem; pointer-events: none; position: absolute; top: calc(100% + .65rem); transform: translateY(-.4rem); transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease; visibility: hidden; z-index: 10; }
.primary-navigation__menu .sub-menu::before { content: ""; height: .8rem; left: 0; position: absolute; right: 0; top: -.8rem; }
.primary-navigation__menu .sub-menu a { border-radius: .65rem; display: block; font-size: .86rem; line-height: 1.3; padding: .7rem .8rem; white-space: nowrap; }
.primary-navigation__menu .sub-menu a:hover,
.primary-navigation__menu .sub-menu a:focus-visible { background: var(--pnp-red-soft); color: var(--pnp-red); }
.primary-navigation__menu > .menu-item-has-children:hover > .sub-menu,
.primary-navigation__menu > .menu-item-has-children:focus-within > .sub-menu,
.primary-navigation__menu > .menu-item-has-children.is-submenu-open > .sub-menu { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }
.submenu-toggle { align-items: center; background: transparent; border: 0; border-radius: 50%; color: inherit; cursor: pointer; display: inline-flex; height: 1.8rem; justify-content: center; margin-left: .12rem; padding: 0; width: 1.8rem; }
.submenu-toggle::before { border-bottom: 2px solid currentcolor; border-right: 2px solid currentcolor; content: ""; height: .38rem; transform: translateY(-.12rem) rotate(45deg); transition: transform 200ms ease; width: .38rem; }
.submenu-toggle:hover,.submenu-toggle:focus-visible { background: var(--pnp-red-soft); color: var(--pnp-red); }
.menu-item-has-children.is-submenu-open > .submenu-toggle::before { transform: translateY(.1rem) rotate(225deg); }

.menu-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid rgb(23 23 25 / 10%);
  border-radius: 50%;
  box-shadow: 0 .65rem 2rem rgb(35 9 14 / 14%);
  color: var(--pnp-text);
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 0.3rem;
  justify-content: center;
  min-height: 3.25rem;
  min-width: 3.25rem;
  transition: background-color 180ms ease, color 180ms ease, transform 220ms ease;
  z-index: 3;
}

.menu-toggle__line {
  background: currentcolor;
  display: block;
  height: 2px;
  transition: opacity 180ms ease, transform 220ms ease;
  width: 1.5rem;
}
.menu-toggle:hover,
.menu-toggle:focus-visible { background: var(--pnp-red); color: #fff; }
.menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(1) { transform: translateY(.4rem) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(3) { transform: translateY(-.4rem) rotate(-45deg); }

@media (min-width: 68.0625rem) {
  .site-header.is-compact .site-header__inner { background: transparent; border-color: transparent; box-shadow: none; }
  .site-header.is-compact .site-brand,
  .site-header.is-compact .primary-navigation:not(.is-open) { opacity: 0; pointer-events: none; transform: translateY(-.75rem); visibility: hidden; }
  .site-header.is-compact .menu-toggle { display: flex; margin-left: auto; }
}
body.pnp-menu-open { overflow: hidden; }
body.pnp-menu-open .site-header__inner { -webkit-backdrop-filter: none; backdrop-filter: none; }

.hero {
  --pnp-hero-x: 0px;
  --pnp-hero-y: 0px;
  background: #750b13;
  color: #fff;
  min-height: min(55rem, calc(100vh - 4.75rem));
  overflow: clip;
  padding: clamp(5rem, 9vw, 8rem) 0 clamp(8rem, 13vw, 12rem);
  position: relative;
}

.hero::after {
  background: var(--pnp-surface);
  bottom: -1px;
  clip-path: polygon(0 74%, 100% 0, 100% 100%, 0 100%);
  content: "";
  height: clamp(4.5rem, 9vw, 8rem);
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 4;
}

.hero__mesh {
  background:
    radial-gradient(circle at 78% 18%, rgb(255 96 88 / 82%) 0, rgb(255 96 88 / 0%) 31%),
    radial-gradient(circle at 46% 82%, rgb(181 22 36 / 76%) 0, rgb(181 22 36 / 0%) 40%),
    radial-gradient(circle at 8% 18%, rgb(239 49 43 / 92%) 0, rgb(239 49 43 / 0%) 39%),
    radial-gradient(circle at 88% 78%, rgb(92 10 24 / 86%) 0, rgb(92 10 24 / 0%) 44%),
    linear-gradient(125deg, #f0443e 0%, #df2524 38%, #a90f1b 72%, #680810 100%);
  inset: 0;
  position: absolute;
  transform: scale(1.08);
}

.hero__mesh::after {
  background-image: linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px);
  background-size: 4rem 4rem;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, rgb(0 0 0 / 62%), transparent 84%);
  position: absolute;
}

.hero__inner,
.hero__inner.has-media {
  align-items: center;
  display: grid;
  gap: clamp(3rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 0.94fr) minmax(24rem, 1.06fr);
  max-width: var(--pnp-container);
  position: relative;
  z-index: 2;
}

.hero__content { max-width: 46rem; position: relative; z-index: 3; }
.hero h1 {
  color: #fff;
  font-size: clamp(3.5rem, 6.7vw, 7.3rem);
  letter-spacing: -0.065em;
  line-height: 0.94;
  max-width: 12ch;
  text-wrap: balance;
}
.hero .eyebrow { color: rgb(255 255 255 / 78%); }
.hero__intro { color: rgb(255 255 255 / 78%); font-size: clamp(1.12rem, 1.8vw, 1.4rem); max-width: 38rem; }
.hero .pnp-button { background: #fff; border-color: #fff; box-shadow: 0 1rem 2.5rem rgb(37 4 14 / 24%); color: var(--pnp-red); }
.hero .pnp-button:hover { background: var(--pnp-dark-bg); border-color: var(--pnp-dark-bg); color: #fff; transform: translateY(-2px); }

.hero__visual {
  min-height: clamp(30rem, 48vw, 44rem);
  perspective: 75rem;
  position: relative;
  transform: translate3d(var(--pnp-hero-x), var(--pnp-hero-y), 0);
  transition: transform 800ms cubic-bezier(.2,.8,.2,1);
}

.hero__media {
  aspect-ratio: 4 / 5;
  background: rgb(255 255 255 / 14%);
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 2rem;
  box-shadow: 0 2.2rem 5.5rem rgb(38 4 20 / 38%);
  inset: 4% 3% 3% 12%;
  overflow: hidden;
  padding: 0.7rem;
  position: absolute;
  transform: rotateY(-7deg) rotateZ(2.5deg);
  z-index: 2;
}
.hero__image {
  border-radius: 1.45rem;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero__media--empty { background: linear-gradient(145deg, rgb(255 255 255 / 22%), rgb(255 255 255 / 5%)); }
.hero__orb { border-radius: 50%; filter: blur(2px); position: absolute; }
.hero__orb--one { background: var(--pnp-red-bright); box-shadow: 0 0 4rem rgb(240 68 62 / 66%); height: 9rem; right: -2rem; top: 2rem; width: 9rem; }
.hero__orb--two { background: var(--pnp-bordeaux); bottom: 0; box-shadow: 0 0 4rem rgb(118 15 29 / 62%); height: 12rem; left: 0; width: 12rem; }

.hero-float {
  backdrop-filter: blur(10px);
  background: rgb(255 255 255 / 82%);
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 1.15rem;
  box-shadow: 0 1.4rem 3.5rem rgb(35 3 18 / 25%);
  position: absolute;
  z-index: 3;
}
.hero-float--top { display: grid; gap: 0.55rem; padding: 1.25rem; right: -2%; top: 8%; width: min(13rem, 34%); }
.hero-float--top span { background: #d9d9df; border-radius: 999px; display: block; height: 0.45rem; }
.hero-float--top span:first-child { background: var(--pnp-red); width: 42%; }
.hero-float--top span:nth-child(2) { width: 84%; }
.hero-float--top span:last-child { width: 62%; }
.hero-float--bottom { align-items: end; bottom: 8%; display: flex; gap: 0.45rem; height: 7rem; left: 0; padding: 1rem; width: 9rem; }
.hero-float--bottom i { background: rgb(223 37 36 / 22%); border-radius: 0.35rem 0.35rem 0 0; display: block; flex: 1; height: 44%; }
.hero-float--bottom i:nth-child(2) { background: rgb(223 37 36 / 48%); height: 76%; }
.hero-float--bottom i:last-child { background: var(--pnp-red); height: 100%; }

.eyebrow {
  color: var(--pnp-red);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: var(--pnp-space-2);
}

.hero__intro {
  color: var(--pnp-muted);
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  max-width: 43rem;
}

.pnp-button {
  align-items: center;
  background: var(--pnp-red);
  border: 2px solid var(--pnp-red);
  border-radius: var(--pnp-radius-pill);
  box-shadow: 0 0.65rem 1.5rem rgb(223 37 36 / 18%);
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.4rem;
  text-decoration: none;
  transition: background-color var(--pnp-transition), border-color var(--pnp-transition), box-shadow var(--pnp-transition), color var(--pnp-transition), transform var(--pnp-transition);
}

.pnp-button:hover {
  background: var(--pnp-red-bright);
  border-color: var(--pnp-red-bright);
  box-shadow: 0 0.85rem 1.8rem rgb(223 37 36 / 26%);
  color: #fff;
  transform: translateY(-2px);
}
.pnp-button:focus-visible { box-shadow: 0 0 0 4px #fff,0 0 0 7px var(--pnp-red); outline: 0; }
.pnp-button--compact { align-self: flex-start; font-size: .92rem; max-width:100%; min-height: 2.75rem; padding: .65rem 1.05rem; text-align:center; }
.pnp-button--light { background: #fff; border-color: #fff; box-shadow: none; color: #171719; }
.pnp-button--light:hover { background: #f0f0f2; border-color: #f0f0f2; color: #171719; }

.pnp-carousel-controls { align-items: center; display: flex; gap: .65rem; justify-content: flex-end; margin: 1rem auto 0; max-width: min(92rem,calc(100% - 2.5rem)); width: 100%; }
.pnp-carousel-controls[hidden] { display: none; }
.pnp-carousel-control { align-items: center; background: #202126; border: 0; border-radius: 50%; color: #fff; cursor: pointer; display: inline-flex; font: inherit; font-size: 1.25rem; height: 3rem; justify-content: center; padding: 0; transition: background-color var(--pnp-transition),box-shadow var(--pnp-transition),opacity var(--pnp-transition),transform var(--pnp-transition); width: 3rem; }
.pnp-carousel-control:hover:not(:disabled) { background: var(--pnp-red); transform: translateY(-2px); }
.pnp-carousel-control:focus-visible { box-shadow: 0 0 0 3px #fff,0 0 0 6px var(--pnp-red); outline: 0; }
.pnp-carousel-control:disabled { cursor: default; opacity: .3; }

@media (max-width: 48rem) {
  .pnp-carousel-controls { max-width: calc(100% - 2.5rem); }
  .pnp-carousel-control { height: 2.75rem; min-height: 2.75rem; min-width: 2.75rem; width: 2.75rem; }
}

.paths-section {
  background: var(--pnp-surface);
  padding: clamp(4rem, 8vw, 8rem) 0 var(--pnp-space-6);
}

.paths-section h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); margin-bottom: var(--pnp-space-5); text-align: center; }
.paths-grid { display: grid; gap: var(--pnp-space-4); grid-template-columns: repeat(4, minmax(0, 1fr)); }
.path-card {
  background: #fff;
  border: 1px solid rgb(23 23 25 / 7%);
  border-radius: var(--pnp-neu-radius);
  box-shadow: 0 1.2rem 3rem rgb(23 23 25 / 8%);
  display: flex;
  flex-direction: column;
  min-height: 18rem;
  padding: var(--pnp-space-4);
  transition: box-shadow 260ms ease, transform 260ms ease;
}
.path-card:hover { box-shadow: 0 1.8rem 4rem rgb(23 23 25 / 13%); transform: translateY(-0.45rem); }
.path-card__icon {
  align-items: center;
  background: var(--pnp-neu-bg);
  border-radius: var(--pnp-radius-pill);
  box-shadow: var(--pnp-neu-shadow-pressed);
  display: inline-flex;
  font-size: 1.25rem;
  height: 3rem;
  justify-content: center;
  margin-bottom: var(--pnp-space-3);
  width: 3rem;
}
.path-card h3 { font-size: 1.5rem; }
.path-card p { color: var(--pnp-muted); }
.path-card > a { font-weight: 750; margin-top: auto; text-decoration: none; }
.path-card:nth-child(2) .pnp-button,.path-card:nth-child(3) .pnp-button { background:#fff;border-color:#fff;box-shadow:none;color:#171719; }
.path-card:nth-child(2) .pnp-button:hover,.path-card:nth-child(3) .pnp-button:hover { background:#f0f0f2;border-color:#f0f0f2;color:#171719; }

.final-cta-section { padding-block: var(--pnp-space-6); }
.final-cta {
  align-items: center;
  background: var(--pnp-dark-bg);
  border-radius: calc(var(--pnp-neu-radius) * 1.5);
  color: var(--pnp-dark-text);
  display: flex;
  gap: var(--pnp-space-4);
  justify-content: space-between;
  padding: clamp(2rem, 6vw, 5rem);
}
.final-cta h2 { color: inherit; margin-bottom: var(--pnp-space-2); max-width: 48rem; }
.final-cta p { color: var(--pnp-dark-muted); margin: 0; }
.final-cta .pnp-button { flex: 0 0 auto; }

.content-card {
  background: var(--pnp-surface);
  border-radius: var(--pnp-radius-md);
  box-shadow: var(--pnp-shadow);
  padding: var(--pnp-space-4);
}

.entry-meta,
.archive-description { color: var(--pnp-muted); }

.site-footer {
  background: var(--pnp-dark-bg);
  color: var(--pnp-dark-muted);
  padding-top: clamp(4rem, 8vw, 7rem);
}

.site-footer__main { display: grid; gap: clamp(2.5rem, 5vw, 5rem); grid-template-columns: minmax(15rem, 1.2fr) minmax(24rem, 2fr) minmax(11rem, .8fr); padding-bottom: clamp(3.5rem, 7vw, 6rem); }
.site-footer__brand { max-width: 26rem; }
.site-brand--footer { margin-bottom: 1.5rem; max-width: 12rem; }
.site-brand--footer img { display: block; height: auto; max-width: 100%; }
.site-footer__brand p { line-height: 1.65; margin: 0 0 1.5rem; }
.site-footer__cta { display: inline-flex; }
.site-footer a { color: var(--pnp-dark-text); }
.site-footer a:focus-visible { outline: 3px solid var(--pnp-red); outline-offset: 4px; }
.footer-navigation__menu,.footer-navigation__menu ul,.site-footer__contacts ul { list-style: none; margin: 0; padding: 0; }
.footer-navigation__menu { display: grid; gap: 2rem; grid-template-columns: repeat(3,minmax(8rem,1fr)); }
.footer-navigation__menu>li>a,.site-footer__contacts h2 { color: #fff; display: block; font-size: .78rem; font-weight: 900; letter-spacing: .08em; margin: 0 0 1rem; text-transform: uppercase; }
.footer-navigation__menu .sub-menu,.site-footer__contacts ul { display: grid; gap: .7rem; }
.footer-navigation__menu .sub-menu a,.site-footer__contacts a { color: var(--pnp-dark-muted); font-size: .92rem; text-decoration: none; }
.footer-navigation__menu a:hover,.site-footer__contacts a:hover,.site-footer__credit:hover { color: #fff; text-decoration: underline; text-underline-offset: .25em; }
.site-footer__legal { border-top: 1px solid rgb(255 255 255 / 12%); font-size: .75rem; padding-block: 1.25rem; }
.site-footer__legal>.pnp-container { align-items: center; display: flex; gap: 1.25rem; justify-content: space-between; }
.site-footer__company { display: flex; flex-wrap: wrap; gap: .45rem 1rem; }
.site-footer__company span+span { border-left: 1px solid rgb(255 255 255 / 18%); padding-left: 1rem; }
.site-footer__credit { color: var(--pnp-dark-muted); flex: none; text-decoration: none; }

@media (max-width: 48rem) {
  .site-footer__inner,
  .footer-navigation__menu {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero { padding-top: 4.5rem; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 5.2rem); }
  .hero__visual { min-height: 25rem; }
  .hero__media { aspect-ratio: 16 / 9; inset: 2rem 0 auto; padding: 0.45rem; transform: none; }
  .hero-float--top { right: -0.5rem; top: 0; width: 10rem; }
  .hero-float--bottom { display: none; }
  .hero__orb--one { height: 6rem; right: -1rem; width: 6rem; }
  .hero__orb--two { height: 7rem; width: 7rem; }
  .paths-grid { grid-template-columns: 1fr; }
  .path-card { min-height: auto; }
  .final-cta { align-items: flex-start; flex-direction: column; }
}

/* Footer reference composition: four flat columns and a distinct white closing bar. */
.site-footer{background:#111;color:#b9b9bd;padding-top:clamp(4.5rem,8vw,7rem)}
.site-footer__main{align-items:start;display:grid;gap:clamp(2rem,4vw,4.5rem);grid-template-columns:minmax(15rem,1.2fr) repeat(3,minmax(10rem,1fr));padding-bottom:clamp(4rem,7vw,6.5rem)}
.site-brand--footer{margin-bottom:2rem;max-width:15rem}.site-brand--footer img{display:block;height:auto;max-width:100%;object-fit:contain}
.site-footer__description{line-height:1.6;margin-bottom:1.5rem}.site-footer__social h3,.site-footer__links h2,.site-footer__legal-info h2{color:#fff;font-size:.78rem;font-weight:900;letter-spacing:.08em;margin:0 0 1.25rem;text-transform:uppercase}.site-footer__links--services h2{color:var(--pnp-red)}
.site-footer__social>div{display:flex;flex-wrap:wrap;gap:.65rem}.site-footer__social a{align-items:center;border:1px solid rgb(255 255 255 / 24%);border-radius:50%;display:flex;height:2.75rem;justify-content:center;transition:background-color .18s ease,border-color .18s ease;width:2.75rem}.site-footer__social a:hover{background:var(--pnp-red);border-color:var(--pnp-red);text-decoration:none}.site-footer__social svg{height:1.15rem;width:1.15rem}
.site-footer__links ul{display:grid;gap:.8rem;list-style:none;margin:0;padding:0}.site-footer__links a{color:#c7c7ca;font-size:.92rem;line-height:1.4;text-decoration:none}.site-footer__links a:hover{color:#fff;text-decoration:underline;text-underline-offset:.25em}.site-footer__legal-info p{font-size:.86rem;line-height:1.6;margin:0 0 1.25rem}.site-footer__legal-logos{align-items:center;display:flex;gap:1rem;margin:1.5rem 0}.site-footer__legal-logos img{display:block;height:auto;max-height:3.75rem;max-width:8rem;object-fit:contain;width:auto}.site-footer__vat{color:#fff;font-weight:800}
.site-footer__legal{background:#fff;border:0;color:#242428;padding-block:1.15rem}.site-footer__legal>.pnp-container{align-items:center;display:flex;gap:1.25rem;justify-content:space-between}.site-footer__company{display:flex;flex-wrap:wrap;gap:.4rem 1rem}.site-footer__company span+span{border-left:1px solid #d7d7da;padding-left:1rem}.site-footer__legal .site-footer__credit{color:#242428;text-decoration:none}.site-footer__legal .site-footer__credit:hover{color:var(--pnp-red);text-decoration:none}.site-footer__legal .site-footer__credit:focus-visible{color:#111;outline:3px solid var(--pnp-red);outline-offset:3px}
@media(max-width:64rem){.site-footer__main{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:48rem){
	.site-footer{overflow-x:clip;padding-top:clamp(2.75rem,9vw,3.5rem)}
	.site-footer__main{gap:clamp(1.75rem,6vw,2.5rem);grid-template-columns:minmax(0,1fr);padding-bottom:clamp(2.5rem,8vw,3.5rem)}
	.site-footer__main>*{max-width:100%;min-width:0;width:100%}
	.site-footer__brand{max-width:none}.site-brand--footer{margin-bottom:1.25rem;max-width:10rem}.site-brand--footer img{height:auto;max-height:none;max-width:100%;object-fit:contain;width:100%}
	.site-footer__description{margin-bottom:1.1rem}.site-footer__social h3,.site-footer__links h2,.site-footer__legal-info h2{margin-bottom:.75rem}
	.site-footer__social>div{gap:.65rem}.site-footer__social a{flex:0 0 2.75rem;height:2.75rem;width:2.75rem}
	.site-footer__links ul{gap:.2rem}.site-footer__links a{align-items:center;display:inline-flex;min-height:2.75rem;max-width:100%;overflow-wrap:break-word}
	.site-footer__legal-info p{margin-bottom:1rem;overflow-wrap:break-word}.site-footer__legal-logos{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;margin:1rem 0}.site-footer__legal-logos img{flex:0 1 auto;height:auto;max-height:3.25rem;max-width:min(8rem,100%);object-fit:contain;width:auto}
	.site-footer__legal{padding-block:1rem}.site-footer__legal>.pnp-container{align-items:flex-start;box-sizing:border-box;flex-direction:column;gap:.55rem;width:100%}.site-footer__company{color:#242428;flex-direction:column;gap:.35rem;min-width:0}.site-footer__company span,.site-footer__credit{max-width:100%;overflow-wrap:anywhere}.site-footer__company span+span{border:0;padding-left:0}.site-footer .site-footer__credit{align-items:center;color:#242428;display:inline-flex;min-height:2.75rem;text-decoration:none}.site-footer .site-footer__credit:hover{color:#111;text-decoration:underline;text-underline-offset:.25em}.site-footer .site-footer__credit:focus-visible{color:#111;outline:3px solid var(--pnp-red);outline-offset:3px}
}

/* Visible semantic headings preserve the editorial hierarchy without changing section layouts. */
.tipster-opportunity .tipster-editorial h2,.tipster-how>.pnp-container>h2,.tipster-commercial-benefits>.pnp-container>h2,.tipster-sportium__layout>div:last-child>h2,.tipster-experience__copy>h2,.tipster-target>.pnp-container>h2{color:var(--pnp-red);font-size:.78rem;font-weight:900;letter-spacing:.12em;line-height:1.3;margin:0 0 .8rem;text-transform:uppercase}.tipster-commercial-benefits>.pnp-container>h2,.tipster-experience__copy>h2,.tipster-target>.pnp-container>h2{color:#ff8b85}.tipster-display-heading{color:inherit;font-size:clamp(2.7rem,5.5vw,6rem);font-weight:900;letter-spacing:-.055em;line-height:.94;margin:.25rem 0 1.5rem}.tipster-commercial-benefits .tipster-display-heading,.tipster-experience .tipster-display-heading,.tipster-target .tipster-display-heading{color:#fff}.tipster-sportium .pnp-button{margin-top:1rem}

@media (min-width: 48.01rem) and (max-width: 68rem) {
  .paths-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 68rem) {
  .hero__inner,
  .hero__inner.has-media { grid-template-columns: minmax(0, 1fr); }
  .hero__content { max-width: 54rem; }
  .hero__visual { margin-inline: auto; max-width: 42rem; width: 100%; }
}

@keyframes pnp-hero-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -0.65rem, 0); }
}

@keyframes pnp-mesh-drift {
  0%, 100% { transform: scale(1.08) translate3d(0, 0, 0); }
  50% { transform: scale(1.12) translate3d(-1%, 1%, 0); }
}

.hero__mesh { animation: pnp-mesh-drift 18s ease-in-out infinite; }
.hero-float--top { animation: pnp-hero-float 6s ease-in-out infinite; }
.hero-float--bottom { animation: pnp-hero-float 7.5s ease-in-out -2s infinite; }

.js [data-pnp-reveal] {
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.8,.2,1);
}

.js [data-pnp-reveal].is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.js .paths-grid [data-pnp-reveal]:nth-child(2) { transition-delay: 80ms; }
.js .paths-grid [data-pnp-reveal]:nth-child(3) { transition-delay: 160ms; }
.js .paths-grid [data-pnp-reveal]:nth-child(4) { transition-delay: 240ms; }

@media (prefers-reduced-motion: reduce) {
  .hero__mesh,
  .hero-float { animation: none; }
  .hero__visual,
  .path-card { transition: none; }
  .js [data-pnp-reveal] { opacity: 1; transform: none; transition: none; }
}

/* Homepage product experience. */
.pnp-home { overflow: clip; }
.home-hero-story {
  --pnp-story-progress: 0;
  --pnp-experience-progress: 0;
  background: var(--pnp-surface);
  isolation: isolate;
  min-width: 0;
  position: relative;
}
.pnp-hero-visual { background: rgb(255 255 255 / 10%); border: 1px solid rgb(255 255 255 / 24%); border-radius: 2rem; box-shadow: 0 2rem 5rem rgb(38 4 20 / 28%); height: 100%; min-height: 100%; overflow: hidden; position: relative; width: 100%; }
.pnp-hero-layer { display: block; position: absolute; }
.pnp-hero-layer--background { inset: 0; }
.pnp-hero-layer__image,
.pnp-hero-layer--background img { height: 100%; object-fit: cover; width: 100%; }
.pnp-hero-layer--foreground { bottom: 0; inset-inline: 8%; top: 5%; z-index: 2; }
.pnp-hero-layer--foreground img { height: 100%; object-fit: contain; object-position: bottom center; width: 100%; }
.pnp-hero-layer--decorative-1,
.pnp-hero-layer--decorative-2 { max-width: 34%; z-index: 4; }
.pnp-hero-layer--decorative-1 { left: 1%; top: 8%; }
.pnp-hero-layer--decorative-2 { bottom: 6%; right: 1%; }
.pnp-smartphone { aspect-ratio: 9 / 19.5; height: min(82%, 42rem); left: 50%; max-width: 48%; position: absolute; top: 50%; transform: translate3d(-50%, -50%, 0); width: auto; z-index: 3; }
.pnp-smartphone__viewport { background: #111; border-radius: 2rem; inset: 2.7% 5%; overflow: hidden; position: absolute; }
.pnp-smartphone__viewport video,
.pnp-smartphone__viewport img { height: 100%; object-fit: cover; width: 100%; }
.pnp-smartphone__frame { height: 100%; inset: 0; object-fit: contain; pointer-events: none; position: absolute; width: 100%; z-index: 2; }
.pnp-smartphone__frame-css { border: .65rem solid #171719; border-radius: 2.4rem; box-shadow: 0 1.5rem 3rem rgb(23 23 25 / 28%); inset: 0; pointer-events: none; position: absolute; z-index: 2; }
.pnp-hero-visual--align-left .pnp-smartphone { left: 34%; }
.pnp-hero-visual--align-right .pnp-smartphone { left: 66%; }
.hero--height-compact { min-height: 42rem; }
.hero--height-tall { min-height: min(62rem, calc(100vh - 4.75rem)); }
.hero .hero__intro { color: rgb(255 255 255 / 86%); }
.pnp-hero-visual--image-cover .pnp-hero-layer--foreground { inset-inline: 4%; }
.pnp-demo-primary { align-items: center; background: linear-gradient(145deg, rgb(255 255 255 / 14%), rgb(67 10 20 / 34%)); display: flex; inset: 0; justify-content: center; }
.pnp-demo-primary span { color: rgb(255 255 255 / 52%); font-size: 1rem; font-weight: 900; letter-spacing: .22em; }
.pnp-demo-foreground { align-items: end; display: flex; inset-inline: 15%; justify-content: center; pointer-events: none; }
.pnp-demo-foreground span { background: linear-gradient(180deg, rgb(255 255 255 / 18%), rgb(255 255 255 / 5%)); border: 1px solid rgb(255 255 255 / 28%); border-radius: 48% 48% 24% 24%; height: 76%; width: 48%; }
.pnp-demo-foreground i { bottom: 8%; color: rgb(255 255 255 / 62%); font-size: .68rem; font-style: normal; font-weight: 900; letter-spacing: .18em; position: absolute; }
.pnp-demo-phone-screen { background: linear-gradient(160deg, #f7f4f4, #e9d8da); display: grid; gap: .7rem; height: 100%; padding: 28% 14% 14%; position: relative; }
.pnp-demo-phone-screen small { color: var(--pnp-red); font-size: .65rem; font-weight: 900; letter-spacing: .08em; }
.pnp-demo-phone-screen span { background: rgb(67 10 20 / 12%); border-radius: 999px; display: block; height: .55rem; }
.pnp-demo-phone-screen span:nth-of-type(1) { background: var(--pnp-red); height: 3.5rem; width: 3.5rem; }
.pnp-demo-phone-screen span:nth-of-type(3) { width: 68%; }
.pnp-demo-phone-screen b { bottom: 8%; color: rgb(67 10 20 / 34%); font-size: .6rem; letter-spacing: .18em; position: absolute; right: 12%; }
.pnp-demo-card { backdrop-filter: blur(12px); background: rgb(255 255 255 / 88%); border: 1px solid rgb(255 255 255 / 72%); border-radius: 1.1rem; box-shadow: 0 1.2rem 3rem rgb(38 4 20 / 22%); display: grid; gap: .5rem; min-width: 11rem; padding: 1rem 1.1rem; }
.pnp-demo-card small { color: var(--pnp-red); font-size: .58rem; font-weight: 900; letter-spacing: .08em; }
.pnp-demo-card span { background: #ded8da; border-radius: 999px; height: .45rem; }
.pnp-demo-card span:nth-of-type(1) { background: var(--pnp-red); width: 38%; }
.pnp-demo-card span:nth-of-type(3) { width: 64%; }
.pnp-demo-card--2 { background: rgb(35 24 27 / 91%); }
.pnp-demo-card--2 small { color: #fff; }
.pnp-demo-card--2 span { background: rgb(255 255 255 / 25%); }

/* Keep the complete homepage pitch above the fold on common laptop viewports. */
@media (min-width: 48.01rem) and (max-width: 90rem), (min-width: 48.01rem) and (max-height: 56.25rem) {
	.home-hero-story .hero { min-height: calc(100svh - 4.75rem); padding: clamp(2.5rem, 6vh, 4.5rem) 0 clamp(5rem, 9vh, 6.5rem); }
	.home-hero-story .hero__inner { gap: clamp(2rem, 4vw, 4rem); grid-template-columns: minmax(0, 1.04fr) minmax(20rem, .96fr); }
	.home-hero-story .hero__content { max-width: 41rem; }
	.home-hero-story .hero h1 { font-size: clamp(3.25rem, 4.8vw, 5rem); line-height: .91; margin-block: .35rem 1rem; max-width: 11.5ch; }
	.home-hero-story .hero .eyebrow { margin-bottom: .65rem; }
	.home-hero-story .hero__intro { font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.5; margin-bottom: 1.25rem; max-width: 34rem; }
	.home-hero-story .hero__actions { margin-top: 0; }
	.home-hero-story .hero__visual { min-height: min(62vh, 34rem); }
	.home-hero-story .pnp-hero-visual { min-height: min(62vh, 34rem); }
}

/* Homepage scroll-driven product scene. */
.pnp-scroll-experience { --pnp-experience-progress: 0; background: #750b13; height: 320vh; position: relative; z-index: 3; }
.pnp-scroll-experience__stage { height: 100vh; overflow: hidden; position: sticky; top: 0; }
.pnp-scroll-experience__background { inset: 0; opacity: 1; position: absolute; transform: scale(calc(1.035 - (var(--pnp-experience-progress) * .035))); }
.pnp-scroll-experience__background picture,
.pnp-scroll-experience__background img { height: 100%; width: 100%; }
.pnp-scroll-experience__background img { object-fit: cover; }
.pnp-experience-demo-bg { background: radial-gradient(circle at 52% 38%, rgb(255 105 94 / 78%), transparent 30%), radial-gradient(circle at 14% 82%, rgb(223 37 36 / 74%), transparent 38%), linear-gradient(145deg, #f0443e 0%, #df2524 40%, #a90f1b 72%, #680810 100%); height: 100%; position: relative; }
.pnp-experience-demo-bg::after { background-image: linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px); background-size: 4rem 4rem; content: ""; inset: 0; position: absolute; }
.pnp-experience-demo-bg span { bottom: 2rem; color: rgb(255 255 255 / 42%); font-size: .7rem; font-weight: 900; left: 2rem; letter-spacing: .2em; position: absolute; z-index: 1; }
.pnp-scroll-experience__foreground { bottom: 0; height: 78%; left: 50%; opacity: clamp(.2, calc((var(--pnp-experience-progress) + .04) * 5), 1); position: absolute; transform: translate3d(-62%, calc((1 - var(--pnp-experience-progress)) * 2.5rem), 0); width: min(62vw, 55rem); z-index: 2; }
.pnp-scroll-experience__foreground img { height: 100%; object-fit: contain; object-position: bottom center; width: 100%; }
.pnp-experience-demo-foreground { align-items: end; display: flex; justify-content: center; }
.pnp-experience-demo-foreground span { background: linear-gradient(180deg, rgb(255 255 255 / 18%), rgb(255 255 255 / 3%)); border: 1px solid rgb(255 255 255 / 24%); border-radius: 48% 48% 20% 20%; height: 88%; width: 46%; }
.pnp-experience-demo-foreground small { bottom: 8%; color: rgb(255 255 255 / 50%); font-size: .6rem; font-weight: 900; letter-spacing: .15em; position: absolute; }
.pnp-scroll-experience__phone { aspect-ratio: 9 / 19.5; height: min(78vh, 48rem); left: 50%; max-width: min(28vw, 22rem); opacity: clamp(.12, calc((1 - var(--pnp-experience-progress)) * 7), 1); position: absolute; top: 50%; transform: translate3d(-50%, calc(-48% - (var(--pnp-experience-progress) * 3%)), 0) scale(calc(.86 + (var(--pnp-experience-progress) * .1))); width: auto; z-index: 4; }
.pnp-shared-phone-track { inset: 0; pointer-events: none; position: absolute; z-index: 5; }
.pnp-shared-phone-stage { height: 100vh; margin-inline: auto; max-width: var(--pnp-container); position: sticky; top: 0; width: calc(100% - 3rem); }
.pnp-shared-phone { left: calc(75% - (var(--pnp-story-progress) * 25%)); opacity: clamp(0, calc((1 - var(--pnp-experience-progress)) * 8), 1); pointer-events: auto; transform: translate3d(-50%, calc(-48% - (var(--pnp-story-progress) * 2%)), 0) scale(calc(.82 + (var(--pnp-story-progress) * .04) + (var(--pnp-experience-progress) * .1))); transform-origin: center; will-change: left, transform, opacity; }
.pnp-scroll-experience__viewport { background: #111; border-radius: 2.15rem; inset: 2.7% 5%; overflow: hidden; position: absolute; }
.pnp-scroll-experience__viewport video,
.pnp-scroll-experience__viewport img { height: 100%; object-fit: cover; width: 100%; }
.pnp-scroll-experience__frame { height: 100%; inset: 0; object-fit: contain; pointer-events: none; position: absolute; width: 100%; z-index: 2; }
.pnp-scroll-experience__frame-css { border: .7rem solid #171719; border-radius: 2.7rem; box-shadow: 0 2rem 5rem rgb(23 3 10 / 42%); inset: 0; pointer-events: none; position: absolute; z-index: 2; }
.pnp-experience-demo-screen { background: linear-gradient(160deg, #fff, #e7d9dc); display: grid; gap: 1rem; height: 100%; padding: 28% 14% 14%; }
.pnp-experience-demo-screen small { color: var(--pnp-red); font-weight: 900; }
.pnp-experience-demo-screen i { background: var(--pnp-red); border-radius: 50%; display: block; height: 4.5rem; width: 4.5rem; }
.pnp-experience-demo-screen span { background: rgb(67 10 20 / 14%); border-radius: 999px; height: .7rem; }
.pnp-experience-demo-screen b { align-self: end; color: rgb(67 10 20 / 34%); font-size: .65rem; letter-spacing: .16em; }
.pnp-scroll-experience__decorative { backdrop-filter: blur(18px) saturate(125%); background: linear-gradient(145deg, rgb(83 8 17 / 82%), rgb(28 8 12 / 66%)); border: 1px solid rgb(255 137 128 / 28%); border-radius: 1.35rem; box-shadow: 0 1.8rem 4rem rgb(35 3 10 / 36%), inset 0 1px 0 rgb(255 255 255 / 16%), 0 0 2.5rem rgb(240 68 62 / 12%); display: grid; gap: .65rem; isolation: isolate; opacity: clamp(0, calc((var(--pnp-experience-progress) - .2) * 8), calc((1 - var(--pnp-experience-progress)) * 6)); overflow: hidden; padding: 1.05rem; position: absolute; width: min(15vw, 12rem); will-change: transform, opacity; z-index: 5; }
.pnp-scroll-experience__decorative::before { background: linear-gradient(125deg, rgb(255 255 255 / 13%), transparent 48%); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 1; }
.pnp-scroll-experience__decorative > * { position: relative; z-index: 2; }
.pnp-scroll-experience__decorative img { border-radius: .8rem; display: block; max-height: 8.5rem; mix-blend-mode: multiply; object-fit: contain; opacity: .92; width: 100%; }
.pnp-scroll-experience__decorative small { color: rgb(255 255 255 / 86%); font-size: .58rem; font-weight: 900; letter-spacing: .11em; }
.pnp-scroll-experience__decorative span { background: rgb(255 255 255 / 20%); border-radius: 999px; height: .45rem; }
.pnp-scroll-experience__decorative span:first-of-type { background: #ff6b63; box-shadow: 0 0 1.2rem rgb(255 107 99 / 36%); width: 42%; }
.pnp-scroll-experience__decorative--1 { left: 8%; top: 17%; transform: translate3d(calc(var(--pnp-experience-progress) * -2.8rem), calc((var(--pnp-experience-progress) - .25) * 2.4rem), 0) rotate(calc(-2deg - (var(--pnp-experience-progress) * 1.5deg))); }
.pnp-scroll-experience__decorative--2 { bottom: 14%; right: 7%; transform: translate3d(calc(var(--pnp-experience-progress) * 2.5rem), calc((.4 - var(--pnp-experience-progress)) * 2.8rem), 0) rotate(calc(2deg + (var(--pnp-experience-progress) * 1.2deg))); }
.pnp-scroll-experience__content { color: #fff; left: 8%; max-width: 26rem; opacity: clamp(0, calc((var(--pnp-experience-progress) - .4) * 8), calc((.78 - var(--pnp-experience-progress)) * 8)); position: absolute; top: 52%; transform: translateY(calc((.5 - var(--pnp-experience-progress)) * 3rem)); z-index: 6; }
.pnp-scroll-experience__content h2 { color: #fff; font-size: clamp(2.5rem, 5vw, 5rem); }
[data-experience-next] > .pnp-container { opacity: clamp(.2, calc((var(--pnp-experience-progress, 1) - .78) * 5), 1); transform: translate3d(0, calc((1 - var(--pnp-experience-progress, 1)) * 4rem), 0); }

@media (max-width: 68rem) {
  .pnp-scroll-experience__decorative { width: min(18vw, 10rem); }
  .pnp-scroll-experience__decorative--1 { left: 5%; transform: translate3d(calc(var(--pnp-experience-progress) * -1.2rem), calc((var(--pnp-experience-progress) - .25) * 1rem), 0) rotate(-2deg); }
  .pnp-scroll-experience__decorative--2 { right: 5%; transform: translate3d(calc(var(--pnp-experience-progress) * 1.1rem), calc((.4 - var(--pnp-experience-progress)) * 1.2rem), 0) rotate(2deg); }
}

@media (max-width: 48rem) {
  .pnp-scroll-experience { height: auto; min-height: 48rem; }
  .pnp-scroll-experience__stage { height: 48rem; position: relative; top: auto; }
  .pnp-scroll-experience__background,
  .pnp-scroll-experience__foreground,
  .pnp-scroll-experience__phone { opacity: 1; }
  .pnp-scroll-experience__background { transform: none; }
  .pnp-scroll-experience__foreground { height: 56%; transform: translate3d(-62%, 0, 0); width: 115vw; }
  .pnp-scroll-experience__phone { height: min(24rem, 55vh); max-width: 58vw; transform: translate3d(-50%, -50%, 0); width: auto; }
  .pnp-shared-phone-stage { width: calc(100% - 2rem); }
  .pnp-shared-phone { left: 50%; top: calc(100% - (var(--pnp-story-progress) * 50%)); transform: translate3d(-50%, -50%, 0) scale(calc(.88 + (var(--pnp-story-progress) * .22))); }
  .pnp-shared-phone-track.is-released { z-index: 0; }
  .pnp-shared-phone-track.is-released .pnp-shared-phone { opacity: 0; pointer-events: none; visibility: hidden; }
  .pnp-scroll-experience__decorative--1 { left: 4%; top: 12%; transform: translate3d(0, calc((var(--pnp-experience-progress) - .25) * .55rem), 0) rotate(-1deg); width: 8rem; }
  .pnp-scroll-experience__decorative--2 { display: none; }
  .pnp-scroll-experience__content { bottom: 2rem; left: 1.25rem; opacity: 1; right: 1.25rem; top: auto; transform: none; }
  [data-experience-next] > .pnp-container { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .pnp-scroll-experience { --pnp-experience-progress: 1; height: auto; min-height: 48rem; }
  .pnp-scroll-experience__stage { height: 48rem; position: relative; top: auto; }
  .pnp-scroll-experience__background,
  .pnp-scroll-experience__foreground,
  .pnp-scroll-experience__phone,
  .pnp-scroll-experience__decorative,
  .pnp-scroll-experience__content,
  [data-experience-next] > .pnp-container { opacity: 1; transform: none; }
  .pnp-scroll-experience__phone { left: 50%; top: 50%; transform: translate3d(-50%, -50%, 0); }
  .pnp-shared-phone { left: 75%; opacity: 1; transform: translate3d(-50%, -48%, 0) scale(.82); will-change: auto; }
}

@media (max-width: 48rem) and (prefers-reduced-motion: reduce) {
  .pnp-shared-phone { left: 50%; top: 100%; transform: translate3d(-50%, -50%, 0) scale(.88); }
}

/* Tipster Program landing. */
.tipster-page{--tipster-red:#ef2525;--tipster-deep:#550813;background:#f7f5f5;overflow:clip}.tipster-hero{--tipster-hero-progress:0;background:#760b17;color:#fff;isolation:isolate;min-height:min(68rem,calc(100vh - 4.75rem));overflow:hidden;position:relative}.tipster-hero__background,.tipster-hero__wash,.tipster-hero__grid{inset:0;position:absolute}.tipster-hero__background{filter:brightness(calc(.52 + (var(--tipster-intensity) * .22)));transform:scale(calc(1.06 - (var(--tipster-hero-progress) * .04)))}.tipster-hero__background picture,.tipster-hero__background img{height:100%;width:100%}.tipster-hero__background img{object-fit:cover}.tipster-hero__wash{background:linear-gradient(105deg,rgb(69 3 13 / 96%) 5%,rgb(189 17 29 / 83%) 48%,rgb(30 4 9 / 44%))}.tipster-hero--dark .tipster-hero__wash{background:linear-gradient(105deg,rgb(12 10 12 / 98%),rgb(78 8 17 / 88%),rgb(12 10 12 / 54%))}.tipster-hero--light .tipster-hero__wash{background:linear-gradient(105deg,rgb(245 37 37 / 94%),rgb(186 16 28 / 72%),rgb(255 255 255 / 18%))}.tipster-hero__grid{background-image:linear-gradient(rgb(255 255 255 / 6%) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / 6%) 1px,transparent 1px);background-size:5rem 5rem;mask-image:linear-gradient(to bottom,#000,transparent 90%)}.tipster-hero__inner{align-items:center;display:grid;gap:clamp(2rem,6vw,6rem);grid-template-columns:minmax(0,.95fr) minmax(28rem,1.05fr);min-height:inherit;padding-block:clamp(5rem,9vw,9rem);position:relative;z-index:2}.tipster-hero__copy{opacity:calc(1 - (var(--tipster-hero-progress) * .78));transform:translate3d(0,calc(var(--tipster-hero-progress) * -2.5rem),0);z-index:4}.tipster-hero__copy h1{color:#fff;font-size:clamp(4rem,7.4vw,8rem);letter-spacing:-.07em;line-height:.88;margin:.45rem 0 1.5rem;max-width:10ch}.tipster-hero__copy h1 em{color:#ffb3ae;font-style:normal}.tipster-hero__copy>p:not(.eyebrow){color:rgb(255 255 255 / 82%);font-size:clamp(1.05rem,1.6vw,1.35rem);max-width:40rem}.tipster-hero__actions{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.tipster-hero__actions .pnp-button{background:#fff;color:#d51b24}.tipster-hero__actions .pnp-button+.pnp-button{background:var(--pnp-red);border-color:var(--pnp-red);color:#fff;text-decoration:none;width:auto}.tipster-hero__visual{height:min(76vh,52rem);position:relative;transform:translate3d(0,calc(var(--tipster-hero-progress) * 2rem),0) scale(calc(1 - (var(--tipster-hero-progress) * .08)))}.tipster-hero__foreground{inset:2% 0 0;position:absolute;z-index:2}.tipster-hero__foreground img{height:100%;object-fit:contain;width:100%}.tipster-phone{background:#111;border:.65rem solid #171719;border-radius:2.4rem;box-shadow:0 2rem 5rem rgb(15 2 5 / 45%);height:76%;left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);width:38%;z-index:3}.tipster-phone img{height:100%;object-fit:cover;width:100%}.tipster-float{backdrop-filter:blur(14px);background:rgb(35 5 11 / 63%);border:1px solid rgb(255 255 255 / 21%);border-radius:1.3rem;box-shadow:0 1.4rem 3.5rem rgb(20 2 7 / 35%);overflow:hidden;padding:.45rem;position:absolute;width:clamp(7rem,14vw,12rem);z-index:4}.tipster-float img{border-radius:.9rem;display:block;height:auto;width:100%}.tipster-float--1{left:-5%;top:7%;transform:translate3d(calc(var(--tipster-hero-progress) * -2rem),calc(var(--tipster-hero-progress) * 2.5rem),0) rotate(-5deg)}.tipster-float--2{bottom:6%;right:-3%;transform:translate3d(calc(var(--tipster-hero-progress) * 2rem),calc(var(--tipster-hero-progress) * -2rem),0) rotate(4deg)}.tipster-float--3{right:3%;top:4%;width:5.5rem;transform:rotate(calc(var(--tipster-hero-progress) * 12deg))}
.tipster-section{padding:clamp(5rem,10vw,10rem) 0}.tipster-section h2,.tipster-immersive-cta h2{font-size:clamp(3rem,6vw,6.8rem);letter-spacing:-.055em;line-height:.94}.tipster-editorial{align-items:center;display:grid;gap:clamp(3rem,8vw,8rem);grid-template-columns:1.05fr .95fr}.tipster-editorial>div>p:last-child{color:#55515a;font-size:clamp(1.1rem,1.8vw,1.45rem);line-height:1.7;max-width:44rem}.tipster-editorial figure{background:#151316;border-radius:2.5rem;box-shadow:0 2rem 5rem rgb(53 6 16 / 18%);margin:0;overflow:hidden;transform:rotate(2deg)}.tipster-editorial img{aspect-ratio:4/5;display:block;height:100%;object-fit:contain;width:100%}.tipster-benefits{background:#171417;color:#fff}.tipster-benefits h2{color:#fff;max-width:12ch}.tipster-benefit-track{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:3rem}.tipster-benefit{background:linear-gradient(145deg,rgb(255 255 255 / 10%),rgb(255 255 255 / 3%));border:1px solid rgb(255 255 255 / 12%);border-radius:1.6rem;min-height:25rem;padding:1.6rem;position:relative}.tipster-benefit>span{color:#ff625c;font-size:2rem}.tipster-benefit>small{color:rgb(255 255 255 / 35%);display:block;font-weight:900;margin:4rem 0 1rem}.tipster-benefit h3{color:#fff;font-size:1.55rem}.tipster-benefit p{color:rgb(255 255 255 / 68%)}.tipster-benefit img{border-radius:1rem;height:7rem;object-fit:cover;width:100%}
.tipster-story{--tipster-story-progress:0;background:#750b13;height:300vh;position:relative}.tipster-story__sticky{color:#fff;height:100vh;overflow:hidden;position:sticky;top:0}.tipster-story__mesh{background:radial-gradient(circle at 70% 30%,#f33 0,transparent 35%),linear-gradient(145deg,#c51624,#4b0711);inset:0;position:absolute}.tipster-story__layout{align-items:center;display:grid;gap:5rem;grid-template-columns:.8fr 1.2fr;height:100%;position:relative;z-index:2}.tipster-story__heading h2{color:#fff;font-size:clamp(3.3rem,6vw,6.5rem);line-height:.9}.tipster-story__steps{display:grid;margin-top:2rem}.tipster-story__steps article{grid-area:1/1;opacity:0;transform:translateY(2rem);transition:opacity .35s ease,transform .35s ease}.tipster-story__steps article.is-active{opacity:1;transform:none}.tipster-story__steps h3{color:#fff;font-size:2rem;margin:.4rem 0}.tipster-story__steps p{color:rgb(255 255 255 / 74%);font-size:1.15rem;max-width:30rem}.tipster-story__steps small{font-weight:900;letter-spacing:.14em}.tipster-story__visual{height:min(76vh,50rem);position:relative}.tipster-story__visual>[data-tipster-story-main]{height:100%;object-fit:contain;width:100%;transform:scale(calc(.9 + (var(--tipster-story-progress) * .08)))}.tipster-story__card{background:rgb(19 14 16 / 84%);border:1px solid rgb(255 255 255 / 20%);border-radius:1.3rem;box-shadow:0 1.6rem 4rem rgb(21 2 8 / 40%);opacity:.18;overflow:hidden;padding:.45rem;position:absolute;transition:opacity .35s ease,transform .35s ease;width:min(14rem,30%)}.tipster-story__card img{border-radius:.9rem;display:block;width:100%}.tipster-story__card.is-active{opacity:1}.tipster-story__card--1{left:0;top:8%;transform:rotate(-6deg)}.tipster-story__card--2{right:0;top:20%;transform:rotate(5deg)}.tipster-story__card--3{bottom:4%;right:12%;transform:rotate(-3deg)}
.tipster-how h2{max-width:12ch}.tipster-how-track{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:3rem}.tipster-how-track article{background:#fff;border-radius:1.6rem;box-shadow:0 1.5rem 4rem rgb(45 8 16 / 10%);min-height:22rem;padding:1.8rem}.tipster-how-track span{color:#e52129;font-size:4rem;font-weight:900}.tipster-how-track h3{font-size:1.6rem}.tipster-target{background:#ed2529;color:#fff}.tipster-target h2{color:#fff;max-width:15ch}.tipster-targets{display:flex;flex-wrap:wrap;gap:.8rem;margin:3rem 0}.tipster-targets span{background:rgb(255 255 255 / 14%);border:1px solid rgb(255 255 255 / 30%);border-radius:999px;font-size:clamp(1rem,1.8vw,1.3rem);font-weight:800;padding:.9rem 1.2rem}.tipster-target .pnp-container>p{color:rgb(255 255 255 / 75%)}.tipster-immersive-cta{color:#fff;isolation:isolate;min-height:85vh;overflow:hidden;padding:clamp(7rem,13vw,13rem) 0;position:relative}.tipster-immersive-cta__media,.tipster-immersive-cta__media:after{inset:0;position:absolute}.tipster-immersive-cta__media img{height:100%;object-fit:cover;width:100%}.tipster-immersive-cta__media:after{background:linear-gradient(90deg,rgb(20 3 7 / 95%),rgb(149 12 25 / 76%),rgb(20 3 7 / 38%));content:""}.tipster-immersive-cta .pnp-container{position:relative;z-index:2}.tipster-immersive-cta h2{color:#fff;max-width:10ch}.tipster-immersive-cta p:not(.eyebrow){color:rgb(255 255 255 / 78%);font-size:1.25rem;max-width:40rem}
.tipster-form-layout{align-items:start;display:grid;gap:clamp(3rem,8vw,8rem);grid-template-columns:.72fr 1.28fr}.tipster-form{background:#fff;border-radius:2rem;box-shadow:0 2rem 5rem rgb(48 7 15 / 12%);padding:clamp(1.4rem,4vw,3rem)}.tipster-form__grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.tipster-form label{display:grid;gap:.45rem;margin-bottom:1rem}.tipster-form label>span{font-size:.86rem;font-weight:800}.tipster-form input,.tipster-form textarea{border:1px solid #ddd6d8;border-radius:.75rem;padding:.85rem;width:100%}.tipster-form__privacy{align-items:start;display:grid!important;grid-template-columns:auto 1fr}.tipster-form__privacy input{margin-top:.15rem;width:auto}.tipster-faq__list{border-top:1px solid #d9d2d4;margin-top:3rem}.tipster-faq details{border-bottom:1px solid #d9d2d4}.tipster-faq summary{align-items:center;cursor:pointer;display:flex;font-size:clamp(1.15rem,2vw,1.45rem);font-weight:800;justify-content:space-between;list-style:none;padding:1.4rem 0}.tipster-faq summary::-webkit-details-marker{display:none}.tipster-faq summary span{font-size:1.8rem;transition:transform .2s ease}.tipster-faq details[open] summary span{transform:rotate(45deg)}.tipster-faq details div{max-width:50rem;padding:0 0 1.4rem}.tipster-panel .tipster-visual--media{background:#171417;border-radius:50%;height:min(30rem,38vw);overflow:hidden;width:min(30rem,38vw)}.tipster-panel .tipster-visual--media img{height:100%;object-fit:contain;width:100%}

/* Tipster commercial extension: existing card, button and carousel language. */
.tipster-section-intro{color:#5c5659;font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:1.65;max-width:48rem}.tipster-commercial-benefits{background:#171417;color:#fff}.tipster-commercial-benefits h2{color:#fff;max-width:11ch}.tipster-commercial-benefits .tipster-section-intro{color:rgb(255 255 255 / 70%)}.tipster-commercial-benefit-track{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:3rem}.tipster-commercial-benefit-track article{background:linear-gradient(145deg,rgb(255 255 255 / 10%),rgb(255 255 255 / 3%));border:1px solid rgb(255 255 255 / 12%);border-radius:1.6rem;display:flex;flex-direction:column;min-height:20rem;padding:1.8rem}.tipster-commercial-benefit-track article>span{color:#ff625c;font-size:2rem}.tipster-commercial-benefit-track article>small{color:#ff8b85;font-size:.72rem;font-weight:900;letter-spacing:.12em;margin-top:auto;padding-top:3rem}.tipster-commercial-benefit-track h3{color:#fff;font-size:1.55rem;margin:.6rem 0}.tipster-commercial-benefit-track p{color:rgb(255 255 255 / 68%);margin-bottom:0}.tipster-sportium{background:#fff}.tipster-sportium__layout{align-items:center;display:grid;gap:clamp(3rem,8vw,8rem);grid-template-columns:.9fr 1.1fr}.tipster-sportium figure{align-items:center;background:#f6f3f3;border-radius:1.5rem;display:flex;justify-content:center;margin:0 0 1.5rem;min-height:10rem;padding:2rem}.tipster-sportium figure img{height:auto;max-height:6rem;max-width:20rem;object-fit:contain;width:100%}.tipster-sportium__formula{align-items:center;display:flex;flex-wrap:wrap;gap:.55rem}.tipster-sportium__formula strong{background:#171417;border-radius:999px;color:#fff;font-size:.72rem;letter-spacing:.08em;padding:.7rem .9rem}.tipster-sportium__formula i{color:var(--pnp-red);font-style:normal;font-weight:900}.tipster-sportium__layout>div:last-child>p{color:#5c5659;font-size:1.15rem;line-height:1.65}.tipster-experience{background:linear-gradient(145deg,#710a15,#26070d);color:#fff}.tipster-experience__layout{align-items:center;display:grid;gap:clamp(3rem,7vw,7rem);grid-template-columns:1fr 1fr}.tipster-experience__layout--no-media{grid-template-columns:minmax(0,48rem)}.tipster-experience h2,.tipster-experience h3{color:#fff}.tipster-experience__copy>p:not(.section-kicker){color:rgb(255 255 255 / 72%);font-size:1.12rem;line-height:1.65}.tipster-experience__items{border-top:1px solid rgb(255 255 255 / 18%);margin-top:2rem}.tipster-experience__items article{border-bottom:1px solid rgb(255 255 255 / 18%);padding:1.1rem 0}.tipster-experience__items h3{font-size:1.12rem;margin:0 0 .3rem}.tipster-experience__items p{color:rgb(255 255 255 / 66%);margin:0}.tipster-experience figure{background:rgb(255 255 255 / 8%);border:1px solid rgb(255 255 255 / 14%);border-radius:2rem;margin:0;overflow:hidden}.tipster-experience figure img{aspect-ratio:4/5;display:block;height:100%;object-fit:cover;width:100%}.tipster-immersive-cta__microcopy{color:rgb(255 255 255 / 68%);display:block;line-height:1.5;margin-top:1.2rem;max-width:40rem}
@media(max-width:68rem){.tipster-hero__inner{gap:2rem;grid-template-columns:1fr 1fr}.tipster-benefit-track{grid-template-columns:repeat(2,minmax(0,1fr))}.tipster-commercial-benefit-track{grid-template-columns:repeat(2,minmax(0,1fr))}.tipster-story__layout{gap:2rem}.tipster-float{width:8rem}}
@media(max-width:48rem){.tipster-hero{min-height:auto}.tipster-hero__inner{grid-template-columns:1fr;padding-block:5rem 2rem}.tipster-hero__copy h1{font-size:clamp(3.6rem,17vw,5.2rem)}.tipster-hero__copy{opacity:1;transform:none}.tipster-hero__visual{height:32rem;transform:none}.tipster-float--2{display:none}.tipster-float--1{left:0;width:7rem}.tipster-float--3{right:0}.tipster-editorial,.tipster-form-layout{grid-template-columns:1fr}.tipster-benefit-track,.tipster-how-track{display:flex;margin-inline:-1.25rem;overflow-x:auto;padding:0 1.25rem 1rem;scroll-snap-type:x mandatory}.tipster-benefit,.tipster-how-track article{flex:0 0:82vw;scroll-snap-align:center}.tipster-story{height:auto}.tipster-story__sticky{height:auto;min-height:48rem;padding:5rem 0;position:relative}.tipster-story__layout{grid-template-columns:1fr}.tipster-story__visual{height:24rem}.tipster-story__steps article{display:none;grid-area:auto;opacity:1;transform:none}.tipster-story__steps article:first-child{display:block}.tipster-story__card{width:8rem}.tipster-form__grid{grid-template-columns:1fr}.tipster-immersive-cta{min-height:42rem}.tipster-panel .tipster-visual--media{height:18rem;width:18rem}}
@media(max-width:48rem){.tipster-how-track{align-items:stretch}.tipster-how-track article{box-sizing:border-box;display:flex;flex-direction:column;height:22rem;min-height:22rem;padding:1.8rem;width:82vw}.tipster-how-track article p{margin-bottom:0;overflow-wrap:anywhere}}
@media(prefers-reduced-motion:reduce){.tipster-hero__background,.tipster-hero__copy,.tipster-hero__visual,.tipster-float,.tipster-story__visual>[data-tipster-story-main]{transform:none!important}.tipster-story{height:auto}.tipster-story__sticky{height:auto;min-height:48rem;padding:5rem 0;position:relative}.tipster-story__steps article{display:block;grid-area:auto;opacity:1;transform:none}.tipster-story__card{opacity:1;position:relative}.tipster-story__visual{display:flex;flex-wrap:wrap;height:auto}}
@media(max-width:48rem){.tipster-hero__copy{min-width:0}.tipster-hero__copy h1{font-size:clamp(3rem,13.5vw,4rem);max-width:100%;overflow-wrap:anywhere}.tipster-hero__actions{align-items:flex-start;flex-direction:column}.tipster-hero__actions .pnp-button+.pnp-button{max-width:100%;overflow-wrap:anywhere;width:100%}}

@media(max-width:48rem){.tipster-commercial-benefits,.tipster-sportium,.tipster-experience{overflow-x:clip}.tipster-commercial-benefit-track{display:flex;gap:1rem;margin-inline:-1.25rem;overflow-x:auto;padding:0 1.25rem 1rem;scroll-padding-inline:1.25rem;scroll-snap-type:x mandatory;scrollbar-width:none}.tipster-commercial-benefit-track::-webkit-scrollbar{display:none}.tipster-commercial-benefit-track article{box-sizing:border-box;flex:0 0:88%;min-height:20rem;scroll-snap-align:start}.tipster-commercial-benefit-track+.pnp-carousel-controls{justify-content:flex-end;margin:.6rem 0 0}.tipster-sportium__layout,.tipster-experience__layout{grid-template-columns:1fr}.tipster-sportium figure{min-height:8rem;padding:1.25rem}.tipster-sportium figure img{max-height:5rem;max-width:16rem}.tipster-sportium__formula{gap:.4rem}.tipster-sportium__formula strong{font-size:.62rem;padding:.6rem .7rem}.tipster-experience figure{order:-1}.tipster-experience figure img{aspect-ratio:16/11}.tipster-immersive-cta__microcopy{font-size:.85rem}.tipster-commercial-benefits .pnp-container,.tipster-sportium .pnp-container,.tipster-experience .pnp-container{padding-inline:1.5rem}}

/* Tipster commercial benefits: the track starts at zero so shared arrows target the next card. */
@media(max-width:48rem){
  .tipster-commercial-benefit-track{align-items:stretch;gap:1rem;margin-inline:0;overscroll-behavior-inline:contain;padding:.25rem 0 .75rem;scroll-padding-inline:0;scroll-snap-type:x mandatory;width:100%}
  .tipster-commercial-benefit-track article{display:flex;flex:0 0 88%;flex-direction:column;height:auto;max-width:88%;min-height:17.5rem;min-width:0;padding:1.625rem;scroll-snap-align:start;scroll-snap-stop:always;width:88%}
  .tipster-commercial-benefit-track article>span{font-size:1.65rem;line-height:1}
  .tipster-commercial-benefit-track article>small{margin-top:1.4rem;padding-top:0;width:100%}
  .tipster-commercial-benefit-track h3{font-size:1.4rem;line-height:1.18;margin:.65rem 0 .8rem;max-width:none;overflow-wrap:normal;width:100%;word-break:normal}
  .tipster-commercial-benefit-track p{font-size:.96rem;line-height:1.5;max-width:none;overflow-wrap:break-word;width:100%;word-break:normal}
  .tipster-commercial-benefit-track+.pnp-carousel-controls{justify-content:flex-start;margin:.5rem 0 0;max-width:100%;width:100%}
}
.tipster-experience__copy>.tipster-display-heading,.tipster-target>.pnp-container>.tipster-display-heading{color:#fff}

/* Tipster floating assets: transparent by default, framed on explicit opt-in. */
.tipster-float--transparent { backdrop-filter: none; background: transparent; border: 0; border-radius: 0; box-shadow: none; overflow: visible; padding: 0; }
.tipster-float--transparent img { border-radius: 0; display: block; height: auto; max-height: 100%; max-width: 100%; object-fit: contain; width: 100%; }
.tipster-float--framed { backdrop-filter: blur(14px); background: rgb(35 5 11 / 63%); border: 1px solid rgb(255 255 255 / 21%); border-radius: 1.3rem; box-shadow: 0 1.4rem 3.5rem rgb(20 2 7 / 35%); overflow: hidden; padding: .45rem; }

/* Native News editorial system. */
.news-archive,.news-single{background:#f7f5f5}.news-hero{background:radial-gradient(circle at 80% 10%,#ef3c45 0,transparent 31%),linear-gradient(130deg,#41050c,#9e101c 62%,#d91e29);color:#fff;padding:clamp(6rem,10vw,10rem) 0}.news-hero h1{color:#fff;font-size:clamp(3.4rem,7vw,7.2rem);letter-spacing:-.06em;line-height:.91;margin:.6rem 0 1.5rem;max-width:12ch}.news-hero .pnp-container>p:last-child{color:rgb(255 255 255 / 78%);font-size:clamp(1.05rem,1.7vw,1.35rem);max-width:42rem}.news-archive__content{padding-block:clamp(3rem,7vw,7rem)}.news-featured{align-items:center;background:#fff;border-radius:2rem;box-shadow:0 1.5rem 4rem rgb(55 8 13 / 10%);display:grid;gap:clamp(2rem,5vw,5rem);grid-template-columns:1.2fr .8fr;overflow:hidden;padding:clamp(.7rem,1.3vw,1.2rem)}.news-featured__image{border-radius:1.45rem;display:block;height:clamp(22rem,40vw,36rem);overflow:hidden}.news-featured__image img{height:100%;object-fit:cover;width:100%}.news-featured>div{padding:2rem 2rem 2rem 0}.news-featured h2{font-size:clamp(2.2rem,4vw,4.3rem);letter-spacing:-.05em;line-height:1}.news-featured h2 a,.news-card h3 a{color:inherit;text-decoration:none}.news-category{color:#c41520;font-size:.76rem;font-weight:900;letter-spacing:.1em;text-decoration:none;text-transform:uppercase}.news-filters{display:flex;gap:.65rem;margin:3rem 0 2rem;overflow-x:auto;padding-bottom:.35rem}.news-filters a{background:#fff;border:1px solid #e9dfe0;border-radius:999px;color:#4e3c3f;flex:none;font-size:.85rem;font-weight:800;padding:.7rem 1.05rem;text-decoration:none}.news-filters a:hover,.news-filters a:focus-visible,.news-filters a.is-active{background:#a7101b;border-color:#a7101b;color:#fff}.news-card-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}.news-card{background:#fff;border:1px solid #eee4e5;border-radius:1.5rem;box-shadow:0 .8rem 2.2rem rgb(58 12 17 / 5%);display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .25s ease,transform .25s ease}.news-card:hover{box-shadow:0 1.4rem 3rem rgb(58 12 17 / 10%);transform:translateY(-3px)}.news-card__image{background:#e7d6d8;display:block;overflow:hidden}.news-card__image img,.news-card__fallback{aspect-ratio:16/10;display:block;height:auto;object-fit:cover;transition:transform .45s ease;width:100%}.news-card__fallback{background:linear-gradient(135deg,#4c070e,#d9202b)}.news-card:hover .news-card__image img{transform:scale(1.025)}.news-card__body{display:flex;flex:1;flex-direction:column;padding:1.5rem}.news-card h3{font-size:1.55rem;line-height:1.12;margin:.55rem 0 .8rem}.news-card__body>p{color:#66585a}.news-card__meta{align-items:center;border-top:1px solid #eee5e6;display:flex;font-size:.83rem;justify-content:space-between;margin-top:auto;padding-top:1rem}.news-card__meta a{color:#a7101b;font-weight:900;text-decoration:none}.news-card__meta a span{display:inline-block;transition:transform .2s}.news-card:hover .news-card__meta a span{transform:translateX(4px)}.news-empty{background:#fff;border-radius:1.5rem;margin-block:4rem;padding:4rem;text-align:center}.navigation.pagination{margin-top:3rem}.nav-links{display:flex;gap:.5rem;justify-content:center}.page-numbers{align-items:center;background:#fff;border-radius:50%;color:#74101a;display:inline-flex;height:2.7rem;justify-content:center;text-decoration:none;width:2.7rem}.page-numbers.current{background:#a7101b;color:#fff}.news-single__header{background:linear-gradient(135deg,#3a050b,#a5101b);color:#fff;padding:clamp(5rem,9vw,9rem) 0 clamp(7rem,12vw,12rem)}.news-single__header-inner{max-width:72rem}.news-single__header h1{color:#fff;font-size:clamp(3rem,6.5vw,6.7rem);letter-spacing:-.06em;line-height:.94;margin:1rem 0 1.5rem}.news-single__header time{color:rgb(255 255 255 / 68%)}.news-single__dek{color:rgb(255 255 255 / 78%);font-size:1.3rem;max-width:50rem}.news-single__cover{margin-top:clamp(-6rem,-8vw,-4rem);position:relative}.news-single__cover img{aspect-ratio:16/8;border-radius:2rem;box-shadow:0 2rem 5rem rgb(39 4 8 / 25%);height:auto;object-fit:cover;width:100%}.news-single__layout{display:grid;grid-template-columns:minmax(0,48rem);justify-content:center;padding-block:clamp(4rem,7vw,7rem)}.news-single__content{font-size:1.12rem;line-height:1.8}.news-single__content h2{font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.04em;margin-top:2.5em}.news-single__content h3{font-size:1.6rem;margin-top:2em}.news-single__content img{border-radius:1rem;height:auto}.news-single__content blockquote{border-left:4px solid #d51b24;font-size:1.35rem;margin:2.5rem 0;padding:1rem 0 1rem 2rem}.news-single__content table{display:block;max-width:100%;overflow-x:auto}.news-related{background:#eee7e8;padding:clamp(4rem,7vw,7rem) 0}.news-related h2{margin-bottom:2rem}.news-single-cta{background:#240308;color:#fff;padding:clamp(4rem,7vw,7rem) 0}.news-single-cta .pnp-container{align-items:center;display:flex;gap:2rem;justify-content:space-between}.news-single-cta h2{color:#fff;max-width:18ch}.news-card-grid--home{margin-top:2rem}.home-news .news-card-grid--home .news-empty{grid-column:1/-1;margin:0}.news-card a:focus-visible,.news-featured a:focus-visible{outline:3px solid #e52832;outline-offset:3px}
.news-featured > * { min-width: 0; }
.news-share{border-top:1px solid #dfd5d6;margin-top:clamp(2.5rem,5vw,4.5rem);padding-top:clamp(2rem,4vw,3rem)}
.news-share__heading h2{font-size:clamp(1.45rem,2.4vw,2rem);letter-spacing:-.025em;margin:0 0 .4rem}.news-share__heading p{color:#66585a;margin:0;max-width:38rem}
.news-share__actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.4rem}.news-share__control{align-items:center;background:#242023;border:1px solid #242023;border-radius:.8rem;color:#fff;cursor:pointer;display:inline-flex;font:inherit;font-size:.82rem;font-weight:800;gap:.55rem;justify-content:center;min-height:2.9rem;padding:.7rem .9rem;text-decoration:none;transition:background-color .2s,border-color .2s,transform .2s}.news-share__control>span[aria-hidden]{align-items:center;background:rgb(255 255 255 / 10%);border-radius:.35rem;display:inline-flex;font-size:.72rem;font-weight:900;height:1.45rem;justify-content:center;letter-spacing:-.03em;text-transform:none;width:1.45rem}.news-share__control:hover{background:#b5121d;border-color:#b5121d;color:#fff;transform:translateY(-1px)}.news-share__control:focus-visible{outline:3px solid #e52832;outline-offset:3px}.news-share__control--native{background:#b5121d;border-color:#b5121d;order:-1}.news-share__control[hidden]{display:none}
.news-category-archive__description{color:rgb(255 255 255 / 78%);font-size:clamp(1.05rem,1.7vw,1.35rem);max-width:42rem}.news-category-archive__description>*:last-child{margin-bottom:0}
.news-featured__image { width: 100%; }
.news-featured h2 { overflow-wrap: anywhere; }
.home-shop-banner{background:#f7f5f5;padding-block:clamp(2.5rem,6vw,6rem)}.home-shop-banner__panel{isolation:isolate;min-height:clamp(24rem,45vw,40rem);overflow:hidden;position:relative;border-radius:clamp(1.5rem,3vw,2.75rem);background:linear-gradient(135deg,#3b050b,#a6101b 58%,#df2524);box-shadow:0 1.8rem 4.5rem rgb(65 5 12 / 18%)}.home-shop-banner--compact .home-shop-banner__panel{min-height:clamp(20rem,34vw,30rem)}.home-shop-banner--tall .home-shop-banner__panel{min-height:clamp(30rem,55vw,48rem)}.home-shop-banner__media,.home-shop-banner__media img,.home-shop-banner__overlay{height:100%;inset:0;position:absolute;width:100%}.home-shop-banner__media img{display:block;object-fit:cover;object-position:var(--pnp-shop-position,center)}.home-shop-banner__overlay{background:linear-gradient(90deg,rgba(24,2,5,var(--pnp-shop-overlay,.45)) 0%,rgba(24,2,5,calc(var(--pnp-shop-overlay,.45)*.65)) 48%,transparent 100%);z-index:1}.home-shop-banner__content{color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:inherit;padding:clamp(2rem,6vw,6rem);position:relative;width:min(48rem,72%);z-index:2}.home-shop-banner__content h2{color:#fff;font-size:clamp(2.5rem,5.5vw,5.8rem);line-height:.94;margin:.5rem 0 1.25rem}.home-shop-banner__content>p:not(.section-kicker){color:rgb(255 255 255 / 82%);font-size:clamp(1rem,1.5vw,1.25rem);max-width:38rem}.home-shop-banner__content .pnp-button{align-self:flex-start}.home-shop-banner.has-no-media .home-shop-banner__content{width:min(52rem,100%)}
@media(max-width:48rem){.home-shop-banner{padding-block:2.5rem}.home-shop-banner__panel{min-height:32rem}.home-shop-banner__content{justify-content:flex-end;padding:1.5rem;width:100%}.home-shop-banner__overlay{background:linear-gradient(0deg,rgba(24,2,5,var(--pnp-shop-overlay,.45)) 0%,rgba(24,2,5,calc(var(--pnp-shop-overlay,.45)*.7)) 58%,transparent 100%)}.home-shop-banner__content h2{font-size:clamp(2.25rem,11vw,3.5rem)}}
@media(max-width:64rem){.news-featured{grid-template-columns:1fr}.news-featured>div{padding:1rem 1.5rem 2rem}.news-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:48rem){.news-archive,.news-single{overflow:clip}.news-hero{padding:5rem 0}.news-hero .pnp-container,.news-single__header-inner{max-width:100vw;overflow:hidden;padding-inline:1.25rem;width:100vw}.news-hero h1,.news-single__header h1{font-size:clamp(2.7rem,11vw,3.4rem);max-width:100%;overflow-wrap:anywhere;width:100%}.news-hero .pnp-container>p:last-child{max-width:100%;overflow-wrap:anywhere}.news-featured__image{height:auto}.news-featured__image img{aspect-ratio:16/11}.news-card-grid{grid-template-columns:1fr}.news-card-grid--home{display:flex;margin-inline:-1.25rem;overflow-x:auto;padding:0 1.25rem 1rem;scroll-snap-type:x mandatory}.news-card-grid--home .news-card{flex:0 0 84vw;scroll-snap-align:center}.news-single__cover img{aspect-ratio:16/10;border-radius:1.2rem}.news-single-cta .pnp-container{align-items:flex-start;flex-direction:column}}
@media(max-width:48rem){.news-share__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.news-share__control{justify-content:flex-start;min-height:3rem;width:100%}.news-share__control--native{grid-column:1/-1;justify-content:center}}
@media(prefers-reduced-motion:reduce){.news-card,.news-card__image img,.news-card__meta a span{transition:none}.news-card:hover,.news-card:hover .news-card__image img{transform:none}}

/* Lead forms and commercial area. */
.pnp-form-section,.pnp-form-page{background:#f4f4f6;padding:clamp(4rem,8vw,8rem) 0}.pnp-form-page header{margin-bottom:3rem}.pnp-form-page h1,.pnp-form-heading h2{font-size:clamp(2.5rem,5vw,5rem)}.pnp-lead-form{background:#fff;border:1px solid #e7e7ea;border-radius:1.6rem;box-shadow:0 1.5rem 4rem rgb(20 10 12 / 7%);display:grid;gap:1.2rem;padding:clamp(1.3rem,4vw,3rem)}.pnp-lead-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.pnp-lead-form label,.pnp-lead-field{display:grid;font-size:.84rem;font-weight:800;gap:.4rem}.pnp-lead-form input,.pnp-lead-form select,.pnp-lead-form textarea{background:#f7f7f8;border:1px solid #d9d9de;border-radius:.75rem;font:inherit;padding:.85rem;width:100%}.pnp-lead-form input:focus,.pnp-lead-form select:focus,.pnp-lead-form textarea:focus{border-color:#cf1721;outline:3px solid rgb(207 23 33 / 14%)}.pnp-lead-form [aria-invalid=true]{border-color:#cf1721}.pnp-field-error{color:#a70f18;font-size:.78rem;font-weight:700;min-height:0}.pnp-field-error:empty{display:none}.pnp-business-type-other{display:grid;gap:.4rem;margin-top:.35rem}.pnp-business-type-other[hidden]{display:none}.pnp-lead-privacy{align-items:center!important;display:flex!important}.pnp-lead-privacy input{width:auto}.pnp-hp{left:-9999px!important;position:absolute!important}.pnp-lead-status{font-weight:800;margin:0}.pnp-commercial{background:#f4f4f6;min-height:100vh;padding:3rem 0 6rem}.pnp-commercial__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.pnp-commercial__header h1{font-size:clamp(2.4rem,5vw,4.5rem)}.pnp-commercial-metrics{display:grid;gap:1rem;grid-template-columns:repeat(6,minmax(0,1fr));margin-bottom:2rem}.pnp-commercial-metrics article,.pnp-commercial-card,.pnp-commercial-lead{background:#fff;border:1px solid #e5e5e8;border-radius:1.1rem;padding:1.2rem}.pnp-commercial-metrics strong{display:block;font-size:2rem}.pnp-commercial-metrics span{color:#68686e;font-size:.78rem}.pnp-commercial-list{display:grid;gap:1rem}.pnp-commercial-lead{align-items:center;display:grid;gap:1rem;grid-template-columns:1.2fr 1fr 1fr 1fr auto}.pnp-commercial-lead>div{align-items:center;display:flex;gap:1rem}.pnp-commercial-lead h2{font-size:1.2rem;margin:0}.pnp-status{background:#eee;border-radius:999px;display:inline-block;font-size:.7rem;font-weight:900;padding:.35rem .65rem;text-transform:uppercase}.pnp-status--new{background:#ffe0e2;color:#9d0d16}.pnp-status--callback{background:#fff0c6;color:#754f00}.pnp-status--qualified,.pnp-status--won{background:#d7f4e1;color:#126331}.pnp-commercial-lead.is-overdue{border-color:#db1d28}.pnp-call,.pnp-open,.pnp-contact-actions a{border-radius:.7rem;font-weight:900;padding:.65rem .9rem;text-align:center;text-decoration:none}.pnp-call,.pnp-contact-actions a{background:#111;color:#fff}.pnp-open{background:#d71923;color:#fff}.pnp-commercial-detail{display:grid;gap:1.2rem;grid-template-columns:1fr 1fr}.pnp-commercial-history{grid-column:1/-1}.pnp-commercial-card dl{display:grid;grid-template-columns:8rem 1fr}.pnp-commercial-card dt{font-weight:900}.pnp-contact-actions{display:flex;gap:.6rem;margin:1rem 0}.pnp-lead-edit{display:grid;gap:1rem}.pnp-lead-edit label{display:grid;gap:.35rem}.pnp-lead-edit input,.pnp-lead-edit select,.pnp-lead-edit textarea{border:1px solid #d6d6da;border-radius:.65rem;padding:.8rem;width:100%}.pnp-commercial-history article{border-left:3px solid #d71923;padding:0 0 1rem 1rem}.pnp-commercial-history time{color:#777;display:block;font-size:.75rem}
@media(max-width:64rem){.pnp-commercial-metrics{grid-template-columns:repeat(3,1fr)}.pnp-commercial-lead{grid-template-columns:1fr 1fr}.pnp-commercial-detail{grid-template-columns:1fr}}
@media(max-width:48rem){.pnp-lead-grid{grid-template-columns:1fr}.pnp-commercial{padding-top:1.5rem}.pnp-commercial-metrics{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.pnp-commercial-metrics article{flex:0 0 8rem;scroll-snap-align:start}.pnp-commercial-lead{align-items:stretch;grid-template-columns:1fr}.pnp-commercial-lead>div{align-items:flex-start;justify-content:space-between}.pnp-call,.pnp-open{min-height:3rem}.pnp-commercial-card dl{grid-template-columns:1fr}.pnp-commercial-card dd{margin:0 0 1rem}}

/* Private Lead Area shell and frontend login. */
.pnp-area-body{background:#f4f4f6}.pnp-area-gate{align-items:center;background:radial-gradient(circle at 85% 10%,rgb(217 25 35 / 13%),transparent 35%),#f4f4f6;display:flex;justify-content:center;min-height:100vh;padding:2rem}.pnp-area-login-card{background:#fff;border:1px solid #e5e5e8;border-radius:2rem;box-shadow:0 2rem 5rem rgb(27 10 13 / 10%);max-width:30rem;padding:clamp(2rem,6vw,4rem);width:100%}.pnp-area-login-brand{margin-bottom:3rem;max-width:11rem}.pnp-area-login-card h1{font-size:clamp(2.5rem,6vw,4rem);letter-spacing:-.05em;line-height:.95}.pnp-area-login-card>p{color:#65656a}.pnp-area-login-form{display:grid;gap:1.1rem;margin-top:2rem}.pnp-area-login-form label{display:grid;font-size:.82rem;font-weight:900;gap:.4rem}.pnp-area-login-form input:not([type=checkbox]){background:#f6f6f8;border:1px solid #d8d8dd;border-radius:.8rem;font:inherit;padding:.9rem;width:100%}.pnp-area-login-form input:focus{border-color:#d71923;outline:3px solid rgb(215 25 35 / 14%)}.pnp-area-remember{align-items:center!important;display:flex!important}.pnp-area-login-error,.pnp-access-denied{background:#fff0f1;border:1px solid #f3c5c8;border-radius:.75rem;color:#8e1018;padding:1rem}.pnp-area-lock{align-items:center;background:#ffe0e2;border-radius:50%;color:#9d0d16;display:flex;font-size:2rem;height:3.5rem;justify-content:center;margin-bottom:1.5rem;width:3.5rem}.pnp-private-header{background:#fff;border-bottom:1px solid #e5e5e8;position:sticky;top:0;z-index:40}.pnp-private-header__inner{align-items:center;display:flex;gap:2rem;margin:auto;max-width:80rem;min-height:4.8rem;padding:0 1.5rem}.pnp-private-brand{max-width:8.5rem}.pnp-private-header nav{display:flex;gap:.3rem}.pnp-private-header nav a,.pnp-private-user a{border-radius:.6rem;color:#222;font-size:.86rem;font-weight:800;padding:.65rem .8rem;text-decoration:none}.pnp-private-header nav a:hover,.pnp-private-header nav a:focus-visible{background:#f3f3f5;color:#c91620}.pnp-private-user{align-items:center;display:flex;gap:.5rem;margin-left:auto}.pnp-private-user span{font-size:.84rem;font-weight:800}.pnp-private-user a{background:#d71923;color:#fff}.pnp-area-utility-link{background:#d71923;border-radius:999px;color:#fff;font-size:.76rem;font-weight:900;padding:.55rem .85rem;text-decoration:none;white-space:nowrap}
@media(max-width:48rem){.pnp-area-gate{padding:1rem}.pnp-area-login-card{border-radius:1.4rem;padding:1.5rem}.pnp-area-login-brand{margin-bottom:2rem}.pnp-private-header__inner{align-items:flex-start;display:grid;gap:.5rem;grid-template-columns:1fr auto;padding-block:.8rem}.pnp-private-header nav{grid-column:1/-1;overflow-x:auto;order:3}.pnp-private-header nav a{flex:none}.pnp-private-user span{display:none}.pnp-private-header .pnp-area-utility-link{display:none}}
.tipster-form__status{color:#6d141d;font-weight:700;margin-bottom:0}
.home-hero-story .hero {
  position: sticky;
  top: 0;
  z-index: 0;
}
.home-hero-story .hero__content {
  opacity: calc(1 - (var(--pnp-story-progress) * 0.86));
  transform: translate3d(0, calc(var(--pnp-story-progress) * -2.5rem), 0);
  will-change: transform, opacity;
}
.home-hero-story .hero__mesh {
  filter: brightness(calc(1 - (var(--pnp-story-progress) * 0.13)));
}
.home-hero-story [data-hero-primary] {
  transform: rotate(calc(2deg - (var(--pnp-story-progress) * 2deg))) translate3d(0, calc(var(--pnp-story-progress) * 2rem), 0) scale(calc(1 - (var(--pnp-story-progress) * 0.1)));
  will-change: transform;
}
.pnp-hero-story [data-hero-foreground] {
  transform: translate3d(calc(var(--pnp-story-progress) * -2rem), calc(var(--pnp-story-progress) * 1rem), 0);
  will-change: transform;
}
.pnp-hero-story [data-hero-smartphone] {
  transform: translate3d(-50%, calc(-50% + (var(--pnp-story-progress) * -1.35rem)), 0) scale(calc(1 - (var(--pnp-story-progress) * .07)));
  will-change: transform;
}
.pnp-hero-story [data-hero-decorative] {
  transform: translate3d(calc(var(--pnp-story-progress) * 1rem), calc(var(--pnp-story-progress) * -1.2rem), 0) rotate(calc(var(--pnp-story-progress) * 7deg));
  will-change: transform;
}
.partner-hero-story { --pnp-story-progress: 0; isolation: isolate; position: relative; }
.partner-hero-story .partner-hero { min-height: calc(100svh - var(--pnp-header-height,4.75rem)); position: sticky; top: var(--pnp-header-height,4.75rem); z-index: 0; }
.partner-hero-story .partner-hero__content { opacity: calc(1 - (var(--pnp-story-progress) * .84)); transform: translate3d(0, calc(var(--pnp-story-progress) * -2.2rem), 0); }
.partner-hero-story [data-hero-primary] { transform: translate3d(0, calc(var(--pnp-story-progress) * 1.8rem), 0) scale(calc(1 - (var(--pnp-story-progress) * .08))); will-change: transform; }
.partner-hero-story > .partner-benefits { background: #171719; border-radius: 2.5rem 2.5rem 0 0; color:#fff; min-height: 100vh; position: relative; z-index: 2; }
.partner-benefits h2,.partner-benefits h3{color:#fff}.partner-benefits .partner-card-grid article{background:#242428;border:1px solid rgb(255 255 255 / 12%);box-shadow:none}.partner-benefits .partner-card-grid p{color:rgb(255 255 255 / 72%)}.partner-benefits .pvr-benefit-icon{background:rgb(223 37 36 / 16%);color:#ff6560}
.partner-hero-story > .partner-section > .pnp-container { opacity: calc(.18 + (var(--pnp-story-progress) * .82)); transform: translate3d(0, calc((1 - var(--pnp-story-progress)) * 4rem), 0); }
.partner-hero--height-compact { min-height: 42rem !important; }
.partner-hero--height-tall { min-height: min(62rem, calc(100svh - var(--pnp-header-height,4.75rem))) !important; }
.home-hero-story .home-paths {
  background: var(--pnp-surface);
  border-radius: 2.5rem 2.5rem 0 0;
  margin-top: -2.5rem;
  min-height: 100vh;
  position: relative;
  z-index: 2;
}
.home-hero-story .home-paths > .pnp-container {
  opacity: calc(0.18 + (var(--pnp-story-progress) * 0.82));
  transform: translate3d(0, calc((1 - var(--pnp-story-progress)) * 4rem), 0);
  will-change: transform, opacity;
}
.home-hero-story.has-scroll-experience .home-paths > .pnp-container {
  opacity: clamp(.18, calc((var(--pnp-experience-progress) - .72) * 4), 1);
  transform: translate3d(0, calc((1 - var(--pnp-experience-progress)) * 4rem), 0);
}
.pnp-home .hero__visual { min-height: clamp(31rem, 49vw, 45rem); }
.pnp-home .hero__visual > .pnp-hero-visual { backdrop-filter: blur(var(--pnp-glass-blur, 18px)) saturate(112%); background: linear-gradient(145deg, rgb(255 255 255 / var(--pnp-glass-highlight-opacity, .168)), rgb(var(--pnp-glass-tint-rgb, 117 11 19) / var(--pnp-glass-opacity, .6))); border-color: var(--pnp-glass-border, rgb(255 255 255 / 31%)); box-shadow: var(--pnp-glass-shadow, 0 2.4rem 6rem rgb(38 4 20 / 34%)); height: auto; inset: 0; min-height: 0; position: absolute; z-index: 1; }
.pnp-home .hero__visual > .pnp-hero-visual.has-no-glass-panel { backdrop-filter: none; background: transparent; border-color: transparent; box-shadow: none; }
.pnp-home .pnp-hero-layer--decorative-1,
.pnp-home .pnp-hero-layer--decorative-2 { backdrop-filter: blur(14px); background: rgb(59 7 17 / 45%); border: 1px solid rgb(255 255 255 / 18%); border-radius: 1.15rem; box-shadow: 0 1.3rem 3rem rgb(38 4 20 / 28%); overflow: hidden; padding: .55rem; }
.pnp-home .pnp-hero-layer--decorative-1 img,
.pnp-home .pnp-hero-layer--decorative-2 img { border-radius: .75rem; display: block; mix-blend-mode: multiply; width: 100%; }
.hero-asset {
  background: rgb(255 255 255 / 14%);
  border: 1px solid rgb(255 255 255 / 34%);
  box-shadow: 0 2rem 5rem rgb(38 4 20 / 34%);
  overflow: hidden;
  position: absolute;
}
.hero-asset__image { height: 100%; object-fit: cover; width: 100%; }
.hero-asset--main { border-radius: 2rem; inset: 5% 4% 2% 13%; padding: 0.65rem; transform: rotate(2deg); z-index: 2; }
.hero-asset--main .hero-asset__image { border-radius: 1.5rem; }
.hero-asset--secondary-one { border-radius: 1.25rem; height: 28%; left: 0; top: 10%; transform: rotate(-5deg); width: 38%; z-index: 4; }
.hero-asset--secondary-two { border-radius: 1.25rem; bottom: 5%; height: 27%; right: -2%; transform: rotate(5deg); width: 42%; z-index: 4; }
.hero-asset--decorative { align-items: center; background: #fff; border-radius: 50%; display: flex; height: 5.5rem; justify-content: center; right: 2%; top: 4%; width: 5.5rem; z-index: 5; }
.hero-asset--decorative .hero-asset__image { object-fit: contain; }
.hero-play-mark { border-bottom: 0.85rem solid transparent; border-left: 1.35rem solid var(--pnp-red); border-top: 0.85rem solid transparent; display: block; margin-left: 0.25rem; }

.hero-placeholder { height: 100%; width: 100%; }
.hero-placeholder--main { background: linear-gradient(145deg, #fff 0 18%, #f0f0f4 18% 100%); border-radius: 1.5rem; display: grid; gap: 1rem; padding: 18%; }
.hero-placeholder--main span { background: rgb(223 37 36 / 18%); border-radius: 999px; height: 1rem; }
.hero-placeholder--main span:first-child { background: var(--pnp-red); height: 4rem; width: 4rem; }
.hero-placeholder--main span:last-child { width: 65%; }
.hero-placeholder--card { background: #fff; display: grid; gap: 0.55rem; padding: 18%; }
.hero-placeholder--card i { background: var(--pnp-red); border-radius: 50%; height: 2.2rem; width: 2.2rem; }
.hero-placeholder--card span { background: #dedee4; border-radius: 999px; height: 0.5rem; }
.hero-placeholder--ticket { align-items: end; background: #25262d; display: flex; gap: 0.55rem; padding: 18%; }
.hero-placeholder--ticket span { background: #ff5655; border-radius: 0.3rem 0.3rem 0 0; flex: 1; height: 45%; }
.hero-placeholder--ticket span:nth-child(2) { height: 80%; }
.hero-placeholder--ticket span:last-child { height: 62%; }

.hero-intro-item { animation: pnp-intro 700ms cubic-bezier(.2,.8,.2,1) both; }
.hero-intro-item--1 { animation-delay: 100ms; }
.hero-intro-item--2 { animation-delay: 200ms; }
.hero-intro-item--3 { animation-delay: 330ms; }
.hero-intro-item--4 { animation-delay: 440ms; }
.hero-intro-item--5 { animation-delay: 520ms; }
.hero-intro-item--6 { animation-delay: 680ms; }
.hero-intro-item--7 { animation-delay: 800ms; }
.hero-intro-item--8 { animation-delay: 920ms; }
[data-float] { animation: pnp-intro 700ms cubic-bezier(.2,.8,.2,1) both, pnp-asset-float 7s ease-in-out 1.6s infinite; }
.hero-asset--secondary-two[data-float] { animation-delay: 800ms, 2.1s; }

@keyframes pnp-intro {
  from { opacity: 0; transform: translate3d(0, 1.5rem, 0) scale(.98); }
  to { opacity: 1; }
}
@keyframes pnp-asset-float {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -0.6rem; }
}

.pnp-home { display: flex; flex-direction: column; }
.home-hero-story { order: 0; }
.home-section { padding-block: clamp(5rem, 9vw, 9rem); }
.section-kicker { color: var(--pnp-red); font-size: 0.75rem; font-weight: 850; letter-spacing: 0.18em; margin-bottom: 1rem; }
.home-section h2 { font-size: clamp(2.5rem, 5vw, 5rem); max-width: 15ch; }
.home-split-heading { align-items: end; display: flex; gap: 2rem; justify-content: space-between; margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.home-split-heading h2 { margin-bottom: 0; }
.text-link { color: var(--pnp-red); flex: 0 0 auto; font-weight: 800; text-decoration: underline; text-decoration-color: rgb(223 37 36 / 38%); text-decoration-thickness: .1em; text-underline-offset: .28em; }
.text-link:hover { color:#171719;text-decoration-color:currentColor; }
.text-link:focus-visible { border-radius:.25rem;outline:3px solid var(--pnp-red);outline-offset:4px; }

.paths-grid--editorial { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.paths-grid--editorial .path-card { min-height: 22rem; padding: clamp(2rem, 4vw, 3.5rem); position: relative; }
.paths-grid--editorial .path-card:nth-child(2),
.paths-grid--editorial .path-card:nth-child(3) { background: #25262d; color: #fff; }
.paths-grid--editorial .path-card:nth-child(2) h3,
.paths-grid--editorial .path-card:nth-child(3) h3 { color: #fff; }
.path-card__index { color: rgb(23 23 25 / 16%); font-size: 4rem; font-weight: 850; line-height: 1; position: absolute; right: 2rem; top: 2rem; }
.path-card:nth-child(2) .path-card__index,
.path-card:nth-child(3) .path-card__index { color: rgb(255 255 255 / 14%); }

.home-pvr { background: linear-gradient(180deg, #f5f3f3 0%, #f1eeee 100%); }
.pvr-teaser-grid { display: grid; gap: clamp(1.5rem, 4vw, 3rem); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pvr-teaser { border-radius: 2rem; min-height: 28rem; overflow: hidden; padding: clamp(2.2rem, 5vw, 4.5rem); position: relative; }
.pvr-teaser::after { border: 4rem solid rgb(255 255 255 / 10%); border-radius: 50%; content: ""; height: 18rem; position: absolute; right: -5rem; top: -4rem; width: 18rem; }
.pvr-teaser { background: linear-gradient(135deg, var(--entity-primary, var(--pnp-red)), var(--entity-secondary, #25262d)); color: #fff; }
.pvr-teaser__logo { height: 3.5rem; margin-bottom: 2rem; max-width: 12rem; position: relative; z-index: 2; }
.pvr-teaser__logo img { height: 100%; object-fit: contain; object-position: left center; width: 100%; }
.pvr-teaser h3 { color: #fff; font-size: clamp(2rem, 3.4vw, 3.5rem); max-width: 13ch; }
.pvr-teaser p:not(.eyebrow) { color: rgb(255 255 255 / 72%); max-width: 35rem; }
.pvr-teaser a { color: #fff; font-weight: 800; position: relative; text-decoration: none; z-index: 2; }
.pvr-teaser .eyebrow { color: rgb(255 255 255 / 72%); }
.home-pvr .entity-card-track { align-items: stretch; }
.home-pvr .pvr-teaser { box-sizing: border-box; display: flex; flex-direction: column; height: 100%; }
.home-pvr .pvr-teaser__logo,
.home-pvr .pnp-card--luxury.pvr-teaser .pvr-teaser__logo { align-items: center; box-sizing: border-box; display: flex; flex: 0 0 5rem; height: 5rem; justify-content: flex-start; margin: 0 0 2rem; max-height: 5rem; max-width: min(15rem,100%); min-height: 5rem; padding: .65rem .9rem; width: min(15rem,100%); }
.home-pvr .pvr-teaser__logo img,
.home-pvr .pnp-card--luxury.pvr-teaser .pvr-teaser__logo > img { height: 100%; max-height: 3.5rem; max-width: 100%; object-fit: contain; object-position: left center; width: 100%; }
.home-pvr .pvr-teaser__content { display: flex; flex: 1 1 auto; flex-direction: column; min-width: 0; }
.home-pvr .pvr-teaser__content .eyebrow { min-height: 1.2em; }
.home-pvr .pvr-teaser__content h3 { margin-bottom: 1rem; margin-top: 0; }
.home-pvr .pvr-teaser__content > p:last-child { margin-bottom: 0; }
.home-pvr .pvr-teaser > a,
.home-pvr .pnp-card--luxury.pvr-teaser > a { align-items: center; align-self: flex-start; background: rgb(223 37 36 / 92%); border: 1px solid rgb(255 255 255 / 22%); border-radius: var(--pnp-radius-pill); box-sizing: border-box; color: #fff; display: inline-flex; font-size: 1rem; font-weight: 900; justify-content: center; margin-top: 2rem; min-height: 3.25rem; padding: .7rem 1rem; text-decoration: none; }

.home-services { background: linear-gradient(145deg, #fff 0%, #fff 66%, var(--pnp-red-soft) 100%); }
.service-layout { align-items: center; display: grid; gap: clamp(3rem, 8vw, 8rem); grid-template-columns: minmax(0, .85fr) minmax(24rem, 1.15fr); }
.service-copy > p:not(.section-kicker) { color: var(--pnp-muted); font-size: 1.15rem; max-width: 38rem; }
.service-card-stack { display: grid; gap: 1rem; padding: 2rem 0; }
.service-teaser-card { align-items: center; background: #f7f4f4; border: 1px solid rgb(181 22 36 / 7%); border-radius: 1.4rem; box-shadow: 0 1rem 2.5rem rgb(67 10 20 / 8%); display: flex; gap: 1.25rem; min-height: 7rem; padding: 1.5rem 2rem; transition: transform 250ms ease; }
.service-teaser-card { color: var(--pnp-text); text-decoration: none; }
.service-teaser-card:nth-child(2) { margin-left: 8%; }
.service-teaser-card:nth-child(3) { margin-left: 16%; }
.service-teaser-card:hover { transform: translateX(-0.5rem); }
.service-teaser-card > .service-teaser-card__icon { align-items: center; background: var(--pnp-red); border-radius: 50%; color: #fff; display: flex; flex: 0 0 2.8rem; height: 2.8rem; justify-content: center; width: 2.8rem; }
.service-teaser-card h3 { font-size: 1.25rem; margin: 0; }

.home-tipster { background: #17181c; color: #fff; }
.tipster-panel { align-items: center; display: grid; gap: clamp(3rem, 8vw, 8rem); grid-template-columns: minmax(20rem, .8fr) minmax(0, 1.2fr); }
.tipster-panel h2 { color: #fff; }
.tipster-panel p:not(.section-kicker) { color: var(--pnp-dark-muted); font-size: 1.2rem; max-width: 42rem; }
.tipster-visual { align-items: center; aspect-ratio: 1; display: flex; justify-content: center; position: relative; }
.tipster-ring { border: 1.7rem solid rgb(223 37 36 / 22%); border-radius: 50%; inset: 8%; position: absolute; }
.tipster-ring::after { border: 2px solid rgb(255 255 255 / 20%); border-radius: 50%; content: ""; inset: 16%; position: absolute; }
.tipster-mark { color: #fff; font-size: clamp(2.5rem, 6vw, 6rem); font-weight: 900; letter-spacing: -.08em; position: relative; }
.text-link--light { color: #fff; text-decoration-color:rgb(255 255 255 / 48%); }
.text-link--light:hover { color:#fff;text-decoration-color:#fff; }

.home-trust { background: #f5f3f3; overflow: hidden; }
.home-trust h2 { margin-bottom: 1rem; }
.home-trust__intro { color: var(--pnp-muted); line-height: 1.65; margin: 0 0 clamp(2.5rem,5vw,4.5rem); max-width: 46rem; }
.trust-grid { display: grid; gap: clamp(1rem,2vw,1.5rem); grid-template-columns: repeat(2,minmax(0,1fr)); }
.trust-item { background: #fff; border: 1px solid rgb(23 23 25 / 8%); border-radius: 1.75rem; box-shadow: 0 1.25rem 3.5rem rgb(35 9 14 / 8%); box-sizing: border-box; display: flex; flex-direction: column; min-height: 22rem; overflow: hidden; padding: clamp(1.6rem,3.5vw,2.6rem); position: relative; }
.trust-item:nth-child(2) { background: var(--pnp-red); border-color: var(--pnp-red); color: #fff; }
.trust-item:nth-child(4) { background: #202126; border-color: #202126; color: #fff; }
.trust-item__visual { align-items: center; align-self: flex-end; background: rgb(223 37 36 / 11%); border-radius: 50%; color: var(--pnp-red); display: flex; font-size: 1.05rem; font-weight: 900; height: 4.5rem; justify-content: center; letter-spacing: -.03em; margin-bottom: auto; width: 4.5rem; }
.trust-item:nth-child(2) .trust-item__visual,.trust-item:nth-child(4) .trust-item__visual { background: rgb(255 255 255 / 14%); color: #fff; }
.trust-item__label { color: var(--pnp-red); font-size: .7rem; font-weight: 900; letter-spacing: .16em; margin: 2rem 0 .75rem; }
.trust-item:nth-child(2) .trust-item__label,.trust-item:nth-child(4) .trust-item__label { color: rgb(255 255 255 / 68%); }
.trust-item h3 { color: inherit; font-size: clamp(1.7rem,3vw,2.5rem); letter-spacing: -.04em; line-height: 1; margin: 0 0 1rem; max-width: 15ch; }
.trust-item__text { color: var(--pnp-muted); line-height: 1.6; margin: 0; max-width: 42rem; }
.trust-item:nth-child(2) .trust-item__text,.trust-item:nth-child(4) .trust-item__text { color: rgb(255 255 255 / 78%); }

.home-news { background: #f0f0f3; }
.home-news .home-split-heading > p { color: var(--pnp-muted); }
.news-placeholder-grid { display: grid; gap: 1.5rem; grid-template-columns: 1.3fr 1fr 1fr; }
.news-placeholder { aspect-ratio: 4 / 3; background: linear-gradient(135deg, #dedee4, #f8f8fa); border-radius: 1.5rem; overflow: hidden; position: relative; }
.news-placeholder::after { background: rgb(255 255 255 / 65%); border-radius: 999px; bottom: 1.5rem; content: ""; height: 0.75rem; left: 1.5rem; position: absolute; width: 55%; }

.pnp-home .final-cta { background: linear-gradient(125deg, var(--pnp-red), #b91f1f 54%, #171719); box-shadow: 0 1.5rem 4rem rgb(23 23 25 / 20%); overflow: hidden; position: relative; }
.pnp-home .final-cta::after { border: 5rem solid rgb(255 255 255 / 8%); border-radius: 50%; content: ""; height: 24rem; position: absolute; right: -8rem; top: -9rem; width: 24rem; }
.pnp-home .final-cta > * { position: relative; z-index: 2; }
.pnp-home .final-cta .section-kicker { color: rgb(255 255 255 / 68%); }

.js [data-reveal] { opacity: 0; transform: translate3d(0, 2rem, 0) scale(.99); transition: opacity 720ms ease, transform 720ms cubic-bezier(.2,.8,.2,1); transition-delay: var(--pnp-reveal-delay, 0ms); }
.js [data-reveal].is-visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }

@media (max-width: 68rem) {
	.site-header__inner { margin-inline: 1rem; width: auto; }
	.primary-navigation { display: none; }
	.menu-toggle { display: flex; margin-left: auto; }
	.home-hero-story .hero__content { transform: translate3d(0, calc(var(--pnp-story-progress) * -1.5rem), 0); }
	.pnp-hero-story [data-hero-foreground] { transform: translate3d(calc(var(--pnp-story-progress) * -1.2rem), calc(var(--pnp-story-progress) * .6rem), 0); }
	.pnp-hero-story [data-hero-smartphone] { transform: translate3d(-50%, calc(-50% + (var(--pnp-story-progress) * -.8rem)), 0) scale(calc(1 - (var(--pnp-story-progress) * .04))); }
  .hero-asset--main { inset: 4% 8% 3%; }
  .hero-asset--secondary-one { left: 1%; width: 32%; }
  .hero-asset--secondary-two { right: 1%; width: 34%; }
  .service-layout,
  .tipster-panel { grid-template-columns: 1fr; }
  .tipster-visual { margin-inline: auto; max-width: 28rem; width: 100%; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 48rem) {
	.has-demo-assets .pnp-demo-foreground,
	.has-demo-assets .pnp-demo-card--2 { display: none; }
	.has-demo-assets .pnp-smartphone { height: 72%; max-width: 46%; width: auto; }
	.has-demo-assets .pnp-demo-card--1 { left: 0; max-width: 42%; min-width: 0; }
	.home-hero-story .hero { position: relative; top: auto; }
	.home-hero-story .hero__content { opacity: calc(1 - (var(--pnp-story-progress) * .25)); transform: translate3d(0, calc(var(--pnp-story-progress) * -.75rem), 0); }
	.home-hero-story [data-hero-primary] { transform: translate3d(0, calc(var(--pnp-story-progress) * .75rem), 0) scale(calc(1 - (var(--pnp-story-progress) * .035))); }
	.pnp-hero-story [data-hero-foreground],
	.pnp-hero-story [data-hero-decorative] { transform: none; }
	.pnp-hero-story [data-hero-smartphone] { transform: translate3d(-50%, -50%, 0); }
	.home-hero-story .home-paths { margin-top: 0; min-height: auto; }
	.home-hero-story .home-paths > .pnp-container { opacity: 1; transform: none; }
	.partner-hero-story .partner-hero { min-height: auto; position: relative; top: auto; }
	.partner-hero-story > .partner-section { min-height: auto; }
	.partner-hero-story .partner-hero__content,
	.partner-hero-story > .partner-section > .pnp-container { opacity: 1; transform: none; }
  .hero-asset--main { inset: 7% 0 5%; transform: none; }
  .hero-asset--secondary-one { height: 26%; left: -2%; top: 0; width: 38%; }
  .hero-asset--secondary-two { bottom: 0; height: 25%; right: -2%; width: 40%; }
  .hero-asset--decorative { height: 4rem; right: 0; top: 2%; width: 4rem; }
  .paths-grid--editorial,
  .pvr-teaser-grid,
  .news-placeholder-grid { grid-template-columns: 1fr; }
  .paths-grid--editorial .path-card { min-height: 18rem; }
  .pvr-teaser { min-height: 23rem; }
  .home-split-heading { align-items: flex-start; flex-direction: column; }
  .service-teaser-card:nth-child(2),
  .service-teaser-card:nth-child(3) { margin-left: 0; }
  .home-tipster .tipster-panel .pnp-button { box-sizing: border-box; width: 100%; }
  .home-trust .pnp-container { padding-right: 0; }
  .home-trust h2,.home-trust__intro { padding-right: 1.25rem; }
  .trust-grid { display: flex; gap: 1rem; margin: 0; overflow-x: auto; overscroll-behavior-inline: contain; padding: .5rem 1.25rem 1.75rem 0; scroll-padding-inline: 0 1.25rem; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .trust-grid::-webkit-scrollbar { display: none; }
  .trust-item { flex: 0 0 min(84vw,22rem); min-height: 24rem; scroll-snap-align: start; scroll-snap-stop: always; }
  .pnp-home .final-cta { border-radius: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
	.site-header__inner,
	.site-brand,
	.primary-navigation,
	.menu-toggle,
	.menu-toggle__line,
	.primary-navigation__menu .sub-menu,
	.submenu-toggle::before { transition: none !important; }
	.pnp-hero-story { --pnp-story-progress: 1; }
	.home-hero-story .hero { position: relative; top: auto; }
	.home-hero-story .hero__content,
	.home-hero-story .hero__mesh,
	.home-hero-story .hero-asset,
	.home-hero-story .home-paths > .pnp-container { filter: none; opacity: 1; transform: none; will-change: auto; }
	.home-hero-story .home-paths { margin-top: 0; min-height: auto; }
	.partner-hero-story .partner-hero { min-height: auto; position: relative; top: auto; }
	.partner-hero-story > .partner-section { min-height: auto; }
	.partner-hero-story .partner-hero__content,
	.partner-hero-story > .partner-section > .pnp-container { opacity: 1; transform: none; }
  .hero-intro-item,
  [data-float] { animation: none; opacity: 1; transform: none; }
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
  .site-header,
  .service-teaser-card { transition: none; }
}

/* Shared premium card system. Kept opt-in through entity classes. */
.pnp-card { isolation: isolate; position: relative; }
.pnp-card.pnp-card--luxury { background: linear-gradient(145deg, rgb(255 255 255 / 88%), var(--pnp-card-surface)); border: 1px solid var(--pnp-card-border); border-radius: var(--pnp-card-radius); box-shadow: var(--pnp-card-shadow); overflow: hidden; transform: translateZ(0); transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease; }
@supports (backdrop-filter: blur(1px)) { .pnp-card--luxury { backdrop-filter: blur(10px) saturate(112%); } }
.pnp-card--luxury::before { background: linear-gradient(115deg, rgb(255 255 255 / 42%), transparent 28%, transparent 72%, rgb(223 37 36 / 5%)); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: -1; }
.pnp-card--reflection::after { background: linear-gradient(105deg, transparent 22%, rgb(255 255 255 / 42%) 48%, transparent 72%); content: ""; inset: -45% -80%; opacity: .32; pointer-events: none; position: absolute; transform: translateX(-35%) rotate(4deg); transition: transform 550ms ease; z-index: 3; }
.pnp-card__glow { background: radial-gradient(circle, var(--entity-primary, var(--pnp-red-glow)) 0%, transparent 70%); border-radius: 50%; bottom: -7rem; filter: blur(22px); height: 15rem; opacity: .28; pointer-events: none; position: absolute; right: -5rem; width: 15rem; z-index: -1; }
.pnp-card--glow-low .pnp-card__glow { opacity: .14; }.pnp-card--glow-high .pnp-card__glow { opacity: .42; }
.pnp-card.pnp-card--edge { border-color: rgb(255 255 255 / 82%); box-shadow: var(--pnp-card-shadow), 0 0 0 1px rgb(223 37 36 / 7%); }
.pnp-card.pnp-card--featured { box-shadow: 0 1.8rem 4.5rem rgb(118 15 29 / 18%), inset 0 1px 0 rgb(255 255 255 / 78%); }
.pnp-card__meta { align-items: center; display: flex; flex-wrap: wrap; gap: .55rem; left: 1.25rem; position: absolute; right: 1.25rem; top: 1.25rem; z-index: 5; }
.pnp-card__badge,.pnp-card__highlight { backdrop-filter: blur(7px); border: 1px solid rgb(255 255 255 / 55%); border-radius: 999px; font-size: .68rem; font-weight: 900; letter-spacing: .06em; padding: .45rem .7rem; text-transform: uppercase; }
.pnp-card__badge { background: rgb(181 22 36 / 90%); color: #fff; }.pnp-card__badge span { margin-right: .3rem; }.pnp-card__highlight { background: rgb(255 255 255 / 82%); color: var(--pnp-bordeaux); margin-left: auto; }
.pnp-card--luxury .entity-card__logo { align-items: center; background: rgb(30 27 29 / 88%); border: 1px solid rgb(255 255 255 / 18%); border-radius: 1rem; display: flex; height: 5rem; margin-top: 4.5rem; padding: .75rem 1rem; width: fit-content; }
.pnp-card--luxury .entity-card__logo img { filter: drop-shadow(0 .2rem .35rem rgb(0 0 0 / 18%)); }
.pnp-card--luxury:focus-within { border-color: rgb(223 37 36 / 48%); outline: 3px solid rgb(223 37 36 / 14%); outline-offset: 3px; }
@media (hover: hover) and (pointer: fine) { .pnp-card--luxury:hover { border-color: rgb(223 37 36 / 32%); box-shadow: 0 1.9rem 4.75rem rgb(67 10 20 / 18%), 0 0 2.5rem rgb(223 37 36 / 10%); transform: translateY(-.35rem); }.pnp-card--reflection:hover::after { transform: translateX(32%) rotate(4deg); } }
.pnp-skeleton { --pnp-skeleton-base: #e9e5e6; --pnp-skeleton-light: rgb(255 255 255 / 72%); }
.pnp-skeleton-media { background: #eee9ea; display: block; overflow: hidden; position: relative; }
.pnp-skeleton-media > img { display: block; height: 100%; object-fit: cover; opacity: 1; transition: opacity 180ms ease; width: 100%; }
.pnp-skeleton-media__placeholder { background: var(--pnp-skeleton-base); display: none; inset: 0; overflow: hidden; position: absolute; z-index: 2; }
.js .pnp-skeleton-media.pnp-is-loading .pnp-skeleton-media__placeholder { display: block; }
.js .pnp-skeleton-media.pnp-is-loading > img { opacity: 0; }
.pnp-skeleton-media__fallback { background: linear-gradient(135deg, #eee8e9, #e2d9db); display: none; inset: 0; position: absolute; }
.pnp-skeleton-media.pnp-has-error .pnp-skeleton-media__fallback { display: block; }
.pnp-skeleton-media__placeholder::after,.pnp-card-skeleton > span::after { animation: pnp-card-shimmer 1.8s ease-in-out infinite; background: linear-gradient(90deg, transparent, var(--pnp-skeleton-light), transparent); content: ""; inset: 0; position: absolute; transform: translateX(-100%); }
.pnp-skeleton-line,.pnp-skeleton-title,.pnp-skeleton-text,.pnp-skeleton-button,.pnp-skeleton-badge,.pnp-skeleton-row { background: var(--pnp-skeleton-base); border-radius: .55rem; display: block; overflow: hidden; position: relative; }
.pnp-skeleton-row { min-height: 5.5rem; width: 100%; }.pnp-skeleton-badge { border-radius: 999px; height: 1.8rem; width: 6rem; }
.pnp-card-skeleton { background: linear-gradient(145deg, rgb(255 255 255 / 88%), rgb(255 255 255 / 66%)); border: 1px solid var(--pnp-card-border); border-radius: var(--pnp-card-radius); box-shadow: var(--pnp-card-shadow); display: grid; gap: 1rem; min-height: 20rem; overflow: hidden; padding: 2rem; position: relative; }
.pnp-card-skeleton__title,.pnp-card-skeleton__text,.pnp-card-skeleton__cta { background: #e9e5e6; border-radius: .55rem; display: block; height: 1rem; overflow: hidden; position: relative; }.pnp-card-skeleton__title { height: 2rem; margin-top: auto; width: 65%; }.pnp-card-skeleton__text { width: 92%; }.pnp-card-skeleton__cta { height: 2.6rem; width: 8rem; }
.pnp-skeleton-media.entity-card__media,.pnp-skeleton-media.news-card__image { aspect-ratio: 16 / 10; }.pnp-skeleton-media.news-featured__image { aspect-ratio: 4 / 3; }.pnp-skeleton-media.entity-card__logo { background: rgb(30 27 29 / 88%); }.pnp-skeleton-media.entity-card__logo > img { object-fit: contain; object-position: left center; }
@keyframes pnp-card-shimmer { to { transform: translateX(100%); } }
@media (prefers-reduced-motion: reduce) { .pnp-card,.pnp-card::after,.pnp-skeleton-media > img { transition: none; }.pnp-skeleton-media__placeholder::after,.pnp-card-skeleton > span::after { animation: none; display: none; } }

/* Dynamic entity indexes and shared scroll-snap cards. */
.entity-index { background: linear-gradient(180deg, var(--pnp-red-soft) 0, var(--pnp-bg) 22rem); padding-bottom: clamp(5rem, 10vw, 10rem); }
.entity-index__hero { padding-block: clamp(5rem, 10vw, 9rem); }
.entity-index__hero h1 { max-width: 15ch; }
.entity-index__hero-media{display:block;margin-bottom:clamp(3rem,6vw,5rem);margin-top:clamp(-3rem,-4vw,-1rem);overflow:hidden}.entity-index__hero-media img{display:block;height:auto;max-height:38rem;object-fit:cover;width:100%}
.entity-index__hero > p:last-child { color: var(--pnp-muted); font-size: 1.2rem; max-width: 44rem; }
.pvr-hub .entity-index__hero{align-items:flex-start;display:flex;flex-direction:column}.pvr-hub .entity-index__hero .pvr-hub__subtitle{color:var(--pnp-text);font-size:clamp(1.25rem,2vw,1.65rem);font-weight:700;line-height:1.35;max-width:43rem}.pvr-hub .entity-index__hero .pnp-button{margin-top:1.25rem}.pvr-hub__opportunity,.pvr-hub__process,.pvr-hub__partners,.pvr-hub__faq{padding-block:clamp(4.5rem,9vw,8rem)}.pvr-hub__opportunity,.pvr-hub__faq{background:#fff}.pvr-hub__split{align-items:start;display:grid;gap:clamp(2rem,7vw,7rem);grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.pvr-hub__split h2,.pvr-hub__heading h2{font-size:clamp(2.4rem,5vw,5rem);letter-spacing:-.055em;line-height:.96;margin:.5rem 0;max-width:13ch}.pvr-hub__split p,.pvr-hub__steps p{color:var(--pnp-muted);line-height:1.65}.pvr-hub__text-link{color:var(--pnp-red);display:inline-block;font-weight:850;margin-top:1rem;text-decoration:none}.pvr-hub__heading{margin-bottom:clamp(2.25rem,5vw,4rem)}.pvr-hub__steps{display:grid;gap:1.25rem;grid-template-columns:repeat(3,minmax(0,1fr))}.pvr-hub__steps article{background:#fff;border:1px solid rgb(40 8 13 / 8%);border-radius:1.5rem;box-shadow:0 1rem 3rem rgb(50 8 14 / 6%);padding:clamp(1.5rem,3vw,2rem)}.pvr-hub__steps article>span{color:var(--pnp-red);font-size:2.8rem;font-weight:900}.pvr-hub__steps h3,.pvr-hub__partners .entity-card h3{font-size:1.6rem;margin:.8rem 0}.pvr-hub__faq .services-faq__list{max-width:58rem}.pvr-hub .pnp-form-heading>p:last-child{color:var(--pnp-muted);line-height:1.65;max-width:48rem}.pnp-lead-privacy a{color:inherit;font-weight:700;text-decoration:underline;text-underline-offset:.15em}.pnp-lead-privacy a:hover,.pnp-lead-privacy a:focus-visible,.pvr-hub__text-link:hover,.pvr-hub__text-link:focus-visible{color:var(--pnp-red-dark)}
.pvr-hub__process{background:#171719;color:#fff}.pvr-hub__process .pvr-hub__heading h2,.pvr-hub__process .pvr-hub__steps h3{color:#fff}.pvr-hub__process .pvr-hub__steps article{background:#242428;border-color:rgb(255 255 255 / 12%);border-top:3px solid var(--pnp-red);box-shadow:none}.pvr-hub__process .pvr-hub__steps p{color:rgb(255 255 255 / 70%)}
@media(max-width:48rem){.pvr-hub__split,.pvr-hub__steps{grid-template-columns:1fr}.pvr-hub__opportunity,.pvr-hub__process,.pvr-hub__partners,.pvr-hub__faq{padding-block:4.5rem}}

@media (max-width: 62rem) {
  .pvr-hub__process { overflow-x: clip; }
  .pvr-hub__process .pvr-hub__steps {
    align-items: stretch;
    display: flex;
    gap: 1rem;
    margin-inline: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: .25rem 0 1rem;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .pvr-hub__process .pvr-hub__steps::-webkit-scrollbar { display: none; }
  .pvr-hub__process .pvr-hub__steps > article {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 min(72vw, 28rem);
    flex-direction: column;
    min-height: 17rem;
    padding: clamp(1.5rem, 3vw, 2rem);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .pvr-hub__process .pvr-hub__steps > article > p:last-child { margin-bottom: 0; }
  .pvr-hub__process .pvr-hub__steps + .pnp-carousel-controls {
    justify-content: flex-start;
    margin: .5rem 0 0;
    max-width: 100%;
  }
  .pvr-hub__process .pvr-hub__steps + .pnp-carousel-controls .pnp-carousel-control {
    border: 1px solid rgb(255 255 255 / 28%);
  }
}

@media (max-width: 48rem) {
  .pvr-hub__process .pvr-hub__steps > article {
    flex-basis: 86%;
    min-height: 16rem;
  }
}
.entity-card-track { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); grid-template-columns: repeat(auto-fit, minmax(min(100%, 22rem), 1fr)); }
.entity-card { background: var(--entity-bg, #fff); border-radius: 2rem; box-shadow: 0 1.4rem 3.5rem rgb(23 23 25 / 9%); color: var(--entity-text, var(--pnp-text)); overflow: hidden; }
.entity-card__media { aspect-ratio: 16 / 10; overflow: hidden; }
.entity-card__media img { height: 100%; object-fit: cover; transition: transform 350ms ease; width: 100%; }
.entity-card:hover .entity-card__media img { transform: scale(1.035); }
.entity-card__logo { height: 4rem; margin: 2rem 2rem 0; max-width: 13rem; }
.entity-card__logo img { height: 100%; object-fit: contain; object-position: left; width: 100%; }
.entity-card__body { padding: clamp(2rem, 4vw, 3.5rem); }
.entity-card__body h2 { font-size: 2.2rem; }
.entity-card__body p:not(.eyebrow) { color: var(--pnp-muted); }
.entity-card__body a { color: var(--entity-primary, var(--pnp-red)); font-weight: 800; text-decoration: none; }
.entity-card__icon { align-items: center; background: var(--pnp-red-soft); box-shadow: inset 0 0 0 1px rgb(181 22 36 / 8%); border-radius: 50%; display: flex; height: 3rem; justify-content: center; margin-bottom: 1.5rem; width: 3rem; }
.entity-empty { background: #fff; border-radius: 1.5rem; color: var(--pnp-muted); grid-column: 1 / -1; padding: 2rem; }

/* Service catalog only: stronger commercial hierarchy without changing other card families. */
.services-catalog .entity-card--service.pnp-card--luxury { background: radial-gradient(circle at 92% 8%,rgb(255 255 255 / 13%),transparent 30%),linear-gradient(145deg,var(--pnp-red) 0%,#b91f1f 48%,#171719 100%); border-color: rgb(255 255 255 / 20%); box-shadow: 0 1.5rem 3.8rem rgb(23 23 25 / 20%),inset 0 1px 0 rgb(255 255 255 / 18%); color: #fff; display: flex; flex-direction: column; height: 100%; }
.services-catalog .entity-card--service.pnp-card--luxury::before { background: linear-gradient(115deg,rgb(255 255 255 / 10%),transparent 30%,transparent 75%,rgb(255 255 255 / 5%)); }
.services-catalog .entity-card--service.pnp-card--luxury::after { opacity: .12; }
.services-catalog .entity-card--service .entity-card__body { display: flex; flex: 1; flex-direction: column; padding: var(--pnp-card-padding); }
.services-catalog .entity-card--service h3 { color: #fff; }
.services-catalog .entity-card--service .eyebrow { color: rgb(255 255 255 / 68%); }
.services-catalog .entity-card--service .entity-card__body p:not(.eyebrow) { color: rgb(255 255 255 / 82%); }
.services-catalog .entity-card--service .entity-card__body > a { align-items: center; align-self:flex-start; background:#fff; border:1px solid rgb(255 255 255 / 70%); border-radius:999px; color:#171719; display:inline-flex; font-weight:900; margin-top:auto; padding:.7rem 1rem; text-decoration:none; }
.services-catalog .entity-card--service .entity-card__body > a:hover { background:#171719;border-color:#171719;color:#fff; }
.services-catalog .entity-card--service .entity-card__body > a:focus-visible { border-radius: .35rem; outline: 3px solid #fff; outline-offset: 4px; }

/* PVR-only luxury contrast correction. */
.pnp-card--luxury.pvr-teaser,
.pnp-card--luxury.entity-card--partner { --pnp-pvr-copy: rgb(255 255 255 / 82%); background: #171719; background: radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--entity-primary, var(--pnp-red)) 24%, transparent), transparent 34%), linear-gradient(145deg, #303034 0%, #202023 56%, #111113 100%); border-color: rgb(255 255 255 / 18%); color: #fff; box-shadow: 0 1.6rem 4rem rgb(23 23 25 / 24%), inset 0 1px 0 rgb(255 255 255 / 14%); }
.pnp-card--luxury.pvr-teaser::before,
.pnp-card--luxury.entity-card--partner::before { background: linear-gradient(120deg, rgb(255 255 255 / 9%), transparent 30%, transparent 76%, rgb(223 37 36 / 8%)); }
.pnp-card--luxury.pvr-teaser::after,
.pnp-card--luxury.entity-card--partner::after { opacity: .12; }
.pnp-card--luxury.pvr-teaser .pnp-card__glow,
.pnp-card--luxury.entity-card--partner .pnp-card__glow { background: radial-gradient(circle, rgb(223 37 36 / 46%), transparent 70%); filter: blur(28px); opacity: .24; }
.pnp-card--luxury.pvr-teaser h3,
.pnp-card--luxury.entity-card--partner h2 { color: #fff; text-shadow: 0 1px 1rem rgb(0 0 0 / 22%); }
.pnp-card--luxury.pvr-teaser p:not(.eyebrow),
.pnp-card--luxury.entity-card--partner .entity-card__body p:not(.eyebrow) { color: var(--pnp-pvr-copy); }
.pnp-card--luxury.pvr-teaser .eyebrow,
.pnp-card--luxury.entity-card--partner .eyebrow { color: rgb(255 255 255 / 68%); }
.pnp-card--luxury.pvr-teaser a,
.pnp-card--luxury.entity-card--partner .entity-card__body a { background: rgb(223 37 36 / 92%); border: 1px solid rgb(255 255 255 / 22%); border-radius: 999px; color: #fff; display: inline-flex; font-weight: 900; padding: .7rem 1rem; text-decoration: none; }
.pnp-card--luxury.pvr-teaser a:hover,
.pnp-card--luxury.pvr-teaser a:focus-visible,
.pnp-card--luxury.entity-card--partner .entity-card__body a:hover,
.pnp-card--luxury.entity-card--partner .entity-card__body a:focus-visible { background: #f0443e; outline: 3px solid rgb(255 255 255 / 28%); outline-offset: 3px; }
.pnp-card--luxury.pvr-teaser .pvr-teaser__logo,
.pnp-card--luxury.entity-card--partner .entity-card__logo { align-items: center; background: rgb(255 255 255 / 94%); border: 1px solid rgb(255 255 255 / 42%); border-radius: .9rem; box-shadow: 0 .7rem 1.8rem rgb(0 0 0 / 16%); display: inline-flex; height: auto; justify-content: flex-start; max-height: 5rem; max-width: min(15rem, calc(100% - 2rem)); min-height: 4rem; overflow: visible; padding: .65rem .9rem; width: auto; }
.pnp-card--luxury.pvr-teaser .pvr-teaser__logo { margin: 0 0 2rem; }
.pnp-card--luxury.entity-card--partner .entity-card__logo { margin: 4.5rem 2rem 0; }
.pnp-card--luxury.pvr-teaser .pvr-teaser__logo > img,
.pnp-card--luxury.entity-card--partner .entity-card__logo > img { display: block; height: auto; max-height: 3.5rem; max-width: 100%; object-fit: contain; object-position: left center; width: auto; }
.pnp-card--featured.pvr-teaser,
.pnp-card--featured.entity-card--partner { background: #1c1c1f; background: radial-gradient(circle at 88% 10%, color-mix(in srgb, var(--entity-primary, var(--pnp-red)) 34%, transparent), transparent 38%), linear-gradient(145deg, #36363a, #1c1c1f 58%, #101012); border-color: rgb(240 68 62 / 46%); box-shadow: 0 1.9rem 4.8rem rgb(23 23 25 / 32%), inset 0 1px 0 rgb(255 255 255 / 17%); }
@media (max-width: 48rem) { .pnp-card--luxury.pvr-teaser .pvr-teaser__logo,.pnp-card--luxury.entity-card--partner .entity-card__logo { max-width: calc(100% - 1.5rem); }.pnp-card--luxury.entity-card--partner .entity-card__logo { margin-inline: 1.5rem; } }

/* Shared content-first Hero sizing for laptop and low desktop viewports. */
.pnp-hero,
.service-landing__hero,
.tipster-hero,
.news-hero,
.news-single__header,
.entity-index__hero { --pnp-hero-title-max: 5rem; --pnp-hero-block-gap: clamp(2rem, 4vw, 4rem); --pnp-hero-pad-start: clamp(2.5rem, 6vh, 4.5rem); --pnp-hero-pad-end: clamp(4rem, 9vh, 6.5rem); }

@media (min-width: 68.01rem) and (max-width: 90rem), (min-width: 68.01rem) and (max-height: 56.25rem) {
	:where(.pnp-hero,.service-landing__hero,.tipster-hero) { box-sizing: border-box; height: auto; min-height: calc(100svh - 4.75rem); }
	:where(.hero__inner,.service-landing__grid,.tipster-hero__inner) { gap: var(--pnp-hero-block-gap); }
	.service-landing__hero { padding-block: var(--pnp-hero-pad-start) var(--pnp-hero-pad-end); }
	:where(.service-landing__grid,.tipster-hero__inner) { grid-template-columns: minmax(0,1.04fr) minmax(20rem,.96fr); }
	:where(.hero h1,.service-landing__hero h1,.tipster-hero__copy h1,.news-hero h1,.news-single__header h1) { font-size: clamp(3.1rem,4.7vw,var(--pnp-hero-title-max)); line-height: .92; overflow: visible; }
	:where(.hero__content,.service-landing__grid>div:first-child,.tipster-hero__copy) { min-width: 0; }
	:where(.hero__intro,.service-landing__grid>div:first-child>p,.tipster-hero__copy>p:not(.eyebrow)) { font-size: clamp(1rem,1.3vw,1.18rem); line-height: 1.48; }
	:where(.hero__actions,.tipster-hero__actions) { margin-top: 1rem; position: static; }
	:where(.hero__visual,.partner-hero__media,.service-landing__media,.tipster-hero__visual) { max-height: min(62vh,34rem); min-height: min(56vh,30rem); }
	.tipster-hero__inner { padding-block: var(--pnp-hero-pad-start) var(--pnp-hero-pad-end); }
	.tipster-hero__copy h1 { max-width: 10.5ch; }
	.tipster-hero__visual { height: min(62vh,34rem); }
	.tipster-float { width: clamp(5.5rem,9vw,8rem); }
	.entity-index__hero,.news-hero { padding-block: var(--pnp-hero-pad-start) var(--pnp-hero-pad-end); }
	.news-single__header { padding-block: var(--pnp-hero-pad-start) calc(var(--pnp-hero-pad-end) + 2rem); }
}

/* Shared mobile vertical card storytelling. JS only enhances real card sequences. */
@media (max-width: 48rem) {
	.entity-card-track[data-scroll-steps] { display: grid; gap: 1rem; margin-inline: 0; overflow: visible; padding: 0; scroll-snap-type: none; }
	.js [data-scroll-steps].pnp-scroll-steps--enabled { display: block; height: var(--pnp-scroll-height); margin-inline: calc(clamp(1.25rem,4vw,3rem) * -1); overflow: visible; padding: 0; position: relative; }
	.js .pnp-scroll-steps__stage { align-items: center; display: grid; height: 100svh; justify-items: center; overflow: clip; padding: 4.75rem 1.25rem 1rem; position: sticky; top: 0; }
	.js .pnp-scroll-steps__stage > [data-scroll-step],
	.js .entity-card-track .pnp-scroll-steps__stage > article { grid-area: 1 / 1; height: var(--pnp-mobile-card-height); max-height: var(--pnp-mobile-card-height); opacity: 0; overflow: hidden; transform: translate3d(0,2rem,0) scale(.975); transition: opacity 220ms ease,transform 260ms ease; width: var(--pnp-mobile-card-width); }
	.js .pnp-scroll-steps__stage > [data-scroll-step].is-active,
	.js .entity-card-track .pnp-scroll-steps__stage > article.is-active { opacity: 1; transform: none; z-index: 2; }
	.js .entity-card-track .pnp-scroll-steps__stage > .entity-card { display: flex; flex: 0 0 auto; flex-direction: column; scroll-snap-align: none; }
	.js .entity-card-track .entity-card__body { display: flex; flex: 1; flex-direction: column; min-height: 0; }
	.js .entity-card-track .entity-card__body > a { margin-top: auto; }
	.js .tipster-benefit-track.pnp-scroll-steps--enabled { margin-inline: -1.25rem; }
	.js .tipster-benefit-track .pnp-scroll-steps__stage > .tipster-benefit { display: flex; flex: 0 0 auto; flex-direction: column; min-height: var(--pnp-mobile-card-height); scroll-snap-align: none; }
	.js .tipster-story.pnp-scroll-steps--enabled { height: var(--pnp-scroll-height); }
	.js .tipster-story.pnp-scroll-steps--enabled > .tipster-story__sticky { height: calc(100svh - var(--pnp-header-height, 4.75rem)); min-height: 0; padding: 1rem 0; position: sticky; top: var(--pnp-header-height, 4.75rem); }
	.js .tipster-story.pnp-scroll-steps--enabled .tipster-story__layout { align-content: center; gap: 1rem; grid-template-columns: 1fr; height: 100%; padding-inline: var(--pnp-space-3); }
	.js .tipster-story.pnp-scroll-steps--enabled .tipster-story__heading h2 { font-size: clamp(2.4rem,11vw,3.25rem); margin-bottom: .75rem; }
	.js .tipster-story.pnp-scroll-steps--enabled .tipster-story__steps { display: block; height: clamp(9rem,22vh,11rem); min-height: 0; position: relative; }
	.js .tipster-story.pnp-scroll-steps--enabled .tipster-story__steps article { display: block; inset: 0; opacity: 0 !important; pointer-events: none; position: absolute; transform: translateY(.75rem); visibility: hidden; }
	.js .tipster-story.pnp-scroll-steps--enabled .tipster-story__steps article.is-active { opacity: 1 !important; pointer-events: auto; transform: none; visibility: visible; }
	.js .tipster-story.pnp-scroll-steps--enabled .tipster-story__visual { height: min(28vh,14rem); }
	.js .tipster-story.pnp-scroll-steps--enabled [data-scroll-visual-step] { opacity: 0 !important; pointer-events: none; transform: translateY(.75rem) scale(.94); visibility: hidden; }
	.js .tipster-story.pnp-scroll-steps--enabled [data-scroll-visual-step].is-active { opacity: 1 !important; transform: none; visibility: visible; }
}

@media (max-width: 48rem) and (prefers-reduced-motion: reduce) {
	[data-scroll-steps] { height: auto !important; }
	[data-scroll-steps] [data-scroll-step] { display: block; opacity: 1; transform: none; }
	.tipster-story__steps { display: grid; gap: 1.5rem; height: auto; }
	.tipster-story__steps article { opacity: 1 !important; position: static; transform: none; visibility: visible; }
}

.partner-landing { --partner-primary: #df2524; --partner-secondary: #3a3b45; --partner-accent: #df2524; --partner-text: #171719; --partner-bg: #f4f4f6; background: var(--partner-bg); color: var(--partner-text); }
.partner-hero { background: linear-gradient(135deg, color-mix(in srgb, var(--partner-primary) 10%, var(--partner-bg)), var(--partner-bg)); isolation: isolate; overflow: hidden; padding-block: clamp(5rem, 10vw, 9rem); position: relative; }
.partner-hero--background-none { background: transparent; }
.partner-hero__background,.partner-hero__overlay { inset: 0; pointer-events: none; position: absolute; }
.partner-hero__background { z-index: -2; }
.partner-hero__background picture,.partner-hero__background img { display: block; height: 100%; width: 100%; }
.partner-hero__background img { object-fit: var(--partner-hero-size,cover); object-position: var(--partner-hero-position,center center); }
.partner-hero__overlay { background: var(--partner-hero-overlay,#171719); opacity: var(--partner-hero-overlay-opacity,0); z-index: -1; }
.partner-hero--overlay-left-gradient .partner-hero__overlay { background: linear-gradient(90deg,var(--partner-hero-overlay,#171719) 0%,var(--partner-hero-overlay,#171719) 42%,transparent 88%); }
.partner-hero--overlay-copy-focus .partner-hero__overlay { background: radial-gradient(ellipse at 18% 48%,var(--partner-hero-overlay,#171719) 0%,var(--partner-hero-overlay,#171719) 38%,transparent 76%),linear-gradient(90deg,var(--partner-hero-overlay,#171719),transparent 82%); }
.partner-hero--background-image { color: #fff; }
.partner-hero--background-image .partner-subtitle,.partner-hero--background-image .partner-hero__content>p:not(.eyebrow) { color: rgb(255 255 255 / 86%); }
.partner-hero--background-image .partner-hero__content>h1,.partner-hero--background-image .eyebrow { color: #fff; text-shadow: 0 .12rem .65rem rgb(0 0 0 / 38%); }
.partner-hero__content { position: relative; z-index: 1; }
.partner-hero--copy-protected.partner-hero--background-image .partner-hero__content::before { backdrop-filter: blur(3px); background: linear-gradient(105deg,rgb(10 8 10 / 68%),rgb(10 8 10 / 38%) 70%,transparent); border: 1px solid rgb(255 255 255 / 10%); border-radius: 1.5rem; box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 16%); content: ""; inset: -1.75rem -2.25rem; position: absolute; z-index: -1; }
.partner-hero .partner-hero__content>.pnp-button { margin-top: 1rem; }
.partner-hero--cta-primary .partner-hero__content>.pnp-button { background: var(--partner-primary); border: 2px solid color-mix(in srgb,var(--partner-primary) 75%,#fff); color: #fff; }
.partner-hero--cta-inverted .partner-hero__content>.pnp-button,.partner-hero--cta-light-on-dark .partner-hero__content>.pnp-button { background: #fff; border: 2px solid #fff; color: #171719; }
.partner-hero--cta-dark-on-light .partner-hero__content>.pnp-button { background: #171719; border: 2px solid #171719; color: #fff; }
.partner-hero .partner-hero__content>.pnp-button:hover { box-shadow: 0 .8rem 2rem rgb(0 0 0 / 28%); filter: brightness(1.08); transform: translateY(-2px); }
.partner-hero .partner-hero__content>.pnp-button:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.partner-hero__inner,
.service-landing__grid { align-items: center; display: grid; gap: clamp(3rem, 7vw, 7rem); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.partner-hero h1 { font-size: clamp(3rem, 6vw, 6rem); max-width: 12ch; }
.partner-subtitle { color: var(--pnp-muted); font-size: 1.3rem; }
.partner-logo { height: 4rem; margin-bottom: 2rem; max-width: 14rem; }
.partner-logo img { height: 100%; object-fit: contain; object-position: left; width: 100%; }
.partner-hero__media,
.service-landing__media { aspect-ratio: 4 / 3; background: #fff; border-radius: 2rem; box-shadow: 0 1.5rem 4rem rgb(23 23 25 / 12%); overflow: hidden; }
.partner-hero__media { overflow: visible; position: relative; }
.partner-hero__media img,
.partner-hero__media video,
.service-landing__media img { height: 100%; object-fit: cover; width: 100%; }
.service-landing__media video { height: 100%; object-fit: cover; width: 100%; }

/* Shared narrative system: Services hub and service landings. */
.services-hub,.service-landing{background:#f6f4f4}.services-hub__hero{background:radial-gradient(circle at 82% 18%,rgb(225 33 43 / 24%),transparent 30%),linear-gradient(135deg,#3c050b,#97101b 64%,#d91f29);color:#fff;padding:clamp(6rem,11vw,10rem) 0 clamp(7rem,12vw,11rem)}.services-hub__hero h1{color:#fff;font-size:clamp(3.5rem,8vw,8rem);letter-spacing:-.065em;line-height:.88;margin:.5rem 0 1.5rem;max-width:10ch}.services-hub__hero>div>p:not(.eyebrow){color:rgb(255 255 255 / 78%);font-size:clamp(1.1rem,1.8vw,1.35rem);max-width:39rem}.services-hub__hero .pnp-button{margin-top:1rem}.services-story,.services-catalog,.services-process,.services-faq,.service-scenes,.service-benefits,.service-deep-dive,.service-related{padding-block:clamp(5rem,10vw,10rem)}.services-section-heading{margin-bottom:clamp(2.5rem,6vw,5rem)}.services-section-heading h2{font-size:clamp(2.5rem,5.5vw,5.5rem);letter-spacing:-.055em;line-height:.94;margin:.5rem 0;max-width:13ch}.services-story__list,.service-scenes__list{display:grid;gap:clamp(5rem,10vw,10rem)}.services-story__scene,.service-scene{align-items:center;display:grid;gap:clamp(2rem,7vw,7rem);grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)}.services-story__scene--reverse .services-story__copy,.service-scene--reverse>div:first-child{order:2}.services-story__scene--reverse .services-story__visual,.service-scene--reverse .service-scene__visual{order:1}.services-story__number,.service-scene__number{color:#d91f29;display:block;font-size:clamp(3rem,6vw,6rem);font-weight:900;letter-spacing:-.06em;line-height:1}.services-story__copy h3,.service-scene h2{font-size:clamp(2.2rem,4.5vw,4.8rem);letter-spacing:-.055em;line-height:.95;margin:.6rem 0 1.2rem}.services-story__copy>p:last-of-type,.service-scene p{color:var(--pnp-muted);font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.65}.services-story__copy>a{color:var(--pnp-red);font-weight:900;text-decoration:none}.services-story__visual,.service-scene__visual,.service-deep-dive__visual{background:linear-gradient(145deg,#e7dade,#fff);border-radius:clamp(1.5rem,3vw,3rem);box-shadow:0 2rem 5rem rgb(57 8 15 / 12%);min-height:clamp(22rem,42vw,38rem);overflow:hidden}.services-story__visual img,.service-scene__visual img,.service-scene__visual video,.service-deep-dive__visual img{display:block;height:100%;object-fit:cover;width:100%}.services-catalog,.service-benefits,.service-related{background:#ede8e9}.services-catalog .entity-card-track{grid-template-columns:repeat(3,minmax(0,1fr))}.services-process__grid,.service-benefits__grid,.service-related__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(4,minmax(0,1fr))}.services-process__grid article,.service-benefits__grid article,.service-related__grid>a{background:#fff;border:1px solid rgb(40 8 13 / 8%);border-radius:1.5rem;box-shadow:0 1rem 3rem rgb(50 8 14 / 6%);display:flex;flex-direction:column;padding:clamp(1.4rem,3vw,2rem);text-decoration:none}.services-process__grid article>span{color:var(--pnp-red);font-size:2.8rem;font-weight:900}.services-process__grid p,.service-benefits__grid p,.service-related__grid p{color:var(--pnp-muted)}.service-benefits__grid .pvr-benefit-icon{color:var(--pnp-red);height:3rem;width:3rem}.services-faq{background:#fff}.services-faq__list{border-top:1px solid #ddd4d6;max-width:58rem}.services-faq details{border-bottom:1px solid #ddd4d6}.services-faq summary{align-items:center;cursor:pointer;display:flex;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:850;justify-content:space-between;list-style:none;padding:1.5rem 0}.services-faq summary::-webkit-details-marker{display:none}.services-faq details p{color:var(--pnp-muted);line-height:1.65;margin:0;max-width:48rem;padding:0 0 1.5rem}.services-faq details[open] summary span{transform:rotate(45deg)}.services-final{background:linear-gradient(130deg,#43060c,#9c111c 65%,#d9202a);color:#fff;padding:clamp(4rem,8vw,7rem) 0}.services-final>.pnp-container{align-items:center;display:flex;gap:2rem;justify-content:space-between}.services-final h2{color:#fff;font-size:clamp(2.3rem,5vw,5rem);letter-spacing:-.05em;line-height:.95;margin:.5rem 0;max-width:13ch}.services-final p:not(.eyebrow){color:rgb(255 255 255 / 76%)}.service-deep-dive__grid{align-items:center;display:grid;gap:clamp(2rem,7vw,7rem);grid-template-columns:repeat(2,minmax(0,1fr))}.service-related__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-related__grid>a{color:inherit}.service-related__grid>a>span{color:var(--pnp-red);font-size:.72rem;font-weight:900;letter-spacing:.1em}.service-related__grid h3{font-size:1.7rem;margin:.8rem 0}.service-landing__hero>div>div:first-child>p:not(.eyebrow){color:var(--pnp-muted);font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:1.6}.service-landing__hero .pnp-button{margin-top:1rem}

/* Public polish: shared rhythm and action hierarchy for Services. */
.services-hub__hero{background:radial-gradient(circle at 82% 18%,rgb(223 37 36 / 28%),transparent 30%),linear-gradient(135deg,#171719,#303034 62%,var(--pnp-red))}.services-catalog,.service-benefits,.service-related{background:#ececef}.services-process__grid article{border-top:3px solid var(--pnp-red);box-shadow:0 .7rem 2rem rgb(23 23 25 / 6%)}.services-story__copy>a{display:inline-flex;text-decoration:underline;text-decoration-color:rgb(223 37 36 / 35%);text-underline-offset:.28em}.services-story__copy>a:hover{color:#171719;text-decoration-color:currentColor}.services-story__copy>a:focus-visible{border-radius:.25rem;outline:3px solid var(--pnp-red);outline-offset:4px}.services-final{background:linear-gradient(130deg,#171719,#303034 62%,var(--pnp-red))}.services-final .pnp-button{background:#fff;border-color:#fff;box-shadow:none;color:#171719}.services-final .pnp-button:hover{background:#f0f0f2;border-color:#f0f0f2;color:#171719}

/* Shared public FAQ treatment, aligned with the native Tipster accordion. */
:is(.services-faq__list,.partner-faq__list,.careers-faq){border-top:1px solid #d9dadd;display:block;margin-top:clamp(2rem,5vw,3rem);max-width:none;width:100%}
:is(.services-faq__list,.partner-faq__list,.careers-faq)>details{background:transparent;border:0;border-bottom:1px solid #d9dadd;border-radius:0;box-shadow:none;margin:0;padding:0}
:is(.services-faq__list,.partner-faq__list,.careers-faq)>details>summary{align-items:center;color:var(--pnp-text);cursor:pointer;display:flex;font-size:clamp(1.1rem,2vw,1.45rem);font-weight:800;gap:1.5rem;justify-content:space-between;list-style:none;padding:clamp(1.2rem,2.4vw,1.55rem) 0}
:is(.services-faq__list,.partner-faq__list,.careers-faq)>details>summary::-webkit-details-marker{display:none}
:is(.services-faq__list,.partner-faq__list,.careers-faq)>details>summary span{display:none}
:is(.services-faq__list,.partner-faq__list,.careers-faq)>details>summary::after{align-items:center;color:var(--pnp-red);content:"+";display:inline-flex;flex:0 0 1.75rem;font-size:1.8rem;font-weight:500;justify-content:center;line-height:1}
:is(.services-faq__list,.partner-faq__list,.careers-faq)>details[open]>summary::after{content:"−"}
:is(.services-faq__list,.partner-faq__list,.careers-faq)>details>summary:hover{color:var(--pnp-red)}
:is(.services-faq__list,.partner-faq__list,.careers-faq)>details>summary:focus-visible{border-radius:.2rem;outline:3px solid var(--pnp-red);outline-offset:4px}
:is(.services-faq__list,.partner-faq__list,.careers-faq)>details>p{color:var(--pnp-muted);line-height:1.7;margin:0;max-width:50rem;padding:0 3.25rem clamp(1.25rem,2.5vw,1.65rem) 0}
.partner-faq__list{max-width:none}
.service-context-links{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin:1.5rem 0}.service-context-links a{color:var(--pnp-red);font-weight:800;text-decoration-thickness:.08em;text-underline-offset:.25em}.service-context-links a:hover{text-decoration-thickness:.14em}.service-context-links a:focus-visible{border-radius:.25rem;outline:3px solid var(--pnp-red);outline-offset:4px}
.service-realizations{background:#171719;color:#fff;padding-block:clamp(5rem,10vw,10rem)}.service-realizations .services-section-heading h2,.service-realization h3{color:#fff}.service-realizations__intro{color:rgb(255 255 255 / 72%);font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:1.65;max-width:50rem}.service-realizations__list{display:grid;gap:clamp(4.5rem,8vw,8rem)}.service-realization{border-top:1px solid rgb(255 255 255 / 18%);padding-top:clamp(2rem,4vw,3rem)}.service-realization__header{align-items:end;display:grid;gap:2rem;grid-template-columns:minmax(0,.8fr) minmax(18rem,1fr);margin-bottom:2rem}.service-realization__header h3{font-size:clamp(2.5rem,5vw,5rem);letter-spacing:-.055em;line-height:.92;margin:.4rem 0 0}.service-realization__header>p{color:rgb(255 255 255 / 70%);font-size:1.08rem;line-height:1.65;margin:0}.service-realization__cover,.service-realization__gallery figure{background:#29292d;border-radius:clamp(1rem,2vw,1.75rem);margin:0;overflow:hidden}.service-realization__cover{aspect-ratio:16/9}.service-realization__gallery{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:1rem}.service-realization__gallery figure{aspect-ratio:4/3}.service-realization__cover img,.service-realization__gallery img{display:block;height:100%;object-fit:cover;width:100%}

@media(max-width:68rem){.services-catalog .entity-card-track{grid-template-columns:repeat(2,minmax(0,1fr))}.services-process__grid,.service-benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-realization__header{align-items:start;grid-template-columns:1fr}.service-realization__gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:48rem){.services-hub__hero{padding:5rem 0 6rem}.services-hub__hero h1{font-size:clamp(3.2rem,16vw,5rem)}.services-story__scene,.service-scene,.service-deep-dive__grid{grid-template-columns:1fr}.services-story__scene--reverse .services-story__copy,.service-scene--reverse>div:first-child,.services-story__scene--reverse .services-story__visual,.service-scene--reverse .service-scene__visual{order:initial}.services-story__visual,.service-scene__visual,.service-deep-dive__visual{min-height:0}.services-story__visual img,.service-scene__visual img,.service-deep-dive__visual img{aspect-ratio:4/3}.services-catalog .entity-card-track,.services-process__grid,.service-benefits__grid,.service-related__grid{display:grid;grid-template-columns:1fr;margin-inline:0;overflow:visible;padding:0}.services-catalog .entity-card{width:100%}.services-final>.pnp-container{align-items:flex-start;flex-direction:column}.services-story,.services-catalog,.services-process,.services-faq,.service-scenes,.service-benefits,.service-deep-dive,.service-related,.service-realizations{padding-block:4.5rem}.service-realization__cover{aspect-ratio:4/3}.service-realization__gallery{gap:.75rem;margin-top:.75rem}}
@media(prefers-reduced-motion:reduce){.services-story [data-reveal],.service-scenes [data-reveal]{opacity:1!important;transform:none!important}.services-faq summary span{transition:none}}
.pnp-hero-media__element { display: block; height: 100%; object-fit: cover; width: 100%; }
.partner-hero__secondary { aspect-ratio: 4 / 3; background: #fff; border: 0.4rem solid #fff; border-radius: 1rem; box-shadow: 0 1rem 2.5rem rgb(23 23 25 / 18%); overflow: hidden; position: absolute; width: 34%; }
.partner-hero__secondary img { height: 100%; object-fit: cover; width: 100%; }
.partner-hero__secondary--secondary_1_id { left: -7%; top: -7%; transform: rotate(-3deg); }
.partner-hero__secondary--secondary_2_id { bottom: -7%; right: -7%; transform: rotate(3deg); }
.partner-landing .pnp-button { background: var(--partner-primary); border-color: var(--partner-primary); }
.partner-landing .pnp-button:hover { filter:brightness(1.08);transform:translateY(-2px) }
.partner-section { padding-block: clamp(4rem, 8vw, 8rem); }
.partner-section h2 { font-size: clamp(2.4rem, 5vw, 4.5rem); }
.partner-welcome-kit { background: color-mix(in srgb,var(--partner-primary) 7%,#fff); }
.partner-welcome-kit__intro { align-items: center; display: grid; gap: clamp(2rem,6vw,5rem); grid-template-columns: minmax(0,1fr) minmax(18rem,.8fr); }
.partner-welcome-kit__intro>div>p:last-child { color: var(--pnp-muted); font-size: 1.15rem; max-width: 45rem; }
.partner-welcome-kit__visual { border-radius: 1.5rem; display: block; overflow: hidden; }
.partner-welcome-kit__visual img { display: block; height: auto; object-fit: contain; width: 100%; }
.partner-welcome-kit__grid { align-items: stretch; display: grid; gap: 1.5rem; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 3rem; }
.partner-welcome-kit__card { background: #fff; border: 1px solid rgb(23 23 25 / 8%); border-radius: 1.6rem; box-shadow: 0 1.2rem 3rem rgb(23 23 25 / 9%); display: flex; flex-direction: column; min-width: 0; overflow: hidden; }
.partner-welcome-kit__card-media { aspect-ratio: 4/3; background: #f4f4f6; overflow: hidden; }
.partner-welcome-kit__card-media img { display: block; height: 100%; object-fit: contain; width: 100%; }
.partner-welcome-kit__card-body { display: flex; flex: 1; flex-direction: column; padding: 1.5rem; }
.partner-welcome-kit__card h3 { font-size: 1.6rem; }
.partner-welcome-kit__card p,.partner-welcome-kit__card li { color: var(--pnp-muted); }
.partner-welcome-kit__card ul { margin: 0 0 1.5rem; padding-left: 1.2rem; }
.partner-welcome-kit__card a { color:var(--pnp-red);font-weight:800;margin-top:auto;text-decoration:underline;text-decoration-color:rgb(223 37 36 / 35%);text-underline-offset:.25em }
.partner-welcome-kit__card a:hover { color:#171719;text-decoration-color:currentColor }
.partner-welcome-kit__card a:focus-visible { border-radius:.25rem;outline:3px solid var(--pnp-red);outline-offset:4px }
.partner-welcome-kit__cta { margin-top: 2rem; }
.partner-card-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.partner-card-grid article { background: #fff; border-radius: 1.4rem; box-shadow: 0 1rem 2.5rem rgb(23 23 25 / 8%); padding: 2rem; }
.pvr-benefit-icon { align-items: center; background: color-mix(in srgb, var(--partner-primary) 12%, #fff); border-radius: 50%; color: var(--partner-primary); display: inline-flex; height: 3rem; justify-content: center; margin-bottom: 1.25rem; width: 3rem; }
.pvr-benefit-icon svg { display: block; height: 1.55rem; width: 1.55rem; }
.partner-steps { background: #fff; }
.partner-steps ol { display: grid; gap: 1.5rem; list-style: none; margin: 0; padding: 0; }
.partner-steps li { align-items: start; display: grid; gap: 1.5rem; grid-template-columns: auto 1fr; }
.partner-steps li > span { align-items: center; background: var(--partner-primary); border-radius: 50%; color: #fff; display: flex; font-weight: 800; height: 3rem; justify-content: center; width: 3rem; }
.partner-audience p { font-size: 1.25rem; max-width: 52rem; }
.partner-audience .partner-audience__links{align-items:center;display:flex;flex-wrap:wrap;font-size:1rem;gap:.75rem 1.5rem;margin-top:1.5rem}.partner-audience__links a{color:var(--partner-primary);font-weight:800;text-decoration:none}.partner-audience__links a:hover,.partner-audience__links a:focus-visible{text-decoration:underline;text-underline-offset:.2em}
.partner-faq { background: color-mix(in srgb, var(--partner-primary) 5%, #fff); }
.entity-media-placeholder { background: linear-gradient(135deg, var(--partner-primary, #df2524), var(--partner-secondary, #3a3b45)); height: 100%; }
.service-landing { background: linear-gradient(180deg, var(--pnp-red-soft) 0, var(--pnp-bg) 34rem); }
.service-landing__hero { padding-block: clamp(5rem, 10vw, 9rem); }
.service-landing__hero h1 { font-size: clamp(3rem, 6vw, 6rem); }

@media (max-width: 68rem) {
  .partner-hero__inner,
  .service-landing__grid { grid-template-columns: 1fr; }
  .partner-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .partner-welcome-kit__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 48rem) {
  .partner-hero { padding-block: 4rem; }
  .partner-hero--overlay-left-gradient .partner-hero__overlay,
  .partner-hero--overlay-copy-focus .partner-hero__overlay { background: linear-gradient(180deg,var(--partner-hero-overlay,#171719) 0%,var(--partner-hero-overlay,#171719) 58%,transparent 100%); }
  .partner-hero--copy-protected.partner-hero--background-image .partner-hero__content::before { inset: -1.25rem; }
}

/* Partner hero laptop rules live after the partner base component so the
 * content-fit contract cannot be overridden by its default spacing/type. */
@media (min-width: 68.01rem) and (max-width: 90rem), (min-width: 68.01rem) and (max-height: 56.25rem) {
  .partner-hero {
    box-sizing: border-box;
    height: auto;
    min-height: calc(100svh - var(--pnp-header-height, 4.75rem));
    padding-block: clamp(2rem, 4.5vh, 2.75rem);
  }
  .partner-hero__inner {
    gap: clamp(2rem, 4vw, 4rem);
    grid-template-columns: minmax(0, 1.04fr) minmax(20rem, .96fr);
  }
  .partner-hero__content { min-width: 0; }
  .partner-hero h1 {
    font-size: clamp(3rem, 4.1vw, 4.25rem);
    line-height: .94;
    overflow: visible;
  }
  .partner-subtitle {
    font-size: clamp(1rem, 1.3vw, 1.18rem);
    line-height: 1.48;
  }
  .partner-hero__media {
    max-height: min(62vh, 34rem);
    min-height: min(56vh, 30rem);
  }
}

/* A sticky story taller than a short laptop viewport makes the end of the
 * copy disappear while scroll progress fades it. Use natural document flow. */
@media (min-width: 68.01rem) and (max-height: 48rem) {
  .partner-hero-story .partner-hero { position: relative; top: auto; }
  .partner-hero-story .partner-hero__content { opacity: 1; transform: none; }
}

@media (max-width: 62rem) {
  .entity-card-track {
    display: flex;
    gap: 1rem;
    margin-inline: calc(clamp(1.25rem, 4vw, 3rem) * -1);
    overflow-x: auto;
    padding: 1rem clamp(1.25rem, 4vw, 3rem) 2rem;
    scroll-padding-inline: clamp(1.25rem, 4vw, 3rem);
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .entity-card-track > .entity-card,
  .entity-card-track > .pvr-teaser { flex: 0 0 min(82vw, 32rem); scroll-snap-align: start; }
  .home-entity-track { margin-inline: 0; }
}

@media (max-width: 48rem) {
  .partner-card-grid { grid-template-columns: 1fr; }
  .partner-welcome-kit__intro,.partner-welcome-kit__grid { grid-template-columns: 1fr; }
  .partner-welcome-kit__card { min-height: 0; }

  .home-pvr,
  .pvr-hub__partners { overflow-x: clip; }

  .pvr-hub__partners .entity-card-track {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr);
    margin-inline: 0;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
    width: 100%;
  }

  .home-pvr .entity-card-track {
    align-items: stretch;
    display: flex;
    gap: 1rem;
    margin-inline: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 0 1rem;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    width: 100%;
  }

  .home-pvr .entity-card-track::-webkit-scrollbar { display: none; }

  .pvr-hub__partners .entity-card-track > .entity-card {
    display: flex;
    flex: none;
    flex-direction: column;
    height: auto;
    max-height: none;
    min-width: 0;
    scroll-snap-align: none;
    width: 100%;
  }

  .home-pvr .entity-card-track > .pvr-teaser {
    display: flex;
    flex: 0 0 88%;
    flex-direction: column;
    height: auto;
    max-height: none;
    min-height: 0;
    min-width: 0;
    padding: clamp(1.75rem, 7vw, 2rem);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: 88%;
  }

  .home-pvr .pvr-teaser__logo,
  .home-pvr .pnp-card--luxury.pvr-teaser .pvr-teaser__logo {
    flex-basis: 4rem;
    height: 4rem;
    margin-bottom: 1.75rem;
    max-height: 4rem;
    max-width: 68%;
    min-height: 4rem;
    padding: .45rem .7rem;
    width: min(13rem, 68%);
  }

  .home-pvr .pvr-teaser__logo img,
  .home-pvr .pnp-card--luxury.pvr-teaser .pvr-teaser__logo > img { max-height: 3rem; }

  .home-pvr .pvr-teaser__content .eyebrow { margin: 0 0 .75rem; }
  .home-pvr .pvr-teaser__content h3 { font-size: clamp(2rem, 10vw, 2.75rem); margin: 0 0 1.125rem; }
  .home-pvr .pvr-teaser__content > p:last-child { font-size: .98rem; line-height: 1.55; }

  .pvr-hub__partners .entity-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  .home-pvr .pvr-teaser > a,
  .pvr-hub__partners .entity-card__body > a {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-top: auto;
    min-height: 3.25rem;
    text-align: center;
    width: 100%;
  }

  .home-pvr .pvr-teaser > a,
  .home-pvr .pnp-card--luxury.pvr-teaser > a {
    align-self: flex-start;
    margin-top: 1.625rem;
    min-height: 3.25rem;
    padding: .65rem 1.5rem;
    width: max-content;
  }

  .home-pvr .entity-card-track + .pnp-carousel-controls {
    justify-content: flex-end;
    margin: .5rem 0 0;
    max-width: 88%;
    width: 88%;
  }

  .home-pvr .entity-card-track + .pnp-carousel-controls .pnp-carousel-control {
    height: 3rem;
    min-height: 3rem;
    min-width: 3rem;
    width: 3rem;
  }
}

@media (max-width: 23.5rem) {
  .home-pvr .pvr-teaser > a,
  .home-pvr .pnp-card--luxury.pvr-teaser > a { width: 100%; }
}

.pvr-selector-wrap { padding-top: var(--pnp-space-4); }
.pvr-selector {
  background: var(--pnp-neu-bg);
  border-radius: var(--pnp-radius-pill);
  box-shadow: var(--pnp-neu-shadow-raised);
  display: flex;
  gap: var(--pnp-space-1);
  margin-inline: auto;
  max-width: 30rem;
  padding: var(--pnp-space-1);
}
.pvr-selector__item {
  border-radius: var(--pnp-radius-pill);
  color: var(--pnp-dark);
  flex: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.8rem 1rem;
  text-align: center;
  text-decoration: none;
}
.pvr-selector__item:hover { color: var(--pnp-red); }
.pvr-selector__item.is-active { box-shadow: var(--pnp-neu-shadow-pressed); color: var(--pnp-red); }

.pvr-hero { padding-block: var(--pnp-space-6); }
.pvr-hero__inner.has-media { align-items: center; display: grid; gap: clamp(2.5rem, 6vw, 6rem); grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr); }
.pvr-hero__content { max-width: 48rem; }
.pvr-hero__subtitle { color: var(--pnp-muted); font-size: clamp(1.125rem, 2vw, 1.5rem); }
.pvr-hero__media { background: var(--pnp-neu-bg); border-radius: var(--pnp-neu-radius); box-shadow: var(--pnp-neu-shadow-raised); overflow: hidden; padding: var(--pnp-space-2); }
.pvr-hero__image { border-radius: calc(var(--pnp-neu-radius) - 0.4rem); width: 100%; }

.pvr-benefits { background: var(--pnp-surface); padding-block: var(--pnp-space-6); }
.pvr-benefits h2,
.pvr-steps h2 { margin-bottom: var(--pnp-space-5); text-align: center; }
.pvr-benefit-grid { display: grid; gap: var(--pnp-space-4); grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pvr-benefit-card { background: var(--pnp-neu-bg); border-radius: var(--pnp-neu-radius); box-shadow: var(--pnp-neu-shadow-raised); min-height: 14rem; padding: var(--pnp-space-4); }
.pvr-benefit-card h3 { font-size: 1.35rem; }
.pvr-benefit-card p,
.pvr-step p { color: var(--pnp-muted); }

.pvr-steps { padding-block: var(--pnp-space-6); }
.pvr-step-list { display: grid; gap: var(--pnp-space-3); list-style: none; margin: 0 auto; max-width: 58rem; padding: 0; }
.pvr-step { align-items: flex-start; display: grid; gap: var(--pnp-space-3); grid-template-columns: auto 1fr; padding: var(--pnp-space-3); }
.pvr-step__number { align-items: center; background: var(--pnp-neu-bg); border-radius: 50%; box-shadow: var(--pnp-neu-shadow-pressed); color: var(--pnp-red); display: flex; font-weight: 800; height: 3rem; justify-content: center; width: 3rem; }
.pvr-step h3 { font-size: 1.35rem; margin-bottom: var(--pnp-space-1); }

@media (max-width: 48rem) {
  .pvr-selector__item { font-size: 0.85rem; }
  .pvr-hero__inner.has-media,
  .pvr-benefit-grid { grid-template-columns: 1fr; }
  .pvr-hero__media { order: -1; }
  .pvr-benefit-card { min-height: auto; }
}

@media (min-width: 48.01rem) and (max-width: 68rem) {
  .pvr-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Obsolete floating-panel rules retained only for source-history reference.
.site-header .primary-navigation.is-open {
  align-items: stretch;
  background: #111216;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 1.25rem;
  box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 42%);
  color: #f7f7f8;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: calc(100dvh - 6rem);
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding: clamp(1rem, 2.5vw, 1.4rem);
  pointer-events: auto;
  position: fixed;
  right: max(1rem, calc((100vw - 92rem) / 2));
  top: 5rem;
  transform: none;
  visibility: visible;
  width: min(25rem, calc(100vw - 2rem));
}
.site-header .primary-navigation.is-open .primary-navigation__menu,
.site-header .primary-navigation.is-open .primary-navigation__actions {
  display: flex;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.site-header .primary-navigation.is-open .primary-navigation__menu { gap: .15rem; }
.site-header .primary-navigation.is-open .primary-navigation__menu > .menu-item {
  border-bottom: 1px solid rgb(255 255 255 / 8%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.75rem;
  padding: .12rem 0;
}
.site-header .primary-navigation.is-open .primary-navigation__menu > .menu-item:not(.menu-item-has-children) { grid-template-columns: minmax(0, 1fr); }
.site-header .primary-navigation.is-open .primary-navigation__menu > .menu-item:last-child { border-bottom: 0; }
.site-header .primary-navigation.is-open .primary-navigation__menu > .menu-item > a {
  border-radius: .65rem;
  color: #f7f7f8;
  font-size: clamp(1rem, 2vw, 1.12rem);
  font-weight: 850;
  justify-content: flex-start;
  line-height: 1.25;
  min-height: 3rem;
  padding: .72rem .75rem;
}
.site-header .primary-navigation.is-open .primary-navigation__menu > .menu-item > a:hover,
.site-header .primary-navigation.is-open .primary-navigation__menu > .menu-item > a:focus-visible,
.site-header .primary-navigation.is-open .primary-navigation__menu > .current-menu-item > a,
.site-header .primary-navigation.is-open .primary-navigation__menu > .current-menu-ancestor > a { background: rgb(223 37 36 / 15%); color: #ff6665; }
.site-header .primary-navigation.is-open .submenu-toggle { color: #b9bac1; height: 2.75rem; margin: auto 0; width: 2.75rem; }
.site-header .primary-navigation.is-open .submenu-toggle:hover,
.site-header .primary-navigation.is-open .submenu-toggle:focus-visible { background: rgb(223 37 36 / 18%); color: #ff6665; }
.site-header .primary-navigation.is-open .sub-menu {
  background: #191a1f;
  border: 0;
  border-left: 2px solid rgb(223 37 36 / 55%);
  border-radius: .65rem;
  box-shadow: none;
  gap: .1rem;
  margin-left: .75rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-.25rem);
  visibility: hidden;
  width: calc(100% - .75rem);
}
.site-header .primary-navigation.is-open .menu-item.submenu-open > .sub-menu {
  max-height: 40rem;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  visibility: visible;
}
.site-header .primary-navigation.is-open .sub-menu a { border-radius: .5rem; color: #b9bac1; font-size: .86rem; font-weight: 650; justify-content: flex-start; line-height: 1.35; min-height: 2.6rem; padding: .62rem .75rem; white-space: normal; }
.site-header .primary-navigation.is-open .sub-menu a:hover,
.site-header .primary-navigation.is-open .sub-menu a:focus-visible,
.site-header .primary-navigation.is-open .sub-menu .current-menu-item > a { background: rgb(255 255 255 / 7%); color: #fff; }
.site-header .primary-navigation.is-open .primary-navigation__actions { border-top: 1px solid rgb(255 255 255 / 10%); gap: .65rem; padding-top: 1rem; }
.site-header .primary-navigation.is-open .primary-navigation__actions .header-commercial-cta { background: var(--pnp-red); border: 1px solid var(--pnp-red); color: #fff; font-weight: 900; min-height: 3rem; }
.site-header .primary-navigation.is-open .primary-navigation__actions .header-commercial-cta:hover,
.site-header .primary-navigation.is-open .primary-navigation__actions .header-commercial-cta:focus-visible { background: #b91c20; border-color: #b91c20; color: #fff; }
.site-header .primary-navigation.is-open .primary-navigation__actions .pnp-area-utility-link { background: transparent; border: 1px solid rgb(255 255 255 / 22%); color: #e1e1e4; font-weight: 750; min-height: 3rem; }
.site-header .primary-navigation.is-open .primary-navigation__actions .pnp-area-utility-link:hover,
.site-header .primary-navigation.is-open .primary-navigation__actions .pnp-area-utility-link:focus-visible { background: rgb(255 255 255 / 8%); border-color: rgb(255 255 255 / 38%); color: #fff; }

@media (max-width: 68rem) {
  .site-header .primary-navigation.is-open { left: 1rem; right: 1rem; width: auto; }
}

@media (max-width: 35rem) {
  .site-header .primary-navigation.is-open { border-radius: 1rem; max-height: calc(100dvh - 5.5rem); padding: 1rem; top: 4.75rem; }
  .site-header .primary-navigation.is-open .primary-navigation__menu > .menu-item > a { font-size: 1rem; }
}

*/

/* Editorial full-screen state: the existing Primary menu remains the only menu source. */
.primary-navigation__overlay-header,
.primary-navigation__overlay-body { display: none; }

.site-header .primary-navigation.is-open {
  align-items: stretch;
  background: #111216;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #f7f7f8;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100dvh;
  inset: 0;
  max-height: none;
  min-height: 100vh;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  pointer-events: auto;
  position: fixed;
  transform: translateY(0) scale(1);
  visibility: visible;
  width: 100vw;
  z-index: 10000;
}
.site-header .primary-navigation.is-closing { opacity: 0; pointer-events: none; transform: translateY(-.5rem) scale(.99); }
.site-header .primary-navigation.is-open .primary-navigation__overlay-header {
  align-items: center;
  border-bottom: 1px solid rgb(255 255 255 / 12%);
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  min-height: clamp(5rem, 10vh, 7rem);
  padding: 1rem clamp(1.25rem, 5vw, 5rem);
}
.site-header .primary-navigation.is-open .primary-navigation__brand {
  align-items: center;
  color: #fff;
  display: flex;
  line-height: 1;
  min-height: 3.75rem;
  overflow: visible;
}
.site-header .primary-navigation.is-open .primary-navigation__brand .custom-logo-link { align-items: center; display: flex; height: 3.75rem; overflow: visible; }
.site-header .primary-navigation.is-open .primary-navigation__brand .custom-logo,
.site-header .primary-navigation.is-open .primary-navigation__overlay-logo {
  display: block;
  height: 3rem;
  max-height: none;
  max-width: min(14rem, 50vw);
  object-fit: contain;
  object-position: left center;
  width: auto;
}
.primary-navigation__close {
  align-items: center;
  background: transparent;
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 3.25rem;
  justify-content: center;
  position: relative;
  width: 3.25rem;
}
.primary-navigation__close span { background: currentcolor; height: 2px; position: absolute; transform: rotate(45deg); width: 1.35rem; }
.primary-navigation__close span + span { transform: rotate(-45deg); }
.primary-navigation__close:hover,
.primary-navigation__close:focus-visible { background: var(--pnp-red); border-color: var(--pnp-red); }
.site-header .primary-navigation.is-open .primary-navigation__overlay-body {
  align-items: start;
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr);
  min-height: 0;
  overflow-y: auto;
  padding: clamp(2rem, 6vh, 5rem) clamp(1.25rem, 5vw, 5rem);
}
.site-header .primary-navigation.is-open .primary-navigation__links { align-self: start; border-right: 1px solid rgb(255 255 255 / 12%); min-width: 0; padding-right: clamp(2rem, 6vw, 7rem); }
.site-header .primary-navigation.is-open .primary-navigation__context { align-items: flex-end; align-self: stretch; display: flex; padding-left: clamp(2rem, 5vw, 5rem); }
.site-header .primary-navigation.is-open .primary-navigation__menu {
  align-content: start;
  align-items: stretch;
  counter-reset: pnp-menu;
  display: flex;
  flex-direction: column;
  gap: clamp(.08rem, .45vh, .3rem);
  height: auto;
  justify-content: flex-start;
  min-height: 0;
  width: 100%;
}
.site-header .primary-navigation.is-open .primary-navigation__menu > .menu-item {
  counter-increment: pnp-menu;
  flex: 0 0 auto;
  grid-template-columns: 2.5rem minmax(0, 1fr) 3rem;
  margin: 0;
  min-height: 0;
}
.site-header .primary-navigation.is-open .primary-navigation__menu > .menu-item::before {
  align-self: center;
  color: #777980;
  content: counter(pnp-menu, decimal-leading-zero);
  font-size: .72rem;
  font-weight: 800;
  grid-column: 1;
  letter-spacing: .12em;
}
.site-header .primary-navigation.is-open .primary-navigation__menu > .menu-item:not(.menu-item-has-children) { grid-template-columns: 2.5rem minmax(0, 1fr); }
.site-header .primary-navigation.is-open .primary-navigation__menu > .menu-item > a {
  font-size: clamp(2rem, 4vw, 4.6rem);
  line-height: .98;
  min-height: 0;
  padding: .1em .2em;
}
.site-header .primary-navigation.is-open .submenu-toggle { grid-column: 3; }
.site-header .primary-navigation.is-open .sub-menu {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 0;
  left: auto;
  margin: 0;
  max-height: none;
  min-width: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: fixed;
  right: clamp(1.25rem, 5vw, 5rem);
  top: calc(clamp(5rem, 10vh, 7rem) + clamp(2rem, 6vh, 5rem));
  transform: translateY(-.4rem);
  visibility: hidden;
  width: min(27vw, 26rem);
}
.site-header .primary-navigation.is-open .sub-menu::before {
  color: #777980;
  content: attr(data-parent-label);
  display: block;
  font-size: .72rem;
  font-weight: 850;
  height: auto;
  left: auto;
  letter-spacing: .14em;
  margin-bottom: .75rem;
  position: static;
  right: auto;
  text-transform: uppercase;
  top: auto;
}
.site-header .primary-navigation.is-open .sub-menu > .menu-item {
  border-top: 1px solid rgb(255 255 255 / 12%);
  margin: 0;
}
.site-header .primary-navigation.is-open .sub-menu > .menu-item:last-child { border-bottom: 1px solid rgb(255 255 255 / 12%); }
.site-header .primary-navigation.is-open .sub-menu a {
  border-radius: 0;
  color: #d1d1d5;
  display: block;
  font-size: clamp(1.875rem, 2.6vw, 2.375rem);
  font-weight: 800;
  line-height: 1.08;
  padding: .5rem 0;
  white-space: normal;
}
.site-header .primary-navigation.is-open .sub-menu a:hover,
.site-header .primary-navigation.is-open .sub-menu a:focus-visible { background: transparent; color: var(--pnp-red); }
.site-header .primary-navigation.is-open .menu-item.is-submenu-open > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  visibility: visible;
}
.site-header .primary-navigation.is-open .primary-navigation__actions { align-items: stretch; width: 100%; }

@media (max-width: 68rem) {
  .site-header .primary-navigation.is-open { inset: 0; width: 100vw; }
  .site-header .primary-navigation.is-open .primary-navigation__overlay-body { display: block; }
  .site-header .primary-navigation.is-open .primary-navigation__links { border-right: 0; padding-right: 0; }
  .site-header .primary-navigation.is-open .primary-navigation__context { border-top: 1px solid rgb(255 255 255 / 12%); margin-top: 1.5rem; padding: 1.5rem 0 0; }
  .site-header .primary-navigation.is-open .primary-navigation__menu > .menu-item > a { font-size: clamp(1.65rem, 7vw, 3rem); }
  .site-header .primary-navigation.is-open .sub-menu {
    grid-column: 2 / -1;
    margin-left: .5rem;
    max-height: 0;
    opacity: 0;
    padding: 0 .65rem;
    position: static;
    transform: translateY(-.3rem);
    width: calc(100% - .5rem);
  }
  .site-header .primary-navigation.is-open .sub-menu::before { margin: .4rem 0 .25rem; }
  .site-header .primary-navigation.is-open .sub-menu a { font-size: clamp(1.15rem, 4.5vw, 1.5rem); padding: .45rem 0; }
  .site-header .primary-navigation.is-open .menu-item.is-submenu-open > .sub-menu { max-height: 40rem; opacity: 1; padding-block: .55rem; transform: none; }
}

@media (max-width: 35rem) {
  .site-header .primary-navigation.is-open { border-radius: 0; height: 100dvh; inset: 0; max-height: none; padding: 0; }
  .site-header .primary-navigation.is-open .primary-navigation__overlay-header { min-height: 4.75rem; padding: .75rem 1rem; }
  .site-header .primary-navigation.is-open .primary-navigation__overlay-body { padding: 1.25rem 1rem 2rem; }
  .site-header .primary-navigation.is-open .primary-navigation__menu > .menu-item { grid-template-columns: 2rem minmax(0, 1fr) 2.75rem; }
  .site-header .primary-navigation.is-open .primary-navigation__menu > .menu-item:not(.menu-item-has-children) { grid-template-columns: 2rem minmax(0, 1fr); }
  .site-header .primary-navigation.is-open .primary-navigation__menu > .menu-item > a { font-size: clamp(1.35rem, 7vw, 2rem); }
  .primary-navigation__close { height: 2.8rem; width: 2.8rem; }
}

@media (prefers-reduced-motion: reduce) {
  .site-header .primary-navigation { transition: none !important; }
}

/* Services hub process: compact desktop grid and overflow-driven carousel below desktop. */
.services-process .services-process__grid { align-items: stretch; }
.services-process .services-process__grid > article {
  box-sizing: border-box;
  min-height: 15rem;
  padding: 1.6rem;
}
.services-process .services-process__grid > article > span {
  font-size: 2.35rem;
  line-height: 1;
}
.services-process .services-process__grid > article > h3 {
  font-size: 1.3rem;
  line-height: 1.18;
  margin: .85rem 0 .9rem;
  min-height: 2.36em;
}
.services-process .services-process__grid > article > p {
  font-size: .98rem;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 68rem) {
  .services-process { overflow-x: clip; }
  .services-process .services-process__grid {
    align-items: stretch;
    display: flex;
    gap: 1rem;
    margin-inline: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: .25rem 0 1rem;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .services-process .services-process__grid::-webkit-scrollbar { display: none; }
  .services-process .services-process__grid > article {
    flex: 0 0 min(43vw, 25rem);
    min-height: 15rem;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .services-process .services-process__grid + .pnp-carousel-controls {
    justify-content: flex-start;
    margin: .5rem 0 0;
    max-width: 100%;
  }
}

@media (max-width: 48rem) {
  .services-process .services-process__grid > article {
    flex-basis: 86%;
    min-height: 14rem;
  }
}

/* "Diventa un punto Pay&Play" benefits only. */
.service-benefits--point .service-benefits__grid { align-items: stretch; }
.service-benefits--point .service-benefits__grid > article {
  box-sizing: border-box;
  min-height: 16rem;
  padding: 1.6rem;
}
.service-benefits--point .pvr-benefit-icon {
  flex: 0 0 3rem;
  height: 3rem;
  margin-bottom: 1.25rem;
  width: 3rem;
}
.service-benefits--point .service-benefits__grid h3 {
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 0 0 .9rem;
  min-height: 2.4em;
}
.service-benefits--point .service-benefits__grid p {
  font-size: .98rem;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 68rem) {
  .service-benefits--point { overflow-x: clip; }
  .service-benefits--point .service-benefits__grid {
    align-items: stretch;
    display: flex;
    gap: 1rem;
    margin-inline: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: .25rem 0 1rem;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .service-benefits--point .service-benefits__grid::-webkit-scrollbar { display: none; }
  .service-benefits--point .service-benefits__grid > article {
    flex: 0 0 min(43vw, 25rem);
    min-height: 15rem;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .service-benefits--point .service-benefits__grid + .pnp-carousel-controls {
    justify-content: flex-start;
    margin: .5rem 0 0;
    max-width: 100%;
  }
}

@media (max-width: 48rem) {
  .service-benefits--point .service-benefits__grid > article {
    flex-basis: 86%;
    min-height: 14rem;
  }
}

/* One complete point-of-sale project per slide; internal galleries stay static. */
.service-realizations--point { overflow-x: clip; }
.service-realizations--point .service-realizations__list {
  align-items: stretch;
  display: flex;
  gap: clamp(1rem, 2.5vw, 2rem);
  margin: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: .25rem 0 1rem;
  scroll-padding-inline: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.service-realizations--point .service-realizations__list::-webkit-scrollbar { display: none; }
.service-realizations--point .service-realization {
  box-sizing: border-box;
  flex: 0 0 92%;
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.service-realizations--point .service-realizations__list + .pnp-carousel-controls {
  justify-content: flex-start;
  margin: .75rem 0 0;
  max-width: 100%;
}
.service-realizations--point .pnp-carousel-control {
  border: 1px solid rgb(255 255 255 / 28%);
}

@media (max-width: 68rem) {
  .service-realizations--point .service-realization { flex-basis: 94%; }
}

@media (max-width: 48rem) {
  .service-realizations--point .service-realization {
    flex-basis: 90%;
    padding-top: 1.5rem;
  }
  .service-realizations--point .service-realization__header { gap: 1rem; margin-bottom: 1.25rem; }
  .service-realizations--point .service-realization__header h3 { font-size: clamp(2.25rem, 12vw, 3.25rem); }
  .service-realizations--point .service-realization__header > p { font-size: 1rem; line-height: 1.55; }
}

/* "Come prende forma il progetto" process only. */
.service-process--project { padding-top: 7.5rem; }
.service-process--project .services-process__grid { align-items: stretch; }
.service-process--project .services-process__grid > article {
  box-sizing: border-box;
  min-height: 14rem;
  padding: 1.5rem;
}
.service-process--project .services-process__grid > article > span {
  font-size: 2.25rem;
  line-height: 1;
}
.service-process--project .services-process__grid > article > h3 {
  font-size: 1.3rem;
  line-height: 1.18;
  margin: .7rem 0 .8rem;
  min-height: 2.36em;
}
.service-process--project .services-process__grid > article > p {
  font-size: .98rem;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 68rem) {
  .service-process--project { overflow-x: clip; padding-top: 5.75rem; }
  .service-process--project .services-process__grid {
    align-items: stretch;
    display: flex;
    gap: 1rem;
    margin-inline: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: .25rem 0 1rem;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .service-process--project .services-process__grid::-webkit-scrollbar { display: none; }
  .service-process--project .services-process__grid > article {
    flex: 0 0 min(43vw, 25rem);
    min-height: 14rem;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .service-process--project .services-process__grid + .pnp-carousel-controls {
    justify-content: flex-start;
    margin: .5rem 0 0;
    max-width: 100%;
  }
}

@media (max-width: 48rem) {
  .service-process--project { padding-top: 4.25rem; }
  .service-process--project .services-process__grid > article {
    flex-basis: 86%;
    min-height: 13rem;
  }
}

/* Web Affiliate and Slot/VLT: shared responsive card tracks. */
.service-landing--responsive-card-carousels :is(.service-benefits__grid, .service-process .services-process__grid) {
  align-items: stretch;
}
.service-landing--responsive-card-carousels :is(.service-benefits__grid, .service-process .services-process__grid) > article {
  box-sizing: border-box;
  min-height: 15rem;
  padding: 1.6rem;
}
.service-landing--responsive-card-carousels .service-benefits__grid h3,
.service-landing--responsive-card-carousels .service-process .services-process__grid h3 {
  line-height: 1.2;
  min-height: 2.4em;
}
.service-landing--responsive-card-carousels :is(.service-benefits__grid, .service-process .services-process__grid) p {
  line-height: 1.55;
  margin-bottom: 0;
}

@media (max-width: 68rem) {
  .service-landing--responsive-card-carousels :is(.service-benefits, .service-process) { overflow-x: clip; }
  .service-landing--responsive-card-carousels :is(.service-benefits__grid, .service-process .services-process__grid) {
    align-items: stretch;
    display: flex;
    gap: 1rem;
    margin-inline: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: .25rem 0 1rem;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .service-landing--responsive-card-carousels :is(.service-benefits__grid, .service-process .services-process__grid)::-webkit-scrollbar { display: none; }
  .service-landing--responsive-card-carousels :is(.service-benefits__grid, .service-process .services-process__grid) > article {
    flex: 0 0 min(43vw, 25rem);
    min-height: 15rem;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .service-landing--responsive-card-carousels :is(.service-benefits__grid, .service-process .services-process__grid) + .pnp-carousel-controls {
    justify-content: flex-start;
    margin: .5rem 0 0;
    max-width: 100%;
  }
}

@media (max-width: 48rem) {
  .service-landing--responsive-card-carousels :is(.service-benefits__grid, .service-process .services-process__grid) > article {
    flex-basis: 86%;
    min-height: 14rem;
  }
}

/* Sportium and Eurobet benefit cards: mobile carousel, shared controls. */
@media (max-width: 48rem) {
  .partner-benefits { overflow-x: clip; }
  .partner-benefits .partner-card-grid {
    align-items: stretch;
    display: flex;
    gap: 1rem;
    margin-inline: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: .25rem 0 1rem;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .partner-benefits .partner-card-grid::-webkit-scrollbar { display: none; }
  .partner-benefits .partner-card-grid > article {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 86%;
    flex-direction: column;
    min-height: 14rem;
    padding: 1.6rem;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .partner-benefits .partner-card-grid > article > h3 {
    line-height: 1.2;
    margin-bottom: .85rem;
    min-height: 2.4em;
  }
  .partner-benefits .partner-card-grid > article > p {
    line-height: 1.55;
    margin-bottom: 0;
  }
  .partner-benefits .partner-card-grid + .pnp-carousel-controls {
    justify-content: flex-start;
    margin: .5rem 0 0;
    max-width: 100%;
  }
  .partner-benefits .pnp-carousel-control { border: 1px solid rgb(255 255 255 / 28%); }
}

/* Tipster mobile: contained red story and compact, fluid how-to carousel. */
@media (max-width: 48rem) {
  .tipster-story { overflow-x: clip; }
  .tipster-story,
  .tipster-how { scroll-margin-top: calc(var(--pnp-header-height, 4.75rem) + 1rem); }
  .tipster-story .tipster-story__sticky,
  .js .tipster-story.pnp-scroll-steps--enabled > .tipster-story__sticky {
    box-sizing: border-box;
    padding-inline: 0;
  }
  .tipster-story .tipster-story__layout,
  .js .tipster-story.pnp-scroll-steps--enabled .tipster-story__layout {
    box-sizing: border-box;
    max-width: 100%;
    padding-inline: 1.625rem;
    width: 100%;
  }
  .tipster-story .tipster-story__heading,
  .tipster-story .tipster-story__heading h2,
  .tipster-story .tipster-story__steps,
  .tipster-story .tipster-story__steps article { max-width: 100%; min-width: 0; }
  .tipster-story .tipster-story__heading h2 {
    line-height: .94;
    overflow-wrap: break-word;
  }
  .tipster-story .tipster-story__steps p {
    line-height: 1.5;
    margin-bottom: 0;
    overflow-wrap: anywhere;
  }
  .tipster-story .tipster-story__visual {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .tipster-story .tipster-story__visual > img { max-width: 100%; object-fit: contain; }

  .tipster-how { overflow-x: clip; }
  .tipster-how .tipster-how-track {
    align-items: stretch;
    gap: 1rem;
    margin-inline: 0;
    overscroll-behavior-inline: contain;
    padding: .25rem 0 1rem;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .tipster-how .tipster-how-track::-webkit-scrollbar { display: none; }
  .tipster-how .tipster-how-track > article {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 88%;
    flex-direction: column;
    height: auto;
    min-height: 18rem;
    padding: 1.6rem;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: 88%;
  }
  .tipster-how .tipster-how-track > article > span {
    font-size: 3rem;
    line-height: 1;
  }
  .tipster-how .tipster-how-track > article > h3 {
    font-size: 1.45rem;
    line-height: 1.2;
    margin: 1rem 0 .85rem;
    min-height: 2.4em;
    overflow-wrap: break-word;
  }
  .tipster-how .tipster-how-track > article > p {
    flex: 1 1 auto;
    font-size: .98rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }
  .tipster-how .tipster-how-track + .pnp-carousel-controls {
    justify-content: flex-end;
    margin: .5rem 0 0;
    max-width: 88%;
    width: 88%;
  }
}

/* Sportium benefits: balanced headings and explicit 4/2/1 responsive grid. */
body.postid-22 .partner-benefits .partner-card-grid {
  align-items: stretch;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-inline: 0;
  overflow: visible;
  padding: 0;
  scroll-snap-type: none;
}
body.postid-22 .partner-benefits .partner-card-grid > article {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  min-width: 0;
  padding: clamp(1.45rem, 1.8vw, 1.75rem);
}
body.postid-22 .partner-benefits .partner-card-grid > article > h3 {
  font-size: clamp(1.35rem, 1.65vw, 1.85rem);
  hyphens: none;
  letter-spacing: -.03em;
  line-height: 1.05;
  margin: 0 0 .85rem;
  min-height: 2.1em;
  overflow-wrap: normal;
  word-break: normal;
}
body.postid-22 .partner-benefits .partner-card-grid > article > p {
  line-height: 1.55;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.postid-22 .partner-benefits .partner-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.postid-22 .partner-benefits .partner-card-grid > article > h3 {
    font-size: clamp(1.45rem, 2.7vw, 1.85rem);
  }
}

@media (max-width: 767px) {
  body.postid-22 .partner-benefits .partner-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  body.postid-22 .partner-benefits .partner-card-grid > article {
    min-height: 0;
    padding: 1.45rem;
  }
  body.postid-22 .partner-benefits .partner-card-grid > article > h3 {
    font-size: clamp(1.35rem, 6vw, 1.7rem);
    min-height: 0;
  }
}

/* Homepage hero: iPad/tablet keeps a balanced split without desktop-sized media. */
@media (min-width: 768px) and (max-width: 1024px) {
  .home-hero-story .hero {
    min-height: auto;
    padding-block: clamp(3rem, 5.5vw, 4rem) clamp(4.5rem, 7vw, 5.5rem);
  }

  .home-hero-story .hero__inner,
  .home-hero-story .hero__inner.has-media {
    align-items: center;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero-story .hero__content {
    align-self: center;
    max-width: none;
    min-width: 0;
  }

  .home-hero-story .hero h1 {
    font-size: clamp(2.75rem, 4.4vw, 3.25rem);
    line-height: .94;
    max-width: 11.5ch;
  }

  .pnp-home .hero__visual {
    align-self: center;
    height: clamp(26.25rem, 52vw, 35rem);
    justify-self: center;
    margin-inline: auto;
    max-height: 35rem;
    max-width: 30rem;
    min-height: 0;
    width: 88%;
  }

  .pnp-home .hero__visual > .pnp-hero-visual {
    height: 100%;
    max-height: 35rem;
    min-height: 0;
  }

  .pnp-home .hero__visual .pnp-smartphone {
    height: min(82%, 32rem);
    max-height: 32rem;
  }

  .pnp-home .hero__visual .pnp-hero-layer--foreground {
    bottom: 3%;
    inset-inline: 10%;
    top: 7%;
  }

  .home-hero-story .pnp-shared-phone {
    height: clamp(26rem, 48vw, 30rem);
    left: 75%;
    max-height: 30rem;
    max-width: 28vw;
    top: calc(30% + (var(--pnp-story-progress) * 20%));
    transform: translate3d(-50%, calc(-50% - (var(--pnp-story-progress) * 1%)), 0) scale(calc(.94 + (var(--pnp-story-progress) * .03) + (var(--pnp-experience-progress) * .08)));
  }
}

/* Shared CRO presentation for the two partner-specific landing pages. */
:is(.partner-landing--eurobet,.partner-landing--sportium) .partner-hero__content{max-width:50rem}
.eurobet-hero__actions{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}:is(.partner-landing--eurobet,.partner-landing--sportium) .eurobet-hero__actions .pnp-button{margin-top:0}:is(.partner-landing--eurobet,.partner-landing--sportium) .pnp-button--secondary{background:rgb(255 255 255 / 10%);border-color:rgb(255 255 255 / 45%);box-shadow:none;color:#fff}:is(.partner-landing--eurobet,.partner-landing--sportium) .pnp-button--secondary:hover{background:#fff;color:#171719}
.eurobet-hero__proof{display:grid;gap:.65rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.5rem}.eurobet-hero__proof>div{backdrop-filter:blur(10px);background:rgb(23 23 25 / 58%);border:1px solid rgb(255 255 255 / 18%);border-radius:1rem;min-width:0;padding:.9rem}.eurobet-hero__proof strong,.eurobet-hero__proof span{display:block}.eurobet-hero__proof strong{color:#fff;font-size:.88rem;line-height:1.25}.eurobet-hero__proof span{color:rgb(255 255 255 / 70%);font-size:.72rem;line-height:1.4;margin-top:.35rem}
.eurobet-audience{background:#fff}.eurobet-audience h2,.eurobet-benefits h2,.eurobet-process h2,.eurobet-role h2{font-size:clamp(2.4rem,5vw,5rem);letter-spacing:-.05em;line-height:.95;max-width:15ch}.eurobet-audience__items{display:flex;flex-wrap:wrap;gap:.65rem;margin:2rem 0}.eurobet-audience__items span{background:#f0edef;border:1px solid #e1dadd;border-radius:999px;color:#302a2d;font-size:.9rem;font-weight:800;padding:.75rem 1rem}
.partner-benefits--light{background:var(--partner-bg,#f4f4f6);color:var(--partner-text,var(--pnp-text,#171719))}.partner-benefits--light>.pnp-container>.eyebrow{color:var(--partner-primary,var(--pnp-red,#df2524))}.partner-benefits--light>.pnp-container>h2{color:var(--partner-text,var(--pnp-text,#171719))}.partner-benefits--light>.pnp-container>p:not(.eyebrow){color:var(--pnp-muted,#5f5a5d)}
:is(.partner-landing--eurobet,.partner-landing--sportium) .partner-benefits{min-height:0}:is(.partner-landing--eurobet,.partner-landing--sportium) .partner-card-grid{align-items:stretch;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:2.5rem;overflow:visible;padding:0}:is(.partner-landing--eurobet,.partner-landing--sportium) .partner-card-grid>article{display:flex;flex-direction:column;min-height:17rem;min-width:0;padding:1.6rem}:is(.partner-landing--eurobet,.partner-landing--sportium) .partner-card-grid h3{font-size:clamp(1.3rem,1.7vw,1.75rem);hyphens:none;line-height:1.08;overflow-wrap:normal;word-break:normal}:is(.partner-landing--eurobet,.partner-landing--sportium) .partner-card-grid p{margin-bottom:0}
.eurobet-process{background:#fff;scroll-margin-top:calc(var(--pnp-header-height,4.75rem) + 1rem)}.eurobet-process ol{display:grid;gap:1rem;grid-template-columns:repeat(5,minmax(0,1fr));list-style:none;margin:2.5rem 0;padding:0}.eurobet-process li{background:#f4f4f6;border-top:3px solid var(--partner-primary);border-radius:1.2rem;min-width:0;padding:1.35rem}.eurobet-process li>span{color:var(--partner-primary);font-size:2rem;font-weight:900}.eurobet-process h3{font-size:1.25rem;line-height:1.15;margin:1.2rem 0 .7rem}.eurobet-process li p{color:var(--pnp-muted);font-size:.94rem;line-height:1.55;margin:0}
.eurobet-role{background:#ececef}.eurobet-role__layout{align-items:start;display:grid;gap:clamp(2rem,7vw,7rem);grid-template-columns:minmax(0,1.1fr) minmax(20rem,.9fr)}.eurobet-role__layout>div>p:last-child{color:var(--pnp-muted);font-size:1.1rem;line-height:1.65}.eurobet-role ol{display:grid;gap:.7rem;list-style:none;margin:0;padding:0}.eurobet-role li{align-items:center;background:#fff;border-radius:1rem;display:flex;font-weight:800;gap:1rem;padding:1rem}.eurobet-role li span{align-items:center;background:var(--partner-primary);border-radius:50%;color:#fff;display:inline-flex;flex:0 0 2.25rem;height:2.25rem;justify-content:center}
.eurobet-form-section{scroll-margin-top:calc(var(--pnp-header-height,4.75rem) + 1rem)}.eurobet-form-section .pnp-form-heading>p:last-child{color:var(--pnp-muted);font-size:1.08rem;max-width:46rem}.pnp-lead-form--compact .pnp-lead-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.eurobet-faq{background:#fff}.eurobet-final .eyebrow{color:#ff847f}.eurobet-final .final-cta{align-items:center}
.sportium-benefits__trust{border-left:3px solid var(--partner-primary);color:var(--pnp-muted);font-size:.95rem;line-height:1.6;margin:2rem 0 0;max-width:58rem;padding:.35rem 0 .35rem 1rem}
@media(max-width:74.99rem){:is(.partner-landing--eurobet,.partner-landing--sportium) .partner-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.eurobet-process ol{grid-template-columns:repeat(2,minmax(0,1fr))}.eurobet-process li:last-child{grid-column:1/-1}.eurobet-hero__proof{grid-template-columns:1fr}.eurobet-role__layout{grid-template-columns:1fr}}
@media(max-width:47.99rem){:is(.partner-landing--eurobet,.partner-landing--sportium) .partner-hero__inner{margin-inline:var(--pnp-gutter);padding-inline:0;width:calc(100% - (var(--pnp-gutter) * 2))}:is(.partner-landing--eurobet,.partner-landing--sportium) .partner-hero__inner,:is(.partner-landing--eurobet,.partner-landing--sportium) .partner-hero__content,:is(.partner-landing--eurobet,.partner-landing--sportium) .partner-hero__media{box-sizing:border-box;max-width:100%;min-width:0}:is(.partner-landing--eurobet,.partner-landing--sportium) .partner-hero__content,:is(.partner-landing--eurobet,.partner-landing--sportium) .partner-hero__media{width:100%}:is(.partner-landing--eurobet,.partner-landing--sportium) .partner-hero__content>*{max-width:100%}:is(.partner-landing--eurobet,.partner-landing--sportium) .partner-hero__content::before{inset:-1rem}:is(.partner-landing--eurobet,.partner-landing--sportium) .partner-hero h1{font-size:clamp(2.7rem,13vw,3.5rem);overflow-wrap:normal;word-break:normal}:is(.partner-landing--eurobet,.partner-landing--sportium) .partner-subtitle{font-size:1.08rem;line-height:1.55}.eurobet-hero__actions{align-items:stretch;flex-direction:column;max-width:100%}.eurobet-hero__actions .pnp-button{box-sizing:border-box;justify-content:center;max-width:100%;width:100%}.eurobet-hero__proof{gap:.5rem;max-width:100%}.eurobet-hero__proof>div{min-width:0;padding:.75rem}:is(.partner-landing--eurobet,.partner-landing--sportium) .partner-card-grid,.eurobet-process ol{display:grid;grid-template-columns:minmax(0,1fr);margin-inline:0;overflow:visible;padding:0}:is(.partner-landing--eurobet,.partner-landing--sportium) .partner-card-grid>article{min-height:0;width:auto}.eurobet-process li:last-child{grid-column:auto}.pnp-lead-form--compact .pnp-lead-grid{grid-template-columns:1fr}.eurobet-audience__items{gap:.5rem}.eurobet-audience__items span{font-size:.82rem;padding:.65rem .8rem}}
