@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #142838;
  font: 15px/1.72 "Montserrat", Arial, -apple-system, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

ul,
ol {
  list-style: none;
}

button {
  cursor: pointer;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
}

input,
textarea,
select {
  font: inherit;
  color: inherit;
}

::selection {
  background: #b99a62;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #092131;
}

.cnc-kicker,
.eyebrow {
  margin-bottom: 22px;
  color: #b99a62;
  font-family: "Montserrat", Arial, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cnc-section-heading {
  margin-bottom: 64px;
}
.cnc-section-heading h2 {
  margin: 0;
  font-size: clamp(33px, 4.1vw, 52px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.045em;
  color: #142838;
}
.cnc-section-heading h2 i,
.cnc-section-heading h2 em {
  color: #a17c4b;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(33px, 4.1vw, 40px);
}
.cnc-section-heading--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.richtext {
  font-size: 16px;
  line-height: 1.85;
}
.richtext p {
  margin-bottom: 16px;
}
.richtext h2,
.richtext h3 {
  font-family: "Playfair Display", "Open Sans", sans-serif;
  color: #092131;
  margin: 32px 0 12px;
}
.richtext h2 {
  font-size: 28px;
}
.richtext h3 {
  font-size: 22px;
}

.container {
  width: min(1200px, 100% - 40px);
  margin-inline: auto;
}

.section {
  padding: 100px 0;
}

.section-sand {
  background: #f6f4f0;
}

.text-link {
  display: inline-block;
  margin-top: 15px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #986f2c;
}
.text-link span, .text-link::after {
  margin-left: 8px;
  content: "→";
}

.meta {
  margin-bottom: 8px;
  color: #b99a62;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-cover {
  width: 100%;
  max-height: 470px;
  margin-bottom: 38px;
  object-fit: cover;
}

.article-narrow {
  max-width: 1200px;
}

.cnc-side-label {
  margin: 5px 0;
  color: #a17c4b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
}

.topbar {
  background: #092131;
  color: #dbe2e5;
  font-size: 13px;
}
.topbar .container {
  min-height: 37px;
  display: flex;
  align-items: center;
  gap: 26px;
  justify-content: space-between;
}
.topbar .container-left {
  width: 50%;
}
.topbar .container .i-phone,
.topbar .container .i-mail {
  padding-left: 20px;
  position: relative;
  margin-left: 15px;
}
.topbar .container .i-phone::before,
.topbar .container .i-mail::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  left: 0;
}
.topbar .container .i-phone::before {
  content: "\f095";
}
.topbar .container .i-mail::before {
  content: "\f0e0";
}
.topbar a:hover {
  color: #c7a16a;
}

ul.socials {
  display: block;
}
ul.socials li {
  float: left;
  margin-left: 10px;
}
ul.socials li a {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.socials li a:hover {
  color: #ffffff;
}
ul.socials li a img {
  color: #ffffff;
  max-width: 40px;
}
ul.socials li a svg {
  fill: #ffffff;
}

.site-header {
  position: relative;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #edf0f1;
}

.header-row {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand,
.logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 0;
}
.brand img,
.logo img {
  max-height: 58px;
  width: auto;
}

.primary-menu {
  margin-left: auto;
  margin-right: auto;
}
.primary-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-menu > ul {
  display: flex;
  gap: 26px;
  align-items: center;
}
.primary-menu li {
  position: relative;
}
.primary-menu li:hover > a,
.primary-menu li .active > a {
  color: #b99a62;
}
.primary-menu a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 0;
  position: relative;
}
.primary-menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.5px;
  background: #b99a62;
  transition: width 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.primary-menu a:hover::after, .active > .primary-menu a::after {
  width: 100%;
}
.primary-menu ul ul {
  display: none;
  position: absolute;
  min-width: 240px;
  padding: 8px 0;
  top: 100%;
  left: -16px;
  background: #fff;
  border-top: 2px solid #b99a62;
  box-shadow: 0 10px 30px rgba(9, 33, 49, 0.12);
  border-radius: 0 0 4px 4px;
}
.primary-menu ul ul a {
  padding: 10px 20px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}
.primary-menu ul ul a::after {
  display: none;
}
.primary-menu li:hover > ul {
  display: block;
  animation: fadeDown 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: #b99a62;
  color: #fff;
  border-radius: 2px;
  flex: 0 0 auto;
  margin-left: 0;
  transition: background 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header-cta:hover {
  background: #142838;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px;
  background: #092131;
  transition: transform 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menu-toggle.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}

.site-footer {
  color: #cbd4d8;
  background: #0b2434;
}
.site-footer a {
  color: #cbd4d8;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer a:hover {
  color: #c7a16a;
}
.site-footer p {
  font-size: 14px;
  line-height: 1.7;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 2fr 1.1fr;
  gap: 50px;
  padding: 65px 0;
}
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.footer-grid .footer-logo {
  margin-bottom: 20px;
}
.footer-grid .footer-logo img {
  max-height: 55px;
  width: auto;
}

.footer-info-doc {
  font-size: 13.5px;
  line-height: 1.7;
  color: #cbd4d8;
}

.footer-menu {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 640px) {
  .footer-menu {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.footer-menu__col {
  margin: 0;
}
.footer-menu__head {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff !important;
  margin-bottom: 18px;
  line-height: 1.2;
  text-decoration: none;
}
.footer-menu__head:hover {
  color: #c7a16a !important;
}

.footer-sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-sub-menu li {
  margin: 10px 0;
  line-height: 1.5;
}
.footer-sub-menu li a {
  font-size: 13.5px;
  color: #cbd4d8;
}
.footer-sub-menu li a:hover {
  color: #ffffff;
}

.footer-sq {
  color: #ff7a00;
  font-size: 11px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.footer-contact-head {
  margin-bottom: 18px;
  color: #ffffff;
  font-family: "Montserrat", Arial, -apple-system, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 14px 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: #cbd4d8;
}
.footer-contact-list li i.fa {
  color: #ffffff;
  font-size: 15px;
  margin-top: 3px;
  flex-shrink: 0;
  width: 16px;
  text-align: center;
}
.footer-contact-list li a {
  color: #cbd4d8;
}
.footer-contact-list li a:hover {
  color: #ffffff;
}

.footer-bottom {
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  color: #8ca0aa;
  text-align: center;
}

.cnc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 16px 23px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 2px;
  cursor: pointer;
}
.cnc-button span {
  font-size: 18px;
  line-height: 1;
}
.cnc-button--light {
  background: #f6f4f0;
  color: #142838;
}
.cnc-button--light:hover {
  background: #c7a16a;
  color: #142838;
}
.cnc-button--line {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}
.cnc-button--line:hover {
  background: #fff;
  color: #142838;
  border-color: #fff;
}
.cnc-button--dark {
  background: #b99a62;
  color: #fff;
}
.cnc-button--dark:hover {
  background: rgb(160.4581497797, 128.7753303965, 71.5418502203);
}

.cnc-arrow-link {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  color: #142838;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: gap 0.28s;
}
.cnc-arrow-link:hover {
  gap: 26px;
}
.cnc-arrow-link span {
  color: #a17c4b;
  font-size: 22px;
  line-height: 0.7;
}

.form label {
  display: block;
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.form input,
.form textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 12px 14px;
  border: 1px solid #d9dcdd;
  background: #fff;
  color: #142838;
  font-size: 14px;
  font-family: "Montserrat", Arial, -apple-system, sans-serif;
  border-radius: 2px;
  transition: border-color 0.28s;
}
.form input:focus,
.form textarea:focus {
  outline: none;
  border-color: #b99a62;
  box-shadow: 0 0 0 2px rgba(185, 154, 98, 0.15);
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e5df;
  border-radius: 2px;
  transition: box-shadow 0.28s, transform 0.28s;
}
.service-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.service-card > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.service-card > div {
  padding: 26px;
}

.card-index {
  color: #b99a62;
  font-family: "Playfair Display", "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.service-card h3, .service-card h2,
.news-card h3,
.news-card h2 {
  margin: 9px 0 12px;
  font-family: "Playfair Display", "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
.service-card p,
.news-card p {
  color: #64717a;
  font-size: 13px;
  line-height: 1.6;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.news-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.news-card .meta {
  margin: 15px 0 8px;
}

.category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 38px;
}
.category-nav a {
  padding: 8px 16px;
  border: 1px solid #dfe3e4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.28s;
}
.category-nav a:hover, .category-nav a.active {
  background: #092131;
  border-color: #092131;
  color: #fff;
}

@media (max-width: 992px) {
  .header-cta {
    display: none;
  }
  .cnc-intro__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .cnc-side-label {
    display: none;
  }
  .cnc-approach__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .cnc-team__grid {
    grid-template-columns: 1fr 1fr;
  }
  .cnc-insights__grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .contact-layout {
    gap: 40px;
  }
  .service-grid,
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cnc-hero__note {
    width: 220px;
  }
}
@media (max-width: 768px) {
  .container {
    width: min(100% - 30px, 1200px);
  }
  .topbar {
    display: none;
  }
  .header-row {
    min-height: 68px;
  }
  .brand img {
    max-height: 42px;
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
  }
  .primary-menu {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #dfe3e4;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.04);
  }
  .primary-menu.is-open {
    display: block;
  }
  .primary-menu > ul {
    display: block;
    padding: 10px 20px;
  }
  .primary-menu a {
    padding: 10px 0;
  }
  .primary-menu ul ul {
    display: block;
    position: static;
    box-shadow: none;
    border: 0;
    padding: 0 0 0 14px;
  }
  .cnc-hero.swiper {
    min-height: 600px;
  }
  .cnc-hero__slide {
    min-height: 600px;
  }
  .cnc-hero__content {
    padding: 100px 23px 120px;
  }
  .cnc-hero h1 {
    font-size: 36px;
  }
  .cnc-hero__note {
    display: none;
  }
  .cnc-hero__scroll {
    left: 20px;
    bottom: 18px;
  }
  .cnc-hero__mesh {
    width: 350px;
    height: 350px;
  }
  .cnc-hero__prev, .cnc-hero__next {
    display: none;
  }
  .cnc-intro,
  .cnc-services,
  .cnc-approach,
  .cnc-team,
  .cnc-insights {
    padding: 80px 0;
  }
  .section {
    padding: 65px 0;
  }
  .cnc-section-heading--split {
    flex-direction: column;
    align-items: flex-start;
  }
  .cnc-audience__roles {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 36px;
  }
  .cnc-service-row {
    grid-template-columns: 38px 1fr 32px;
    gap: 15px;
  }
  .cnc-service-row p {
    grid-column: 2/4;
  }
  .cnc-team__grid,
  .cnc-insights__grid {
    grid-template-columns: 1fr;
  }
  .cnc-person__portrait,
  .cnc-person--quote {
    min-height: 260px;
    height: auto;
  }
  .cnc-article__image {
    height: 220px;
  }
  .service-grid,
  .news-grid,
  .news-grid-full {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    padding: 45px 0;
    gap: 35px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-form {
    padding: 25px;
  }
  .page-hero {
    padding: 70px 0 60px;
  }
  .page-hero h1 {
    font-size: 36px;
  }
  .cnc-approach__steps article {
    padding-right: 40px;
  }
  .form-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .cnc-hero.swiper {
    min-height: 520px;
  }
  .cnc-hero__slide {
    min-height: 520px;
  }
  .cnc-hero__content {
    padding: 80px 20px 100px;
  }
  .cnc-hero h1,
  .cnc-hero h2 {
    font-size: 30px;
  }
  .cnc-hero__actions {
    flex-direction: column;
  }
  .cnc-hero__dots {
    bottom: 16px;
  }
  .cnc-section-heading h2,
  .cnc-intro__statement h2,
  .cnc-contact-cta h2 {
    font-size: 26px;
  }
  .cnc-service-row {
    grid-template-columns: 30px 1fr 28px;
    gap: 12px;
  }
  .cnc-service-row h3 {
    font-size: 18px;
  }
  .cnc-person h3 {
    font-size: 22px;
  }
}