/* ===== Base (fonts, reset, tokens, shared components) ===== */

/* Manrope — кириллица и латиница (веса 400/500 на сайте) */
@font-face  {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggOxSuXd.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face  {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Reset */
*,
*::before,
*::after  {
  box-sizing: content-box;
}

div,
span,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
a, code, img,
b, u, i,
center, table, tr, th, td,
video  {
  margin: 0;
  padding: 0;
  border: 0;
}

sup  {
  line-height: 0;
  font-size: smaller;
  vertical-align: super;
}

sub  {
  line-height: 0;
  font-size: smaller;
  vertical-align: sub;
}

/* Site global layout */
html  {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media screen and (min-width: 1200px)  {
  html  {
  font-size: clamp(16px, calc(100vw / 75), 24px);
}
}
:root  {
  --font: 'Manrope', Arial, sans-serif;
  --color-dark: #0d4228;
  --color-green: #5cac6d;
  --color-green-dark: #388860;
  --color-green-darker: #307653;
  --color-muted: #5a7367;
  --color-on-green: #cbecd2;
  --color-bg: #f8fbf8;
  --container-max: 75rem;
}
body.page  {
  margin: 0;
  padding-top: 3.9375rem;
  overflow-x: clip;
  background-color: var(--color-bg);
  font-family: var(--font);
  color: var(--color-dark);
}
#about, #gallery, #otzivi, #contacts, #etapy, #projects, #calc  {
  scroll-margin-top: 3.9375rem;
}
.section-anchor  {
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
}
body.overlay-open  {
  overflow: hidden;
}

/* Standard content gutter */
.section--products .container,
.section--quiz .container,
.section--stages .container,
.section--stages-cta .container,
.section--mortgage .container,
.section--faq .container,
.section--questions-cta .container  {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

/* Section headers */
.section--projects-title,
.section--calc-title,
.section--stages-title,
.section--gallery-title  {
  background-color: #ffffff;
}
.section--mortgage-title,
.section--reviews-title,
.section--faq-title,
.section--contacts-title  {
  background-color: #f8fbf8;
}
.section--projects-title .container,
.section--calc-title .container,
.section--stages-title .container,
.section--gallery-title .container,
.section--mortgage-title .container,
.section--reviews-title .container,
.section--faq-title .container,
.section--contacts-title .container  {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 5rem 1.5rem 1.125rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}
.section--projects-title .heading,
.section--calc-title .heading,
.section--stages-title .heading,
.section--gallery-title .heading,
.section--mortgage-title .heading,
.section--reviews-title .heading,
.section--faq-title .heading,
.section--contacts-title .heading  {
  color: var(--color-dark);
  font-family: var(--font);
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.0625rem;
  margin: 0;
  flex: 1 1 auto;
}
.section--projects-title .heading .green,
.section--calc-title .heading .green,
.section--stages-title .heading .green,
.section--gallery-title .heading .green,
.section--mortgage-title .heading .green,
.section--reviews-title .heading .green,
.section--faq-title .heading .green,
.section--contacts-title .heading .green  {
  color: var(--color-green);
}
/* Headings */
.section--hero .heading,
.section--about .heading,
.section--advantages .heading,
.section--team .heading  {
  color: var(--color-dark);
  font-family: var(--font);
  font-weight: 500;
  letter-spacing: -0.0625rem;
}
.section--hero .heading  {
  font-size: 2.875rem;
  line-height: 1.1;
  margin: 0 0 1.25rem;
}
.section--about .heading,
.section--advantages .heading,
.section--team .heading  {
  font-size: 2.25rem;
  line-height: 1.2;
}
.section--about .heading  {
  margin: 0 0 1.25rem;
}
.section--advantages .heading  {
  margin: 0 0 1.875rem;
}
.section--team .heading  {
  margin: 0;
  max-width: 23.125rem;
}
.section--hero .heading .green,
.section--about .heading .green,
.section--advantages .heading .green,
.section--team .heading .green  {
  color: var(--color-green);
}

/* Body text */
.section--hero .description  {
  color: var(--color-muted);
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0 0 1.5rem;
}
.section--about .description  {
  color: var(--color-muted);
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.55;
  margin: 0 0 1rem;
}

/* Arrow buttons */
.section--hero .btn,
.section--about .btn,
.section--projects-more .all-projects-btn,
.section--mortgage .mortgage-btn  {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-green);
  color: #ffffff;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.55;
  text-decoration: none;
  border-radius: 0.875rem;
  height: 3.125rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  padding: 0.3125rem 3.4375rem 0.3125rem 1.25rem;
  box-sizing: border-box;
}
.section--hero .btn  {
  width: auto;
  min-width: 13.75rem;
  padding-left: 1rem;
  padding-right: 3.25rem;
}
.section--hero .btn--secondary  {
  width: auto;
  min-width: 13.75rem;
  padding: 0.3125rem 1.25rem;
  background-color: #eef8f0;
  color: #0d4228;
}
.section--about .btn  {
  width: 16.25rem;
  max-width: 16.25rem;
  padding: 0.3125rem 2.8125rem 0.3125rem 0;
}
.section--projects-more .all-projects-btn  {
  display: flex;
  width: 100%;
  max-width: 72rem;
  text-align: center;
}
.section--mortgage .mortgage-btn  {
  width: 13.125rem;
  text-align: center;
}
.section--hero .btn:hover,
.section--about .btn:hover,
.section--projects-more .all-projects-btn:hover,
.section--mortgage .mortgage-btn:hover  {
  background-color: var(--color-green-dark);
}
.section--hero .btn--secondary:hover  {
  background-color: #dff0e4;
  color: #0d4228;
}
.section--hero .btn-text,
.section--about .btn-text  {
  padding: 0;
}
.section--about .btn-text  {
  position: absolute;
  left: 0;
  right: 2.8125rem;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.section--hero .btn-icon,
.section--about .btn-icon,
.section--projects-more .all-projects-btn-icon,
.section--mortgage .mortgage-btn-icon  {
  position: absolute;
  right: 0.3125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.section--hero .btn-icon img,
.section--about .btn-icon img,
.section--projects-more .all-projects-btn-icon img,
.section--mortgage .mortgage-btn-icon img  {
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(45deg);
  display: block;
  transition: transform 0.2s ease;
}
.section--hero .btn:hover .btn-icon img,
.section--about .btn:hover .btn-icon img,
.section--projects-more .all-projects-btn:hover .all-projects-btn-icon img,
.section--mortgage .mortgage-btn:hover .mortgage-btn-icon img  {
  transform: rotate(90deg);
}
.section--hero .btn-row,
.section--about .btn-row  {
  display: flex;
  align-items: center;
}
.section--hero .btn-row  {
  gap: 0.75rem;
  flex-wrap: wrap;
}
.section--about .btn-row  {
  gap: 0.75rem;
}

/* Shared green-card form fields */
.section--project-cta .form-row,
.section--excursion .form-row  {
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
  width: 100%;
  max-width: 32.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  justify-content: center;
}
.section--project-cta .form-row  {
  flex-wrap: nowrap;
  margin-bottom: 0.625rem;
}
.section--project-cta .phone-field,
.section--excursion .phone-field  {
  flex: 1 1 auto;
  min-width: 0;
}
.section--project-cta .text-input,
.section--project-cta .phone-input,
.section--excursion .phone-input,
.section--excursion .phone-mask__wrap  {
  display: flex;
  align-items: center;
  height: 3.125rem;
  background-color: #ffffff;
  border-radius: 1rem;
  border: 0;
  overflow: hidden;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 400;
  color: #000000;
  box-sizing: border-box;
}
.section--project-cta .text-input,
.section--project-cta .phone-input  {
  width: 100%;
}
.section--project-cta .text-input input,
.section--project-cta .phone-input input[type="tel"],
.section--excursion .phone-input input[type="tel"],
.section--excursion .phone-input .form__input  {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  height: 100%;
  min-width: 0;
}
.section--project-cta .text-input input  {
  padding: 0 0.875rem;
}
.section--project-cta .phone-input input[type="tel"],
.section--excursion .phone-input input[type="tel"],
.section--excursion .phone-input .form__input  {
  padding: 0 0.875rem 0 0;
}
.section--project-cta .phone-input .phone-mask__select,
.section--excursion .phone-mask__select  {
  display: flex;
  align-items: center;
  padding: 0 0.625rem 0 0.875rem;
  flex-shrink: 0;
  gap: 0.25rem;
}
.section--excursion .phone-mask__code  {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #000000;
}
.section--excursion .phone-input input::placeholder  {
  color: #000000;
  opacity: 0.5;
}
.section--project-cta .form-submit,
.section--excursion .form-submit  {
  flex: 0 0 15.625rem;
  width: 15.625rem;
  height: 3.125rem;
  padding: 0 0.9375rem;
  border: 0;
  border-radius: 1rem;
  background-color: var(--color-green-dark);
  color: #ffffff;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.55;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}
.section--project-cta .form-submit  {
  max-width: 15.625rem;
}
.section--project-cta .form-submit:hover,
.section--excursion .form-submit:hover,
.section--excursion .form-submit:hover  {
  background-color: var(--color-green-darker);
}

@media screen and (max-width: 639px)  {
  .section--project-cta .form-row,
  .section--excursion .form-row  {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 100%;
  gap: 0.75rem;
}
  .section--project-cta .phone-field,
  .section--excursion .phone-field,
  .section--excursion .form__group  {
  width: 100%;
  flex: none;
}
  .section--project-cta .text-input,
  .section--project-cta .phone-input,
  .section--excursion .phone-input,
  .section--excursion .phone-mask__wrap,
  .section--excursion .form__block  {
  width: 100%;
}
  .section--project-cta .form-submit,
  .section--excursion .form-submit  {
  flex: none;
  width: 100%;
  max-width: 100%;
}
  .section--project-cta .privacy-row,
  .section--excursion .privacy-row  {
  max-width: 100%;
}
}

/* Dialog forms */
.site-dialog  {
  border: none;
  padding: 0;
  max-width: 35rem;
  width: calc(100% - 2rem);
  background: transparent;
}
.site-dialog::backdrop  {
  background: rgba(0, 0, 0, 0.6);
}
.site-dialog-inner  {
  background: #ffffff;
  border-radius: 1.625rem;
  padding: 2.5rem 2rem 2rem;
  position: relative;
  box-sizing: border-box;
}
.site-dialog-close  {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background: transparent;
  color: #0d4228;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.site-dialog-title  {
  color: #0d4228;
  font-family: var(--font);
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 2rem 0.75rem 0;
}
.site-dialog-descr  {
  color: #5a7367;
  font-family: var(--font);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0 0 1.5rem;
}
.site-form  {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.site-field  {
  display: block;
  background-color: #f8fbf8;
  border-radius: 1rem;
  border: 0.0625rem solid transparent;
  box-sizing: border-box;
}
.site-field:focus-within  {
  border-color: #5cac6d;
}
.site-field input  {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 1rem;
  background: transparent;
  color: #0d4228;
  font-family: var(--font);
  font-size: 0.875rem;
  padding: 1rem 1.125rem;
  outline: none;
}
.site-field input:focus,
.site-field input:focus-visible  {
  outline: none;
}
.site-field input::placeholder  {
  color: #0d4228;
  opacity: 0.5;
}
.site-field-phone  {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 1.125rem;
}
.site-field-phone input  {
  padding-left: 0;
}
.site-phone-prefix  {
  color: #0d4228;
  font-family: var(--font);
  font-size: 0.875rem;
  flex-shrink: 0;
}
.site-checkbox  {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  cursor: pointer;
  color: #0d4228;
  font-family: var(--font);
  font-size: 0.75rem;
  line-height: 1.55;
}
.site-checkbox input  {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.site-checkbox-box  {
  width: 1.125rem;
  height: 1.125rem;
  border: 0.125rem solid #5cac6d;
  border-radius: 0.3125rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
  position: relative;
  background: #ffffff;
  box-sizing: border-box;
  transition: background-color 0.15s ease, border-color 0.15s ease, background-image 0.15s ease;
}
.site-checkbox input:checked + .site-checkbox-box  {
  background-color: #5cac6d;
  border-color: #5cac6d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.5L6.5 11.5L12.5 4.5' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 0.75rem 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
}
.site-checkbox input:focus-visible + .site-checkbox-box  {
  outline: 0.125rem solid #5cac6d;
  outline-offset: 0.125rem;
}
.site-checkbox-text a  {
  color: #5cac6d;
  text-decoration: none;
}

/* Custom green privacy checkboxes in forms */
.privacy-row input[type="checkbox"],
.quiz-privacy > input[type="checkbox"]  {
  appearance: none;
  -webkit-appearance: none;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  flex-shrink: 0;
  border: 0.125rem solid #5cac6d;
  border-radius: 0.3125rem;
  background-color: #ffffff;
  background-image: none;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  transition: background-color 0.15s ease, border-color 0.15s ease, background-image 0.15s ease;
}
.privacy-row input[type="checkbox"]:checked,
.quiz-privacy > input[type="checkbox"]:checked  {
  background-color: #5cac6d;
  border-color: #5cac6d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.5L6.5 11.5L12.5 4.5' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 0.75rem 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
}
.privacy-row input[type="checkbox"]:focus-visible,
.quiz-privacy > input[type="checkbox"]:focus-visible  {
  outline: 0.125rem solid #5cac6d;
  outline-offset: 0.125rem;
}

/* On green form cards keep a visible white box + green tick */
.section--project-cta .privacy-row input[type="checkbox"],
.section--excursion .privacy-row input[type="checkbox"]  {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: none;
}
.section--project-cta .privacy-row input[type="checkbox"]:checked,
.section--excursion .privacy-row input[type="checkbox"]:checked  {
  border-color: #ffffff;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.5L6.5 11.5L12.5 4.5' stroke='%230d4228' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 0.8125rem 0.8125rem;
  background-position: center;
  background-repeat: no-repeat;
}
.site-submit  {
  width: 100%;
  height: 3.125rem;
  border: none;
  border-radius: 1rem;
  background-color: #5cac6d;
  color: #ffffff;
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.site-submit:hover  {
  background-color: #388860;
}
.site-form-error  {
  color: #c0392b;
  font-family: var(--font);
  font-size: 0.8125rem;
  margin: 0;
}
.site-form-error--success  {
  color: #0d4228;
}
.site-form-error--error  {
  color: #c0392b;
}
@media screen and (max-width: 639px)  {
  .site-dialog-inner  {
  padding: 2rem 1.25rem 1.5rem;
}
  .site-dialog-title  {
  font-size: 1.75rem;
}
  .site-dialog-descr  {
  font-size: 1rem;
}
}

/* Responsive — section headers */
@media screen and (max-width: 959px)  {
  .section--projects-title .container,
.section--calc-title .container,
.section--stages-title .container,
.section--gallery-title .container,
.section--mortgage-title .container,
.section--reviews-title .container,
.section--faq-title .container,
.section--contacts-title .container  {
  flex-direction: column;
    align-items: flex-start;
    padding: 3.75rem 1.25rem 1.125rem;
    gap: 0.5rem;
}
}
@media screen and (max-width: 639px)  {
  .section--projects-title .heading,
.section--calc-title .heading,
.section--stages-title .heading,
.section--gallery-title .heading,
.section--mortgage-title .heading,
.section--reviews-title .heading,
.section--faq-title .heading,
.section--contacts-title .heading,
  .section--about .heading,
  .section--advantages .heading,
  .section--team .heading  {
  font-size: 1.875rem;
}
  .section--hero .btn,
  .section--about .btn  {
  width: 100%;
}
}
@media screen and (max-width: 479px)  {
  .section--projects-title .heading,
.section--calc-title .heading,
.section--stages-title .heading,
.section--gallery-title .heading,
.section--mortgage-title .heading,
.section--reviews-title .heading,
.section--faq-title .heading,
.section--contacts-title .heading,
  .section--about .heading,
  .section--advantages .heading,
  .section--team .heading  {
  font-size: 1.5rem;
    letter-spacing: -0.0312rem;
}
  .section--projects-title .container,
.section--calc-title .container,
.section--stages-title .container,
.section--gallery-title .container,
.section--mortgage-title .container,
.section--reviews-title .container,
.section--faq-title .container,
.section--contacts-title .container  {
  padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2.5rem;
}
}

/* Responsive — hero */
@media screen and (max-width: 1199px)  {
  .section--hero .heading { font-size: 2.125rem;
}
}
@media screen and (max-width: 959px)  {
  .section--hero .heading,
  .section--about .heading { font-size: 2.125rem;
}
  .section--hero .btn,
  .section--about .btn { font-size: 0.8125rem; border-radius: 0.875rem;
}
}
@media screen and (max-width: 639px)  {
  .section--hero .heading { font-size: 1.875rem;
}
}
@media screen and (max-width: 479px)  {
  .section--hero .heading { font-size: 1.625rem; letter-spacing: -0.0312rem;
}
}

/* ===== Section-specific styles ===== */

.section--header  {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 990;
  background-color: #f8fbf8;
  height: 3.9375rem;
  max-width: 100%;
  overflow: visible;
}
.section--header .header-inner  {
  width: 100%;
  max-width: 75rem;
  height: 3.9375rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
.section--header .logo  {
  flex-shrink: 0;
  color: #0d4228;
  font-family: var(--font);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.55;
  text-decoration: none;
  white-space: nowrap;
}
.section--header .logo .green  {
  color: #5cac6d;
}
.section--header .nav  {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
  margin-left: auto;
  gap: 1.375rem;
}
.section--header .nav-item--has-submenu  {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
}
.section--header .nav a  {
  color: #0d4228;
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.55;
  text-decoration: none;
  white-space: nowrap;
}
.section--header .nav a:hover  {
  color: #5cac6d;
}
.section--header .nav-submenu  {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 13.75rem;
  margin: 0;
  padding: 0.5rem 0;
  list-style: none;
  background-color: #ffffff;
  border: 0.0625rem solid #cbe1d0;
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 1.25rem rgba(13, 66, 40, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.25rem);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}
.section--header .nav-submenu::before  {
  content: '';
  position: absolute;
  top: -0.375rem;
  left: 0;
  right: 0;
  height: 0.375rem;
}
.section--header .nav-item--has-submenu:hover .nav-submenu,
.section--header .nav-item--has-submenu:focus-within .nav-submenu  {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.section--header .nav-submenu li  {
  margin: 0;
}
.section--header .nav-submenu a  {
  display: block;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
.section--header .nav-submenu a:hover  {
  background-color: #f8fbf8;
  color: #5cac6d;
}
.section--header .header-right  {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.section--header .phone-block  {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 1.4375rem;
  flex-shrink: 0;
}
.section--header .phone-hours  {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  color: #0d4228;
  font-family: var(--font);
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 0.75;
}
.section--header .phone-hours__dot  {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #5cac6d;
  flex-shrink: 0;
  animation: phone-hours-blink 2.4s ease-in-out infinite;
}
@keyframes phone-hours-blink  {
  0%, 100%  {
  opacity: 1;
}
  50%  {
  opacity: 0.35;
}
}
@media (prefers-reduced-motion: reduce)  {
  .section--header .phone-hours__dot  {
  animation: none;
}
}
.section--header .phone  {
  color: #0d4228;
  font-family: var(--font);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}
.section--header .phone:hover  {
  color: #5cac6d;
}
.section--header .socials  {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-right: 0.625rem;
}
.section--header .social-btn  {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 0.0625rem solid #cbe1d0;
  border-radius: 0.625rem;
  background-color: transparent;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}
.section--header .social-btn:hover  {
  background-color: #ffffff;
}
.section--header .social-btn img  {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
}
.section--header .phone-call-btn  {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.625rem;
  border: 0.0625rem solid #cbe1d0;
  border-radius: 0.625rem;
  background-color: transparent;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}
.section--header .phone-call-btn:hover  {
  background-color: #ffffff;
}
.section--header .phone-call-btn img  {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
}
.section--header .cta-btn  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 2.25rem;
  background-color: #5cac6d;
  color: #ffffff;
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.55;
  text-decoration: none;
  border-radius: 0.625rem;
  white-space: nowrap;
  transition: background-color 0.2s ease;
  position: relative;
  padding-right: 1.875rem;
  box-sizing: border-box;
}
.section--header .cta-btn:hover  {
  background-color: #388860;
}
.section--header .cta-icon  {
  position: absolute;
  right: 0.3125rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 0.375rem;
  background-color: #ffffff;
}
.section--header .cta-icon img  {
  width: 0.875rem;
  height: auto;
  transform: rotate(45deg);
  display: block;
  transition: transform 0.2s ease;
}
.section--header .cta-btn:hover .cta-icon img  {
  transform: rotate(90deg);
}
.section--header .burger  {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.625rem;
  background-color: #5cac6d;
  margin-left: 0.625rem;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}
.section--header .burger:hover  {
  background-color: #388860;
}
.section--header .burger img  {
  width: 1.125rem;
  height: auto;
  display: block;
}
.section--header .search-btn  {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 0.0625rem solid #cbe1d0;
  border-radius: 0.625rem;
  background-color: transparent;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}
.section--header .search-btn:hover  {
  background-color: #ffffff;
}
.section--header .search-btn img  {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
}
.section--header .search-btn--desktop  {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.section--header .search-btn--mobile  {
  display: none;
  margin-left: 0.625rem;
}
.site-search  {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #f8fbf8;
  border-bottom: 0.0625rem solid #cbe1d0;
  box-shadow: 0 0.25rem 1rem rgba(13, 66, 40, 0.08);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s;
}
.site-search.is-open  {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site-search__form  {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  box-sizing: border-box;
}
.site-search__input  {
  flex: 1;
  min-width: 0;
  height: 2.5rem;
  padding: 0 0.875rem;
  border: 0.0625rem solid #cbe1d0;
  border-radius: 0.625rem;
  background-color: #ffffff;
  color: #0d4228;
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  outline: none;
  box-sizing: border-box;
}
.site-search__input::placeholder  {
  color: #0d4228;
  opacity: 0.5;
}
.site-search__input:focus  {
  border-color: #5cac6d;
}
.site-search__submit  {
  flex-shrink: 0;
  height: 2.5rem;
  padding: 0 1.25rem;
  border: none;
  border-radius: 0.625rem;
  background-color: #5cac6d;
  color: #ffffff;
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.site-search__submit:hover  {
  background-color: #388860;
}
@media screen and (max-width: 1199px)  {
  .section--header .header-inner  {
  padding: 0 0.625rem;
}
  .section--header .nav  {
  display: none;
}
  .section--header .burger  {
  display: flex;
}
  .section--header .logo  {
  font-size: 1.375rem;
}
  .section--header .header-right  {
  margin-left: auto;
}
  .section--header .search-btn--desktop  {
  display: none;
}
  .section--header .search-btn--mobile  {
  display: flex;
}
  .site-search__form  {
  padding: 0.75rem 0.625rem;
}
}
@media screen and (max-width: 959px)  {
  .section--header .header-inner  {
  padding: 0 1.25rem;
}
  .site-search__form  {
  padding: 0.75rem 1.25rem;
}
}
@media screen and (max-width: 639px)  {
  .section--header .header-inner  {
  padding: 0 0.9375rem;
}
  .section--header .phone-block  {
  display: none;
}
  .section--header .phone-call-btn  {
  display: flex;
}
  .site-search__form  {
  padding: 0.75rem 0.9375rem;
  gap: 0.5rem;
}
}
@media screen and (max-width: 479px)  {
  .section--header .header-inner  {
  padding: 0 0.75rem;
  gap: 0.5rem;
}
  .section--header .logo  {
  font-size: 1.25rem;
  flex-shrink: 1;
  min-width: 0;
}
  .section--header .header-right  {
  min-width: 0;
  flex-shrink: 1;
}
  .section--header .cta-btn  {
  width: 7.5rem;
  font-size: 0.6875rem;
  padding-right: 1.625rem;
}
  .section--header .cta-icon  {
  width: 1.375rem;
  height: 1.375rem;
}
  .section--header .socials  {
  display: none;
}
  .section--header .burger img  {
  width: 1.25rem;
}
  .site-search__form  {
  padding: 0.625rem 0.75rem;
}
  .site-search__submit  {
  padding: 0 0.875rem;
  font-size: 0.8125rem;
}
}
@media screen and (max-width: 424px)  {
  .section--header .cta-btn  {
  display: none;
}
}

.section--hero  {
  background-color: #f8fbf8;
}
.section--hero .container  {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  gap: 1.5rem;
  align-items: stretch;
  box-sizing: border-box;
}
.section--hero .content-col  {
  flex: 0 0 35.25rem;
  max-width: 35.25rem;
  display: flex;
}
.section--hero .card  {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.section--hero .image-col  {
  flex: 0 0 35.25rem;
  max-width: 35.25rem;
  display: flex;
}
.section--hero .image-card  {
  flex: 1;
  min-height: 33.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
.section--hero .image-card img  {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section--hero .stats-row  {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 2rem 0;
  border-top: 0.0625rem solid #5cac6d;
  margin-top: 2.5rem;
}
.section--hero .stat  {
  flex: 1;
}
.section--hero .stat-value  {
  color: #0d4228;
  font-family: var(--font);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}
.section--hero .stat-label  {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.55;
}
@media screen and (max-width: 1199px)  {
  .section--hero .container { padding: 0 1.875rem;
}
 .section--hero .content-col,
 .section--hero .image-col {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
}
 .section--hero .stats-row { gap: 2rem;
}
}
@media screen and (max-width: 959px)  {
  .section--hero .container { padding: 0 1.25rem;
 flex-direction: column;
}
 .section--hero .content-col,
 .section--hero .image-col { flex: 1 1 auto; max-width: 100%;
}
 .section--hero .image-card { min-height: 28.75rem;
}
 .section--hero .stat-value { font-size: 1.125rem;
}
 .section--hero .stat-label { font-size: 0.75rem;
}
 .section--hero .stats-row { gap: 1.5rem;
}
}
@media screen and (max-width: 639px)  {
  .section--hero .container { padding: 0 1rem;
}
 .section--hero .image-card { min-height: 22.5rem;
}
 .section--hero .stats-row  {
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
 .section--hero .stat  {
  flex: 1 1 0;
  min-width: 0;
}
 .section--hero .stat-value { font-size: 1rem;
}
 .section--hero .stat-label { font-size: 0.8125rem;
}
}
@media screen and (max-width: 479px)  {
  .section--hero .container { padding: 0 0.75rem;
}
 .section--hero .image-card { min-height: 12.5rem;
}
}

.section--about  {
  background-color: #f8fbf8;
  padding: 2.5rem 0;
}
.section--about .container  {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  box-sizing: border-box;
}
.section--about .images-col  {
  flex: 1 1 50%;
  display: flex;
  gap: 1.5rem;
  min-width: 0;
}
.section--about .image-card  {
  flex: 1 1 16.875rem;
  width: 100%;
  min-width: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  aspect-ratio: 270 / 418;
  box-sizing: border-box;
}
.section--about .image-card img  {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section--about .content-col  {
  flex: 1 1 50%;
  min-width: 0;
}
.section--about .body-text  {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 1199px)  {
  .section--about .container { padding: 0 1.875rem;
}
}
@media screen and (max-width: 959px)  {
  .section--about .container { padding: 0 1.25rem;
 flex-direction: column;
}
 .section--about .images-col  {
  display: none;
}
 .section--about .content-col  {
  flex: 1 1 100%;
  max-width: 100%;
}
 .section--about .body-text { font-size: 0.8125rem;
}
}
@media screen and (max-width: 639px)  {
  .section--about .container { padding: 0 1rem;
}
 .section--about .body-text { font-size: 0.8125rem;
}
}
@media screen and (max-width: 479px)  {
  .section--about .container { padding: 0 1rem;
}
 .section--about .body-text { font-size: 0.8125rem;
}
}

.section--projects-title .heading { max-width: 45rem;
}
@media screen and (max-width: 959px)  {
  .section--projects-title .heading { max-width: 32.75rem;
}
}
@media screen and (max-width: 639px)  {
  .section--projects-title .heading { max-width: 28.125rem;
}
}
@media screen and (max-width: 479px)  {
  .section--projects-title .heading { max-width: 100%;
}
}

.section--price-validity {
  background-color: #ffffff;
  padding: 0 0 0.75rem;
}
.section--price-validity .container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
.price-validity {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--color-muted);
}
.category-page .section--price-validity {
  padding-bottom: 0.25rem;
}

.section--products  {
  background-color: #ffffff;
  padding: 0;
}
.section--products .products-grid  {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  justify-content: center;
}
.section--products .product-card,
.section--project-similar .product-card  {
  cursor: pointer;
}
.section--products .product-card:hover,
.section--project-similar .product-card:hover  {
  transform: none;
}
.section--products .product-text,
.section--project-similar .product-text  {
  box-sizing: border-box;
}
.section--products .product-image-wrap,
.section--project-similar .product-image-wrap  {
  border-radius: 1.25rem;
  overflow: hidden;
  margin-bottom: 1rem;
  background-color: #f8fbf8;
}
.section--products .product-image,
.section--project-similar .product-image  {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.section--products .product-title,
.section--project-similar .product-title  {
  color: #0d4228;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.9375rem;
}
.section--products .product-price,
.section--project-similar .product-price  {
  color: #5cac6d;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.section--products .product-footer,
.section--project-similar .product-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem 1rem;
  margin-top: 0.625rem;
}
.section--products .product-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.125rem;
  border-radius: 1rem;
  background-color: var(--color-green);
  color: #ffffff;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.section--products .product-more-btn:hover {
  background-color: var(--color-green-dark);
}
.section--products .product-card-media,
.section--project-similar .product-card-media {
  display: block;
  text-decoration: none;
  color: inherit;
}
.section--products .product-specs-row,
.section--project-similar .product-specs-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 0.75rem;
  list-style: none;
  margin: 0 0 0.625rem;
  padding: 0;
}
.section--products .product-spec,
.section--project-similar .product-spec {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.3;
}
.section--products .product-spec-icon,
.section--project-similar .product-spec-icon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.section--products .product-spec-label,
.section--project-similar .product-spec-label {
  white-space: nowrap;
}
.section--products .product-spec-value,
.section--project-similar .product-spec-value {
  font-weight: 500;
  color: #0d4228;
  white-space: nowrap;
}
.section--products .product-desc  {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}
.product-dialog  {
  border: 0;
  border-radius: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background: #ffffff;
}
.product-dialog::backdrop  {
  background: rgba(255, 255, 255, 1);
}
.product-dialog .dialog-inner  {
  padding: 3.75rem 1.5rem 2.5rem;
  box-sizing: border-box;
  position: relative;
  max-width: 75rem;
  margin: 0 auto;
  overflow-y: auto;
  max-height: 100vh;
}
.product-dialog .dialog-close  {
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  color: #0d4228;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-dialog .dialog-close::before  {
  content: '';
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cpath d='M10.4 5L11.8 6.4L5.8 12.4H23.4v2H5.8l6 6L10.4 21.8L2 13.4z' fill='%23000'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.product-dialog .dialog-image  {
  width: 100%;
  max-height: 25rem;
  object-fit: cover;
  border-radius: 1rem;
  display: block;
  margin-bottom: 1.25rem;
}
.product-dialog .dialog-title  {
  color: #0d4228;
  font-family: var(--font);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}
.product-dialog .dialog-price  {
  color: #5cac6d;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 1rem;
}
.product-dialog .dialog-specs  {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.875rem;
  line-height: 1.55;
  margin: 0 0 1.5rem;
}
.product-dialog .dialog-specs ul  {
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}
.product-dialog .dialog-btn  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.125rem;
  padding: 0 2.5rem;
  background-color: #5cac6d;
  border-radius: 0.625rem;
  color: #ffffff;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.product-dialog .dialog-btn:hover  {
  background-color: #388860;
}
@media screen and (max-width: 1199px)  {
  .section--products .products-grid { grid-template-columns: repeat(3, 1fr); gap: 1.25rem;
}
 .section--products .container { padding: 0 1.5rem;
}
}
@media screen and (max-width: 959px)  {
  .section--products .container { padding: 0 1.25rem;
}
 .section--products .products-grid { grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 639px)  {
  .section--products .container { padding: 0 1rem;
}
}
@media screen and (max-width: 479px)  {
  .section--products .products-grid { grid-template-columns: minmax(0, 1fr);
}
}

.section--projects-more  {
  background-color: #ffffff;
}
.section--projects-more .container  {
  max-width: 75rem;
  margin: 0 auto;
  padding: 1.875rem 1.5rem 2.875rem;
  box-sizing: border-box;
}
@media screen and (max-width: 959px)  {
  .section--projects-more .container { padding: 1.25rem 1.25rem 2.875rem;
}
}
@media screen and (max-width: 639px)  {
  .section--projects-more .container { padding: 1.25rem 1rem 2.875rem;
}
}
@media screen and (max-width: 479px)  {
  .section--projects-more .container { padding: 1.25rem 0.75rem 2.875rem;
}
}

.section--project-cta  {
  background-color: #ffffff;
}
.section--project-cta .container  {
  max-width: 75rem;
  margin: 0 auto;
  padding: 5rem 1.5rem 0;
  box-sizing: border-box;
}
.section--project-cta .project-cta-card  {
  position: relative;
  background-color: #5cac6d;
  border-radius: 1.25rem;
  height: auto;
  min-height: auto;
  width: 100%;
  max-width: 72rem;
  box-sizing: border-box;
  overflow: hidden;
}
.section--project-cta .project-cta-content  {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 3.5rem 2rem;
  width: 100%;
  max-width: 44rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section--project-cta .heading  {
  color: #ffffff;
  font-family: var(--font);
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.0625rem;
  margin: 0 auto 0.75rem;
  max-width: 38rem;
  text-align: center;
}
.section--project-cta .heading .accent  {
  color: #cbecd2;
}
.section--project-cta .description  {
  color: #cbecd2;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0 auto 1.875rem;
  max-width: 30rem;
  text-align: center;
}
.section--project-cta .project-form  {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--project-cta .text-input,
.section--project-cta .privacy-row  {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 32.75rem;
  margin-left: auto;
  margin-right: auto;
}
.section--project-cta .privacy-row input  {
  margin-top: 0;
  flex-shrink: 0;
}
.section--project-cta .privacy  {
  color: #cbecd2;
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
  text-align: center;
}
.section--project-cta .privacy a  {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0.0625rem solid #ffffff;
}
@media screen and (max-width: 1199px)  {
  .section--project-cta .container { padding: 5rem 1.875rem 0;
}
}
@media screen and (max-width: 959px)  {
  .section--project-cta .container { padding: 3.75rem 1.25rem 0;
}
 .section--project-cta .project-cta-card { height: auto; min-height: auto;
}
 .section--project-cta .project-cta-content  {
  margin: 0 auto;
  max-width: 38rem;
  padding: 2.5rem 1.5rem;
}
 .section--project-cta .heading { max-width: 100%;
}
 .section--project-cta .form-row,
 .section--project-cta .privacy-row { max-width: 32.75rem;
}
}
@media screen and (max-width: 639px)  {
  .section--project-cta .container { padding: 3.75rem 1rem 0;
}
 .section--project-cta .project-cta-card  {
  height: auto;
  min-height: auto;
}
 .section--project-cta .project-cta-content  {
  margin: 0 auto;
  max-width: 100%;
  padding: 2rem 1.25rem;
}
 .section--project-cta .heading,
 .section--project-cta .description { max-width: 100%;
}
 .section--project-cta .form-row,
 .section--project-cta .privacy-row { max-width: 100%;
}
 .section--project-cta .heading { font-size: 1.875rem;
}
}
@media screen and (max-width: 479px)  {
  .section--project-cta .container { padding: 2.5rem 1rem 0;
}
 .section--project-cta .heading { font-size: 1.5rem; letter-spacing: -0.0312rem;
}
 .section--project-cta .project-cta-content { padding: 1.75rem 1rem;
}
}

.section--advantages  {
  background-color: #ffffff;
}
.section--advantages .container  {
  max-width: 75rem;
  margin: 0 auto;
  padding: 5rem 1.5rem;
  box-sizing: border-box;
}
.section--advantages .advantages-layout  {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
}
.section--advantages .advantages-main  {
  flex: 1 1 35.25rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.section--advantages .advantages-grid  {
  flex: none;
  display: grid;
  grid-template-columns: repeat(2, 16.875rem);
  gap: 1.5rem;
}
.section--advantages .advantage-card  {
  background-color: #f8fbf8;
  border-radius: 1.25rem;
  padding: 1.875rem;
  box-sizing: border-box;
  min-height: 13.125rem;
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  column-gap: 0.625rem;
  row-gap: 0.75rem;
}
.section--advantages .advantage-card:nth-child(n+3)  {
  min-height: 11.875rem;
}
.section--advantages .advantage-icon-wrap  {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  background-color: #5cac6d;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
}
.section--advantages .advantage-icon  {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}
.section--advantages .advantage-title  {
  color: #0d4228;
  font-family: var(--font);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}
.section--advantages .advantage-text  {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
  grid-column: 1 / -1;
  grid-row: 2;
}
.section--advantages .advantages-visual  {
  flex: 0 0 35.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.section--advantages .advantages-visual img  {
  width: 100%;
  height: 100%;
  min-height: 36rem;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1199px)  {
  .section--advantages .container { padding: 5rem 1.875rem;
}
 .section--advantages .advantages-visual { flex-basis: 30rem;
}
}
@media screen and (max-width: 959px)  {
  .section--advantages .container { padding: 3.75rem 1.25rem;
}
 .section--advantages .advantages-layout { flex-direction: row; align-items: stretch; gap: 1.25rem;
}
 .section--advantages .advantages-main { flex: 1 1 50%; min-width: 0;
}
 .section--advantages .advantages-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem;
}
 .section--advantages .advantages-visual { flex: 0 0 calc(50% - 0.625rem); min-width: 0;
}
 .section--advantages .advantages-visual img { width: 100%; height: 100%; min-height: 26.25rem; object-fit: cover;
}
}
@media screen and (max-width: 639px)  {
  .section--advantages .container { padding: 3.75rem 1rem;
}
 .section--advantages .advantages-layout { flex-direction: column;
}
 .section--advantages .advantages-grid { grid-template-columns: 1fr; width: 100%;
}
 .section--advantages .advantages-visual { flex: none; width: 100%;
}
 .section--advantages .advantages-visual img { min-height: 22.5rem; height: auto;
}
}
@media screen and (max-width: 479px)  {
  .section--advantages .container { padding: 2.5rem 1rem;
}
 .section--advantages .advantage-card { padding: 1.5rem; min-height: auto;
}
}

.section--calc-title .heading { max-width: 54.75rem;
}
@media screen and (max-width: 959px)  {
  .section--calc-title .heading { max-width: 40.125rem;
}
}
@media screen and (max-width: 639px)  {
  .section--calc-title .heading { max-width: 37.5rem;
}
}
@media screen and (max-width: 479px)  {
  .section--calc-title .heading { max-width: 100%;
}
}

.section--quiz  {
  background-color: #f8fbf8;
  padding: 0;
}
.section--quiz .quiz-card  {
  display: flex;
  background-color: #ffffff;
  border-radius: 1.25rem;
  overflow: hidden;
  min-height: 30rem;
}
.section--quiz .quiz-sidebar  {
  flex: 0 0 17.5rem;
  background-color: #ffffff;
  padding: 2rem 1.75rem;
  box-sizing: border-box;
  border-right: 0.0625rem solid rgba(92, 172, 109, 0.15);
}
.section--quiz .quiz-manager  {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section--quiz .quiz-manager-photo  {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.75rem;
}
.section--quiz .quiz-manager-name  {
  color: #0d4228;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.25rem;
}
.section--quiz .quiz-manager-role  {
  color: #5cac6d;
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0 0 1rem;
}
.section--quiz .quiz-manager-msg  {
  position: relative;
  color: #ffffff;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
  background-color: #5cac6d;
  border-radius: 1rem;
  padding: 1rem;
  text-align: left;
}
.section--quiz .quiz-manager-msg::after  {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  transform: translateX(-50%);
  border-width: 0.5rem 0.5rem 0;
  border-style: solid;
  border-color: #5cac6d transparent transparent;
}
.section--quiz .quiz-step-label strong  {
  color: #0d4228;
  font-weight: 500;
}
.section--quiz .quiz-btn[hidden]  {
  display: none !important;
}
.section--quiz .quiz-main  {
  flex: 1;
  padding: 2rem 2rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.section--quiz .quiz-progress  {
  height: 0.375rem;
  background-color: rgba(92, 172, 109, 0.2);
  border-radius: 0.375rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.section--quiz .quiz-progress-bar  {
  height: 100%;
  width: 16.6667%;
  background-color: #5cac6d;
  border-radius: 0.375rem;
  transition: width 0.3s ease;
}
.section--quiz .quiz-steps  {
  flex: 1;
}
.section--quiz .quiz-step  {
  display: none;
}
.section--quiz .quiz-step--active  {
  display: block;
}
.section--quiz .quiz-legend,
.section--quiz .quiz-label  {
  display: block;
  color: #0d4228;
  font-family: var(--font);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.section--quiz .quiz-fieldset  {
  border: 0;
  margin: 0;
  padding: 0;
}
.section--quiz .quiz-options--grid  {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
.section--quiz .quiz-options--list  {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.section--quiz .quiz-option  {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.section--quiz .quiz-option--radio,
.section--quiz .quiz-option--checkbox  {
  flex-direction: row;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  background-color: #f8fbf8;
}
.section--quiz .quiz-option--radio input,
.section--quiz .quiz-option--checkbox input  {
  flex-shrink: 0;
}
.section--quiz .quiz-option--checkbox input[type="checkbox"]  {
  appearance: none;
  -webkit-appearance: none;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  border: 0.125rem solid #5cac6d;
  border-radius: 0.3125rem;
  background-color: #ffffff;
  background-image: none;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  transition: background-color 0.15s ease, border-color 0.15s ease, background-image 0.15s ease;
}
.section--quiz .quiz-option--checkbox input[type="checkbox"]:checked  {
  background-color: #5cac6d;
  border-color: #5cac6d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.5L6.5 11.5L12.5 4.5' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 0.75rem 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
}
.section--quiz .quiz-option--checkbox input[type="checkbox"]:focus-visible  {
  outline: 0.125rem solid #5cac6d;
  outline-offset: 0.125rem;
}
.section--quiz .quiz-option--image input  {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.section--quiz .quiz-option--image  {
  position: relative;
}
.section--quiz .quiz-option--image:has(input:checked) .quiz-option-img  {
  box-shadow: 0 0 0 0.125rem #5cac6d;
}
.section--quiz .quiz-option--radio:has(input:checked),
.section--quiz .quiz-option--checkbox:has(input:checked)  {
  background-color: #e8f5eb;
  box-shadow: inset 0 0 0 0.0625rem #5cac6d;
}
.section--quiz .quiz-option-img  {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
}
.section--quiz .quiz-option-text  {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.6875rem;
  line-height: 1.45;
  text-align: center;
}
.section--quiz .quiz-field,
.section--quiz .quiz-phone-input  {
  display: block;
  background-color: #f8fbf8;
  border-radius: 1rem;
  border: 0.0625rem solid transparent;
  box-sizing: border-box;
}
.section--quiz .quiz-field:focus-within,
.section--quiz .quiz-phone-input:focus-within  {
  border-color: #5cac6d;
}
.section--quiz .quiz-input  {
  width: 100%;
  height: 3.125rem;
  border: 0;
  border-radius: 1rem;
  background: transparent;
  padding: 0 1rem;
  box-sizing: border-box;
  font-family: var(--font);
  font-size: 0.8125rem;
  color: #0d4228;
  outline: none;
}
.section--quiz .quiz-input:focus,
.section--quiz .quiz-input:focus-visible  {
  outline: none;
}
.section--quiz .quiz-contact-methods  {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0 0 1rem;
}
.section--quiz .quiz-contact-method  {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  background-color: #f8fbf8;
  cursor: pointer;
  font-family: var(--font);
  font-size: 0.8125rem;
  color: #5a7367;
}
.section--quiz .quiz-contact-method input  {
  flex-shrink: 0;
}
.section--quiz .quiz-phone-input  {
  display: flex;
  align-items: center;
  height: 3.125rem;
  overflow: hidden;
  cursor: text;
}
.section--quiz .quiz-phone-code  {
  padding: 0 0.75rem;
  color: #0d4228;
  font-family: var(--font);
  font-size: 0.8125rem;
}
.section--quiz .quiz-phone-input .quiz-input  {
  height: 100%;
  flex: 1;
  min-width: 0;
  padding-left: 0;
}
.section--quiz .quiz-privacy  {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.75rem;
  line-height: 1.55;
  margin-top: 1rem;
}
.section--quiz .quiz-privacy a  {
  color: #5cac6d;
}
.section--quiz .quiz-nav  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}
.section--quiz .quiz-nav-btns  {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}
.section--quiz .quiz-step-label  {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
  flex-shrink: 0;
}
.section--quiz .quiz-btn  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 3.125rem;
  padding: 0 2.5rem;
  border: 0;
  border-radius: 1rem;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.section--quiz .quiz-btn--prev  {
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
  flex-shrink: 0;
  background-color: #ffffff;
  color: #5cac6d;
  border: 0.0625rem solid rgba(92, 172, 109, 0.3);
  border-radius: 50%;
}
.section--quiz .quiz-btn--prev:disabled  {
  opacity: 0.4;
  cursor: not-allowed;
}
.section--quiz .quiz-btn--next,
.section--quiz .quiz-btn--submit  {
  background-color: #5cac6d;
  color: #ffffff;
}
.section--quiz .quiz-btn--next:hover,
.section--quiz .quiz-btn--submit:hover  {
  background-color: #388860;
}
@media screen and (max-width: 1199px)  {
  .section--quiz .container { padding: 0 1.875rem;
}
}
@media screen and (max-width: 959px)  {
  .section--quiz .container { padding: 0 1.25rem;
}
 .section--quiz .quiz-card { flex-direction: column; min-height: 0;
}
 .section--quiz .quiz-sidebar { flex: none; border-right: 0; border-bottom: 0.0625rem solid rgba(92, 172, 109, 0.15); padding: 1.5rem 1.75rem;
}
 .section--quiz .quiz-manager { flex-direction: row; text-align: left; align-items: flex-start; gap: 1rem;
}
 .section--quiz .quiz-manager-photo { margin-bottom: 0; flex-shrink: 0;
}
 .section--quiz .quiz-manager-msg { flex: 1;
}
 .section--quiz .quiz-manager-msg::after { left: 1.5rem; transform: none;
}
 .section--quiz .quiz-options--grid { grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
@media screen and (max-width: 639px)  {
  .section--quiz .container { padding: 0 1rem;
}
 .section--quiz .quiz-main { padding: 1.5rem 1.25rem 0;
}
 .section--quiz .quiz-options--grid { grid-template-columns: repeat(2, minmax(0, 1fr));
}
 .section--quiz .quiz-manager { flex-direction: column; text-align: center;
}
}
@media screen and (max-width: 479px)  {
  .section--quiz .container { padding: 0 0.75rem;
}
 .section--quiz .quiz-legend, .section--quiz .quiz-label { font-size: 1rem;
}
}

.section--team  {
  background-color: #ffffff;
}
.section--team .container  {
  max-width: 75rem;
  margin: 0 auto;
  padding: 3.75rem 1.5rem 5rem;
  box-sizing: border-box;
}
.section--team .team-layout  {
  display: grid;
  grid-template-columns: 23.125rem repeat(4, 10.75rem);
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  align-items: start;
}
.section--team .team-heading-col  {
  grid-column: 1;
  grid-row: 1;
}
.section--team .team-card  {
  text-align: center;
}
.section--team .team-photo-wrap  {
  border-radius: 1.25rem;
  overflow: hidden;
  margin-bottom: 1rem;
  background-color: #f8fbf8;
}
.section--team .team-photo  {
  width: 10.75rem;
  height: 10.75rem;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.section--team .team-name  {
  color: #0d4228;
  font-family: var(--font);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.25rem;
}
.section--team .team-role  {
  color: #5cac6d;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}
@media screen and (max-width: 1199px)  {
  .section--team .container { padding: 5rem 1.875rem; min-height: auto;
}
 .section--team .team-layout  {
  grid-template-columns: repeat(4, minmax(0, 1fr));
 column-gap: 1.25rem;
 row-gap: 1.5rem;
}
 .section--team .team-heading-col { grid-column: 1 / -1; grid-row: auto;
}
 .section--team .team-photo { width: 100%; max-width: 13.75rem; height: auto; aspect-ratio: 1;
}
}
@media screen and (max-width: 959px)  {
  .section--team .container { padding: 3.75rem 1.25rem; min-height: auto;
}
 .section--team .team-layout  {
  grid-template-columns: repeat(4, minmax(0, 1fr));
 column-gap: 1.25rem;
 row-gap: 1.5rem;
}
 .section--team .team-heading-col { grid-column: 1 / -1; grid-row: 1; padding-top: 0;
}
 .section--team .team-photo { width: 100%; height: auto; aspect-ratio: 1; max-width: 13.75rem;
}
}
@media screen and (max-width: 639px)  {
  .section--team .container { padding: 3.75rem 1rem;
}
 .section--team .team-layout { grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media screen and (max-width: 479px)  {
  .section--team .container { padding: 2.5rem 1rem;
}
 .section--team .team-layout { grid-template-columns: minmax(0, 1fr);
 justify-content: stretch;
}
 .section--team .team-photo { max-width: 100%;
}
}

.section--stages-title .heading { max-width: 45rem;
}
@media screen and (max-width: 639px)  {
  .section--stages-title .heading { max-width: 28.125rem;
}
}
@media screen and (max-width: 479px)  {
  .section--stages-title .heading { max-width: 100%;
}
}

.section--stages  {
  background-color: #ffffff;
  padding: 0 0 5rem;
}
.project-detail-page .section--stages {
  padding-bottom: 0;
}
.section--stages-cta {
  background-color: #ffffff;
  padding: 0 0 5rem;
}
.section--stages .stages-grid  {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  justify-content: flex-start;
}
.section--stages .stage-card  {
  background-color: #f8fbf8;
  border-radius: 1.25rem;
  padding: 1.875rem 1.875rem 1.5rem;
  box-sizing: border-box;
  min-height: 17.125rem;
}
.section--stages .stage-card:nth-child(n+5)  {
  min-height: 18.5rem;
}
.section--stages .stage-card--accent  {
  background-color: #5cac6d;
}
.section--stages .stage-icon-wrap  {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  background-color: #5cac6d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.section--stages .stage-card--accent .stage-icon-wrap  {
  background-color: #ffffff;
}
.section--stages .stage-icon  {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  object-fit: contain;
}
.section--stages .stage-title  {
  color: #0d4228;
  font-family: var(--font);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}
.section--stages .stage-card--accent .stage-title  {
  color: #ffffff;
}
.section--stages .stage-body  {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}
.section--stages .stage-card--accent .stage-body  {
  color: #f8fbf8;
}
@media screen and (max-width: 1199px)  {
  .section--stages .container { padding: 0 1.875rem;
}
 .section--stages .stages-grid  {
  grid-template-columns: repeat(4, minmax(0, 1fr));
 gap: 1.25rem;
}
 .section--stages .stage-card  {
  min-height: 20.875rem;
 padding: 1.25rem 1.25rem 1.5rem;
}
 .section--stages .stage-card:nth-child(n+5)  {
  min-height: 23.5rem;
}
}
@media screen and (max-width: 959px)  {
  .section--stages .container { padding: 0 1.25rem;
}
 .section--stages .stages-grid  {
  grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 1.25rem;
}
 .section--stages .stage-card,
 .section--stages .stage-card:nth-child(n+5)  {
  min-height: 14.5rem;
}
 .section--stages .stage-card:nth-child(n+5)  {
  min-height: 17.25rem;
}
}
@media screen and (max-width: 639px)  {
  .section--stages .container { padding: 0 1rem;
}
 .section--stages .stages-grid  {
  grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 1.25rem;
}
 .section--stages .stage-card,
 .section--stages .stage-card:nth-child(n+5)  {
  min-height: 13.25rem;
}
 .section--stages .stage-card:nth-child(n+5)  {
  min-height: 13.125rem;
}
}
@media screen and (max-width: 479px)  {
  .section--stages .container { width: 100%;
 padding: 0 1rem;
}
 .section--stages .stages-grid  {
  grid-template-columns: minmax(0, 1fr);
 justify-content: stretch;
}
 .section--stages .stage-card,
 .section--stages .stage-card:nth-child(n+5)  {
  min-height: 11.875rem;
}
 .section--stages .stage-card:nth-child(n+5)  {
  min-height: 13.0625rem;
}
}

@media screen and (max-width: 639px)  {
  .section--gallery-title .heading { max-width: 28.125rem;
}
}
@media screen and (max-width: 479px)  {
  .section--gallery-title .heading { max-width: 100%;
}
}

.section--gallery  {
  background-color: #ffffff;
  padding: 0;
  position: relative;
}
.section--gallery .container  {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
  position: relative;
}
.section--gallery .gallery-track  {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0;
  scroll-padding-left: 0;
  scroll-padding-right: 0;
  box-sizing: border-box;
  max-width: 100%;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.section--gallery .gallery-track.is-dragging  {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}
.section--gallery .gallery-track::-webkit-scrollbar  {
  display: none;
}
.section--gallery .gallery-slide  {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  flex: 0 0 calc((100% - 1.25rem) / 2);
  width: calc((100% - 1.25rem) / 2);
}
.section--gallery .gallery-slide-inner  {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}
.section--gallery .gallery-slide img  {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.625rem;
  display: block;
}
.section--gallery .gallery-controls  {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  right: 1.5rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}
.section--gallery .gallery-btn  {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background-color 0.2s ease-in-out;
}
.section--gallery .gallery-btn:hover  {
  background-color: rgba(255, 255, 255, 1);
}
.section--gallery .gallery-btn svg  {
  width: 100%;
  height: 100%;
}
.section--gallery .gallery-btn--next svg  {
  transform: rotate(0.5turn);
}
.section--gallery .gallery-btn svg path  {
  stroke: #5cac6d;
  stroke-width: 2px;
  transition: stroke 0.2s ease-in-out;
}
@media screen and (max-width: 1199px)  {
  .section--gallery .container  {
  padding: 0 1.875rem;
}
  .section--gallery .gallery-controls  {
  left: 1.875rem;
  right: 1.875rem;
}
}
@media screen and (max-width: 959px)  {
  .section--gallery .container  {
  padding: 0 1.25rem;
}
  .section--gallery .gallery-controls  {
  left: 1.25rem;
  right: 1.25rem;
}
}
@media screen and (max-width: 639px)  {
  .section--gallery .gallery-slide  {
  flex-basis: 100%;
  width: 100%;
}
}

.section--excursion  {
  background-color: #ffffff;
}
.section--excursion .container  {
  max-width: 75rem;
  margin: 0 auto;
  padding: 5rem 1.5rem 5rem;
  box-sizing: border-box;
}
.section--excursion .excursion-card  {
  position: relative;
  background-color: #5cac6d;
  border-radius: 1.25rem;
  height: auto;
  min-height: auto;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
.section--excursion .excursion-body  {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 3.5rem 2rem;
  width: 100%;
  max-width: 44rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section--excursion .heading  {
  color: #ffffff;
  font-family: var(--font);
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.0625rem;
  margin: 0 auto 1.5rem;
  max-width: 38rem;
  text-align: center;
}
.section--excursion .heading .accent  {
  color: #cbecd2;
}
.section--excursion .features  {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 3rem;
  margin: 0 auto 1.75rem;
  width: 100%;
}
.section--excursion .feature  {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  max-width: 14rem;
  text-align: left;
}
.section--excursion .feature-icon  {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.0625rem;
}
.section--excursion .feature-text  {
  color: #cbecd2;
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}
.section--excursion .excursion-form  {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--excursion .privacy-row  {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 32.75rem;
  margin: 0 auto;
}
.section--excursion .privacy-row input  {
  margin-top: 0;
  flex-shrink: 0;
}
.section--excursion .form-submit:hover,
.section--excursion .privacy  {
  color: #cbecd2;
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
  max-width: 32.75rem;
  text-align: center;
}
.section--excursion .privacy a  {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0.0625rem solid #ffffff;
}
@media screen and (max-width: 1199px)  {
  .section--excursion .container { padding-left: 1.5rem;
 padding-right: 1.5rem;
}
 .section--excursion .excursion-card  {
  min-height: auto;
}
 .section--excursion .heading  {
  max-width: 38rem;
}
 .section--excursion .privacy  {
  max-width: 32.75rem;
}
}
@media screen and (max-width: 959px)  {
  .section--excursion .container { padding: 3.75rem 1.25rem 2.5rem;
}
 .section--excursion .excursion-card  {
  min-height: auto;
}
 .section--excursion .excursion-body  {
  padding: 2.5rem 1.5rem;
  max-width: 38rem;
}
 .section--excursion .heading  {
  max-width: 100%;
}
 .section--excursion .privacy  {
  max-width: 32.75rem;
}
}
@media screen and (max-width: 639px)  {
  .section--excursion .container { padding-left: 1rem;
 padding-right: 1rem;
}
 .section--excursion .excursion-card  {
  min-height: auto;
}
 .section--excursion .excursion-body  {
  padding: 2rem 1.25rem;
  max-width: 100%;
}
 .section--excursion .heading  {
  font-size: 1.875rem;
  max-width: 100%;
}
 .section--excursion .form-submit,
 .section--excursion .privacy  {
  max-width: 100%;
}
 .section--excursion .features  {
  gap: 1rem 1.5rem;
}
 .section--excursion .feature  {
  max-width: 100%;
}
}
@media screen and (max-width: 479px)  {
  .section--excursion .container { padding-left: 1rem;
 padding-right: 1rem;
 padding-top: 2.5rem;
}
 .section--excursion .excursion-card  {
  min-height: auto;
}
 .section--excursion .excursion-body  {
  padding: 1.75rem 1rem;
}
 .section--excursion .heading  {
  font-size: 1.5rem;
  letter-spacing: -0.0312rem;
  max-width: 100%;
}
 .section--excursion .form-row,
 .section--excursion .privacy  {
  max-width: 100%;
}
}

.section--mortgage-title .heading { max-width: 34.4375rem;
}
@media screen and (max-width: 639px)  {
  .section--mortgage-title .heading { max-width: 28.125rem;
}
}
@media screen and (max-width: 479px)  {
  .section--mortgage-title .heading { max-width: 100%;
}
}

.section--mortgage  {
  background-color: #f8fbf8;
  padding-bottom: 0.9375rem;
}
.section--mortgage .mortgage-grid  {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  justify-content: flex-start;
}
.section--mortgage .mortgage-card  {
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 1.875rem;
  box-sizing: border-box;
  min-height: 13.125rem;
}
.section--mortgage .mortgage-card--cta  {
  background-color: #f8fbf8;
  border: 0.0625rem solid #cbe1d0;
}
.section--mortgage .mortgage-card-text  {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0 0 3.125rem;
}
.section--mortgage .mortgage-icon-wrap  {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  background-color: #5cac6d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.375rem;
}
.section--mortgage .mortgage-icon  {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  object-fit: contain;
}
.section--mortgage .mortgage-value  {
  color: #0d4228;
  font-family: var(--font);
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}
.section--mortgage .mortgage-label  {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}
@media screen and (max-width: 1199px)  {
  .section--mortgage .container { padding: 0 1.875rem;
}
 .section--mortgage .mortgage-grid  {
  grid-template-columns: repeat(4, minmax(0, 1fr));
 gap: 1.25rem;
}
 .section--mortgage .mortgage-card  {
  min-height: 12.25rem;
}
}
@media screen and (max-width: 959px)  {
  .section--mortgage .container { padding: 0 1.25rem;
}
 .section--mortgage .mortgage-grid  {
  grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 1.25rem;
}
 .section--mortgage .mortgage-card  {
  min-height: 11.875rem;
}
}
@media screen and (max-width: 639px)  {
  .section--mortgage .container { padding: 0 1rem;
}
 .section--mortgage .mortgage-grid  {
  grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 1.25rem;
}
 .section--mortgage .mortgage-card  {
  min-height: 12.25rem;
 padding: 1.5rem;
}
 .section--mortgage .mortgage-icon-wrap  {
  margin-bottom: 2.25rem;
}
}
@media screen and (max-width: 479px)  {
  .section--mortgage .mortgage-grid  {
  grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
}
  .section--mortgage .mortgage-card  {
  min-height: 10.625rem;
}
  .section--mortgage .mortgage-card--cta  {
  min-height: 10.625rem;
}
  .section--mortgage .mortgage-value  {
  font-size: 1.125rem;
}
  .section--mortgage .mortgage-card-text  {
  margin-bottom: 1.5rem;
}
}

.section--reviews-title .heading { max-width: 45rem;
}
.section--reviews-title .reviews-header-meta  {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
  padding-top: 0.3125rem;
}
.section--reviews-title .reviews-hint  {
  display: flex;
  align-items: flex-start;
  gap: 0.3125rem;
  margin: 0;
  max-width: 8.75rem;
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.55;
}
.section--reviews-title .reviews-hint-icon  {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-top: 0.0625rem;
}
@media screen and (max-width: 959px)  {
  .section--reviews-title .reviews-header-meta  {
  flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding-top: 0;
    order: -1;
}
  .section--reviews-title .heading { max-width: 28.0625rem;
}
  .section--reviews-title .reviews-hint { max-width: 12.5rem;
}
}
@media screen and (max-width: 639px)  {
  .section--reviews-title .heading { max-width: 28.125rem;
}
}
@media screen and (max-width: 479px)  {
  .section--reviews-title .heading { max-width: 100%;
}
}

.section--reviews  {
  background-color: #f8fbf8;
  padding: 0;
  overflow: hidden;
}
.section--reviews .reviews-gallery  {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
.section--reviews .reviews-viewport  {
  overflow: hidden;
  width: 100%;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}
.section--reviews .reviews-viewport.is-dragging,
.section--reviews .reviews-viewport.is-dragging .reviews-card {
  cursor: grabbing;
}
.section--reviews .reviews-viewport.is-dragging .reviews-track {
  transition: none;
}
.section--reviews .reviews-track  {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  transition: margin-left 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: margin-left;
}
.section--reviews .reviews-slide  {
  flex: 0 0 auto;
  box-sizing: border-box;
  padding-right: 2.5rem;
}
.section--reviews .reviews-card-wrap  {
  border-radius: 1.625rem;
  overflow: hidden;
  position: relative;
}
.section--reviews .reviews-card  {
  background-color: #ffffff;
  height: 18.75rem;
  padding: 2.5rem 1.875rem 1.875rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: default;
}
.section--reviews .reviews-card--fade  {
  cursor: pointer;
}
.section--reviews .reviews-card--fade::after  {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7.1875rem;
  background-image: linear-gradient(0deg, #ffffff 27%, rgba(255, 255, 255, 0) 110%);
  pointer-events: none;
}
.section--reviews .reviews-author  {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0.75rem;
}
.section--reviews .reviews-stars  {
  display: flex;
  align-items: center;
  gap: 0.1875rem;
  color: #f5a623;
  margin-bottom: 1rem;
}
.section--reviews .reviews-stars svg  {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
.section--reviews .reviews-avatar  {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 1.25rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 0.5625rem;
}
.section--reviews .reviews-author-name  {
  font-family: var(--font);
  font-size: 1.5rem;
  line-height: 1.2;
  color: #0d4228;
  font-weight: 500;
  margin-bottom: 0.4375rem;
}
.section--reviews .reviews-author-descr  {
  font-family: var(--font);
  font-size: 1rem;
  color: #acb9ae;
  font-weight: 400;
}
.section--reviews .reviews-text  {
  font-family: var(--font);
  font-size: 1.125rem;
  color: #5a7367;
  font-weight: 400;
  line-height: 1.55;
}
.section--reviews .reviews-more  {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.1875rem;
  background-image: linear-gradient(0deg, #ffffff 2.5rem, rgba(255, 255, 255, 0) 110%);
  pointer-events: none;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.5625rem;
  box-sizing: border-box;
}
.section--reviews .reviews-card--fade .reviews-more  {
  display: flex;
}
.section--reviews .reviews-more span  {
  width: 0.125rem;
  height: 0.125rem;
  margin: 0 0.125rem;
  border-radius: 50%;
  background: #000000;
  opacity: 0.5;
}
.section--reviews .reviews-control  {
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  z-index: 2;
  pointer-events: none;
}
.section--reviews .reviews-control--prev  {
  left: 0;
  width: 6.25rem;
}
.section--reviews .reviews-control--next  {
  right: 0;
  width: 6.25rem;
}
.section--reviews .reviews-dialog  {
  border: none;
  padding: 0;
  max-width: 47.5rem;
  width: calc(100% - 2.5rem);
  background: transparent;
}
.section--reviews .reviews-dialog::backdrop  {
  background: rgba(0, 0, 0, 0.6);
}
.section--reviews .reviews-dialog-inner  {
  position: relative;
  background: #ffffff;
  border-radius: 1.625rem;
  padding: 2.5rem 1.875rem;
  max-height: calc(100vh - 7.5rem);
  overflow-y: auto;
  box-sizing: border-box;
}
.section--reviews .reviews-dialog-close  {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 2.6875rem;
  height: 2.6875rem;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section--reviews .reviews-avatar--lg  {
  width: 4rem;
  height: 4rem;
}
.section--reviews .reviews-author-name--lg  {
  font-size: 1.75rem;
}
.section--reviews .reviews-author-descr--lg  {
  font-size: 1.125rem;
}
@media screen and (max-width: 1199px)  {
  .section--reviews .reviews-gallery  {
  padding: 0 1.875rem;
}
  .section--reviews .reviews-slide  {
  padding-right: 1.25rem;
}
}
@media screen and (max-width: 639px)  {
  .section--reviews .reviews-gallery  {
  padding: 0 1.25rem;
}
  .section--reviews .reviews-slide  {
  padding-right: 1.25rem;
}
  .section--reviews .reviews-author-name  {
  font-size: 1.25rem;
}
  .section--reviews .reviews-author-descr  {
  font-size: 0.875rem;
}
  .section--reviews .reviews-text  {
  font-size: 0.9375rem;
}
}
@media screen and (max-width: 479px)  {
  .section--reviews .reviews-author-name--lg  {
  font-size: 1.25rem;
}
  .section--reviews .reviews-author-descr--lg  {
  font-size: 0.875rem;
}
  .section--reviews .reviews-text--popup  {
  font-size: 0.9375rem;
}
}

@media screen and (max-width: 639px)  {
  .section--faq-title .heading { max-width: 28.125rem;
}
}
@media screen and (max-width: 479px)  {
  .section--faq-title .heading { max-width: 100%;
}
}

.section--faq  {
  background-color: #f8fbf8;
  padding: 0 0 1.25rem;
}
.section--faq .faq-list  {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.section--faq .faq-item  {
  background-color: #ffffff;
  border-radius: 1.625rem;
  overflow: hidden;
}
.section--faq .faq-summary  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.875rem;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.section--faq .faq-summary::-webkit-details-marker  {
  display: none;
}
.section--faq .faq-title  {
  font-family: var(--font);
  font-size: 1.5rem;
  line-height: 1.2;
  color: #0d4228;
  font-weight: 500;
  padding-right: 3.5rem;
  flex: 1;
}
.section--faq .faq-icon  {
  position: absolute;
  top: 50%;
  right: 1.125rem;
  width: 2.5rem;
  height: 2.5rem;
  transform: translateY(-50%);
  flex-shrink: 0;
}
.section--faq .faq-icon-circle  {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #ffffff;
}
.section--faq .faq-icon-lines  {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d4228;
  transition: transform 0.3s ease-in-out, color 0.2s ease-in-out;
}
.section--faq .faq-icon-svg  {
  display: block;
}
.section--faq .faq-item[open] .faq-icon-lines  {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.section--faq .faq-summary:hover .faq-icon-lines,
.section--faq .faq-summary:focus-visible .faq-icon-lines  {
  color: #5cac6d;
}
.section--faq .faq-answer  {
  padding: 0 1.875rem 1.25rem;
}
.section--faq .faq-text  {
  font-family: var(--font);
  font-size: 1.125rem;
  color: #5a7367;
  font-weight: 400;
  line-height: 1.55;
}
@media screen and (max-width: 1199px)  {
  .section--faq .container { padding: 0 1.875rem;
}
}
@media screen and (max-width: 959px)  {
  .section--faq .container { padding: 0 1.25rem;
}
}
@media screen and (max-width: 639px)  {
  .section--faq .faq-summary  {
  padding: 1.25rem;
}
  .section--faq .faq-answer  {
  padding: 0 1.25rem 1.25rem;
}
  .section--faq .faq-icon  {
  right: 0.5rem;
}
  .section--faq .faq-title  {
  font-size: 1.25rem;
}
  .section--faq .faq-text  {
  font-size: 0.9375rem;
}
}
@media screen and (max-width: 479px)  {
  .section--faq .container { padding: 0 1rem;
}
}

.section--questions-cta  {
  background-color: #f8fbf8;
  padding: 2.5rem 0 1.25rem;
}
.section--questions-cta .cta-card  {
  min-height: 9.875rem;
  background-color: #5cac6d;
  border-radius: 1.25rem;
  padding: 2.5rem 2.5rem 2.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  box-sizing: border-box;
}
.section--questions-cta .cta-main  {
  flex: 1;
  min-width: 0;
}
.section--questions-cta .cta-title  {
  color: #ffffff;
  font-family: var(--font);
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.0625rem;
  margin: 0 0 0.5rem;
  max-width: 20.8125rem;
}
.section--questions-cta .cta-title .accent  {
  color: #cbecd2;
}
.section--questions-cta .cta-text  {
  color: #cbecd2;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
  max-width: 15.6875rem;
}
.section--questions-cta .cta-actions  {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
}
.section--questions-cta .cta-messenger  {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  width: 9.0625rem;
  height: 3.125rem;
  padding: 0.3125rem;
  box-sizing: border-box;
  border-radius: 0.875rem;
  background-color: #ffffff;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.section--questions-cta .cta-messenger:hover  {
  background-color: #f3f3f3;
}
.section--questions-cta .cta-messenger-icon  {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  background-color: #5cac6d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.section--questions-cta .cta-messenger-icon img  {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  object-fit: contain;
}
.section--questions-cta .cta-messenger-copy  {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  white-space: nowrap;
}
.section--questions-cta .cta-messenger-label  {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.55;
}
.section--questions-cta .cta-messenger-name  {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.55;
}
@media screen and (max-width: 1199px)  {
  .section--questions-cta .container { padding: 0 1.875rem;
}
}
@media screen and (max-width: 959px)  {
  .section--questions-cta .container { padding: 0 1.25rem;
}
 .section--questions-cta .cta-card  {
  flex-direction: column;
 align-items: flex-start;
 padding: 1.875rem 1.5rem;
}
 .section--questions-cta .cta-text  {
  max-width: none;
}
 .section--questions-cta .cta-actions  {
  width: 100%;
 flex-wrap: wrap;
}
}
@media screen and (max-width: 639px)  {
  .section--questions-cta .cta-title  {
  font-size: 1.875rem;
    max-width: 17.5rem;
}
}
@media screen and (max-width: 479px)  {
  .section--questions-cta  {
  padding-top: 1.5rem;
}
 .section--questions-cta .container { padding: 0 1rem;
}
 .section--questions-cta .cta-title  {
  font-size: 1.5rem;
 letter-spacing: -0.0312rem;
}
 .section--questions-cta .cta-actions  {
  flex-wrap: wrap;
 gap: 1.25rem;
}
 .section--questions-cta .cta-messenger  {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 2.875rem;
  gap: 0.625rem;
  padding-right: 0.875rem;
}
 .section--questions-cta .cta-messenger-icon  {
  width: 2.25rem;
 height: 2.25rem;
}
 .section--questions-cta .cta-messenger-icon img  {
  width: 1.125rem;
 height: 1.125rem;
}
}

@media screen and (max-width: 639px)  {
  .section--contacts-title .heading { max-width: 28.125rem;
}
}
@media screen and (max-width: 479px)  {
  .section--contacts-title .heading { max-width: 100%;
}
}

.section--contacts  {
  background-color: #f8fbf8;
  padding-bottom: 5rem;
}
.section--contacts .container  {
  max-width: 75rem;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 0;
  box-sizing: border-box;
}
.section--contacts .contacts-grid  {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  justify-content: flex-start;
}
.section--contacts .contact-card  {
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 1.875rem;
  box-sizing: border-box;
  min-height: 11.875rem;
}
.section--contacts .contact-label  {
  color: #98b19e;
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0 0 0.5rem;
}
.section--contacts .contact-value  {
  color: #0d4228;
  font-family: var(--font);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 1.25rem;
}
.section--contacts .contact-value a  {
  color: inherit;
  text-decoration: none;
}
.section--contacts .contact-value a:hover  {
  color: #5cac6d;
}
.section--contacts .contact-call-btn  {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 19.25rem;
  height: 3.125rem;
  padding: 0.3125rem 3.4375rem 0.3125rem 1.25rem;
  box-sizing: border-box;
  background-color: #5cac6d;
  border-radius: 0.875rem;
  color: #ffffff;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.55;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease;
}
.section--contacts .contact-call-btn:hover  {
  background-color: #388860;
}
.section--contacts .contact-call-icon  {
  position: absolute;
  right: 0.3125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.section--contacts .contact-call-icon img  {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.section--contacts .contact-call-btn:hover .contact-call-icon img  {
  transform: rotate(90deg);
}
.section--contacts .contact-messengers  {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0;
}
.section--contacts .contact-messenger  {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.625rem;
  background-color: #f8fbf8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.section--contacts .contact-messenger:hover  {
  background-color: #e8f4e8;
}
.section--contacts .contact-messenger img  {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  object-fit: contain;
}
.section--geo {
  background-color: #f8fbf8;
  padding: 5rem 0 1.25rem;
}
.section--geo .container {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
.section--geo .heading {
  color: var(--color-dark);
  font-family: var(--font);
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.0625rem;
  margin: 0 0 1.5rem;
}
.section--geo .heading .green {
  color: var(--color-green);
}
.section--geo + .section--contacts-title .container {
  padding-top: 2.5rem;
}
.geo-map {
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: #ffffff;
}
.geo-map iframe {
  display: block;
  width: 100%;
  height: 20.625rem;
  border: 0;
}
.geo-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.5rem;
}
.geo-tab {
  appearance: none;
  box-sizing: border-box;
  font-family: var(--font);
  font-size: 0.9375rem;
  line-height: 1.25;
  font-weight: 500;
  color: var(--color-dark);
  background: #ffffff;
  border: 1px solid #d7e6db;
  border-radius: 0.875rem;
  padding: 0.75rem 1.25rem;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.geo-tab:hover {
  border-color: var(--color-green);
  color: var(--color-green);
}
.geo-tab:focus {
  outline: none;
}
.geo-tab:focus-visible {
  outline: 0.125rem solid var(--color-green);
  outline-offset: 0.125rem;
}
.geo-tab.is-active,
.geo-tab[aria-selected="true"] {
  background: var(--color-green);
  border-color: var(--color-green);
  color: #ffffff;
}
.geo-panels {
  margin-top: 1.25rem;
}
.geo-panel[hidden] {
  display: none;
}
.geo-list {
  list-style: none;
  margin: 0;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem 1.25rem;
  background: #ffffff;
  border-radius: 1.25rem;
}
.geo-list li {
  margin: 0;
  font-family: var(--font);
  font-size: 0.9375rem;
  line-height: 1.35;
  font-weight: 500;
  color: var(--color-dark);
}
@media screen and (max-width: 1199px) {
  .section--geo .container {
    padding: 0 1.875rem;
  }
  .geo-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 959px) {
  .section--geo {
    padding-top: 3.75rem;
  }
  .section--geo .container {
    padding: 0 1.25rem;
  }
  .section--geo + .section--contacts-title .container {
    padding-top: 2.25rem;
  }
}
@media screen and (max-width: 639px) {
  .section--geo .heading {
    font-size: 1.875rem;
  }
  .geo-tabs {
    flex-wrap: nowrap;
    gap: 0.5rem;
  }
  .geo-tab {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    padding: 0.625rem 0.625rem;
    font-size: 0.8125rem;
    text-align: center;
  }
  .geo-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 1.125rem;
    gap: 0.625rem 1rem;
  }
  .geo-list li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 479px) {
  .section--geo {
    padding-top: 2.5rem;
  }
  .section--geo .container {
    padding: 0 1rem;
  }
  .section--geo .heading {
    font-size: 1.5rem;
    letter-spacing: -0.0312rem;
  }
}

.contacts-page .section--contacts {
  padding-bottom: 0;
}
.contacts-page .section--geo {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 1199px)  {
  .section--contacts .container { padding: 0 1.875rem;
}
 .section--contacts .contacts-grid  {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media screen and (max-width: 959px)  {
  .section--contacts .container { padding: 0 1.25rem;
}
 .section--contacts .contacts-grid  {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media screen and (max-width: 639px)  {
  .section--contacts .contacts-grid  {
  grid-template-columns: minmax(0, 1fr);
}
  .section--contacts .contact-value  {
  font-size: 1rem;
}
}
@media screen and (max-width: 479px)  {
  .section--contacts .container { padding: 0 1rem;
}
}

.section--footer  {
  background-color: #f8fbf8;
  padding: 1.6875rem 0 1.25rem;
}
.section--footer .container  {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}
.section--footer .footer-left  {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  min-width: 0;
}
.section--footer .footer-main  {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 2.5rem;
}
.section--footer .footer-logo  {
  color: #0d4228;
  font-family: var(--font);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.55;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.section--footer .footer-logo .green  {
  color: #5cac6d;
}
.section--footer .footer-nav  {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem 1rem;
}
.section--footer .footer-nav a  {
  color: #0d4228;
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55;
  text-decoration: none;
  white-space: nowrap;
}
.section--footer .footer-nav a:hover  {
  color: #5cac6d;
}
.section--footer .footer-categories  {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.75rem;
}
.section--footer .footer-categories a  {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}
.section--footer .footer-categories a:hover  {
  color: #0d4228;
}
.section--footer .footer-right  {
  text-align: right;
  flex-shrink: 0;
}
.section--footer .footer-copy,
.section--footer .footer-privacy  {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}
.section--footer .footer-privacy  {
  margin-top: 0.5rem;
}
.section--footer .footer-privacy a  {
  color: #5a7367;
  text-decoration: none;
}
.section--footer .footer-privacy a:hover  {
  color: #0d4228;
}
@media screen and (max-width: 1199px)  {
  .section--footer .container { padding: 0 1.875rem;
}
  .section--footer .footer-left  {
  gap: 0.75rem;
}
  .section--footer .footer-main  {
  gap: 0.75rem 1.5rem;
}
}
@media screen and (max-width: 959px)  {
  .section--footer .container { padding: 0 1.25rem;
 flex-direction: column;
 gap: 1rem;
}
 .section--footer .footer-left  {
  gap: 0.75rem;
}
 .section--footer .footer-main  {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
 .section--footer .footer-right  {
  text-align: left;
}
}
@media screen and (max-width: 479px)  {
  .section--footer .container { padding: 0 1rem;
}
}

.section--mobile-menu,
.section--popups  {
  height: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
}
.section--mobile-menu .mobile-overlay  {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 998;
}
.section--mobile-menu .mobile-panel  {
  position: fixed;
  top: 0;
  right: 0;
  width: min(20rem, 100%);
  height: 100%;
  background: #ffffff;
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.3s ease, visibility 0.3s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.25rem 2rem;
  box-sizing: border-box;
  overflow-y: auto;
}
.section--mobile-menu.is-open .mobile-overlay  {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.section--mobile-menu.is-open .mobile-panel  {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}
.section--mobile-menu .mobile-close  {
  align-self: flex-end;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background: #ffffff;
  cursor: pointer;
  position: relative;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.section--mobile-menu .mobile-close span  {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.25rem;
  height: 0.125rem;
  background: #0d4228;
  transform-origin: center;
}
.section--mobile-menu .mobile-close span:nth-child(1) { transform: translate(-50%, -50%) rotate(45deg);
}
.section--mobile-menu .mobile-close span:nth-child(2) { transform: translate(-50%, -50%) rotate(-45deg);
}
.section--mobile-menu .mobile-close span:nth-child(3),
.section--mobile-menu .mobile-close span:nth-child(4) { display: none;
}
.section--mobile-menu .mobile-logo  {
  color: #0d4228;
  font-family: var(--font);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  margin-bottom: 1.75rem;
}
.section--mobile-menu .mobile-logo .green  {
  color: #5cac6d;
}
.section--mobile-menu .mobile-menu-list  {
  list-style: none;
  margin: 0 0 auto;
  padding: 0;
}
.section--mobile-menu .mobile-menu-list > li  {
  margin-bottom: 1.125rem;
}
.section--mobile-menu .mobile-menu-row  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.section--mobile-menu .mobile-submenu-toggle  {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0.5rem;
  background: transparent;
  color: #0d4228;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.section--mobile-menu .mobile-submenu-toggle:hover  {
  color: #5cac6d;
  background-color: #e8f4e8;
}
.section--mobile-menu .mobile-submenu-chevron  {
  display: block;
  transition: transform 0.2s ease;
}
.section--mobile-menu .mobile-submenu-toggle[aria-expanded="true"] .mobile-submenu-chevron  {
  transform: rotate(180deg);
}
.section--mobile-menu .mobile-submenu  {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0 0 0 0.75rem;
}
.section--mobile-menu .mobile-submenu[hidden]  {
  display: none;
}
.section--mobile-menu .mobile-submenu li  {
  margin-bottom: 0.75rem;
}
.section--mobile-menu .mobile-submenu li:last-child  {
  margin-bottom: 0;
}
.section--mobile-menu .mobile-submenu .mobile-menu-link  {
  font-size: 0.9375rem;
}
.section--mobile-menu .mobile-menu-link  {
  color: #0d4228;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  text-decoration: none;
  transition: color 0.2s ease;
}
.section--mobile-menu .mobile-menu-link:hover  {
  color: #5cac6d;
}
.section--mobile-menu .mobile-phone  {
  color: #303030;
  font-family: var(--font);
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  margin: 1.5rem 0 1rem;
  display: block;
}
.section--mobile-menu .mobile-cta  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.75rem;
  border-radius: 1rem;
  background-color: #5cac6d;
  color: #ffffff;
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.section--mobile-menu .mobile-cta:hover  {
  background-color: #388860;
}
.section--mobile-menu .mobile-telegram  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  height: 2.75rem;
  margin-top: 0.75rem;
  border: 0.0625rem solid #cbe1d0;
  border-radius: 1rem;
  background-color: #f8fbf8;
  color: #0d4228;
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}
.section--mobile-menu .mobile-telegram:hover  {
  background-color: #e8f4e8;
}
.section--mobile-menu .mobile-telegram img  {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  object-fit: contain;
}

.form-honeypot {
  position: absolute !important;
  left: -625rem !important;
  width: 0.0625rem !important;
  height: 0.0625rem !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-status {
  margin: 0.75rem 0 0;
  font-family: var(--font);
  font-size: 0.875rem;
  line-height: 1.4;
  color: #388860;
}

.form-status--error {
  color: #b42318;
}

/* Privacy policy page */
.privacy-page {
  padding-top: 3.9375rem;
}
.privacy-main {
  padding: 2.5rem 1.25rem 5rem;
}
.privacy-container {
  max-width: 50rem;
  margin: 0 auto;
  font-family: var(--font);
  color: var(--color-dark);
  line-height: 1.55;
}
.privacy-container h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 1.75rem;
  line-height: 1.25;
}
.privacy-container h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 2rem 0 0.875rem;
  line-height: 1.3;
}
.privacy-container p {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  color: var(--color-dark);
}
.privacy-container ul {
  margin: 0 0 0.875rem;
  padding-left: 1.25em;
  font-size: 0.9375rem;
}
.privacy-container li {
  margin-bottom: 0.5rem;
}
.privacy-container a {
  color: var(--color-green-dark);
}
.privacy-table-wrap {
  overflow-x: auto;
  margin: 1rem 0 1.5rem;
}
.privacy-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.privacy-table th,
.privacy-table td {
  border: 0.0625rem solid #c5d9cc;
  padding: 0.75rem 0.875rem;
  text-align: left;
  vertical-align: top;
}
.privacy-table th {
  width: 32%;
  background: #eef6ef;
  font-weight: 600;
}

/* ===== Projects page ===== */
.projects-page .section--projects-title:not(.section--projects-intro) .container {
  padding-top: 2.5rem;
  padding-bottom: 2.25rem;
}
.section--projects-intro .container {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.section--project-cta + .section--projects-intro .container {
  padding-top: 5rem;
}
.section--projects-intro .heading {
  max-width: 50rem;
}
.projects-intro {
  max-width: 45rem;
  margin-top: 1rem;
}
.projects-intro-text {
  color: var(--color-muted);
  font-family: var(--font);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 0.75rem;
}
.projects-intro-text:last-child {
  margin-bottom: 0;
}
.projects-intro-text a {
  color: var(--color-green);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: color 0.2s ease;
}
.projects-intro-text a:hover {
  color: var(--color-green-dark);
}

.catalog-summary {
  margin-top: 1.25rem;
}
.catalog-summary-table {
  width: 100%;
  max-width: 32rem;
  border-collapse: collapse;
  font-family: var(--font);
  font-size: 0.9375rem;
  line-height: 1.5;
}
.catalog-summary-table th,
.catalog-summary-table td {
  padding: 0.5rem 0.75rem 0.5rem 0;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.catalog-summary-table tr:last-child th,
.catalog-summary-table tr:last-child td {
  border-bottom: none;
}
.catalog-summary-table th {
  color: var(--color-muted);
  font-weight: 400;
  width: 55%;
}
.catalog-summary-table td {
  color: var(--color-text);
  font-weight: 500;
}
.catalog-summary-table a {
  color: var(--color-green);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: color 0.2s ease;
}
.catalog-summary-table a:hover {
  color: var(--color-green-dark);
}

/* Category listing pages */
.section--category-links {
  padding-top: 0;
  padding-bottom: 0.5rem;
}
.section--category-links .container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
.category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  align-items: center;
}
.category-links-item {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.875rem;
  border: 1px solid rgba(13, 66, 40, 0.12);
  border-radius: 999px;
  color: #0d4228;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.category-links-item:hover {
  border-color: #5cac6d;
  color: #5cac6d;
}
.category-links-item--all {
  border-color: #0d4228;
  background: #0d4228;
  color: #ffffff;
}
.category-links-item--all:hover {
  border-color: #5cac6d;
  background: #5cac6d;
  color: #ffffff;
}
.category-links-item--active {
  border-color: #5cac6d;
  background: rgba(92, 172, 109, 0.12);
  color: #0d4228;
  font-weight: 500;
  cursor: default;
}
.category-page .section--products .container {
  padding-top: 1rem;
}

.section--projects-filter {
  background-color: #ffffff;
  padding: 0 0 1.5rem;
}
.section--projects-filter .container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
.projects-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.25rem;
  align-items: flex-start;
}
.projects-filter-group {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.projects-filter-group--extra {
  display: none;
}
.projects-filter.is-expanded .projects-filter-group--extra {
  display: flex;
  animation: projects-filter-extra-show 0.5s cubic-bezier(0.615, 0, 0.07, 1) forwards;
}
@keyframes projects-filter-extra-show {
  from {
    opacity: 0;
    transform: translateY(-0.375rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.projects-filter-more {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.75rem;
}
.projects-filter-show-all {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-dark);
}
.projects-filter-show-all-text {
  border-bottom: 0.0625rem dashed var(--color-dark);
}
.projects-filter-show-all-icon {
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-top: 0.375rem solid currentColor;
  transition: transform 0.5s cubic-bezier(0.615, 0, 0.07, 1);
}
.projects-filter-show-all--open .projects-filter-show-all-icon {
  transform: rotateX(180deg);
}
.projects-filter-show-all:hover .projects-filter-show-all-text {
  color: var(--color-green);
  border-bottom-color: var(--color-green);
}
.projects-filter-show-all:hover {
  color: var(--color-green);
}
.projects-filter-label {
  color: var(--color-dark);
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
}
.projects-filter-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.projects-filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  border: none;
  border-radius: 0.875rem;
  background-color: #f8fbf8;
  color: var(--color-dark);
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.projects-filter-btn:hover {
  background-color: #eef6ef;
}
.projects-filter-btn--active {
  background-color: var(--color-green);
  color: #ffffff;
}
.projects-filter-btn--active:hover {
  background-color: var(--color-green-dark);
}
.projects-filter-group--price {
  min-width: 14.5rem;
  max-width: 16.5rem;
}
.projects-filter-price {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.projects-filter-price-box {
  display: flex;
  gap: 0.5rem;
}
.projects-filter-price-input {
  flex: 1;
  min-width: 0;
  padding: 0.625rem 0.75rem;
  border: 0.0625rem solid #e2ebe3;
  border-radius: 0.75rem;
  background-color: #f8fbf8;
  color: var(--color-dark);
  font-family: var(--font);
  font-size: 0.8125rem;
  line-height: 1.2;
}
.projects-filter-price-input:focus {
  outline: none;
  border-color: var(--color-green);
}
.projects-filter-price-range {
  position: relative;
  height: 1.5rem;
}
.projects-filter-price-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 0.25rem;
  transform: translateY(-50%);
  border-radius: 0.125rem;
  background-color: #e2ebe3;
}
.projects-filter-price-fill {
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 0.125rem;
  background-color: var(--color-green);
}
.projects-filter-price-slider {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
}
.projects-filter-price-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.125rem;
  height: 1.125rem;
  border: 0.125rem solid #ffffff;
  border-radius: 50%;
  background-color: var(--color-green);
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.15);
  cursor: pointer;
  pointer-events: auto;
}
.projects-filter-price-slider::-moz-range-thumb {
  width: 1.125rem;
  height: 1.125rem;
  border: 0.125rem solid #ffffff;
  border-radius: 50%;
  background-color: var(--color-green);
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.15);
  cursor: pointer;
  pointer-events: auto;
}
.projects-filter-price-slider--max {
  z-index: 2;
}
.projects-sort {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-top: 1.25rem;
}
.projects-sort-label {
  color: var(--color-dark);
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
}
.projects-sort-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.625rem 1rem;
  border: none;
  border-radius: 1rem;
  background-color: #f8fbf8;
  color: var(--color-dark);
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.projects-sort-btn:hover {
  background-color: #eef6ef;
}
.projects-sort-btn--active {
  background-color: var(--color-green);
  color: #ffffff;
}
.projects-sort-btn--active:hover {
  background-color: var(--color-green-dark);
}
.projects-sort-btn-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-bottom: 0.3125rem solid currentColor;
  opacity: 0.8;
  transition: transform 0.2s ease;
}
.projects-sort-btn--active .projects-sort-btn-icon {
  opacity: 1;
}
.projects-sort-btn--desc .projects-sort-btn-icon {
  transform: rotate(180deg);
}
.projects-filter-empty {
  color: var(--color-muted);
  font-family: var(--font);
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 1.25rem 0 0;
  text-align: center;
}
.section--products .product-card[hidden] {
  display: none;
}
.projects-page .section--products .container {
  padding-bottom: 2.875rem;
}

.section--gallery-title .gallery-subtitle {
  color: var(--color-muted);
  font-family: var(--font);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0.75rem 0 0;
  max-width: 35rem;
}

.section--advantages-row .container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 5rem 1.5rem;
  box-sizing: border-box;
}
.section--advantages-row .advantages-header {
  margin-bottom: 2rem;
}
.section--advantages-row .advantages-grid--4col {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  width: 100%;
}
.section--advantages-row .advantage-card {
  min-height: 13.125rem;
}
.section--advantages-row .advantage-card:nth-child(n+3) {
  min-height: 13.125rem;
}

@media screen and (max-width: 1199px) {
  .section--advantages-row .advantages-grid--4col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .projects-filter {
    gap: 1.25rem 0.75rem;
  }
  .projects-filter-btn {
    padding: 0.4375rem 0.5625rem;
  }
  .projects-filter-group--price {
    min-width: 13rem;
    max-width: 14.5rem;
  }
}
@media screen and (max-width: 959px) {
  .projects-page .section--projects-title:not(.section--projects-intro) .container {
    padding-top: 1.875rem;
    padding-bottom: 2.25rem;
  }
  .projects-page .project-breadcrumbs + .section--projects-title:not(.section--projects-intro) .container {
    padding-top: 1.25rem;
  }
  .section--projects-filter .container {
    padding: 0 1.25rem;
  }
  .section--advantages-row .container {
    padding: 3.75rem 1.25rem;
  }
}
@media screen and (max-width: 639px) {
  .projects-page .section--projects-title:not(.section--projects-intro) .container {
    padding-top: 1.25rem;
    padding-bottom: 2.25rem;
  }
  .projects-page .project-breadcrumbs + .section--projects-title:not(.section--projects-intro) .container {
    padding-top: 0.75rem;
  }
  .projects-filter {
    flex-direction: column;
    gap: 1rem;
  }
  .projects-filter-group--price {
    min-width: 0;
    max-width: none;
    width: 100%;
  }
  .projects-sort {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }
  .section--projects-filter .container {
    padding: 0 1rem;
  }
  .section--advantages-row .container {
    padding: 3.75rem 1rem;
  }
  .section--advantages-row .advantages-grid--4col {
    grid-template-columns: 1fr;
  }
  .projects-intro-text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 479px) {
  .section--projects-filter .container {
    padding: 0 0.75rem;
  }
}

/* ===== Inner pages ===== */
.visually-hidden {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.section--page-title .container,
.section--about-cycle .container,
.section--about-stats .container,
.section--about-payment .container,
.section--reviews-grid .container,
.section--contacts-form .container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
}
.section--page-title .container {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.5rem;
  padding-bottom: 2.25rem;
}
.section--page-title .heading {
  max-width: 50rem;
}
.page-lead {
  max-width: 40rem;
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.55;
  color: var(--color-muted);
}
.about-page .section--about .container,
.reviews-page .section--about .container {
  padding-top: 0;
}

/* About: construction cycle grid */
.section--about-cycle {
  background: var(--color-bg);
}
.section--about-cycle .container {
  flex-direction: column;
  align-items: stretch;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.about-cycle-heading {
  max-width: 35rem;
  margin-bottom: 2.5rem;
}
.about-cycle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.about-cycle-card {
  background-color: #f8fbf8;
  border-radius: 1.25rem;
  padding: 1.875rem;
  box-sizing: border-box;
  min-height: 10rem;
}
.about-cycle-card--accent {
  background-color: #5cac6d;
}
.about-cycle-label {
  font-family: var(--font);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  color: #0d4228;
  margin: 0 0 0.75rem;
}
.about-cycle-card--accent .about-cycle-label {
  color: #ffffff;
}
.about-cycle-text {
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.55;
  color: #5a7367;
  margin: 0;
}
.about-cycle-card--accent .about-cycle-text {
  color: #f8fbf8;
}

/* About: stats strip */
.section--about-stats {
  background: var(--color-bg);
}
.section--about-stats .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.about-stat-card {
  padding: 1.5rem 1.25rem;
  border-radius: 1rem;
  background: #ffffff;
  border: 0.0625rem solid rgba(13, 66, 40, 0.08);
  text-align: center;
  box-sizing: border-box;
}
.about-stat-value {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.1;
  color: #0d4228;
  margin: 0;
}
.about-stat-label {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #5a7367;
}

/* About: payment */
.section--about-payment .container {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.about-payment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  width: 100%;
  margin-top: 2rem;
}
.about-payment-card {
  padding: 1.5rem;
  border-radius: 1rem;
  background: var(--color-bg);
  border: 0.0625rem solid rgba(13, 66, 40, 0.08);
}
.about-payment-card-title {
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 0.5rem;
}
.about-payment-card-text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-muted);
}

/* Reviews: grid */
.section--reviews-grid .container {
  flex-direction: column;
  align-items: stretch;
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
}
.section--reviews-grid {
  background-color: #f8fbf8;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  width: 100%;
}
.reviews-grid-card {
  background-color: #ffffff;
  border-radius: 1.625rem;
  padding: 2.5rem 1.875rem 1.875rem;
  box-sizing: border-box;
  min-height: 18.75rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.reviews-grid-card .reviews-author {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0.75rem;
}
.reviews-grid-card .reviews-stars {
  display: flex;
  align-items: center;
  gap: 0.1875rem;
  color: #f5a623;
  margin-bottom: 1rem;
}
.reviews-grid-card .reviews-stars svg {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
.reviews-grid-card .reviews-avatar {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 1.25rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 0.5625rem;
}
.reviews-grid-card .reviews-author-name {
  font-family: var(--font);
  font-size: 1.5rem;
  line-height: 1.2;
  color: #0d4228;
  font-weight: 500;
  margin-bottom: 0.4375rem;
}
.reviews-grid-card .reviews-author-descr {
  font-family: var(--font);
  font-size: 1rem;
  color: #acb9ae;
  font-weight: 400;
}
.reviews-grid-card .reviews-text {
  font-family: var(--font);
  font-size: 1.125rem;
  color: #5a7367;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}
@media screen and (max-width: 639px) {
  .reviews-grid-card {
    padding: 1.875rem 1.5rem 1.5rem;
    min-height: auto;
  }
  .reviews-grid-card .reviews-author-name {
    font-size: 1.25rem;
  }
  .reviews-grid-card .reviews-author-descr {
    font-size: 0.875rem;
  }
  .reviews-grid-card .reviews-text {
    font-size: 0.9375rem;
  }
}

/* Reviews: Add review form */
.section--review-form {
  background-color: #f8fbf8;
  padding-bottom: 2.5rem;
}
.section--review-form .container {
  flex-direction: column;
  align-items: stretch;
}
.review-form-card {
  background-color: #ffffff;
  border-radius: 1.625rem;
  padding: 3rem;
  box-sizing: border-box;
  max-width: 50rem;
  margin: 0 auto;
  width: 100%;
  border: 0.0625rem solid rgba(13, 66, 40, 0.08);
  box-shadow: 0 0.5rem 2rem rgba(13, 66, 40, 0.03);
}
.review-form-header {
  margin-bottom: 2rem;
}
.review-form-header .heading {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.review-form-header .page-lead {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #5a7367;
}
.review-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
.review-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  width: 100%;
}
.review-field-row {
  width: 100%;
}
.review-field-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.review-field-label {
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 500;
  color: #0d4228;
}
.review-field-required {
  color: #d94f4f;
}
.review-field-note {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #7a8f83;
}
.review-input,
.review-textarea {
  width: 100%;
  background-color: #f8fbf8;
  border: 0.0625rem solid rgba(13, 66, 40, 0.12);
  border-radius: 1rem;
  font-family: var(--font);
  font-size: 0.875rem;
  color: #0d4228;
  padding: 0 1rem;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.review-input {
  height: 3.125rem;
}
.review-input::placeholder,
.review-textarea::placeholder {
  color: #000000;
  opacity: 0.45;
}
.review-input:focus,
.review-textarea:focus {
  border-color: #5cac6d;
  background-color: #ffffff;
  box-shadow: 0 0 0 0.1875rem rgba(92, 172, 109, 0.15);
}
.review-textarea {
  padding: 0.875rem 1rem;
  min-height: 7.5rem;
  resize: vertical;
  line-height: 1.5;
}

/* Rating */
.review-rating-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.review-rating {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 0.375rem;
}
.rating-star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #d4ded7;
  padding: 0.125rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease, transform 0.15s ease;
}
.rating-star svg {
  display: block;
  width: 1.625rem;
  height: 1.625rem;
}
.rating-star:hover {
  transform: scale(1.15);
}
.review-rating input[type="radio"]:checked ~ .rating-star {
  color: #f5a623;
}
.review-rating .rating-star:hover,
.review-rating .rating-star:hover ~ .rating-star {
  color: #f5a623 !important;
}
.review-rating input[type="radio"]:focus-visible + .rating-star {
  outline: 2px solid #5cac6d;
  outline-offset: 2px;
}

/* Phone field */
.review-field-row--phone {
  max-width: 24rem;
}
.review-field-row--phone .phone-field {
  display: block;
  width: 100%;
  background-color: #f8fbf8;
  border-radius: 1rem;
  border: 0.0625rem solid rgba(13, 66, 40, 0.12);
  box-sizing: border-box;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.review-field-row--phone .phone-field:focus-within {
  border-color: #5cac6d;
  background-color: #ffffff;
  box-shadow: 0 0 0 0.1875rem rgba(92, 172, 109, 0.15);
}
.review-field-row--phone .phone-input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.125rem;
  background: transparent;
  border: 0;
  overflow: hidden;
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 400;
  color: #0d4228;
  box-sizing: border-box;
}
.review-field-row--phone .phone-mask__select {
  display: flex;
  align-items: center;
  padding: 0 0.625rem 0 0.875rem;
  flex-shrink: 0;
  gap: 0.25rem;
}
.review-field-row--phone .phone-mask__code {
  font-size: 0.875rem;
  font-weight: 400;
  color: #0d4228;
}
.review-field-row--phone .phone-mask__flag:empty {
  display: none;
}
.review-field-row--phone .phone-input input[type="tel"] {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  height: 100%;
  min-width: 0;
  padding: 0 0.875rem 0 0;
  box-sizing: border-box;
}
.review-field-row--phone .phone-input input::placeholder {
  color: #000000;
  opacity: 0.45;
}

/* Submit & Privacy */
.review-actions-row {
  margin-top: 0.5rem;
}
.review-submit {
  min-width: 14rem;
  height: 3.25rem;
  padding: 0 2rem;
  border: 0;
  border-radius: 1rem;
  background-color: var(--color-green-dark, #0d4228);
  color: #ffffff;
  font-family: var(--font);
  font-size: 0.9375rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.15s ease;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.review-submit:hover {
  background-color: var(--color-green-darker, #08301c);
}
.review-submit:active {
  transform: scale(0.98);
}
.review-form .privacy-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 100%;
}
.review-form .privacy-row input {
  margin-top: 0;
  flex-shrink: 0;
}
.review-form .privacy {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}
.review-form .privacy a {
  color: #0d4228;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.review-form .form-status {
  margin-top: 0.625rem;
  font-family: var(--font);
  font-size: 0.875rem;
  color: #0d4228;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background-color: rgba(92, 172, 109, 0.15);
}
.review-form .form-status--error {
  color: #d94f4f;
  background-color: rgba(217, 79, 79, 0.1);
}

@media screen and (max-width: 767px) {
  .review-form-card {
    padding: 2rem 1.5rem;
    border-radius: 1.25rem;
  }
  .review-form-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .review-field-row--phone {
    max-width: 100%;
  }
  .review-submit {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .review-form-card {
    padding: 1.5rem 1rem;
  }
  .review-form-header .heading {
    font-size: 1.625rem;
  }
}

/* Contacts: form */
.section--contacts-form .container {
  flex-direction: column;
  align-items: stretch;
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
}
.contacts-form-card {
  max-width: 35rem;
  margin-top: 1.5rem;
  padding: 2rem;
  border-radius: 1rem;
  background: #ffffff;
  border: 0.0625rem solid rgba(13, 66, 40, 0.08);
}
.contacts-form-card .form-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  max-width: 100%;
  margin-bottom: 0.75rem;
}
.contacts-form-card .phone-field,
.contacts-form-card .form-textarea-wrap {
  display: block;
  width: 100%;
  background-color: #f8fbf8;
  border-radius: 1rem;
  border: 0.0625rem solid transparent;
  box-sizing: border-box;
}
.contacts-form-card .form-textarea-wrap:focus-within,
.contacts-form-card .phone-field:focus-within {
  border-color: #5cac6d;
}
.contacts-form-card .quiz-input {
  width: 100%;
  height: 3.125rem;
  border: 0;
  border-radius: 1rem;
  background: transparent;
  padding: 0 1rem;
  box-sizing: border-box;
  font-family: var(--font);
  font-size: 0.8125rem;
  color: #0d4228;
  outline: none;
}
.contacts-form-card .quiz-input:focus,
.contacts-form-card .quiz-input:focus-visible {
  outline: none;
}
.contacts-form-card .phone-input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.125rem;
  background: transparent;
  border: 0;
  overflow: hidden;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 400;
  color: #000000;
  box-sizing: border-box;
}
.contacts-form-card .phone-input .phone-mask__select {
  display: flex;
  align-items: center;
  padding: 0 0.625rem 0 0.875rem;
  flex-shrink: 0;
  gap: 0.25rem;
}
.contacts-form-card .phone-input .phone-mask__code {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #000000;
}
.contacts-form-card .phone-mask__flag:empty {
  display: none;
}
.contacts-form-card .phone-input input[type="tel"] {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  height: 100%;
  min-width: 0;
  padding: 0 0.875rem 0 0;
  box-sizing: border-box;
}
.contacts-form-card .phone-input input::placeholder {
  color: #000000;
  opacity: 0.45;
}
.contacts-form-card .form-textarea {
  width: 100%;
  min-height: 6.25rem;
  padding: 0.875rem 1rem;
  border: 0;
  border-radius: 1rem;
  background: transparent;
  font-family: var(--font);
  font-size: 0.8125rem;
  color: #0d4228;
  resize: vertical;
  outline: none;
  box-sizing: border-box;
}
.contacts-form-card .form-textarea:focus,
.contacts-form-card .form-textarea:focus-visible {
  outline: none;
}
.contacts-form-card .form-submit {
  width: 100%;
  height: 3.125rem;
  padding: 0 0.9375rem;
  border: 0;
  border-radius: 1rem;
  background-color: var(--color-green-dark, #0d4228);
  color: #ffffff;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.55;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}
.contacts-form-card .form-submit:hover {
  background-color: var(--color-green-darker, #08301c);
}
.contacts-form-card .privacy-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 100%;
}
.contacts-form-card .privacy-row input {
  margin-top: 0;
  flex-shrink: 0;
}
.contacts-form-card .privacy {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}
.contacts-form-card .privacy a {
  color: #0d4228;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.contacts-form-card .form-status {
  margin-top: 0.625rem;
  font-family: var(--font);
  font-size: 0.8125rem;
  color: #0d4228;
}
.contact-value--last {
  margin-bottom: 0;
}

.contacts-page .section--contacts .container {
  padding-top: 0;
}

@media screen and (max-width: 1199px) {
  .section--page-title .container,
  .section--about-cycle .container,
  .section--about-stats .container,
  .section--about-payment .container,
  .section--reviews-grid .container,
  .section--contacts-form .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (max-width: 959px) {
  .section--about-stats .container {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-cycle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
  .about-cycle-card {
    padding: 1.5rem;
    min-height: 10rem;
  }
  .about-payment-grid {
    grid-template-columns: 1fr;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .section--page-title .container,
  .section--about-cycle .container,
  .section--about-stats .container,
  .section--about-payment .container,
  .section--reviews-grid .container,
  .section--contacts-form .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 639px) {
  .section--page-title .container {
    padding-top: 1.25rem;
    padding-bottom: 1.75rem;
  }
  .project-breadcrumbs + .section--page-title .container {
    padding-top: 0.75rem;
  }
  .page-lead {
    font-size: 1rem;
  }
  .section--about-stats .container {
    grid-template-columns: 1fr 1fr;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .about-stat-value {
    font-size: 1.75rem;
  }
  .about-cycle-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .section--page-title .container,
  .section--about-cycle .container,
  .section--about-stats .container,
  .section--about-payment .container,
  .section--reviews-grid .container,
  .section--contacts-form .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .section--page-title .container,
  .section--about-cycle .container,
  .section--about-stats .container,
  .section--about-payment .container,
  .section--reviews-grid .container,
  .section--contacts-form .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* ===== Project detail pages ===== */
.project-detail-page .section--project-hero .container,
.project-detail-page .section--project-lead .container,
.project-detail-page .section--project-about .container,
.project-detail-page .section--project-gift .container,
.project-detail-page .section--project-packages .container,
.project-detail-page .section--project-order .container,
.project-detail-page .section--project-similar .container,
.project-detail-page .section--built-gallery .container,
.project-breadcrumbs .container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.project-breadcrumbs {
  padding: 1.25rem 0 0;
}
.project-breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font);
  font-size: 0.875rem;
  line-height: 1.4;
  color: #5a7367;
}
.project-breadcrumbs-list li {
  display: inline-flex;
  align-items: center;
}
.project-breadcrumbs-list a {
  color: #5a7367;
  text-decoration: none;
}
.project-breadcrumbs-list a:hover {
  color: #5cac6d;
}
.project-breadcrumbs-list li:not(:last-child)::after {
  content: '/';
  margin: 0 0.5rem;
  color: #b8c9bf;
}
.project-breadcrumbs-list li[aria-current='page'] {
  color: #0d4228;
}

.project-breadcrumbs + .section--page-title .container {
  padding-top: 1.25rem;
}

.projects-page .project-breadcrumbs + .section--projects-title:not(.section--projects-intro) .container {
  padding-top: 1.25rem;
}

.privacy-page .project-breadcrumbs + .privacy-main {
  padding-top: 1.25rem;
}

.section--project-hero {
  padding: 1.5rem 0 3rem;
}
.project-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 2.5rem;
  align-items: start;
}
.project-hero-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin: 0 0 0.75rem;
}
.project-hero-mortgage {
  margin: 0 0 0.75rem;
  font-family: var(--font);
  font-size: 0.875rem;
}
.project-hero-mortgage a {
  color: #5cac6d;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
.project-hero-price {
  color: #5cac6d;
  font-family: var(--font);
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1.25rem;
}
.project-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.5rem;
  margin: 0 0 1.25rem;
}
.project-spec {
  display: grid;
  gap: 0.25rem;
}
.project-spec dt {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 400;
}
.project-spec dd {
  margin: 0;
  color: #0d4228;
  font-family: var(--font);
  font-size: 0.9375rem;
  font-weight: 500;
}
.project-hero-badge {
  display: inline-block;
  margin: 0 0 1.25rem;
  padding: 0.375rem 0.75rem;
  border-radius: 62.4375rem;
  background: #eef8f0;
  color: #0d4228;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 500;
  box-sizing: border-box;
}
.project-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.project-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.25rem;
  border-radius: 0.75rem;
  font-family: var(--font);
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.2s, color 0.2s;
}
.project-hero-btn--primary {
  background: #5cac6d;
  color: #fff;
}
.project-hero-btn--primary:hover {
  background: #4a9960;
}
.project-hero-btn--secondary {
  background: #eef8f0;
  color: #0d4228;
}
.project-hero-btn--secondary:hover {
  background: #dff0e4;
}

.project-gallery {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #f8fbf8;
}
.project-gallery-track {
  position: relative;
  aspect-ratio: 4 / 3;
}
.project-gallery-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.project-gallery-slide--active {
  opacity: 1;
  pointer-events: auto;
}
.project-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.project-gallery-controls {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.75rem;
  pointer-events: none;
  box-sizing: border-box;
}
.project-gallery-btn {
  pointer-events: auto;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #5cac6d;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0.25rem 1rem rgba(13, 66, 40, 0.12);
  box-sizing: border-box;
}
.project-gallery-btn svg {
  width: 1.5rem;
  height: 1.5rem;
}
.project-gallery-btn--next svg {
  transform: rotate(180deg);
}

/* Lead / gift / order forms on light cards */
.section--project-lead,
.section--project-order,
.section--project-gift {
  padding: 1.5rem 0;
}
.project-lead-card,
.project-gift-card {
  background: #f8fbf8;
  border-radius: 1.25rem;
  padding: 2rem;
  box-sizing: border-box;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.project-gift-content {
  max-width: 32.75rem;
  margin-left: auto;
  margin-right: auto;
}
.project-lead-card .heading,
.project-gift-card .heading {
  margin: 0 0 0.5rem;
  font-size: clamp(1.375rem, 3vw, 1.75rem);
}
.project-lead-desc,
.project-gift-desc {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.9375rem;
  line-height: 1.55;
  margin: 0 auto 1.25rem;
  max-width: 35rem;
}

.section--project-lead .form-row,
.section--project-gift .form-row,
.section--project-order .form-row {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  max-width: 32.75rem;
  margin: 0 auto 0.75rem;
  text-align: left;
}
.section--project-lead .phone-field,
.section--project-gift .phone-field,
.section--project-order .phone-field {
  flex: 1 1 auto;
  min-width: 0;
}
.section--project-lead .phone-input,
.section--project-gift .phone-input,
.section--project-order .phone-input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.125rem;
  background-color: #ffffff;
  border-radius: 1rem;
  border: 0;
  overflow: hidden;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 400;
  color: #000000;
  box-sizing: border-box;
}
.section--project-lead .phone-input .phone-mask__select,
.section--project-gift .phone-input .phone-mask__select,
.section--project-order .phone-input .phone-mask__select {
  display: flex;
  align-items: center;
  padding: 0 0.625rem 0 0.875rem;
  flex-shrink: 0;
  gap: 0.25rem;
  box-sizing: border-box;
}
.section--project-lead .phone-input .phone-mask__code,
.section--project-gift .phone-input .phone-mask__code,
.section--project-order .phone-input .phone-mask__code {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #000000;
}
.section--project-lead .phone-mask__flag:empty,
.section--project-gift .phone-mask__flag:empty,
.section--project-order .phone-mask__flag:empty {
  display: none;
}
.section--project-lead .phone-input input[type='tel'],
.section--project-gift .phone-input input[type='tel'],
.section--project-order .phone-input input[type='tel'] {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  height: 100%;
  min-width: 0;
  padding: 0 0.875rem 0 0;
  box-sizing: border-box;
}
.section--project-lead .phone-input input::placeholder,
.section--project-gift .phone-input input::placeholder,
.section--project-order .phone-input input::placeholder {
  color: #000000;
  opacity: 0.45;
}
.section--project-lead .form-submit,
.section--project-gift .form-submit,
.section--project-order .form-submit {
  flex: 0 0 12.5rem;
  width: 12.5rem;
  height: 3.125rem;
  padding: 0 0.9375rem;
  border: 0;
  border-radius: 1rem;
  background-color: var(--color-green-dark, #0d4228);
  color: #ffffff;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.55;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}
.section--project-lead .form-submit:hover,
.section--project-gift .form-submit:hover,
.section--project-order .form-submit:hover {
  background-color: var(--color-green-darker, #08301c);
}
.section--project-lead .privacy-row,
.section--project-gift .privacy-row,
.section--project-order .privacy-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 32.75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.section--project-lead .privacy-row input,
.section--project-gift .privacy-row input,
.section--project-order .privacy-row input {
  margin-top: 0;
  flex-shrink: 0;
}
.section--project-lead .privacy,
.section--project-gift .privacy,
.section--project-order .privacy {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}
.section--project-lead .privacy a,
.section--project-gift .privacy a,
.section--project-order .privacy a {
  color: #0d4228;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.section--project-lead .form-status,
.section--project-gift .form-status,
.section--project-order .form-status {
  margin-top: 0.625rem;
  font-family: var(--font);
  font-size: 0.8125rem;
  color: #0d4228;
  text-align: center;
}
.section--project-lead .form-status--error,
.section--project-gift .form-status--error,
.section--project-order .form-status--error {
  color: #b42318;
}

.section--project-about {
  padding: 2.5rem 0;
}
.section--project-about .heading {
  margin-bottom: 1rem;
}
.project-about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.project-tag {
  display: inline-flex;
  padding: 0.375rem 0.75rem;
  border-radius: 62.4375rem;
  background: #eef8f0;
  color: #0d4228;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 500;
  box-sizing: border-box;
}
.project-about-text {
  color: #5a7367;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 2rem;
  max-width: 47.5rem;
}
.project-plan {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}
.project-plan--two {
  grid-template-columns: 1fr;
}
.project-plan-title {
  margin: 0 0 1rem;
  color: #0d4228;
  font-family: var(--font);
  font-size: 1.25rem;
}
.project-plan-meta {
  display: grid;
  gap: 0.5rem;
  margin: 0;
}
.project-plan-meta dt {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.8125rem;
}
.project-plan-meta dd {
  margin: 0;
  color: #0d4228;
  font-family: var(--font);
  font-weight: 500;
}
.project-plan-visual {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.project-plan--two .project-plan-visual {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.project-plan-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.project-plan-zoom {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 1rem;
  overflow: hidden;
  background: #f8fbf8;
  cursor: zoom-in;
  appearance: none;
  -webkit-appearance: none;
}
.project-plan-zoom:focus-visible {
  outline: 0.125rem solid #5cac6d;
  outline-offset: 0.125rem;
}
.project-plan-zoom img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f8fbf8;
}
.project-plan-caption {
  margin: 0;
  color: #0d4228;
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}

.plan-lightbox {
  border: none;
  padding: 0;
  max-width: min(56rem, calc(100% - 2rem));
  width: calc(100% - 2rem);
  background: transparent;
}
.plan-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.72);
}
.plan-lightbox-inner {
  position: relative;
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 2.75rem 1.25rem 1.25rem;
  box-sizing: border-box;
}
.plan-lightbox-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background: transparent;
  color: #0d4228;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 1;
}
.plan-lightbox-image {
  display: block;
  width: 100%;
  max-height: min(80vh, 52rem);
  object-fit: contain;
  margin: 0 auto;
}

.section--project-packages {
  padding: 2.5rem 0;
}
.section--project-packages .heading {
  margin-bottom: 1.5rem;
}
.project-packages-wrap {
  overflow-x: hidden;
}
.project-packages-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background: #fff;
  border: 0.0625rem solid #e8f0ea;
  border-radius: 1rem;
  overflow: hidden;
  font-family: var(--font);
}
.project-packages-table th,
.project-packages-table td {
  padding: 0.875rem 1rem;
  border-bottom: 0.0625rem solid #e8f0ea;
  font-size: 0.875rem;
  box-sizing: border-box;
  vertical-align: top;
}
.project-packages-table tbody th {
  text-align: left;
  color: #0d4228;
  font-weight: 500;
  background: #fff;
  width: 32%;
  white-space: normal;
  word-wrap: break-word;
}
.project-packages-table tbody td {
  text-align: left;
  color: #3d5248;
  line-height: 1.55;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.project-packages-table tbody tr:nth-child(even) th,
.project-packages-table tbody tr:nth-child(even) td {
  background: #fbfefb;
}
.project-packages-table tbody tr:last-child th,
.project-packages-table tbody tr:last-child td {
  border-bottom: 0;
}
.project-packages-price {
  color: #5cac6d;
  font-weight: 600;
}
.project-packages-desc {
  color: #3d5248;
}

.stages-subtitle,
.mortgage-subtitle {
  color: #5a7367;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.75rem 0 0;
  max-width: 40rem;
}
.stages-cta {
  margin-top: 2rem;
  text-align: center;
  padding: 2rem;
  background: #f8fbf8;
  border-radius: 1.25rem;
  box-sizing: border-box;
}
.stages-cta-title {
  margin: 0 0 1rem;
  color: #0d4228;
  font-family: var(--font);
  font-size: 1.375rem;
}
.stages-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.5rem;
  border-radius: 0.75rem;
  background: #5cac6d;
  color: #fff;
  text-decoration: none;
  font-family: var(--font);
  font-weight: 500;
  box-sizing: border-box;
}
.stages-cta-btn:hover {
  background: #4a9960;
}

/* 5-card stages grid on project / catalog pages */
.project-detail-page .section--stages .stages-grid,
.projects-page .section--stages .stages-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.project-detail-page .section--stages .stage-card,
.projects-page .section--stages .stage-card {
  min-height: 15rem;
  padding: 1.5rem 1.25rem;
}
.project-detail-page .section--stages .stage-card:nth-child(n+5),
.projects-page .section--stages .stage-card:nth-child(n+5) {
  min-height: 15rem;
}

.section--built-gallery {
  padding: 0 0 3rem;
}
.built-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.built-gallery-item {
  margin: 0;
}
.built-gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 1rem;
  display: block;
}
.built-gallery-item figcaption {
  margin-top: 0.5rem;
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.875rem;
}

.section--project-similar {
  padding: 2.5rem 0 4rem;
}
.section--project-similar .heading {
  margin-bottom: 1.5rem;
}
.section--project-similar .products-grid,
.products-grid--similar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .section--project-similar .products-grid,
  .products-grid--similar {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 959px) {
  .section--project-similar .products-grid,
  .products-grid--similar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 479px) {
  .section--project-similar .products-grid,
  .products-grid--similar {
    grid-template-columns: minmax(0, 1fr);
  }
}
.section--project-similar .product-card,
.section--products .product-card--link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.product-card--link {
  text-decoration: none;
  color: inherit;
}
.product-meta {
  color: #5a7367;
  font-family: var(--font);
  font-size: 0.8125rem;
  margin: 0 0 0.375rem;
}
.product-badge {
  display: inline-block;
  margin: 0 0 0.5rem;
  padding: 0.25rem 0.625rem;
  border-radius: 62.4375rem;
  background: #eef8f0;
  color: #0d4228;
  font-family: var(--font);
  font-size: 0.75rem;
  box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
  .project-detail-page .section--stages .stages-grid,
  .projects-page .section--stages .stages-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .project-detail-page .section--project-hero .container,
  .project-detail-page .section--project-lead .container,
  .project-detail-page .section--project-about .container,
  .project-detail-page .section--project-gift .container,
  .project-detail-page .section--project-packages .container,
  .project-detail-page .section--project-order .container,
  .project-detail-page .section--project-similar .container,
  .project-detail-page .section--built-gallery .container,
  .project-breadcrumbs .container {
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 959px) {
  .project-hero,
  .project-plan {
    grid-template-columns: 1fr;
  }
  .project-plan--two .project-plan-visual {
    grid-template-columns: 1fr;
  }
  .project-gallery {
    order: -1;
  }
  .project-packages-table tbody th {
    width: 36%;
  }
  .built-gallery-grid {
    grid-template-columns: 1fr;
  }
  .project-detail-page .section--stages .stages-grid,
  .projects-page .section--stages .stages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 639px) {
  .project-specs {
    grid-template-columns: 1fr;
  }
  .project-hero-actions {
    flex-direction: column;
  }
  .project-hero-btn {
    width: 100%;
  }
  .project-lead-card,
  .project-gift-card {
    padding: 1.25rem;
  }
  .section--project-lead .form-row,
  .section--project-gift .form-row,
  .section--project-order .form-row {
    flex-direction: column;
    max-width: 100%;
    gap: 0.75rem;
  }
  .section--project-lead .form-submit,
  .section--project-gift .form-submit,
  .section--project-order .form-submit {
    flex: none;
    width: 100%;
  }
  .section--project-lead .privacy-row,
  .section--project-gift .privacy-row,
  .section--project-order .privacy-row {
    max-width: 100%;
  }
  .project-detail-page .section--stages .stages-grid,
  .projects-page .section--stages .stages-grid {
    grid-template-columns: 1fr;
  }
  .project-detail-page .section--project-hero .container,
  .project-detail-page .section--project-lead .container,
  .project-detail-page .section--project-about .container,
  .project-detail-page .section--project-gift .container,
  .project-detail-page .section--project-packages .container,
  .project-detail-page .section--project-order .container,
  .project-detail-page .section--project-similar .container,
  .project-detail-page .section--built-gallery .container,
  .project-breadcrumbs .container {
    padding: 0 1rem;
  }
  .project-packages-table,
  .project-packages-table tbody,
  .project-packages-table tr,
  .project-packages-table th,
  .project-packages-table td {
    display: block;
    width: 100%;
  }
  .project-packages-table tbody th {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0.375rem;
    overflow-wrap: normal;
    word-wrap: normal;
  }
  .project-packages-table tbody td {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1rem;
  }
  .project-packages-table tbody tr:last-child td {
    padding-bottom: 0.875rem;
  }
}

/* ===== Site search results ===== */
.section--search-results .container {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.5rem 3rem;
  box-sizing: border-box;
}
.search-results-meta {
  margin: 0 0 1.5rem;
  color: #0d4228;
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55;
  opacity: 0.75;
}
.search-results-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.search-results-item {
  margin: 0;
}
.search-results-link {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 0.0625rem solid #cbe1d0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}
.search-results-link:hover {
  opacity: 0.85;
}
.search-results-link:hover .search-results-title {
  color: #5cac6d;
}
.search-results-thumb {
  flex-shrink: 0;
  width: 5.5rem;
  height: 4rem;
  border-radius: 0.5rem;
  object-fit: cover;
  background-color: #e8f2ea;
}
.search-results-body {
  flex: 1;
  min-width: 0;
}
.search-results-type {
  margin: 0 0 0.25rem;
  color: #5cac6d;
  font-family: var(--font);
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.search-results-title {
  margin: 0 0 0.35rem;
  color: #0d4228;
  font-family: var(--font);
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.35;
  transition: color 0.2s ease;
}
.search-results-excerpt {
  margin: 0;
  color: #0d4228;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.75;
}
.search-results-empty {
  margin: 0;
  color: #0d4228;
  font-family: var(--font);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.55;
}
@media screen and (max-width: 639px) {
  .section--search-results .container {
    padding: 0 0.9375rem 2.5rem;
  }
  .search-results-thumb {
    width: 4.5rem;
    height: 3.25rem;
  }
  .search-results-title {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 479px) {
  .section--search-results .container {
    padding: 0 0.75rem 2rem;
  }
  .search-results-link {
    gap: 0.75rem;
  }
}

/* 404 page */
.section--404-error .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
}
.page-404__title {
  max-width: none;
}
.page-404__subtitle {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.55;
  color: var(--color-muted);
}
.page-404__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-top: 1.5rem;
}
.page-404__link {
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-green-dark);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: color 0.2s ease;
}
.page-404__link:hover {
  color: var(--color-green-darker);
}
.page-404 .section--projects-title .container {
  padding-top: 0;
}
.page-404 .section--products .container {
  padding-top: 0;
  padding-bottom: 2.875rem;
}
@media screen and (max-width: 639px) {
  .section--404-error .container {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
  .page-404__subtitle {
    font-size: 1rem;
  }
}

