.nkp {
  --red: #d71920;
  --ink: #18201e;
  --muted: #63716b;
  --soft: #fbf6f3;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
}
.nkp * {
  box-sizing: border-box;
}
.nkp-shell {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.nkp h1,
.nkp h2,
.nkp h3,
.nkp p {
  margin-top: 0;
}
.nkp h1,
.nkp h2,
.nkp h3 {
  font-weight: 800;
  line-height: 1.08;
}
.nkp h1,
.nkp h2 {
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.nkp h1 {
  max-width: 780px;
  font-size: clamp(40px, 5.3vw, 68px);
}
.nkp h2 {
  font-size: clamp(34px, 4vw, 42px);
}
.nkp-hero {
  position: relative;
  overflow: hidden;
  padding: 118px 0;
  background: linear-gradient(120deg, #8d0c12, #d71920 54%, #ed4a4f);
  color: #fff;
}
.nkp-hero:after {
  position: absolute;
  right: -100px;
  bottom: -180px;
  width: 530px;
  height: 530px;
  border: 88px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}
.nkp-hero__inner {
  position: relative;
  z-index: 1;
}
.nkp-hero__inner > span {
  display: block;
  margin-bottom: 17px;
  color: #ffd3d5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
}
.nkp-hero p {
  max-width: 100%;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}
.nkp-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.nkp-actions a,
.nkp-band a,
.nkp-contact-card > a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #fff;
  color: var(--red) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.nkp-actions .is-outline {
  background: transparent;
  color: #fff !important;
}
.nkp-section {
  padding: 55px 0;
}
.nkp-section--soft {
  background: var(--soft);
}
.nkp-label {
  display: block;
  margin-bottom: 15px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.nkp-about-story {
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  gap: 90px;
  align-items: center;
}
.nkp-about-story__visual {
  position: relative;
  display: grid;
  min-height: 410px;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(145deg, #18201e, #315043);
  color: #fff;
}
.nkp-about-story__visual:before {
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  content: "";
}
.nkp-about-story__visual div {
  font-size: 132px;
  font-weight: 900;
  letter-spacing: -0.12em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.16);
}
.nkp-about-story__visual span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 22px 28px;
  border-radius: 25px 0 0;
  background: var(--red);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
.nkp-about-story p {
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 17px;
}
.nkp-heading {
  text-align: center;
}
.nkp-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 55px;
}
.nkp-values article {
  min-height: 245px;
  padding: 30px;
  border: 1px solid #eadfda;
  border-radius: 10px;
  background: #fff;
}
.nkp-values b {
  color: var(--red);
  font-size: 14px;
}
.nkp-values h3 {
  margin: 54px 0 10px;
  font-size: 21px;
}
.nkp-values p {
  margin: 0;
  color: var(--muted);
}
.nkp-band {
  padding: 66px 0;
  background: #18201e;
  color: #fff;
}
.nkp-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.nkp-band h2 {
  margin: 0;
  font-size: clamp(29px, 3.3vw, 40px);
}
.nkp-band a {
  border-color: var(--red);
  background: var(--red);
  color: #fff !important;
}
.nkp-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
}
.nkp-news-card {
  overflow: hidden;
  border: 1px solid #e7e3df;
  border-radius: 10px;
  background: #fff;
}
.nkp-news-card__image {
  display: grid;
  height: 215px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #ffe7e8, #f9c9cb);
  color: var(--red);
  text-decoration: none;
}
.nkp-news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.nkp-news-card:hover img {
  transform: scale(1.05);
}
.nkp-news-card__image span {
  font-size: 48px;
  font-weight: 800;
  line-height: 0.8;
}
.nkp-news-card__image small {
  display: block;
  font-size: 13px;
  letter-spacing: 0.12em;
}
.nkp-news-card > div {
  padding: 25px;
}
.nkp-news-card > div > small {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}
.nkp-news-card h3 {
  margin: 12px 0;
  font-size: 22px;
}
.nkp-news-card h3 a {
  color: inherit;
  text-decoration: none;
}
.nkp-news-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.nkp-read-more {
  display: inline-block;
  margin-top: 20px;
  color: var(--red) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-decoration: none;
}
.nkp-read-more span {
  font-size: 18px;
  vertical-align: -1px;
}
.nkp-empty {
  text-align: center;
  color: var(--muted);
}
.nkp-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.nkp-contact-card {
  min-height: 320px;
  padding: 32px;
  border: 1px solid #e8e1dd;
  border-radius: 10px;
  background: #fff;
}
.nkp-contact-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: #fee8e8;
  color: var(--red);
  font-size: 23px;
  font-weight: 800;
}
.nkp-contact-card small {
  display: block;
  margin-top: 44px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.nkp-contact-card strong {
  display: block;
  margin-top: 6px;
  font-size: 21px;
  line-height: 1.3;
}
.nkp-contact-card p {
  min-height: 55px;
  margin: 13px 0;
  color: var(--muted);
  font-size: 15px;
}
.nkp-contact-card > a {
  min-height: 43px;
  padding: 10px 17px;
  border-color: var(--red);
  background: var(--red);
  color: #fff !important;
  font-size: 12px;
}
.nkp-contact-note {
  max-width: 830px;
  text-align: center;
}
.nkp-contact-note ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.nkp-contact-note li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 18px;
  border-top: 2px solid var(--red);
  background: #fff;
}
.nkp-contact-note b {
  color: var(--red);
}
.nkp-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.7s cubic-bezier(0.2, 0.65, 0.3, 1),
    transform 0.7s cubic-bezier(0.2, 0.65, 0.3, 1);
}
.nkp-reveal--right {
  transform: translateX(36px);
}
.nkp-reveal.is-visible {
  opacity: 1;
  transform: none;
}
.nkp-values .nkp-reveal:nth-child(2),
.nkp-news-grid .nkp-reveal:nth-child(2),
.nkp-contact-grid .nkp-reveal:nth-child(2) {
  transition-delay: 0.08s;
}
.nkp-values .nkp-reveal:nth-child(3),
.nkp-news-grid .nkp-reveal:nth-child(3),
.nkp-contact-grid .nkp-reveal:nth-child(3) {
  transition-delay: 0.16s;
}
@media (max-width: 850px) {
  .nkp-about-story,
  .nkp-contact-grid {
    grid-template-columns: 1fr;
  }
  .nkp-values,
  .nkp-news-grid {
    grid-template-columns: 1fr 1fr;
  }
  .nkp-band__inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .nkp-contact-note ol {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 540px) {
  .nkp-shell {
    width: min(100% - 32px, 1180px);
  }
  .nkp-hero {
    padding: 78px 0;
  }
  .nkp-hero p {
    font-size: 16px;
  }
  .nkp-section {
    padding: 70px 0;
  }
  .nkp-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .nkp-actions a,
  .nkp-band a {
    width: 100%;
  }
  .nkp-about-story__visual {
    min-height: 320px;
  }
  .nkp-values,
  .nkp-news-grid {
    grid-template-columns: 1fr;
  }
  .nkp-contact-card {
    min-height: 0;
  }
  .nkp-contact-card small {
    margin-top: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .nkp-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
