.cp {
  background: #f6f4ee;
  color: #171915;
  overflow-x: hidden;
}

.cp-wrap {
  width: min(calc(100% - 40px), 1220px);
  margin: 0 auto;
}

.cp-crumb {
  width: min(calc(100% - 40px), 1220px);
  margin: 0 auto;
  padding: 110px 0 0;
  position: relative;
  z-index: 4;
}

.cp-crumb ol {
  list-style: none;
  margin: 0;
  padding: 11px 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(23, 25, 21, 0.08);
  box-shadow: 0 14px 40px rgba(15, 17, 16, 0.08);
  backdrop-filter: blur(14px);
  font-size: 0.82rem;
  font-weight: 800;
  color: rgba(23, 25, 21, 0.48);
}

.cp-crumb a {
  color: rgba(23, 25, 21, 0.62);
  text-decoration: none;
}

.cp-crumb li:not(:last-child)::after {
  content: "/";
  margin-left: 7px;
  color: rgba(23, 25, 21, 0.26);
}

.cp-hero {
  position: relative;
  min-height: min(82svh, 760px);
  margin-top: -50px;
  display: flex;
  align-items: flex-end;
  padding: 70px 0;
  color: #fff;
  isolation: isolate;
}

.cp-hero__media,
.cp-hero__media img,
.cp-hero__veil {
  position: absolute;
  inset: 0;
}

.cp-hero__media {
  z-index: -1;
  overflow: hidden;
  background: #0b0e0b;
}

.cp-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  filter: saturate(0.92) contrast(1.08);
}

.cp-hero__veil {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.68) 48%, rgba(0, 0, 0, 0.2) 100%),
    radial-gradient(circle at 70% 55%, rgba(214, 224, 44, 0.2), transparent 28%),
    linear-gradient(0deg, rgba(10, 13, 10, 0.95) 0%, rgba(10, 13, 10, 0.12) 58%);
}

.cp-hero__content {
  max-width: 830px;
}

.cp-kicker {
  margin: 0 0 16px;
  color: #d6e02c;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cp-hero h1 {
  margin: 0;
  max-width: 840px;
  font-size: clamp(3rem, 7.8vw, 7rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 0;
}

.cp-hero p:not(.cp-kicker) {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.7;
}

.cp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.cp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  background: #d6e02c;
  color: #11130f;
  font-weight: 900;
  text-decoration: none;
  border: 0;
}

.cp-btn--dark {
  background: #171915;
  color: #fff;
}

.cp-section {
  padding: clamp(72px, 8vw, 118px) 0;
}

.cp-section--dark {
  background: #0e120f;
  color: #fff;
}

.cp-title {
  margin: 0;
  max-width: 840px;
  font-size: clamp(2.3rem, 5vw, 5.2rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: 0;
}

.cp-lead {
  max-width: 740px;
  margin: 22px 0 0;
  color: rgba(23, 25, 21, 0.68);
  font-size: 1.05rem;
  line-height: 1.8;
}

.cp-section--dark .cp-lead {
  color: rgba(255, 255, 255, 0.72);
}

.cp-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}

.cp-panel,
.cp-card,
.cp-form,
.cp-client,
.cp-award,
.cp-media-card,
.cp-location {
  border-radius: 8px;
  border: 1px solid rgba(23, 25, 21, 0.1);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 70px rgba(15, 17, 16, 0.08);
}

.cp-section--dark .cp-panel,
.cp-section--dark .cp-card,
.cp-section--dark .cp-award {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

.cp-panel {
  padding: clamp(24px, 4vw, 42px);
}

.cp-panel h3,
.cp-card h3,
.cp-client h3,
.cp-award h3,
.cp-media-card h3,
.cp-location h3 {
  margin: 0;
  font-size: 1.24rem;
  line-height: 1.2;
  font-weight: 900;
}

.cp-panel p,
.cp-card p,
.cp-client p,
.cp-award p,
.cp-media-card p,
.cp-location p {
  margin: 13px 0 0;
  color: rgba(23, 25, 21, 0.66);
  line-height: 1.7;
  font-weight: 650;
}

.cp-section--dark .cp-panel p,
.cp-section--dark .cp-card p,
.cp-section--dark .cp-award p {
  color: rgba(255, 255, 255, 0.68);
}

.cp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.cp-card {
  padding: 26px;
}

.cp-number {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: #d6e02c;
  color: #12140f;
  font-weight: 900;
}

.cp-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.cp-stat {
  padding: 20px;
  border-radius: 8px;
  background: #171915;
  color: #fff;
}

.cp-stat strong {
  display: block;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1;
  color: #d6e02c;
  font-weight: 900;
}

.cp-stat span {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.cp-awards {
  display: grid;
  gap: 12px;
  margin-top: 40px;
}

.cp-award {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 170px 92px;
  gap: 18px;
  align-items: center;
  padding: 18px;
}

.cp-award__index {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(214, 224, 44, 0.16);
  color: #d6e02c;
  font-weight: 900;
}

.cp-award__meta,
.cp-award__year {
  color: rgba(255, 255, 255, 0.64);
  font-weight: 850;
}

.cp-clients {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.cp-client {
  padding: 22px;
}

.cp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.cp-tags span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(214, 224, 44, 0.18);
  color: rgba(23, 25, 21, 0.78);
  font-size: 0.76rem;
  font-weight: 900;
}

.cp-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.cp-contact-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.cp-contact-list a,
.cp-contact-list div {
  display: grid;
  gap: 5px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
}

.cp-contact-list span {
  color: #d6e02c;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cp-contact-list strong {
  font-size: 1.04rem;
  line-height: 1.45;
}

.cp-form {
  padding: clamp(22px, 4vw, 40px);
  background: rgba(255, 255, 255, 0.94);
}

.cp-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cp-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(23, 25, 21, 0.62);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cp-form input,
.cp-form select,
.cp-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid rgba(23, 25, 21, 0.13);
  background: #fff;
  color: #171915;
  font: inherit;
  font-weight: 750;
}

.cp-form textarea {
  min-height: 130px;
  padding: 14px;
  resize: vertical;
}

.cp-form button {
  margin-top: 6px;
  cursor: pointer;
}

.cp-contact-page .cp-hero {
  min-height: min(76svh, 700px);
}

.cp-contact-page .cp-hero h1 {
  max-width: 900px;
}

.cx-contact {
  position: relative;
  padding: clamp(78px, 9vw, 126px) 0;
  background:
    radial-gradient(circle at 12% 15%, rgba(214, 224, 44, 0.16), transparent 24%),
    radial-gradient(circle at 88% 82%, rgba(102, 230, 200, 0.12), transparent 26%),
    linear-gradient(180deg, #0e120f 0%, #141911 100%);
  color: #fff;
}

.cx-routes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.cx-routes a {
  display: grid;
  gap: 9px;
  min-height: 168px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.065);
  color: #fff;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.cx-routes a:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 224, 44, 0.5);
  background: rgba(214, 224, 44, 0.12);
}

.cx-routes span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #d6e02c;
  color: #11130f;
  font-size: 0.8rem;
  font-weight: 900;
}

.cx-routes strong {
  font-size: 1.08rem;
  line-height: 1.2;
  font-weight: 900;
}

.cx-routes small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
  line-height: 1.5;
  font-weight: 700;
}

.cx-board {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: stretch;
  padding: clamp(22px, 4vw, 46px);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.cx-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 580px;
}

.cx-copy h2 {
  margin: 0;
  max-width: 620px;
  font-size: clamp(2.4rem, 5vw, 5.5rem);
  line-height: 0.93;
  font-weight: 900;
  letter-spacing: 0;
}

.cx-copy p:not(.cp-kicker) {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.06rem;
  line-height: 1.75;
  font-weight: 700;
}

.cx-direct {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.cx-direct a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  text-decoration: none;
}

.cx-direct span {
  color: #d6e02c;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cx-direct strong {
  text-align: right;
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  font-weight: 900;
}

.cx-form {
  border: 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.22);
}

.cx-form__head {
  display: grid;
  gap: 8px;
  margin-bottom: 26px;
}

.cx-form__head span {
  color: #d6e02c;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cx-form__head strong {
  color: #171915;
  font-size: clamp(1.5rem, 3vw, 2.45rem);
  line-height: 1;
  font-weight: 900;
}

.cx-form input,
.cx-form select,
.cx-form textarea {
  background: #f8f8f4;
  border-color: rgba(23, 25, 21, 0.12);
}

.cx-form input:focus,
.cx-form select:focus,
.cx-form textarea:focus {
  outline: 0;
  border-color: #d6e02c;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(214, 224, 44, 0.18);
}

.cx-offices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.cx-offices article {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
}

.cx-offices span {
  color: #d6e02c;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cx-offices strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 1.14rem;
  line-height: 1.2;
  font-weight: 900;
}

.cx-offices p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.65;
  font-weight: 700;
}

.cx-help {
  padding: clamp(72px, 8vw, 110px) 0;
  background: #f6f4ee;
}

.cx-help__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.cp-media-grid,
.cp-location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.cp-media-card,
.cp-location {
  padding: 26px;
}

.cp-timeline {
  display: grid;
  gap: 16px;
  margin-top: 34px;
  position: relative;
}

.cp-timeline::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: rgba(214, 224, 44, 0.38);
}

.cp-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 18px;
}

.cp-timeline__year {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #d6e02c;
  color: #12140f;
  font-size: 0.82rem;
  font-weight: 900;
}

.cp-cta {
  padding: 80px 0;
  background: #d6e02c;
  color: #11130f;
}

.cp-cta__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.cp-cta h2 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.98;
  font-weight: 900;
}

.cp-cta p {
  margin: 14px 0 0;
  max-width: 640px;
  color: rgba(17, 19, 15, 0.74);
  font-weight: 750;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .cp-split,
  .cp-contact-grid,
  .cp-cta__inner {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .cp-grid,
  .cp-media-grid,
  .cp-location-grid,
  .cx-routes,
  .cx-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cx-board {
    grid-template-columns: 1fr;
  }

  .cx-copy {
    min-height: auto;
  }

  .cx-offices {
    grid-template-columns: 1fr;
  }

  .cp-clients {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cp-award {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .cp-award__meta,
  .cp-award__year {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .cp-wrap,
  .cp-crumb {
    width: min(calc(100% - 28px), 1220px);
  }

  .cp-crumb {
    padding-top: 92px;
  }

  .cp-hero {
    min-height: 660px;
    padding: 54px 0;
  }

  .cp-hero h1 {
    font-size: clamp(3rem, 17vw, 4.7rem);
  }

  .cp-grid,
  .cp-clients,
  .cp-media-grid,
  .cp-location-grid,
  .cx-routes,
  .cx-help__grid,
  .cp-stat-strip,
  .cp-form__row {
    grid-template-columns: 1fr;
  }

  .cx-board {
    padding: 18px;
  }

  .cx-direct a {
    display: grid;
  }

  .cx-direct strong {
    text-align: left;
  }
}

.cp-about-page .cp-crumb {
  padding-top: 112px;
}

.cp-story-page .cp-crumb {
  padding-top: 112px;
}

.cp-process-page .cp-crumb {
  padding-top: 112px;
}

.cp-why-page .cp-crumb {
  padding-top: 112px;
}

.cp-testimonials-page .cp-crumb {
  padding-top: 112px;
}

.cp-about-hero {
  min-height: min(86svh, 780px);
}

.cp-about-page .cp-hero h1 {
  max-width: 820px;
  font-size: clamp(2.8rem, 6.2vw, 5.8rem);
  line-height: 0.95;
}

.cp-about-page .cp-title {
  max-width: 780px;
  font-size: clamp(2rem, 4.2vw, 4.15rem);
  line-height: 1.02;
}

.cp-about-intro .cp-title {
  max-width: 640px;
  font-size: clamp(2rem, 3.8vw, 3.55rem);
}

.cp-about-hero .cp-hero__veil {
  background:
    linear-gradient(90deg, rgba(5, 7, 5, 0.92) 0%, rgba(5, 7, 5, 0.68) 45%, rgba(5, 7, 5, 0.18) 100%),
    radial-gradient(circle at 72% 44%, rgba(214, 224, 44, 0.2), transparent 25%),
    linear-gradient(0deg, rgba(8, 11, 8, 0.94) 0%, rgba(8, 11, 8, 0.12) 62%);
}

.cp-about-hero .cp-hero__media img {
  object-position: center 42%;
}

.cp-about-story {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: start;
}

.cp-about-copy {
  display: grid;
  gap: 18px;
  padding-top: 8px;
}

.cp-about-copy p {
  margin: 0;
  color: rgba(23, 25, 21, 0.72);
  font-size: 1.06rem;
  line-height: 1.85;
  font-weight: 650;
}

.cp-about-proof,
.cp-service-matrix,
.cp-about-values {
  display: grid;
  gap: 16px;
}

.cp-about-proof {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.cp-proof-card {
  min-height: 150px;
  padding: 22px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72)),
    repeating-linear-gradient(135deg, rgba(23, 25, 21, 0.05) 0 1px, transparent 1px 13px);
  border: 1px solid rgba(23, 25, 21, 0.1);
  box-shadow: 0 18px 50px rgba(15, 17, 16, 0.07);
}

.cp-proof-card strong {
  display: block;
  font-size: clamp(1.9rem, 4vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: 0;
  font-weight: 900;
}

.cp-proof-card span {
  display: block;
  margin-top: 12px;
  color: rgba(23, 25, 21, 0.62);
  font-weight: 850;
  line-height: 1.45;
}

.cp-about-dark {
  position: relative;
  overflow: hidden;
}

.cp-about-dark::after {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 46vw;
  height: 46vw;
  pointer-events: none;
  background: radial-gradient(circle, rgba(214, 224, 44, 0.14), transparent 66%);
  transform: translate(22%, -30%);
}

.cp-about-stack {
  display: grid;
  gap: 14px;
}

.cp-service-matrix {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
}

.cp-service-matrix .cp-card {
  min-height: 210px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.76)),
    radial-gradient(circle at 92% 12%, rgba(214, 224, 44, 0.18), transparent 9rem);
}

.cp-about-method {
  background:
    radial-gradient(circle at 8% 12%, rgba(214, 224, 44, 0.16), transparent 22rem),
    linear-gradient(180deg, #eeece4 0%, #f7f5ef 100%);
}

.cp-about-image {
  min-height: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(23, 25, 21, 0.1);
  background: #10130f;
  box-shadow: 0 28px 80px rgba(15, 17, 16, 0.16);
}

.cp-about-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.cp-process-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.cp-process-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(23, 25, 21, 0.1);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 42px rgba(15, 17, 16, 0.06);
}

.cp-process-list span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #171915;
  color: #d6e02c;
  font-weight: 900;
}

.cp-process-list h3 {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 900;
}

.cp-process-list p {
  margin: 8px 0 0;
  color: rgba(23, 25, 21, 0.66);
  line-height: 1.65;
  font-weight: 650;
}

.cp-about-values {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.cp-about-awards {
  margin-top: 26px;
}

.cp-story-hero {
  min-height: min(84svh, 760px);
}

.cp-story-hero .cp-hero__veil {
  background:
    linear-gradient(90deg, rgba(5, 7, 5, 0.94) 0%, rgba(5, 7, 5, 0.72) 48%, rgba(5, 7, 5, 0.2) 100%),
    radial-gradient(circle at 74% 48%, rgba(214, 224, 44, 0.2), transparent 24%),
    linear-gradient(0deg, rgba(8, 11, 8, 0.95) 0%, rgba(8, 11, 8, 0.12) 62%);
}

.cp-story-page .cp-hero h1 {
  max-width: 920px;
  font-size: clamp(2.75rem, 6.2vw, 5.9rem);
  line-height: 0.96;
}

.cp-story-page .cp-title {
  max-width: 880px;
  font-size: clamp(2rem, 4.4vw, 4.2rem);
  line-height: 1.02;
}

.cp-story-led,
.cp-story-now {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.cp-story-text {
  display: grid;
  gap: 18px;
}

.cp-story-text p {
  margin: 0;
  color: rgba(23, 25, 21, 0.72);
  font-size: 1.06rem;
  line-height: 1.86;
  font-weight: 650;
}

.cp-section--dark .cp-story-text p {
  color: rgba(255, 255, 255, 0.72);
}

.cp-story-timeline-section {
  position: relative;
  overflow: hidden;
}

.cp-story-timeline-section::before {
  content: "";
  position: absolute;
  inset: 10% auto auto 50%;
  width: 42vw;
  height: 42vw;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(214, 224, 44, 0.14), transparent 68%);
  pointer-events: none;
}

.cp-story-timeline {
  display: grid;
  gap: 14px;
  margin-top: 40px;
  position: relative;
}

.cp-story-timeline::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 34px;
  bottom: 34px;
  width: 2px;
  background: linear-gradient(180deg, #d6e02c, rgba(214, 224, 44, 0.08));
}

.cp-story-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  padding: 22px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.cp-story-timeline span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #d6e02c;
  color: #11130f;
  font-weight: 900;
}

.cp-story-timeline h3,
.cp-story-principles h3 {
  margin: 0;
  font-size: 1.28rem;
  font-weight: 900;
}

.cp-story-timeline p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.72;
  font-weight: 650;
}

.cp-story-image {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(23, 25, 21, 0.1);
  background: #10130f;
  box-shadow: 0 28px 80px rgba(15, 17, 16, 0.15);
}

.cp-story-image img {
  display: block;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.cp-story-principles {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.cp-story-principles article {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(23, 25, 21, 0.1);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 42px rgba(15, 17, 16, 0.06);
}

.cp-story-principles p {
  margin: 10px 0 0;
  color: rgba(23, 25, 21, 0.66);
  line-height: 1.68;
  font-weight: 650;
}

.cp-story-belief {
  background:
    radial-gradient(circle at 90% 10%, rgba(214, 224, 44, 0.16), transparent 22rem),
    linear-gradient(180deg, #f7f5ef 0%, #efede5 100%);
}

.cp-story-belief-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.cp-story-belief-grid .cp-card {
  min-height: 250px;
}

.cp-story-services {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 42px;
}

.cp-story-services span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 850;
}

.cp-process-hero {
  min-height: min(84svh, 760px);
}

.cp-process-hero .cp-hero__veil {
  background:
    linear-gradient(90deg, rgba(5, 7, 5, 0.92) 0%, rgba(5, 7, 5, 0.7) 47%, rgba(5, 7, 5, 0.22) 100%),
    radial-gradient(circle at 74% 42%, rgba(214, 224, 44, 0.18), transparent 24%),
    linear-gradient(0deg, rgba(8, 11, 8, 0.95) 0%, rgba(8, 11, 8, 0.14) 62%);
}

.cp-process-page .cp-hero h1 {
  max-width: 900px;
  font-size: clamp(2.75rem, 6vw, 5.8rem);
  line-height: 0.96;
}

.cp-process-page .cp-title {
  max-width: 880px;
  font-size: clamp(2rem, 4.3vw, 4.15rem);
  line-height: 1.02;
}

.cp-process-led,
.cp-process-final {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.cp-process-copy {
  display: grid;
  gap: 18px;
}

.cp-process-copy p {
  margin: 0;
  color: rgba(23, 25, 21, 0.72);
  font-size: 1.06rem;
  line-height: 1.86;
  font-weight: 650;
}

.cp-section--dark .cp-process-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.cp-process-promises {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
}

.cp-process-promises article {
  min-height: 158px;
  padding: 22px;
  border-radius: 8px;
  border: 1px solid rgba(23, 25, 21, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.74)),
    radial-gradient(circle at 92% 12%, rgba(214, 224, 44, 0.18), transparent 8rem);
  box-shadow: 0 18px 52px rgba(15, 17, 16, 0.07);
}

.cp-process-promises strong {
  display: block;
  font-size: 1.18rem;
  font-weight: 900;
}

.cp-process-promises span {
  display: block;
  margin-top: 12px;
  color: rgba(23, 25, 21, 0.64);
  line-height: 1.55;
  font-weight: 750;
}

.cp-process-roadmap-section {
  position: relative;
  overflow: hidden;
}

.cp-process-roadmap {
  display: grid;
  gap: 16px;
  margin-top: 40px;
}

.cp-process-roadmap article {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 24px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 96% 16%, rgba(214, 224, 44, 0.11), transparent 12rem);
}

.cp-process-roadmap span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #d6e02c;
  color: #11130f;
  font-weight: 900;
}

.cp-process-roadmap h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.12;
  font-weight: 900;
}

.cp-process-roadmap p {
  margin: 12px 0 0;
  max-width: 920px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.72;
  font-weight: 650;
}

.cp-process-roadmap ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.cp-process-roadmap li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 760;
  line-height: 1.45;
}

.cp-process-roadmap li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d6e02c;
}

.cp-process-image {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(23, 25, 21, 0.1);
  background: #10130f;
  box-shadow: 0 28px 80px rgba(15, 17, 16, 0.15);
}

.cp-process-image img {
  display: block;
  width: 100%;
  min-height: 580px;
  object-fit: cover;
}

.cp-process-checks {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.cp-process-checks article {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(23, 25, 21, 0.1);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 42px rgba(15, 17, 16, 0.06);
}

.cp-process-checks h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 900;
}

.cp-process-checks p {
  margin: 9px 0 0;
  color: rgba(23, 25, 21, 0.66);
  line-height: 1.68;
  font-weight: 650;
}

.cp-process-types {
  background:
    radial-gradient(circle at 90% 10%, rgba(214, 224, 44, 0.16), transparent 22rem),
    linear-gradient(180deg, #f7f5ef 0%, #efede5 100%);
}

.cp-process-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.cp-process-type-grid .cp-card {
  min-height: 220px;
}

.cp-why-hero {
  min-height: min(78svh, 700px);
}

.cp-why-hero .cp-hero__veil {
  background:
    linear-gradient(90deg, rgba(5, 7, 5, 0.93) 0%, rgba(5, 7, 5, 0.7) 45%, rgba(5, 7, 5, 0.22) 100%),
    radial-gradient(circle at 72% 46%, rgba(214, 224, 44, 0.18), transparent 24%),
    linear-gradient(0deg, rgba(8, 11, 8, 0.95) 0%, rgba(8, 11, 8, 0.12) 62%);
}

.cp-why-page .cp-hero h1 {
  max-width: 600px;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.94;
}

.cp-why-page .cp-title {
  max-width: 840px;
  font-size: clamp(2rem, 4.1vw, 4rem);
  line-height: 1.03;
}

.cp-why-led {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.cp-why-copy {
  display: grid;
  gap: 18px;
}

.cp-why-copy p {
  margin: 0;
  color: rgba(23, 25, 21, 0.72);
  font-size: 1.06rem;
  line-height: 1.86;
  font-weight: 650;
}

.cp-why-snapshot {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
}

.cp-why-snapshot article {
  min-height: 150px;
  padding: 22px;
  border-radius: 8px;
  border: 1px solid rgba(23, 25, 21, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.74)),
    radial-gradient(circle at 90% 12%, rgba(214, 224, 44, 0.18), transparent 8rem);
  box-shadow: 0 18px 52px rgba(15, 17, 16, 0.07);
}

.cp-why-snapshot strong {
  display: block;
  font-size: 1.22rem;
  font-weight: 900;
}

.cp-why-snapshot span {
  display: block;
  margin-top: 12px;
  color: rgba(23, 25, 21, 0.64);
  line-height: 1.55;
  font-weight: 750;
}

.cp-why-reasons {
  position: relative;
  overflow: hidden;
}

.cp-why-reasons::before {
  content: "";
  position: absolute;
  inset: 3% 0 auto auto;
  width: 42vw;
  height: 42vw;
  background: radial-gradient(circle, rgba(214, 224, 44, 0.13), transparent 68%);
  pointer-events: none;
}

.cp-reason-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.cp-reason-group {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 96% 12%, rgba(214, 224, 44, 0.12), transparent 10rem);
}

.cp-reason-group h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  line-height: 1.1;
  font-weight: 900;
}

.cp-reason-group ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

.cp-reason-group li {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
  font-weight: 700;
}

.cp-reason-group li::marker {
  color: #d6e02c;
  font-weight: 900;
}

.cp-why-image {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(23, 25, 21, 0.1);
  background: #10130f;
  box-shadow: 0 28px 80px rgba(15, 17, 16, 0.15);
}

.cp-why-image img {
  display: block;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.cp-why-outcomes {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.cp-why-outcomes article {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(23, 25, 21, 0.1);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 42px rgba(15, 17, 16, 0.06);
}

.cp-why-outcomes h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 900;
}

.cp-why-outcomes p {
  margin: 9px 0 0;
  color: rgba(23, 25, 21, 0.66);
  line-height: 1.68;
  font-weight: 650;
}

.cp-testimonials-hero {
  min-height: min(78svh, 720px);
}

.cp-testimonials-hero .cp-hero__veil {
  background:
    linear-gradient(90deg, rgba(5, 7, 5, 0.94) 0%, rgba(5, 7, 5, 0.72) 46%, rgba(5, 7, 5, 0.22) 100%),
    radial-gradient(circle at 72% 45%, rgba(214, 224, 44, 0.2), transparent 24%),
    linear-gradient(0deg, rgba(8, 11, 8, 0.95) 0%, rgba(8, 11, 8, 0.14) 62%);
}

.cp-testimonials-page .cp-hero h1 {
  max-width: 680px;
  font-size: clamp(3rem, 6.8vw, 6.1rem);
  line-height: 0.94;
}

.cp-testimonials-page .cp-title {
  max-width: 860px;
  font-size: clamp(2rem, 4.2vw, 4.05rem);
  line-height: 1.03;
}

.cp-testimonials-led {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.cp-testimonials-copy {
  display: grid;
  gap: 18px;
}

.cp-testimonials-copy p {
  margin: 0;
  color: rgba(23, 25, 21, 0.72);
  font-size: 1.06rem;
  line-height: 1.86;
  font-weight: 650;
}

.cp-review-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
}

.cp-review-stats article {
  min-height: 150px;
  padding: 22px;
  border-radius: 8px;
  border: 1px solid rgba(23, 25, 21, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.74)),
    radial-gradient(circle at 90% 12%, rgba(214, 224, 44, 0.18), transparent 8rem);
  box-shadow: 0 18px 52px rgba(15, 17, 16, 0.07);
}

.cp-review-stats strong {
  display: block;
  font-size: 1.22rem;
  font-weight: 900;
}

.cp-review-stats span {
  display: block;
  margin-top: 12px;
  color: rgba(23, 25, 21, 0.64);
  line-height: 1.55;
  font-weight: 750;
}

.cp-testimonial-board {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 18px;
  margin-top: 40px;
}

.cp-testimonial-feature,
.cp-testimonial-stack blockquote {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at 96% 12%, rgba(214, 224, 44, 0.13), transparent 10rem);
}

.cp-testimonial-feature {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 560px;
  padding: clamp(28px, 5vw, 52px);
}

.cp-testimonial-feature p {
  margin: 34px 0;
  color: #fff;
  font-size: clamp(1.75rem, 3.8vw, 3.6rem);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

.cp-stars {
  color: #d6e02c;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  font-weight: 900;
}

.cp-testimonial-feature footer,
.cp-testimonial-stack footer {
  display: grid;
  gap: 4px;
  color: rgba(255, 255, 255, 0.72);
}

.cp-testimonial-feature strong,
.cp-testimonial-stack strong {
  color: #fff;
  font-weight: 900;
}

.cp-testimonial-feature em {
  color: #d6e02c;
  font-style: normal;
  font-weight: 900;
}

.cp-testimonial-stack {
  display: grid;
  gap: 14px;
}

.cp-testimonial-stack blockquote {
  margin: 0;
  padding: 24px;
}

.cp-testimonial-stack p {
  margin: 16px 0 22px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.72;
  font-size: 1.05rem;
  font-weight: 700;
}

.cp-google-review {
  background:
    radial-gradient(circle at 12% 14%, rgba(214, 224, 44, 0.16), transparent 22rem),
    linear-gradient(180deg, #f7f5ef 0%, #efede5 100%);
}

.cp-google-cards {
  display: grid;
  gap: 14px;
}

.cp-google-cards a,
.cp-platform-grid a {
  display: grid;
  gap: 10px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(23, 25, 21, 0.1);
  background: rgba(255, 255, 255, 0.82);
  color: #171915;
  text-decoration: none;
  box-shadow: 0 18px 52px rgba(15, 17, 16, 0.07);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.cp-google-cards a:hover,
.cp-platform-grid a:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 224, 44, 0.68);
  background: #fff;
}

.cp-google-cards span,
.cp-platform-grid span {
  color: #7c850c;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cp-google-cards strong,
.cp-platform-grid strong {
  font-size: 1.25rem;
  line-height: 1.15;
  font-weight: 900;
}

.cp-google-cards em,
.cp-platform-grid em {
  color: rgba(23, 25, 21, 0.56);
  font-style: normal;
  font-weight: 800;
}

.cp-review-platforms {
  background: #f8f6ef;
}

.cp-platform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.cp-about-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.cp-about-assurance article {
  min-height: 250px;
  padding: 26px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at 90% 12%, rgba(214, 224, 44, 0.16), transparent 8rem);
}

.cp-about-assurance span {
  display: inline-flex;
  margin-bottom: 30px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(214, 224, 44, 0.16);
  color: #d6e02c;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cp-about-assurance h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.12;
  font-weight: 900;
}

.cp-about-assurance p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
  font-weight: 650;
}

.cp-about-sectors {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cp-sector-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cp-sector-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 850;
}

@media (max-width: 980px) {
  .cp-about-story,
  .cp-about-page .cp-split,
  .cp-story-led,
  .cp-story-now,
  .cp-story-page .cp-split,
  .cp-process-led,
  .cp-process-final,
  .cp-process-page .cp-split,
  .cp-why-led,
  .cp-why-page .cp-split,
  .cp-testimonials-led,
  .cp-testimonials-page .cp-split,
  .cp-testimonial-board {
    grid-template-columns: 1fr;
  }

  .cp-about-proof,
  .cp-service-matrix,
  .cp-about-values,
  .cp-about-assurance,
  .cp-story-belief-grid,
  .cp-process-promises,
  .cp-process-type-grid,
  .cp-why-snapshot,
  .cp-reason-groups,
  .cp-review-stats,
  .cp-platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cp-about-image img {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .cp-about-page .cp-crumb {
    padding-top: 92px;
  }

  .cp-story-page .cp-crumb {
    padding-top: 92px;
  }

  .cp-process-page .cp-crumb {
    padding-top: 92px;
  }

  .cp-why-page .cp-crumb {
    padding-top: 92px;
  }

  .cp-testimonials-page .cp-crumb {
    padding-top: 92px;
  }

  .cp-about-proof,
  .cp-service-matrix,
  .cp-about-values,
  .cp-about-assurance,
  .cp-story-belief-grid,
  .cp-process-promises,
  .cp-process-type-grid,
  .cp-why-snapshot,
  .cp-reason-groups,
  .cp-review-stats,
  .cp-platform-grid {
    grid-template-columns: 1fr;
  }

  .cp-process-list article {
    grid-template-columns: 1fr;
  }

  .cp-story-timeline::before {
    display: none;
  }

  .cp-story-timeline article {
    grid-template-columns: 1fr;
  }

  .cp-story-image img {
    min-height: 330px;
  }

  .cp-process-roadmap article {
    grid-template-columns: 1fr;
  }

  .cp-process-roadmap ul {
    grid-template-columns: 1fr;
  }

  .cp-process-image img {
    min-height: 340px;
  }

  .cp-why-image img {
    min-height: 330px;
  }

  .cp-testimonial-feature {
    min-height: auto;
  }
}

.cp-awards-page {
  background:
    radial-gradient(circle at 12% 4%, rgba(214, 224, 44, 0.18), transparent 18rem),
    linear-gradient(180deg, #f8f7f1 0%, #f2f0e8 52%, #f8f7f1 100%);
}

.cp-awards-page .cp-crumb {
  position: relative;
  z-index: 2;
}

.cp-awards-hero {
  position: relative;
  overflow: hidden;
  padding: 36px 0 84px;
}

.cp-awards-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(15, 18, 15, 0.96), rgba(25, 31, 16, 0.9)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 18px);
  border-bottom-left-radius: 46px;
  border-bottom-right-radius: 46px;
}

.cp-awards-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: 46px;
  align-items: center;
}

.cp-awards-hero__copy {
  color: #fff;
}

.cp-awards-hero .cp-kicker,
.cp-awards-record .cp-kicker {
  color: #d6e02c;
}

.cp-awards-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.8rem, 6.2vw, 4.9rem);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: 0;
}

.cp-awards-hero__copy p:not(.cp-kicker) {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.55vw, 1.22rem);
  line-height: 1.75;
  font-weight: 650;
}

.cp-awards-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
  margin-top: 34px;
}

.cp-awards-hero__proof span {
  min-height: 0;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  line-height: 1.45;
  font-weight: 800;
}

.cp-awards-hero__proof strong {
  display: block;
  margin-bottom: 10px;
  color: #d6e02c;
  font-size: clamp(1.3rem, 2vw, 1.55rem);
  line-height: 1.05;
  font-weight: 950;
}

.cp-awards-hero__media {
  margin: 0;
  padding: 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(214, 224, 44, 0.34);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.35);
  transform: rotate(1.5deg);
}

.cp-awards-hero__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1057 / 841;
  object-fit: cover;
  border-radius: 7px;
}

.cp-awards-hero__media figcaption {
  padding: 12px 4px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cp-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.58fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 36px;
}

.cp-award-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.cp-award-certificate {
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: #111410;
  border: 1px solid rgba(20, 20, 17, 0.08);
  box-shadow: 0 18px 48px rgba(13, 15, 13, 0.1);
}

.cp-award-certificate img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #0b0d0a;
}

.cp-award-certificate div {
  flex: 1;
  padding: 24px;
}

.cp-award-certificate span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(214, 224, 44, 0.14);
  color: #d6e02c;
  font-size: 0.76rem;
  font-weight: 950;
}

.cp-award-certificate h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  line-height: 1.15;
  font-weight: 950;
}

.cp-award-certificate p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
  font-weight: 650;
}

.cp-awards-record {
  position: relative;
  overflow: hidden;
}

.cp-awards-record::after {
  content: "";
  position: absolute;
  right: -9rem;
  top: 5rem;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  border: 1px solid rgba(214, 224, 44, 0.16);
  background: radial-gradient(circle, rgba(214, 224, 44, 0.12), transparent 65%);
  pointer-events: none;
}

.cp-awards-record .cp-wrap {
  position: relative;
  z-index: 1;
}

.cp-awards-timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cp-awards-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.03);
}

.cp-awards-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  background: rgba(214, 224, 44, 0.13);
  color: #d6e02c;
  font-weight: 950;
}

.cp-awards-row h3 {
  margin: 0;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 950;
}

.cp-awards-row p {
  grid-column: 2;
  margin: -6px 0 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
  font-weight: 650;
}

.cp-awards-meaning {
  background:
    radial-gradient(circle at 86% 18%, rgba(214, 224, 44, 0.2), transparent 18rem),
    #f8f6ef;
}

.cp-awards-meaning__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.cp-awards-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cp-awards-value-grid article {
  min-height: 230px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(20, 20, 17, 0.08);
  box-shadow: 0 16px 42px rgba(13, 15, 13, 0.06);
}

.cp-awards-value-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 26px;
  border-radius: 14px;
  background: #d6e02c;
  color: #111410;
  font-weight: 950;
}

.cp-awards-value-grid h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 950;
}

.cp-awards-value-grid p {
  margin: 12px 0 0;
  color: rgba(23, 25, 21, 0.62);
  line-height: 1.65;
  font-weight: 650;
}

@media (max-width: 980px) {
  .cp-awards-hero__grid,
  .cp-section-head,
  .cp-awards-meaning__grid {
    grid-template-columns: 1fr;
  }

  .cp-award-gallery,
  .cp-awards-timeline,
  .cp-awards-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cp-awards-hero__media {
    transform: none;
  }
}

@media (max-width: 640px) {
  .cp-awards-page .cp-crumb {
    padding-top: 92px;
  }

  .cp-award-gallery,
  .cp-awards-timeline,
  .cp-awards-value-grid,
  .cp-awards-hero__proof {
    grid-template-columns: 1fr;
  }

  .cp-awards-hero {
    padding-bottom: 58px;
  }

  .cp-awards-hero::before {
    height: 100%;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }

  .cp-awards-row {
    grid-template-columns: 1fr;
  }

  .cp-awards-row p {
    grid-column: auto;
    margin-top: 0;
  }
}

.cp-locations-page {
  background:
    radial-gradient(circle at 8% 8%, rgba(214, 224, 44, 0.22), transparent 18rem),
    linear-gradient(180deg, #f8f7f1 0%, #f1efe7 48%, #f8f7f1 100%);
}

.cp-locations-hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 78px;
  background:
    linear-gradient(135deg, rgba(15, 18, 15, 0.98), rgba(27, 32, 19, 0.93)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 22px);
  border-bottom-left-radius: 42px;
  border-bottom-right-radius: 42px;
}

.cp-locations-hero::after {
  content: "";
  position: absolute;
  right: 7%;
  top: 12%;
  width: min(34vw, 28rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 224, 44, 0.2), transparent 66%);
  pointer-events: none;
}

.cp-locations-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.55fr);
  gap: 42px;
  align-items: center;
}

.cp-locations-hero .cp-kicker {
  color: #d6e02c;
}

.cp-locations-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 6.2vw, 5rem);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: 0;
}

.cp-locations-hero p:not(.cp-kicker) {
  max-width: 820px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.55vw, 1.2rem);
  line-height: 1.72;
  font-weight: 650;
}

.cp-locations-panel {
  padding: 30px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.cp-locations-panel > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: #d6e02c;
  color: #10130f;
  font-size: 2rem;
  line-height: 1;
  font-weight: 950;
}

.cp-locations-panel h2 {
  margin: 26px 0 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  line-height: 1.1;
  font-weight: 950;
}

.cp-locations-panel p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
  font-weight: 650;
}

.cp-locations-panel__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.cp-locations-panel__chips span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(214, 224, 44, 0.14);
  color: #d6e02c;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cp-location-addresses {
  position: relative;
  overflow: hidden;
}

.cp-location-addresses::before {
  content: "";
  position: absolute;
  inset: 4rem 0 auto auto;
  width: 34%;
  height: 20rem;
  opacity: 0.45;
  background:
    linear-gradient(135deg, rgba(18, 20, 17, 0.05) 25%, transparent 25%) 0 0 / 18px 18px,
    linear-gradient(225deg, rgba(18, 20, 17, 0.04) 25%, transparent 25%) 0 0 / 18px 18px;
  pointer-events: none;
}

.cp-location-addresses .cp-wrap {
  position: relative;
  z-index: 1;
}

.cp-location-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cp-location-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(19, 21, 18, 0.09);
  box-shadow: 0 18px 52px rgba(15, 17, 16, 0.08);
}

.cp-location-card::after {
  content: "";
  position: absolute;
  right: -4rem;
  top: -4rem;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: rgba(214, 224, 44, 0.2);
}

.cp-location-card__num {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 46px;
  border-radius: 18px;
  background: #111410;
  color: #d6e02c;
  font-weight: 950;
}

.cp-location-card__eyebrow {
  margin: 0 0 10px;
  color: #7c850c;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cp-location-card h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.08;
  font-weight: 950;
}

.cp-location-card address {
  margin-top: 18px;
  color: rgba(23, 25, 21, 0.68);
  font-style: normal;
  font-size: 1.04rem;
  line-height: 1.72;
  font-weight: 700;
}

.cp-location-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 30px;
}

.cp-location-card__tags span {
  padding: 8px 10px;
  border-radius: 999px;
  background: #f3f2eb;
  color: rgba(23, 25, 21, 0.66);
  font-size: 0.76rem;
  font-weight: 900;
}

.cp-location-support {
  position: relative;
  overflow: hidden;
}

.cp-location-support__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.cp-location-support .cp-kicker {
  color: #d6e02c;
}

.cp-location-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cp-location-service-grid article {
  min-height: 230px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.03);
}

.cp-location-service-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(214, 224, 44, 0.14);
  color: #d6e02c;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.cp-location-service-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 1.18rem;
  line-height: 1.2;
  font-weight: 950;
}

.cp-location-service-grid p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.65;
  font-weight: 650;
}

.cp-location-contact {
  background:
    radial-gradient(circle at 92% 12%, rgba(214, 224, 44, 0.2), transparent 18rem),
    #f8f6ef;
}

.cp-location-contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.5fr);
  gap: 32px;
  align-items: center;
}

.cp-location-contact__actions {
  display: grid;
  gap: 12px;
}

.cp-location-contact__actions .cp-btn {
  justify-content: center;
  width: 100%;
}

@media (max-width: 980px) {
  .cp-locations-hero__grid,
  .cp-location-support__grid,
  .cp-location-contact__inner {
    grid-template-columns: 1fr;
  }

  .cp-location-card-grid,
  .cp-location-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .cp-locations-page .cp-crumb {
    padding-top: 92px;
  }

  .cp-locations-hero {
    padding: 42px 0 58px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }

  .cp-location-card-grid,
  .cp-location-service-grid {
    grid-template-columns: 1fr;
  }

  .cp-location-card {
    min-height: auto;
  }
}

.cp-contact-page {
  background:
    radial-gradient(circle at 8% 6%, rgba(214, 224, 44, 0.18), transparent 18rem),
    linear-gradient(180deg, #f8f7f1 0%, #f2f0e8 54%, #f8f7f1 100%);
}

.cx-new-hero {
  position: relative;
  overflow: hidden;
  padding: 44px 0 82px;
  background:
    linear-gradient(135deg, rgba(15, 18, 15, 0.98), rgba(31, 36, 20, 0.93)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 20px);
  border-bottom-left-radius: 42px;
  border-bottom-right-radius: 42px;
}

.cx-new-hero::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 9%;
  width: min(36vw, 30rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 224, 44, 0.2), transparent 66%);
  pointer-events: none;
}

.cx-new-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.64fr);
  gap: 42px;
  align-items: center;
}

.cx-new-hero .cp-kicker {
  color: #d6e02c;
}

.cx-new-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 7vw, 5.9rem);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: 0;
}

.cx-new-hero__copy > p:not(.cp-kicker) {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.72;
  font-weight: 650;
}

.cx-new-hero__quick {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.cx-new-hero__quick a {
  min-height: 118px;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.cx-new-hero__quick a:hover {
  transform: translateY(-3px);
  border-color: rgba(214, 224, 44, 0.52);
  background: rgba(214, 224, 44, 0.12);
}

.cx-new-hero__quick span {
  display: block;
  margin-bottom: 20px;
  color: #d6e02c;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.cx-new-hero__quick strong {
  display: block;
  font-size: clamp(0.96rem, 1.2vw, 1.16rem);
  line-height: 1.3;
  font-weight: 900;
}

.cx-new-hero__media {
  margin: 0;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(214, 224, 44, 0.35);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 78px rgba(0, 0, 0, 0.34);
}

.cx-new-hero__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 7px;
}

.cx-new-hero__media figcaption {
  padding: 12px 4px 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cx-new-contact {
  padding: clamp(74px, 8vw, 118px) 0;
}

.cx-new-contact__grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.52fr) minmax(0, 0.88fr);
  gap: 22px;
  align-items: stretch;
}

.cx-route-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 10px;
  background: #111410;
  color: #fff;
  box-shadow: 0 20px 60px rgba(13, 15, 13, 0.14);
}

.cx-route-panel::after {
  content: "";
  position: absolute;
  right: -7rem;
  top: -7rem;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  background: rgba(214, 224, 44, 0.16);
  pointer-events: none;
}

.cx-route-panel .cp-kicker {
  color: #d6e02c;
}

.cx-route-panel h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 28px;
  font-size: clamp(1.65rem, 3.2vw, 2.65rem);
  line-height: 1;
  font-weight: 950;
}

.cx-route-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.cx-route-list a {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  text-decoration: none;
}

.cx-route-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #d6e02c;
  color: #111410;
  font-weight: 950;
}

.cx-route-list strong {
  display: block;
  grid-column: 2;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 950;
  min-width: 0;
}

.cx-route-list small {
  display: block;
  grid-column: 2;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 650;
  max-width: 34ch;
}

.cx-new-form {
  padding: clamp(24px, 4vw, 42px);
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(20, 20, 17, 0.08);
  box-shadow: 0 20px 60px rgba(13, 15, 13, 0.09);
}

.cx-new-form__head {
  margin-bottom: 26px;
}

.cx-new-form__head span {
  color: #7c850c;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cx-new-form__head h2 {
  max-width: 650px;
  margin: 12px 0 0;
  font-size: clamp(1.8rem, 3.5vw, 3.4rem);
  line-height: 0.98;
  font-weight: 950;
}

.cx-new-form__head p {
  margin: 14px 0 0;
  color: rgba(23, 25, 21, 0.62);
  font-weight: 750;
}

.cp-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 12px 0 14px;
  color: rgba(23, 25, 21, 0.66);
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 700;
}

.cp-check input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  padding: 0;
}

.cx-new-offices {
  background: #f8f6ef;
}

.cx-office-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cx-office-grid article {
  min-height: 320px;
  padding: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(20, 20, 17, 0.08);
  box-shadow: 0 18px 52px rgba(13, 15, 13, 0.07);
}

.cx-office-grid span {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(214, 224, 44, 0.22);
  color: #7c850c;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.cx-office-grid h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.1;
  font-weight: 950;
}

.cx-office-grid address {
  margin-top: 16px;
  color: rgba(23, 25, 21, 0.66);
  font-style: normal;
  line-height: 1.7;
  font-weight: 700;
}

.cx-new-faq__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.54fr) minmax(0, 0.86fr);
  gap: 40px;
  align-items: start;
}

.cx-new-faq .cp-kicker {
  color: #d6e02c;
}

.cx-faq-list {
  display: grid;
  gap: 12px;
}

.cx-faq-list details {
  padding: 22px 24px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.065);
}

.cx-faq-list summary {
  cursor: pointer;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 950;
}

.cx-faq-list p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.65;
  font-weight: 650;
}

@media (max-width: 980px) {
  .cx-new-hero__grid,
  .cx-new-contact__grid,
  .cx-new-faq__grid {
    grid-template-columns: 1fr;
  }

  .cx-office-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .cp-contact-page .cp-crumb {
    padding-top: 92px;
  }

  .cx-new-hero {
    padding: 42px 0 58px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }

  .cx-new-hero__quick,
  .cx-office-grid {
    grid-template-columns: 1fr;
  }

  .cx-route-list a {
    grid-template-columns: 50px minmax(0, 1fr);
  }
}

.cp-careers-page {
  background:
    radial-gradient(circle at 8% 6%, rgba(214, 224, 44, 0.18), transparent 18rem),
    linear-gradient(180deg, #f8f7f1 0%, #f2f0e8 54%, #f8f7f1 100%);
}

.cr-hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 82px;
  background:
    linear-gradient(135deg, rgba(15, 18, 15, 0.98), rgba(31, 36, 20, 0.94)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 20px);
  border-bottom-left-radius: 42px;
  border-bottom-right-radius: 42px;
}

.cr-hero::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 8%;
  width: min(34vw, 28rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 224, 44, 0.2), transparent 66%);
  pointer-events: none;
}

.cr-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.52fr);
  gap: 42px;
  align-items: center;
}

.cr-hero .cp-kicker,
.cr-balance .cp-kicker {
  color: #d6e02c;
}

.cr-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: 0;
}

.cr-hero p:not(.cp-kicker) {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.72;
  font-weight: 650;
}

.cr-hero__panel {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.28);
}

.cr-hero__panel span {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(214, 224, 44, 0.18);
  color: #d6e02c;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.cr-hero__panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1;
  font-weight: 950;
}

.cr-apply__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.48fr) minmax(0, 0.82fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.cr-life__grid {
  display: block;
}

.cr-life .cp-title {
  max-width: 980px;
  font-size: clamp(2.1rem, 4.4vw, 4.6rem);
  line-height: 1;
}

.cr-life .cp-lead {
  max-width: 860px;
}

.cr-life-cards,
.cr-balance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.cr-life-cards article,
.cr-balance-grid article {
  min-height: 230px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(20, 20, 17, 0.08);
  box-shadow: 0 16px 44px rgba(13, 15, 13, 0.06);
}

.cr-life-cards span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  border-radius: 14px;
  background: #d6e02c;
  color: #111410;
  font-weight: 950;
}

.cr-life-cards h3,
.cr-balance-grid h3 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.2;
  font-weight: 950;
}

.cr-life-cards p,
.cr-balance-grid p {
  margin: 12px 0 0;
  color: rgba(23, 25, 21, 0.62);
  line-height: 1.65;
  font-weight: 650;
}

.cr-balance-grid {
  margin-top: 36px;
}

.cr-balance-grid article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.11);
}

.cr-balance-grid h3 {
  color: #fff;
}

.cr-balance-grid p {
  color: rgba(255, 255, 255, 0.64);
}

.cr-jobs {
  background: #f8f6ef;
}

.cr-job-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cr-job {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 10px;
  background: #111410;
  color: #fff;
  box-shadow: 0 22px 70px rgba(13, 15, 13, 0.12);
}

.cr-job__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 56px;
}

.cr-job__top span,
.cr-job__top strong {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.cr-job__top span {
  background: #d6e02c;
  color: #111410;
}

.cr-job__top strong {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
}

.cr-job h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.98;
  font-weight: 950;
}

.cr-job p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
  font-weight: 650;
}

.cr-job ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 32px;
  padding: 0;
  list-style: none;
}

.cr-job li {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 750;
}

.cr-job li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: #d6e02c;
}

.cr-job .cp-btn {
  margin-top: auto;
  align-self: flex-start;
}

.cr-apply {
  background:
    radial-gradient(circle at 92% 14%, rgba(214, 224, 44, 0.18), transparent 18rem),
    #f8f7f1;
}

.cr-apply-links {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.cr-apply-links a {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  color: #171915;
  text-decoration: none;
  border: 1px solid rgba(20, 20, 17, 0.08);
  box-shadow: 0 14px 38px rgba(13, 15, 13, 0.06);
}

.cr-apply-links span {
  color: #7c850c;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.cr-apply-links strong {
  font-size: 1.12rem;
  line-height: 1.2;
  font-weight: 950;
}

.cr-apply-form {
  padding: clamp(24px, 4vw, 42px);
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(20, 20, 17, 0.08);
  box-shadow: 0 20px 60px rgba(13, 15, 13, 0.09);
}

.cr-apply-form input[type="file"] {
  padding: 14px;
  min-height: 58px;
}

@media (max-width: 980px) {
  .cr-hero__grid,
  .cr-apply__grid {
    grid-template-columns: 1fr;
  }

  .cr-job-grid,
  .cr-life-cards,
  .cr-balance-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 1180px) and (min-width: 981px) {
  .cr-life .cp-title {
    font-size: clamp(2.1rem, 4vw, 3.7rem);
  }

  .cr-life-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .cp-careers-page .cp-crumb {
    padding-top: 92px;
  }

  .cr-hero {
    padding: 42px 0 58px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }

  .cr-job {
    min-height: auto;
  }
}

.cp-forge-page {
  background:
    radial-gradient(circle at 8% 5%, rgba(214, 224, 44, 0.18), transparent 18rem),
    linear-gradient(180deg, #f8f7f1 0%, #f2f0e8 54%, #f8f7f1 100%);
}

.fg-hero {
  position: relative;
  overflow: hidden;
  padding: 46px 0 84px;
  background:
    linear-gradient(135deg, rgba(15, 18, 15, 0.98), rgba(30, 36, 20, 0.94)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 20px);
  border-bottom-left-radius: 42px;
  border-bottom-right-radius: 42px;
}

.fg-hero::after {
  content: "";
  position: absolute;
  right: 7%;
  top: 8%;
  width: min(34vw, 28rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 224, 44, 0.2), transparent 66%);
  pointer-events: none;
}

.fg-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.72fr);
  gap: 44px;
  align-items: center;
}

.fg-hero .cp-kicker,
.fg-principles .cp-kicker {
  color: #d6e02c;
}

.fg-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: 0;
}

.fg-hero p:not(.cp-kicker) {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.72;
  font-weight: 650;
}

.fg-hero__media {
  margin: 0;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(214, 224, 44, 0.35);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 78px rgba(0, 0, 0, 0.34);
}

.fg-hero__media img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 7px;
}

.fg-hero__media figcaption {
  padding: 12px 4px 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fg-intro__grid,
.fg-work__grid,
.fg-relationship__inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 0.88fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.fg-intro .cp-title,
.fg-work .cp-title,
.fg-relationship .cp-title {
  font-size: clamp(2.2rem, 4.8vw, 4.7rem);
  line-height: 0.98;
}

.fg-intro__copy {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(20, 20, 17, 0.08);
  box-shadow: 0 18px 52px rgba(13, 15, 13, 0.07);
}

.fg-intro__copy p {
  margin: 0;
  color: rgba(23, 25, 21, 0.68);
  font-size: 1.06rem;
  line-height: 1.75;
  font-weight: 700;
}

.fg-principle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.fg-principle-grid article {
  min-height: 290px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.03);
}

.fg-principle-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 42px;
  border-radius: 14px;
  background: #d6e02c;
  color: #111410;
  font-weight: 950;
}

.fg-principle-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 1.18rem;
  line-height: 1.2;
  font-weight: 950;
}

.fg-principle-grid p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.65;
  font-weight: 650;
}

.fg-work {
  background: #f8f6ef;
}

.fg-work-list {
  display: grid;
  gap: 12px;
}

.fg-work-list article {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(20, 20, 17, 0.08);
  box-shadow: 0 14px 38px rgba(13, 15, 13, 0.06);
}

.fg-work-list strong {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 950;
}

.fg-work-list p {
  margin: 10px 0 0;
  color: rgba(23, 25, 21, 0.64);
  line-height: 1.65;
  font-weight: 650;
}

.fg-relationship {
  background:
    radial-gradient(circle at 88% 14%, rgba(214, 224, 44, 0.2), transparent 18rem),
    #f8f7f1;
}

.fg-relationship__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fg-relationship__cards article {
  min-height: 280px;
  padding: 26px;
  border-radius: 10px;
  background: #111410;
  color: #fff;
  box-shadow: 0 18px 52px rgba(13, 15, 13, 0.1);
}

.fg-relationship__cards span {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  margin-bottom: 48px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(214, 224, 44, 0.15);
  color: #d6e02c;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.fg-relationship__cards p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.02rem;
  line-height: 1.7;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .fg-principle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .fg-hero__grid,
  .fg-intro__grid,
  .fg-work__grid,
  .fg-relationship__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .cp-forge-page .cp-crumb {
    padding-top: 92px;
  }

  .fg-hero {
    padding: 42px 0 58px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }

  .fg-principle-grid,
  .fg-relationship__cards {
    grid-template-columns: 1fr;
  }
}

.cp-press-page {
  background:
    radial-gradient(circle at 9% 5%, rgba(214, 224, 44, 0.18), transparent 18rem),
    linear-gradient(180deg, #f8f7f1 0%, #f2f0e8 52%, #f8f7f1 100%);
}

.pm-hero {
  position: relative;
  overflow: hidden;
  padding: 46px 0 86px;
  background:
    linear-gradient(135deg, rgba(15, 18, 15, 0.98), rgba(30, 36, 20, 0.94)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 20px);
  border-bottom-left-radius: 42px;
  border-bottom-right-radius: 42px;
}

.pm-hero::before {
  content: "MEDIA";
  position: absolute;
  right: -0.04em;
  bottom: -0.22em;
  color: rgba(255, 255, 255, 0.04);
  font-size: clamp(9rem, 22vw, 25rem);
  line-height: 0.8;
  font-weight: 950;
  letter-spacing: 0;
  pointer-events: none;
}

.pm-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.66fr);
  gap: 44px;
  align-items: center;
}

.pm-hero .cp-kicker,
.pm-editorial .cp-kicker {
  color: #d6e02c;
}

.pm-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 6.5vw, 5.8rem);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: 0;
}

.pm-hero p:not(.cp-kicker) {
  max-width: 820px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.72;
  font-weight: 650;
}

.pm-hero-card {
  overflow: hidden;
  margin: 0;
  border-radius: 12px;
  border: 1px solid rgba(214, 224, 44, 0.34);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 78px rgba(0, 0, 0, 0.34);
  transform: rotate(1.2deg);
}

.pm-hero-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.pm-hero-card div {
  padding: 24px;
  background: #111410;
}

.pm-hero-card span {
  display: block;
  margin-bottom: 12px;
  color: #d6e02c;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pm-hero-card strong {
  display: block;
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.15;
  font-weight: 950;
}

.pm-snapshot__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 18px;
}

.pm-fact {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(20, 20, 17, 0.08);
  box-shadow: 0 18px 52px rgba(13, 15, 13, 0.07);
}

.pm-fact--dark {
  background: #111410;
  color: #fff;
}

.pm-fact > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 52px;
  border-radius: 16px;
  background: #d6e02c;
  color: #111410;
  font-weight: 950;
}

.pm-fact h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  line-height: 1.05;
  font-weight: 950;
}

.pm-fact p {
  margin: 16px 0 0;
  color: rgba(23, 25, 21, 0.64);
  line-height: 1.65;
  font-weight: 650;
}

.pm-fact--dark p {
  color: rgba(255, 255, 255, 0.68);
}

.pm-fact a {
  margin-top: auto;
  color: #d6e02c;
  font-weight: 950;
  text-decoration: none;
}

.pm-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.pm-story-grid article {
  min-height: 300px;
  padding: 26px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.03);
}

.pm-story-grid span {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(214, 224, 44, 0.14);
  color: #d6e02c;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-story-grid h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.22rem, 2vw, 1.7rem);
  line-height: 1.12;
  font-weight: 950;
}

.pm-story-grid p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.65;
  font-weight: 650;
}

.pm-live-coverage {
  background:
    radial-gradient(circle at 92% 8%, rgba(214, 224, 44, 0.16), transparent 20rem),
    linear-gradient(180deg, #f8f6ef 0%, #fffdf7 100%);
}

.pm-coverage-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.pm-coverage-logo {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 168px;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid rgba(20, 20, 17, 0.08);
  background: rgba(255, 255, 255, 0.92);
  color: #111410;
  text-decoration: none;
  box-shadow: 0 16px 42px rgba(13, 15, 13, 0.055);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.pm-coverage-logo:hover,
.pm-coverage-logo:focus-visible {
  border-color: rgba(214, 224, 44, 0.78);
  box-shadow: 0 20px 46px rgba(13, 15, 13, 0.1);
  transform: translateY(-3px);
}

.pm-coverage-logo__img {
  display: grid;
  place-items: center;
  min-height: 78px;
  padding: 12px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(17, 20, 16, 0.035), rgba(214, 224, 44, 0.08)),
    #f5f4ee;
}

.pm-coverage-logo__img img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
}

.pm-coverage-logo__text {
  display: grid;
  align-content: start;
  gap: 6px;
  margin-top: 14px;
}

.pm-coverage-logo__text strong {
  font-size: 0.96rem;
  line-height: 1.18;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.pm-coverage-logo__text small {
  color: rgba(23, 25, 21, 0.56);
  font-weight: 750;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.pm-newsline__inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 0.9fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.pm-kit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pm-kit-grid article {
  min-height: 260px;
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(20, 20, 17, 0.08);
  box-shadow: 0 16px 44px rgba(13, 15, 13, 0.06);
}

.pm-kit-grid span {
  display: block;
  margin-bottom: 42px;
  color: #7c850c;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pm-kit-grid strong {
  display: block;
  font-size: 1.22rem;
  line-height: 1.18;
  font-weight: 950;
}

.pm-kit-grid p {
  margin: 12px 0 0;
  color: rgba(23, 25, 21, 0.64);
  line-height: 1.6;
  font-weight: 650;
}

.pm-newsline {
  background:
    radial-gradient(circle at 92% 12%, rgba(214, 224, 44, 0.18), transparent 18rem),
    #f8f7f1;
}

.pm-update-stack {
  display: grid;
  gap: 12px;
}

.pm-update-stack article {
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(20, 20, 17, 0.08);
  box-shadow: 0 14px 38px rgba(13, 15, 13, 0.06);
}

.pm-update-stack span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(214, 224, 44, 0.22);
  color: #7c850c;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-update-stack h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.2;
  font-weight: 950;
}

.pm-update-stack p {
  margin: 10px 0 0;
  color: rgba(23, 25, 21, 0.64);
  line-height: 1.6;
  font-weight: 650;
}

@media (max-width: 1100px) {
  .pm-coverage-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pm-kit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .pm-coverage-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pm-hero__grid,
  .pm-newsline__inner {
    grid-template-columns: 1fr;
  }

  .pm-snapshot__grid,
  .pm-story-grid {
    grid-template-columns: 1fr;
  }

  .pm-hero-card {
    transform: none;
  }
}

@media (max-width: 640px) {
  .cp-press-page .cp-crumb {
    padding-top: 92px;
  }

  .pm-coverage-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pm-hero {
    padding: 42px 0 58px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }

  .pm-kit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .pm-coverage-logo-grid {
    grid-template-columns: 1fr;
  }
}
