@charset "UTF-8";
.cnc-hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  overflow: hidden;
}
.cnc-hero.swiper {
  height: auto;
  min-height: 750px;
}
.cnc-hero .swiper-wrapper,
.cnc-hero .swiper-slide {
  height: auto;
}
.cnc-hero__slide {
  min-height: 750px;
  position: relative;
  display: flex;
  align-items: center;
  background: #172532 center/cover no-repeat;
  overflow: hidden;
}
.cnc-hero__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(11, 23, 35, 0.93) 0%, rgba(16, 34, 48, 0.79) 44%, rgba(16, 34, 48, 0.3) 100%), linear-gradient(125deg, transparent 10%, rgba(185, 154, 98, 0.18) 10.2%, transparent 10.5%), linear-gradient(0deg, rgba(0, 0, 0, 0.38), transparent 44%);
}
.cnc-hero .cnc-kicker {
  color: #e4c898;
}
.cnc-hero__mesh {
  position: absolute;
  right: -12%;
  bottom: -22%;
  width: 610px;
  height: 610px;
  border: 1px solid rgba(228, 200, 152, 0.45);
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 0 75px rgba(228, 200, 152, 0.08), 0 0 0 150px rgba(228, 200, 152, 0.05);
}
.cnc-hero__content {
  position: relative;
  z-index: 2;
  padding: 150px 30px 125px;
}
.cnc-hero h1,
.cnc-hero h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(45px, 6.2vw, 90px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1.3;
  color: #fff;
  font-size: 4em;
}
.cnc-hero h1 span,
.cnc-hero h1 em,
.cnc-hero h2 span,
.cnc-hero h2 em {
  display: block;
}
.cnc-hero h1 em,
.cnc-hero h2 em {
  color: #e4c898;
  font-weight: 400;
  font-style: italic;
}
.cnc-hero__lead {
  max-width: 500px;
  margin: 34px 0 32px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.75;
}
.cnc-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.cnc-hero__note {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 270px;
  padding: 25px 28px;
  background: #c7a16a;
  color: #142838;
}
.cnc-hero__note span {
  display: block;
  margin-bottom: 24px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.cnc-hero__note strong {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
.cnc-hero__scroll {
  position: absolute;
  bottom: 38px;
  left: 30px;
  z-index: 3;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-decoration: none;
  writing-mode: vertical-rl;
  opacity: 0.8;
  transition: opacity 0.28s;
}
.cnc-hero__scroll:hover {
  opacity: 1;
}
.cnc-hero__scroll span {
  display: inline-block;
  width: 1px;
  height: 55px;
  margin: 0 0 10px 4px;
  background: #c7a16a;
}
.cnc-hero__dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 10px;
}
.cnc-hero__dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.28s, transform 0.28s;
}
.cnc-hero__dots .swiper-pagination-bullet-active {
  background: #c7a16a;
  transform: scale(1.3);
}
.cnc-hero__prev, .cnc-hero__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.28s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
}
.cnc-hero__prev::after, .cnc-hero__next::after {
  font-size: 16px;
  font-weight: 700;
}
.cnc-hero__prev:hover, .cnc-hero__next:hover {
  background: #c7a16a;
  border-color: #c7a16a;
  color: #142838;
}
.cnc-hero__prev {
  left: 20px;
}
.cnc-hero__next {
  right: 20px;
}
.cnc-hero:hover .cnc-hero__prev, .cnc-hero:hover .cnc-hero__next {
  opacity: 1;
}

.cnc-intro {
  padding: 60px 0 60px;
  background: #f6f4f0;
}
.cnc-intro__grid {
  display: grid;
  grid-template-columns: 20px 1.5fr 0.8fr;
  gap: 45px;
  align-items: start;
}
.cnc-intro__statement h2 {
  margin: 0;
  color: #142838;
  font-size: clamp(33px, 4.1vw, 57px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.2;
}
.cnc-intro__statement h2 i {
  color: #a17c4b;
  font-weight: 400;
}
.cnc-intro__copy {
  align-self: end;
  padding-bottom: 5px;
}
.cnc-intro__copy p {
  margin-bottom: 28px;
  color: #53606b;
  font-size: 15px;
  line-height: 1.8;
}

.cnc-audience {
  padding: 88px 0;
  background: #ffffff;
}
.cnc-audience__header {
  margin-bottom: 48px;
}
.cnc-audience__header .cnc-kicker {
  margin-bottom: 16px;
  color: #a17c4b;
  font-family: "Montserrat", Arial, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.cnc-audience__title {
  font-family: "Playfair Display", "Open Sans", sans-serif;
  font-size: clamp(33px, 4.1vw, 57px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.045em;
  color: #142838;
  margin-bottom: 24px;
}
.cnc-audience__title i, .cnc-audience__title em {
  color: #a17c4b;
  font-weight: 400;
  font-style: italic;
}
.cnc-audience__description {
  font-size: 16px;
  line-height: 1.75;
  color: #4b5563;
  max-width: 1100px;
}
.cnc-audience__description p {
  margin-bottom: 16px;
}
.cnc-audience__description p:last-child {
  margin-bottom: 0;
}
.cnc-audience__slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  padding: 10px 0;
}
.cnc-audience__slider {
  width: 100%;
  overflow: hidden;
}
.cnc-audience__partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding: 8px 12px;
}
.cnc-audience__partner-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cnc-audience__partner-item img {
  max-height: 70px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.cnc-audience__partner-item:hover img {
  transform: scale(1.06);
}
.cnc-audience__prev, .cnc-audience__next {
  background: transparent;
  border: none;
  font-size: 32px;
  font-family: inherit;
  line-height: 1;
  color: #374151;
  cursor: pointer;
  padding: 10px 14px;
  user-select: none;
  transition: color 0.2s, transform 0.2s;
  flex-shrink: 0;
}
.cnc-audience__prev:hover, .cnc-audience__next:hover {
  color: #142838;
  transform: scale(1.15);
}
.cnc-audience__prev:focus, .cnc-audience__next:focus {
  outline: none;
}

.cnc-services {
  padding: 85px 0 95px;
  background: #142838;
}
.cnc-services__layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 992px) {
  .cnc-services__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cnc-services__sidebar {
  position: sticky;
  top: 110px;
}
.cnc-services__sidebar .cnc-kicker {
  margin-bottom: 16px;
  color: #a17c4b;
  font-family: "Montserrat", Arial, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cnc-services__sidebar {
    position: relative;
    top: 0;
    text-align: left;
  }
}
.cnc-services__title {
  font-family: "Playfair Display", "Open Sans", sans-serif;
  font-size: clamp(33px, 4.1vw, 44px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.045em;
  color: #ffffff;
  margin-bottom: 20px;
}
.cnc-services__title i,
.cnc-services__title em {
  color: #a17c4b;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(24px, 3vw, 36px);
}
.cnc-services__lead {
  font-size: 15px;
  line-height: 1.7;
  color: #cbd5e1;
  margin-bottom: 28px;
}
.cnc-services__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border: 2px solid #a17c4b;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.cnc-services__btn:hover {
  background: #a17c4b;
  color: #ffffff;
}
.cnc-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1200px) {
  .cnc-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .cnc-services__grid {
    grid-template-columns: 1fr;
  }
}

.cnc-service-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cnc-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}
.cnc-service-card__thumb {
  width: 100%;
  height: 190px;
  overflow: hidden;
  background: #f8fafc;
}
.cnc-service-card__thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.cnc-service-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.cnc-service-card:hover .cnc-service-card__thumb img {
  transform: scale(1.06);
}
.cnc-service-card__body {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.cnc-service-card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 20px;
  min-height: 46px;
}
.cnc-service-card__title a {
  color: #142838;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cnc-service-card__title a:hover {
  color: #a17c4b;
}
.cnc-service-card__btn {
  align-self: flex-start;
  display: inline-block;
  padding: 9px 18px;
  background: #142838;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.25s ease;
}
.cnc-service-card__btn:hover {
  background: #a17c4b;
  color: #ffffff;
}

.cnc-approach {
  padding: 80px 0;
  background: #f6f4f0;
}
.cnc-approach__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: start;
}
.cnc-approach h2 {
  font-size: clamp(33px, 4.1vw, 52px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.08;
  color: #142838;
}
.cnc-approach h2 i {
  color: #a17c4b;
  font-weight: 400;
  font-size: clamp(26px, 3.5vw, 40px);
}
.cnc-approach__steps {
  border-top: 1px solid #d5cec3;
}
.cnc-approach__steps article {
  position: relative;
  padding: 28px 60px 28px 0;
  border-bottom: 1px solid #d5cec3;
  transition: background 0.28s;
  cursor: default;
}
.cnc-approach__steps article:hover {
  background: rgba(185, 154, 98, 0.05);
}
.cnc-approach__steps article span {
  position: absolute;
  right: 0;
  top: 28px;
  color: #a17c4b;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.cnc-approach__steps article h3 {
  margin-bottom: 8px;
  font-family: "Montserrat", Arial, -apple-system, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #142838;
}
.cnc-approach__steps article p {
  max-width: 470px;
  margin: 0;
  color: #616b72;
  font-size: 14px;
  line-height: 1.65;
}

.cnc-team {
  padding: 80px 0;
  background: #ffffff;
  border-top: 1px solid #e8e5df;
}

.cnc-team__wrap {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
  align-items: start;
}

.cnc-team__intro {
  padding-top: 8px;
}
.cnc-team__intro .cnc-kicker {
  color: #957544;
  margin-bottom: 14px;
}
.cnc-team__intro h2 {
  font-size: clamp(26px, 2.8vw, 44px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #142838;
  margin: 0 0 20px;
}
.cnc-team__intro h2 i {
  color: #a17c4b;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 36px);
}

.cnc-team__intro-desc {
  margin: 0 0 28px;
  color: #64717a;
  font-size: 14px;
  line-height: 1.75;
}

.cnc-team__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border: 1px solid #142838;
  color: #142838;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cnc-team__cta-btn span {
  font-size: 16px;
  line-height: 1;
}
.cnc-team__cta-btn:hover {
  background: #142838;
  color: #fff;
}

.cnc-team__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cnc-member-card {
  background: #fff;
  border: 1px solid #e8e5df;
  border-radius: 3px;
  overflow: hidden;
  transition: box-shadow 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cnc-member-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.cnc-member-card:hover .cnc-member-card__photo img {
  transform: scale(1.04);
}
.cnc-member-card__photo {
  position: relative;
  height: 270px;
  overflow: hidden;
  background: linear-gradient(145deg, #c5bfb6 0%, #9da8b0 100%);
}
.cnc-member-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cnc-member-card__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #c8c2b8, #a5acb2);
}
.cnc-member-card__placeholder span {
  font-size: 52px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  line-height: 1;
}
.cnc-member-card__info {
  padding: 14px 16px 16px;
  border-top: 3px solid #b99a62;
}
.cnc-member-card__info h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 400;
  color: #142838;
  line-height: 1.3;
}
.cnc-member-card__pos {
  margin: 0 0 10px;
  color: #957544;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cnc-member-card__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #957544;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), gap 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cnc-member-card__link::after {
  content: "›";
  font-size: 16px;
  line-height: 1;
}
.cnc-member-card__link:hover {
  color: #142838;
  gap: 8px;
}

@media (max-width: 1100px) {
  .cnc-team__wrap {
    grid-template-columns: 1fr 2fr;
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .cnc-team__wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .cnc-team__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .cnc-team {
    padding: 60px 0;
  }
  .cnc-team__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .cnc-member-card__photo {
    height: 190px;
  }
}
@media (max-width: 576px) {
  .cnc-team__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .cnc-member-card__photo {
    height: 170px;
  }
  .cnc-member-card__info h3 {
    font-size: 14px;
  }
}
.cnc-insights,
.cnc-news {
  padding: 80px 0;
  background: #f6f4f0;
}
.cnc-insights__grid,
.cnc-news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 60px;
}

.cnc-article__image {
  position: relative;
  display: flex;
  height: 265px;
  align-items: flex-end;
  padding: 23px;
  background: linear-gradient(135deg, #9c876d, #283b49);
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  border-radius: 2px;
  transition: transform 0.28s;
}
.cnc-article__image:hover {
  transform: translateY(-4px);
}
.cnc-article__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(16, 31, 43, 0.55), transparent 70%);
}
.cnc-article__image--2 {
  background: linear-gradient(135deg, #314752, #a88f6e);
}
.cnc-article__image--3 {
  background: linear-gradient(135deg, #b39b7a, #20313d);
}
.cnc-article__image span {
  position: relative;
  z-index: 1;
  font-size: 19px;
}
.cnc-article__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cnc-article > p {
  margin: 20px 0 12px;
  color: #957544;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.cnc-article h3 {
  min-height: 66px;
  margin: 0 0 18px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
}
.cnc-article h3 a {
  color: #142838;
}
.cnc-article__read {
  color: #142838;
  font-size: 12px;
  font-weight: 700;
}
.cnc-article__read span {
  margin-left: 12px;
  color: #a17c4b;
  font-size: 18px;
}

.cnc-contact-cta {
  padding: 130px 0;
  background: #c7a16a;
  color: #142838;
  text-align: left;
}
.cnc-contact-cta .cnc-kicker {
  color: #31404a;
}
.cnc-contact-cta h2 {
  max-width: 800px;
  margin-bottom: 36px;
  font-size: clamp(33px, 4.1vw, 52px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.08;
}
.cnc-contact-cta h2 i {
  color: #fff;
  font-weight: 400;
}
.cnc-contact-cta .cnc-button {
  background: #092131;
  color: #fff;
}
.cnc-contact-cta .cnc-button:hover {
  background: #fff;
  color: #092131;
}