/* Layout */
/* Spacing */
/* Transitions */
/* Breakpoints */
/* Z-index scale */
/* Forms */
/* Minimal base reset for consistent rendering */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  color: #424242;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #00a7e7;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  color: #ff89b0;
}
button,
input,
textarea,
select {
  font-family: 'Roboto', sans-serif;
}
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
html,
body {
  overflow-x: hidden;
}
.wrap {
  max-width: 1552px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media all and (max-width: 767px) {
  .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
/* Utility */
.u-hidden {
  display: none !important;
}
/* Cookies */
.cc-pc-container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-overflow: hidden;
  -moz-overflow: hidden;
  -ms-overflow: hidden;
  -o-overflow: hidden;
  overflow: hidden;
}
.cc-nb-okagree,
.cc-nb-reject,
.cc-cp-foot-save {
  background-color: #30405d !important;
  color: #ffffff !important;
  border: none !important;
}
.cc-nb-okagree:hover,
.cc-nb-reject:hover,
.cc-cp-foot-save:hover {
  background-color: #000000 !important;
}
.cc-pc-head-lang-select,
.cc-pc-head-lang-select:focus,
.cc-pc-head-lang-select:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.cc-cp-foot {
  padding: 20px;
  display: block;
  *zoom: 1;
}
.cc-cp-foot:before,
.cc-cp-foot:after {
  content: "";
  display: table;
}
.cc-cp-foot:after {
  clear: both;
}
.cc-cp-foot-save:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.freeprivacypolicy-com---pc-dialog div.cc-cp-foot-byline {
  display: none !important;
}
.wpcf7-not-valid-tip {
  color: #f77474 !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: #ffb900 !important;
}
.wpcf7 form .wpcf7-response-output {
  padding-top: 1em;
  padding-bottom: 1em;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450 !important;
  color: #ffffff !important;
}
.header {
  position: relative;
  min-height: 980px;
  overflow: hidden;
  background: #000;
}
.header__media,
.header__overlay,
.header__bottom-line {
  position: absolute;
  left: 0;
  width: 100%;
}
.header__media {
  top: 0;
  height: 994px;
  background: url("../images/slider.jpg") center top / cover no-repeat;
}
.header__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__overlay {
  top: 0;
  height: 980px;
  background: rgba(0, 0, 0, 0.2);
}
.header__bottom-line {
  bottom: 0;
  height: 15px;
  background: linear-gradient(90deg, rgba(101, 134, 195, 0.8) 0%, rgba(48, 64, 93, 0.8) 100%);
}
.header .wrap {
  position: relative;
  z-index: 2;
}
.header__nav-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 20;
  width: 100%;
  max-width: 1030px;
  min-height: 80px;
  margin: 51px auto 0;
  padding: 24px 32px 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  box-shadow: 0 4px 24px rgba(48, 64, 93, 0.08);
  animation: fade-up 0.7s ease both;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
body.is-header-sticky .header__nav-shell {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 1200;
  width: calc(100% - 40px);
  margin-top: 0;
  transform: translateX(-50%);
  box-shadow: 0 18px 38px rgba(17, 26, 46, 0.18);
  animation: header-stick 0.38s ease both;
}
.header__toggle {
  display: none;
}
.header__logo {
  flex: 0 1 270px;
  max-width: 207px;
}
.header__logo img {
  width: 100%;
  height: auto;
  max-height: 40px;
  object-fit: contain;
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  z-index: 21;
  gap: 24px;
  min-width: 0;
}
.header__link {
  font-size: 16px;
  line-height: 20px;
  color: #30405d;
  white-space: nowrap;
  text-decoration: none;
  transition: color .25s ease;
}
.header__link:hover,
.header__link:focus-visible {
  color: #6586c3;
}
.header__langs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
  flex: 0 0 auto;
}
.header__lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 12px;
  overflow: hidden;
  border-radius: 2px;
  opacity: .65;
  box-shadow: 0 0 0 1px rgba(48, 64, 93, 0.12);
  transition: transform 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
}
.header__lang img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__lang:hover,
.header__lang:focus-visible,
.header__lang--active {
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(101, 134, 195, 0.55);
}
.header__content {
  max-width: 1218px;
  margin: 226px auto 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 44px #000000;
  animation: fade-up 0.8s ease 0.15s both;
}
.header__quote {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 60px;
  line-height: 70px;
}
.header__title {
  margin: 0;
  font-size: 60px;
  font-weight: 300;
  font-style: italic;
  line-height: 70px;
}
@keyframes header-stick {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-22px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .header {
    min-height: auto;
  }
  .header__media,
  .header__overlay {
    height: 700px;
  }
  .header__bottom-line {
    bottom: auto;
    top: 685px;
  }
  .header__nav-shell {
    position: relative;
    z-index: 100;
    margin-top: 24px;
    padding: 18px 24px;
  }
  body.is-header-sticky .header__nav-shell {
    top: 12px;
    width: calc(100% - 32px);
  }
  .header__toggle {
    position: relative;
    display: inline-flex;
    flex: 0 0 44px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 3;
    order: 2;
  }
  .header__toggle-line {
    display: block;
    width: 24px;
    height: 2px;
    margin-left: auto;
    background: #30405d;
    transition: transform .3s ease, opacity .25s ease;
    transform-origin: center;
  }
  .header__logo {
    max-width: 220px;
    margin-right: auto;
  }
  .header__nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(17, 26, 46, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
  }
  .header__langs {
    justify-content: flex-start;
    gap: 12px;
    margin: 8px 20px 4px;
    padding-top: 14px;
    border-top: 1px solid rgba(48, 64, 93, 0.12);
  }
  .header__lang {
    width: 18px;
    height: 12px;
  }
  .header__link {
    display: block;
    padding: 16px 20px;
    white-space: normal;
  }
  .header__content {
    margin-top: 130px;
    padding: 0 24px 110px;
  }
  .header__title {
    font-size: 42px;
    line-height: 52px;
  }
  body.is-menu-open .header__nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  body.is-menu-open .header__toggle-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  body.is-menu-open .header__toggle-line:nth-child(2) {
    opacity: 0;
  }
  body.is-menu-open .header__toggle-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
@media all and (max-width: 767px) {
  .header {
    min-height: auto;
  }
  .header__media,
  .header__overlay {
    height: 520px;
  }
  .header__bottom-line {
    bottom: auto;
    top: 505px;
  }
  .header__nav-shell {
    margin-top: 20px;
    padding: 16px 18px;
  }
  body.is-header-sticky .header__nav-shell {
    top: 10px;
    width: calc(100% - 20px);
    padding: 14px 16px;
  }
  .header__toggle {
    position: relative;
    display: inline-flex;
    flex: 0 0 44px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 3;
    order: 2;
  }
  .header__toggle-line {
    display: block;
    width: 24px;
    height: 2px;
    margin-left: auto;
    background: #30405d;
    transition: transform .3s ease, opacity .25s ease;
    transform-origin: center;
  }
  .header__logo {
    max-width: 180px;
    margin-right: auto;
    margin-left: 12px;
  }
  .header__nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(17, 26, 46, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
  }
  .header__langs {
    justify-content: flex-start;
    gap: 12px;
    margin: 8px 20px 4px;
    padding-top: 14px;
    border-top: 1px solid rgba(48, 64, 93, 0.12);
  }
  .header__lang {
    width: 18px;
    height: 12px;
  }
  .header__link {
    display: block;
    padding: 16px 20px;
    white-space: normal;
  }
  .header__content {
    margin: 80px auto 0;
    padding: 0 24px 70px;
  }
  .header__quote {
    font-size: 34px;
    line-height: 40px;
  }
  .header__title {
    font-size: 30px;
    line-height: 38px;
  }
  body.is-menu-open .header__nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  body.is-menu-open .header__toggle-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  body.is-menu-open .header__toggle-line:nth-child(2) {
    opacity: 0;
  }
  body.is-menu-open .header__toggle-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
.footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 830px;
  margin: 0 auto;
  overflow: hidden;
}
.footer__left {
  position: relative;
  display: flex;
  justify-content: center;
  width: 49.8439125911%;
  flex: 1 1 49.8439125911%;
  min-width: 320px;
  background: linear-gradient(58deg, #30405d 0.79%, #6586c3 100%);
}
.footer__right {
  position: relative;
  overflow: hidden;
  width: 50.1560874089%;
  flex: 1 1 50.1560874089%;
  min-width: 320px;
  background: #fff;
}
.footer__left-wrap {
  width: 100%;
  max-width: 600px;
  padding: 85px 32px 90px;
  animation: fade-up 0.8s ease 0.18s both;
}
.footer__form {
  width: 100%;
}
.footer__form br {
  display: none;
}
.footer__title {
  width: auto;
  max-width: 598px;
  margin: 0 0 25px;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  color: #fff;
}
.footer__field {
  display: block;
  margin-bottom: 10px;
}
.footer__upload,
.footer__submit {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}
.footer__upload {
  justify-content: flex-start;
  margin-top: 10px;
  padding: 0 28px;
  background: #dbdbdb;
  color: #30405d;
  font-size: 15px;
  font-weight: 700;
}
.footer__upload:hover {
  background: #e8e8e8;
}
.footer__upload i {
  margin-right: 13px;
  font-size: 18px;
}
.footer__upload input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.footer__upload-name {
  margin-left: auto;
  font-size: 12px;
  font-weight: 400;
  color: #727272;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}
.footer__submit {
  justify-content: center;
  margin-top: 20px;
  background: #6586c3;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer__image {
  position: absolute;
  inset: 0;
  background-image: url("../images/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  opacity: 0.34;
}
.footer__info {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 392px;
  margin-left: 8%;
  padding-top: 108px;
  animation: fade-up 0.85s ease 0.28s both;
}
.footer__logo {
  width: 100%;
  max-width: 366px;
  height: auto;
  object-fit: contain;
}
.footer__divider {
  width: 100%;
  max-width: 476px;
  height: 2px;
  margin: 51px 0 40px;
  background: #6586c3;
}
.footer__text {
  font-size: 14px;
  line-height: 25px;
  color: #000;
  text-align: justify;
}
.footer__text p {
  margin: 0 0 14px;
}
.footer__lead {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #30405d;
}
.footer__social {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #b9b9b9;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.footer__social a:hover,
.footer__social a:focus-visible {
  background: #6586c3;
  transform: translateY(-2px);
}
.footer__social img {
  display: none;
}
.footer__copyright {
  margin: 28px 0 0;
  font-size: 12px;
  line-height: 30px;
  color: #727272;
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .footer {
    display: block;
  }
  .footer__left,
  .footer__right {
    width: 100%;
    min-width: 0;
  }
  .footer__left-wrap {
    width: auto;
    padding: 70px 24px;
  }
  .footer__right {
    min-height: 760px;
  }
  .footer__info {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 90px 24px 60px;
  }
}
@media all and (max-width: 767px) {
  .footer {
    display: block;
  }
  .footer__left,
  .footer__right {
    width: 100%;
    min-width: 0;
  }
  .footer__left-wrap {
    width: auto;
    padding: 55px 24px;
  }
  .footer__title {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 42px;
  }
  .footer__right {
    min-height: 680px;
  }
  .footer__info {
    width: auto;
    max-width: none;
    margin-left: 0;
    padding: 55px 24px 40px;
  }
  .footer__image {
    background-position: 78% center;
  }
  .footer__upload {
    padding: 0 20px;
    font-size: 14px;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  min-height: 50px;
  padding: 15px 20px;
  border: 0;
  border-radius: 5px;
  background: linear-gradient(90deg, #30405d 0%, #506fa7 100%);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
.button:hover {
  background: linear-gradient(90deg, #506fa7 0%, #30405d 100%);
  color: #fff !important;
}
.button--wide {
  width: 200px;
}
.footer__field input,
.footer__field textarea {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: #fff;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
  outline: 0;
}
.footer__field input {
  height: 50px;
  line-height: 50px;
}
.footer__field textarea {
  height: 160px;
  padding-top: 18px;
  resize: none;
}
.footer__field input::placeholder,
.footer__field textarea::placeholder {
  color: #000;
  opacity: 1;
}
/* Pages */
body {
  min-width: 320px;
  font-family: 'Roboto', sans-serif;
}
.wrap {
  max-width: 1552px;
}
.foundation {
  background: #fff;
  padding: 98px 0 99px;
}
.foundation__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 58px;
}
.foundation__content {
  flex: 1 1 38%;
  max-width: 651px;
  min-width: 320px;
  padding-top: 50px;
  animation: fade-up 0.8s ease 0.2s both;
}
.foundation__line,
.projects__line {
  height: 2px;
  background: #6586c3;
}
.foundation__line {
  width: 100%;
  max-width: 756px;
  margin-top: 30px;
  margin-bottom: 56px;
}
.foundation__title,
.projects__title {
  margin: 0;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  color: #000;
}
.foundation__text {
  margin-top: 44px;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  text-align: justify;
}
.foundation__text p {
  margin: 0 0 14px;
}
.foundation__lead {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #30405d;
}
.foundation .button {
  margin-top: 26px;
}
.foundation__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 225px 174px 174px;
  gap: 10px 9px;
  flex: 1 1 52%;
  max-width: 921px;
  min-width: 320px;
  animation: fade-up 0.85s ease 0.3s both;
}
.foundation__card {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #e8eef8;
  transform: translateY(0);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.foundation__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.foundation__card:hover,
.foundation__card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(48, 64, 93, 0.16);
}
.foundation__card:hover img,
.foundation__card:focus-visible img {
  transform: scale(1.06);
}
.foundation__card--a {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.foundation__card--b {
  grid-column: 2;
  grid-row: 1;
}
.foundation__card--c {
  grid-column: 3;
  grid-row: 1;
}
.foundation__card--d {
  grid-column: 2;
  grid-row: 2;
}
.foundation__card--e {
  grid-column: 3;
  grid-row: 2 / span 2;
}
.foundation__card--f {
  grid-column: 1;
  grid-row: 3;
}
.foundation__card--g {
  grid-column: 2;
  grid-row: 3;
}
.projects {
  position: relative;
  padding: 101px 0 119px;
  background: #f0f6ff;
  overflow: hidden;
}
.projects__background {
  position: absolute;
  inset: 0;
}
.projects .wrap {
  position: relative;
  z-index: 1;
}
.projects__line {
  width: 100%;
  margin: 30px auto 56px;
}
.projects__title {
  margin-bottom: 0;
}
.projects__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 21px;
}
.project-card {
  min-width: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  animation: fade-up 0.75s ease both;
}
.project-card:nth-child(2) {
  animation-delay: .12s;
}
.project-card:nth-child(3) {
  animation-delay: .24s;
}
.project-card__link-wrap {
  display: block;
  color: inherit;
  text-decoration: none;
}
.project-card__image {
  height: 307px;
  overflow: hidden;
}
.project-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.project-card__body {
  padding: 20px 30px 32px;
}
.project-card__link-wrap:hover .project-card__image img,
.project-card__link-wrap:focus-visible .project-card__image img {
  transform: scale(1.08);
}
.project-card__link-wrap:hover .project-card__title,
.project-card__link-wrap:focus-visible .project-card__title {
  color: #506fa7;
}
.project-card__link-wrap:hover .project-card__link,
.project-card__link-wrap:focus-visible .project-card__link {
  color: #30405d;
}
.project-card__date {
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #6586c3;
  text-transform: uppercase;
}
.project-card__title {
  margin: 0 0 16px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  color: #30405d;
}
.project-card__text {
  margin: 0 0 31px;
  font-size: 14px;
  line-height: 25px;
  color: #000;
}
.project-card__link {
  position: relative;
  display: inline-block;
  padding-right: 23px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  color: #6586c3;
}
.project-card__link:after {
  content: "\2192";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 15px;
}
.projects__cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .foundation,
  .projects {
    padding: 70px 0;
  }
  .foundation__wrap {
    flex-direction: column;
    gap: 36px;
  }
  .foundation__content,
  .foundation__gallery {
    width: 100%;
    max-width: none;
    min-width: 0;
  }
  .foundation__content {
    flex: 0 0 auto;
    padding-top: 0;
  }
  .foundation__line {
    max-width: 100%;
  }
  .foundation__gallery {
    flex: 0 0 auto;
  }
  .projects__title {
    margin-bottom: 56px;
  }
}
@media all and (max-width: 767px) {
  .foundation {
    padding: 55px 0;
  }
  .foundation__wrap {
    flex-direction: column;
    gap: 28px;
  }
  .foundation__content,
  .foundation__gallery {
    width: 100%;
    max-width: none;
    min-width: 0;
  }
  .foundation__content {
    flex: 0 0 auto;
    padding-top: 0;
  }
  .foundation__title,
  .projects__title {
    font-size: 34px;
    line-height: 42px;
  }
  .foundation__text {
    margin-top: 26px;
  }
  .foundation__button {
    margin-top: 18px;
  }
  .foundation__gallery {
    flex: 0 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 225px 174px 174px;
    gap: 10px 9px;
  }
  .foundation__card--a {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .foundation__card--b {
    grid-column: 2;
    grid-row: 1;
  }
  .foundation__card--c {
    grid-column: 3;
    grid-row: 1;
  }
  .foundation__card--d {
    grid-column: 2;
    grid-row: 2;
  }
  .foundation__card--e {
    grid-column: 3;
    grid-row: 2 / span 2;
  }
  .foundation__card--f {
    grid-column: 1;
    grid-row: 3;
    margin-top: 0;
  }
  .foundation__card--g {
    grid-column: 2;
    grid-row: 3;
    margin-top: 0;
  }
  .projects {
    padding: 55px 0 70px;
  }
  .projects__title {
    margin-bottom: 34px;
  }
  .projects__grid {
    grid-template-columns: 1fr;
  }
  .project-card__body {
    padding: 20px 30px 32px;
  }
  .project-card__title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media all and (max-width: 480px) {
  .foundation__gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 150px 150px 150px 150px;
    gap: 10px;
  }
  .foundation__card--a {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-top: 0;
  }
  .foundation__card--b {
    grid-column: 2;
    grid-row: 1;
  }
  .foundation__card--c {
    grid-column: 2;
    grid-row: 2;
  }
  .foundation__card--d {
    grid-column: 1;
    grid-row: 3;
  }
  .foundation__card--e {
    grid-column: 2;
    grid-row: 3 / span 2;
  }
  .foundation__card--f {
    grid-column: 1;
    grid-row: 4;
  }
  .foundation__card--g {
    grid-column: 1;
    grid-row: 5;
  }
}
.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  background: #30405d;
}
.page-hero__media,
.page-hero__overlay,
.page-hero__bottom-line {
  position: absolute;
  left: 0;
  width: 100%;
}
.page-hero__media {
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-hero__overlay {
  top: 0;
  bottom: 0;
  background: rgba(48, 64, 93, 0.68);
}
.page-hero__bottom-line {
  bottom: 0;
  height: 15px;
  background: linear-gradient(90deg, rgba(101, 134, 195, 0.88) 0%, rgba(48, 64, 93, 0.88) 100%);
}
.page-hero .wrap {
  position: relative;
  z-index: 2;
  padding-top: 24px;
}
.page-hero .header__nav-shell {
  margin-top: 0;
}
.page-hero__content {
  padding: 120px 0 95px;
  text-align: center;
  color: #fff;
}
.page-hero__title {
  margin: 0;
  font-size: 64px;
  font-weight: 300;
  line-height: 74px;
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.28);
}
.page-hero__media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  margin-top: 78px;
}
.page-hero__tile {
  min-height: 190px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-hero--foundation .page-hero__media {
  background-image: url("../images/bg-nadace.jpg");
  background-position: center 28%;
}
.page-hero--foundation .page-hero__tile--1 {
  background-image: url("../images/g04.jpg");
}
.page-hero--foundation .page-hero__tile--2 {
  background-image: url("../images/g07.jpg");
}
.page-hero--foundation .page-hero__tile--3 {
  background-image: url("../images/g03.jpg");
}
.page-hero--proposal .page-hero__media {
  background-image: url("../images/bg-projekt.jpg");
  background-position: center 32%;
}
.page-hero--projects .page-hero__media {
  background-image: url("../images/bg-projekty.jpg");
  background-position: center 35%;
}
.page-hero--detail .page-hero__media {
  background-image: url("../images/news.jpg");
  background-position: center center;
}
.page-hero--detail .page-hero__overlay {
  background: rgba(48, 64, 93, 0.62);
}
.header__link--active {
  position: relative;
  color: #6586c3;
}
.header__link--active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 3px;
  background: #6586c3;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header__link--active:after {
    display: none;
  }
}
.page-section {
  background: #fff;
}
/* ── Single Post ───────────────────────────── */
.page-hero--single .page-hero__media {
  background-image: url("../images/bg-projekty.jpg");
  background-position: center center;
}
.post-single {
  padding: 0 0 120px;
  background: #fff;
}
/* ·· Reading column ·· */
.post-single__body {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  padding: 64px 60px 80px;
}
/* ·· Decorative accent line ·· */
.post-single__body:before {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-bottom: 40px;
  background: linear-gradient(90deg, #6586c3 0%, #00a7e7 100%);
  border-radius: 2px;
}
/* ·· Date badge – floats above the card ·· */
.post-single__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  padding: 8px 18px;
  background: #f0f4fc;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #6586c3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.post-single__meta:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6586c3;
}
/* ·· Article content – editorial typography ·· */
.post-single__content {
  font-size: 17px;
  line-height: 30px;
  color: #3a3a3a;
  text-align: justify;
}
/* Lead paragraph: larger, navy */
.post-single__content > p:first-child {
  margin-bottom: 30px;
  text-align: left;
}
/* Drop cap on first paragraph */
.post-single__content > p:first-child:first-letter {
  float: left;
  font-size: 68px;
  line-height: 56px;
  font-weight: 700;
  color: #30405d;
  padding-right: 10px;
  padding-top: 6px;
}
.post-single__content p {
  margin: 0 0 24px;
}
.post-single__content h2 {
  margin: 56px 0 20px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #30405d;
  text-align: left;
}
.post-single__content h3 {
  margin: 40px 0 14px;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  color: #30405d;
  text-align: left;
}
.post-single__content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 20px 0 30px;
  box-shadow: 0 8px 32px rgba(48, 64, 93, 0.1);
}
.post-single__content blockquote {
  position: relative;
  margin: 44px 0;
  padding: 28px 32px 28px 36px;
  border-left: 4px solid #6586c3;
  background: linear-gradient(135deg, #f4f7fd 0%, #eef3fc 100%);
  border-radius: 0 12px 12px 0;
  font-size: 18px;
  line-height: 30px;
  color: #30405d;
  font-style: italic;
  text-align: left;
}
.post-single__content blockquote:before {
  content: "\201C";
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 48px;
  line-height: 1;
  color: #6586c3;
  opacity: 0.25;
  font-family: Georgia, serif;
}
.post-single__content ul,
.post-single__content ol {
  margin: 0 0 24px 22px;
  padding: 0;
  text-align: left;
}
.post-single__content li {
  margin-bottom: 10px;
}
.post-single__content a {
  color: #6586c3;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s ease;
}
.post-single__content a:hover {
  color: #30405d;
}
/* ·· Footer: divider + back button ·· */
.post-single__footer {
  display: flex;
  align-items: center;
  margin-top: 64px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-top: 1px solid #e4eaf6;
}
/* ·· Tablet ·· */
@media all and (min-width: 768px) and (max-width: 989px) {
  .post-single {
    padding-bottom: 80px;
  }
  .post-single__body {
    padding: 52px 40px 60px;
  }
}
/* ·· Mobile ·· */
@media all and (max-width: 767px) {
  .post-single {
    padding-bottom: 60px;
  }
  .post-single__body {
    padding: 40px 24px 50px;
  }
  .post-single__body:before {
    width: 48px;
  }
  .post-single__content {
    font-size: 15px;
    line-height: 27px;
  }
  .post-single__content > p:first-child {
    font-size: 17px;
    line-height: 29px;
  }
  .post-single__content > p:first-child:first-letter {
    font-size: 52px;
    line-height: 44px;
  }
  .post-single__content h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.page-section--soft,
.project-listing {
  background: linear-gradient(135deg, #f6faff 0%, #eef4fb 100%);
}
.content-split {
  padding: 0;
}
.content-split__wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.content-split__media,
.content-split__content {
  width: 50%;
  min-width: 320px;
}
.content-split__media {
  min-height: 640px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-split__media--door {
  background-image: url("../images/g05.jpg");
}
.content-split__media--books {
  background-image: url("../images/news.jpg");
}
.content-split__content {
  padding: 86px 80px 82px;
}
.content-split__inner {
  max-width: 670px;
  margin-left: auto;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .content-split__inner {
    max-width: 100%;
  }
}
.content-split__line {
  width: 100%;
  height: 2px;
  margin: 30px 0 56px;
  background: #6586c3;
}
.content-split__title {
  margin: 0;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  color: #000;
}
.content-split__text {
  margin-top: 34px;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  text-align: justify;
}
.content-split__text p {
  margin: 0 0 16px;
}
.content-split__lead {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #30405d;
}
.content-split__button {
  margin-top: 24px;
}
.content-split--reverse .content-split__wrap {
  flex-direction: row-reverse;
}
.content-split--gallery {
  padding: 82px 0 90px;
}
.content-split--gallery .content-split__wrap {
  align-items: center;
  justify-content: space-between;
  gap: 46px;
}
.content-split--gallery .content-split__content {
  width: calc(48% - 23px);
  min-width: 320px;
  padding: 0 0 0 32px;
}
.content-split--gallery .content-split__line {
  max-width: 756px;
}
.content-split--gallery .foundation__gallery {
  width: calc(52% - 23px);
  max-width: 920px;
  min-width: 320px;
}
.content-split__text .button,
.content-split__button,
.foundation__text .button {
  margin-top: 32px;
}
.content-split--feature {
  padding: 0;
}
.content-split--feature .content-split__content {
  display: flex;
  align-items: center;
}
.content-split--feature .content-split__media {
  min-height: 520px;
}
.project-listing {
  padding: 82px 0 90px;
}
.project-listing__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 21px;
}
.project-listing__cta {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.page-footer-spacer {
  height: 0;
}
body.is-menu-open .page-hero {
  overflow: visible;
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .page-hero {
    min-height: 340px;
  }
  .page-hero__content {
    padding: 95px 0 82px;
  }
  .page-hero__title {
    font-size: 48px;
    line-height: 58px;
  }
  .page-hero__media-grid {
    margin-top: 56px;
  }
  .page-hero__tile {
    min-height: 150px;
  }
  .header__link--active:after {
    display: none;
  }
  .content-split__media,
  .content-split__content,
  .content-split--gallery .content-split__content,
  .content-split--gallery .foundation__gallery {
    width: 100%;
  }
  .content-split__media {
    min-height: 420px;
  }
  .content-split__content,
  .content-split--gallery .content-split__content {
    padding: 60px 24px;
  }
  .content-split--gallery {
    padding: 60px 0 70px;
  }
  .content-split--gallery .content-split__wrap {
    gap: 32px;
  }
  .project-listing {
    padding: 70px 0;
  }
  .project-listing__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .page-hero {
    min-height: 300px;
  }
  .page-hero__content {
    padding: 72px 0 60px;
  }
  .page-hero__title {
    font-size: 34px;
    line-height: 42px;
  }
  .page-hero__media-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }
  .page-hero__tile {
    min-height: 110px;
  }
  .content-split__media,
  .content-split__content,
  .content-split--gallery .content-split__content,
  .content-split--gallery .foundation__gallery {
    width: 100%;
  }
  .content-split__media {
    min-height: 320px;
  }
  .content-split__content,
  .content-split--gallery .content-split__content {
    padding: 48px 24px;
  }
  .content-split__title {
    font-size: 34px;
    line-height: 42px;
  }
  .content-split__line {
    margin-bottom: 26px;
  }
  .content-split__text {
    margin-top: 24px;
  }
  .content-split--gallery {
    padding: 55px 0 65px;
  }
  .content-split--gallery .content-split__wrap {
    gap: 28px;
  }
  .project-listing {
    padding: 55px 0 70px;
  }
  .project-listing__grid {
    grid-template-columns: 1fr;
  }
}
.foundation--soft {
  background: linear-gradient(135deg, #f6faff 0%, #eef4fb 100%);
}
.foundation--centered {
  padding: 82px 0 90px;
}
