@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/exo2-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/exo2-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/exo2-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/exo2-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/exo2-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/exo2-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --brand-accent: #6f8b4b;
  --brand-accent-deep: #556a39;
  --brand-accent-soft: #8aa868;
  --brand-ink: #171a1f;
  --brand-muted: #616873;
  --brand-footer: #3f4c2d;
  --surface: #ffffff;
  --surface-alt: #f3f4f2;
  --surface-muted: #ecefe9;
  --stroke: #dde2d8;
  --radius-lg: 18px;
  --shadow-card: 0 14px 34px rgba(20, 20, 20, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  font-family: 'Exo 2', 'Roboto', sans-serif;
  color: var(--brand-ink);
  background: linear-gradient(180deg, #f4f5f3 0%, #eef1eb 100%);
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 320px;
}

body.menu-open,
body.gallery-open {
  overflow: hidden;
}

a,
button,
input,
textarea {
  transition: all 0.2s ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--brand-accent);
  outline-offset: 2px;
}

.hero {
  min-height: calc(100svh - 64px);
}

.hero-image {
  transform: scale(1.01);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(102deg, rgba(9, 13, 10, 0.6) 16%, rgba(9, 13, 10, 0.18) 72%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 40%, rgba(0, 0, 0, 0.42) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 6rem 1rem 4.5rem;
  color: #fff;
}

.hero-panel {
  max-width: min(980px, 100%);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(201, 218, 178, 0.5);
  background: rgba(104, 131, 74, 0.38);
  padding: 6px 10px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-content h1 {
  margin: 0;
  max-width: 930px;
  font-weight: 800;
  line-height: 0.95;
  font-size: clamp(2.2rem, 5.5vw, 4.6rem);
  text-wrap: balance;
}

.hero-lead {
  margin: 1rem 0 1.8rem;
  max-width: 720px;
  font-size: clamp(1.08rem, 2.15vw, 1.74rem);
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.93);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 700;
}

.hero-btn-primary {
  background: #fefefe;
  color: #111827;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

.hero-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.hero-phone {
  color: #fff;
  font-size: clamp(1.55rem, 3.1vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.advantage-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--stroke);
  background: #fff;
  padding: 20px;
  min-height: 176px;
  box-shadow: 0 10px 28px rgba(20, 20, 20, 0.08);
}

.advantage-icon-wrap {
  display: inline-flex;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce4d0;
  background: linear-gradient(180deg, #fff 0%, #f1f6ea 100%);
}

.advantage-title {
  margin: 14px 0 6px;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.15;
}

.advantage-text {
  margin: 0;
  color: #48505a;
  line-height: 1.45;
}

.portfolio-section {
  position: relative;
  overflow: hidden;
  background: #fff !important;
}

.container-main {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.section-head {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}

.section-head--lg {
  margin-bottom: 2.25rem;
}

.section-badge {
  position: relative;
  z-index: 10;
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: var(--brand-accent);
}

.section-title-xl {
  position: relative;
  z-index: 10;
  margin-top: 0.5rem;
  font-size: 2.25rem;
  line-height: 1.08;
  font-weight: 800;
  color: #111827;
}

.section-title-lg {
  margin: 0 0 1.25rem;
  font-size: 1.875rem;
  line-height: 1.16;
  font-weight: 800;
  color: #111827;
}

.section-title-left {
  text-align: left;
}

.gallery-media-btn {
  display: block;
  width: 100%;
  text-align: left;
}

.portfolio-catalog {
  display: block;
  width: 100%;
  background: transparent !important;
  border: 0;
  box-shadow: none;
}

.portfolio-catalog .swiper {
  overflow: hidden;
  background: transparent !important;
  padding-bottom: 34px;
}

.portfolio-catalog .swiper-wrapper {
  align-items: stretch;
  box-sizing: border-box;
}

.portfolio-section .swiper,
.portfolio-section .swiper-wrapper,
.portfolio-section .swiper-slide,
.portfolio-section .swiper-pagination {
  background: transparent !important;
}

.section-watermark {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  text-align: center;
  font-size: clamp(58px, 11vw, 132px);
  line-height: 0.8;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px #dfe4d8;
  pointer-events: none;
  user-select: none;
}

.premium-card {
  transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.32s ease;
}

.premium-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.17);
}

.project-tile {
  background: #ffffff;
  border: 1px solid #e1e6dc;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(20, 20, 20, 0.06);
}

.project-tile-media {
  position: relative;
  border-radius: 0;
}

.project-tile-fade {
  position: absolute;
  inset: auto 0 0 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.42) 100%);
  pointer-events: none;
}

.project-tile-chip {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(252, 255, 248, 0.95);
  color: #1c2417;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.house-tile .project-tile-chip {
  background: rgba(111, 139, 75, 0.95);
  color: #fff;
}

.project-tile-body {
  padding: 14px 16px 16px;
}

.project-card-title {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.24;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #141414;
}

.project-specs {
  margin-top: 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.project-spec {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  border: 1px solid #d8dfd1;
  background: #f9fbf7;
  color: #314025;
  padding: 5px 10px;
  font-size: 0.74rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.project-tile-meta {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--brand-muted);
}

.project-tile-sub {
  color: #5a636e;
  font-weight: 500;
}

.project-tile-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border-radius: 999px;
  border: 1px solid #d7dfcc;
  background: #fff;
  color: #1f2937;
  font-weight: 700;
  padding: 4px 11px;
  transition: transform 0.24s ease, color 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
}

.project-tile:hover .project-tile-arrow {
  transform: translateX(2px);
  color: #fff;
  background: var(--brand-accent);
  border-color: var(--brand-accent);
}

.premium-image-wrap {
  overflow: hidden;
  border-radius: 16px;
}

.premium-image {
  transition: transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.3s ease;
}

.premium-card:hover .premium-image {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.02);
}

.swiper-button-next,
.swiper-button-prev {
  color: #1f2937 !important;
  width: 44px !important;
  height: 44px !important;
  margin-top: -22px !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d9dfd1;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 15px !important;
  font-weight: 800;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  transform: translateY(-2px);
  background: var(--brand-accent);
  color: #fff !important;
}
.swiper-button-next.is-hidden,
.swiper-button-prev.is-hidden,
.swiper-pagination.is-hidden {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--brand-accent) !important;
}

.portfolio-section .swiper-pagination-bullet {
  background: #bcc6b4;
  opacity: 1;
}

.portfolio-catalog .swiper-pagination {
  position: static !important;
  margin-top: 16px;
  text-align: center;
}

.portfolio-catalog .swiper-slide {
  height: auto;
  display: flex;
  box-sizing: border-box;
  min-width: 0;
}

.portfolio-catalog .project-tile {
  height: 100%;
  width: 100%;
}

.section-intro {
  max-width: 980px;
  margin: 0 auto 20px;
  text-align: center;
  color: #2e3640;
  font-size: 1.03rem;
  line-height: 1.68;
}

.section-intro--tight {
  max-width: 860px;
  margin-bottom: 16px;
}

@media (min-width: 1280px) {
  .portfolio-catalog .swiper-wrapper {
    padding-left: 2px;
    padding-right: 2px;
  }
}

.services-intro {
  max-width: 980px;
  margin: 0 auto 24px;
  font-size: 1.06rem;
  line-height: 1.7;
  color: #2a2f36;
  text-align: center;
}

.services-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}

.services-item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #d8dfd1;
  border-radius: 14px;
  padding: 13px 15px;
  color: #171a1f;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.service-number {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, #8daa67 0%, #6f8b4b 100%);
}

.service-label {
  font-size: 1.02rem;
  line-height: 1.42;
  font-weight: 500;
}

.services-item:hover,
.services-item:focus-within {
  transform: translateY(-2px);
  border-color: #c2d0b3;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
}

.extra-structures-intro {
  max-width: 980px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 1.04rem;
  line-height: 1.7;
  color: #2a3138;
}

.extra-structures-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 12px;
}

.extra-structures-item {
  border: 1px solid #d9e1d1;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfa 100%);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  padding: 16px 16px 14px;
}

.extra-structures-title {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 800;
  color: #151a20;
}

.extra-structures-text {
  margin: 8px 0 0;
  color: #515a64;
  font-size: 0.96rem;
  line-height: 1.55;
}

.consult-shell {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #d4dcc8;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.12);
  background: #fff;
}

.consult-info {
  background: linear-gradient(150deg, #3f4c2d 0%, #556a39 58%, #6f8b4b 100%);
  color: #fff;
  padding: 24px 22px;
}

.consult-title {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.08;
}

.consult-text {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.5;
}

.consult-contacts {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.consult-benefits {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

.consult-benefits li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.4;
}

.consult-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d8e7c4;
}

.consult-contact {
  color: #fff;
  font-weight: 700;
  word-break: break-word;
}

.consult-form-wrap {
  padding: 22px;
  background: #fff;
}

.consult-input {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 1rem;
  color: #111827;
  background: #fff;
}

.consult-input::placeholder {
  color: #6b7280;
}

.consult-submit {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: var(--brand-accent);
  box-shadow: 0 12px 28px rgba(122, 156, 90, 0.24);
}

.consult-submit:hover {
  background: var(--brand-accent-deep);
  transform: translateY(-1px);
}

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

.workflow-step {
  border: 1px solid #d6ddcb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  padding: 14px 14px 12px;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease, background-color 0.26s ease;
}

.workflow-step-num {
  display: inline-flex;
  min-width: 34px;
  min-height: 26px;
  padding: 2px 10px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e9f1df;
  color: #435730;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.workflow-step-title {
  margin: 10px 0 4px;
  font-size: 1.03rem;
  line-height: 1.3;
  font-weight: 800;
  color: #111827;
}

.workflow-step-text {
  margin: 0;
  color: #505a65;
  font-size: 0.95rem;
  line-height: 1.52;
}

.pricing-grid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-step {
  text-align: center;
}

.workflow-step:hover,
.workflow-step:focus-within {
  transform: translateY(-3px);
  border-color: #c3d0b2;
  background: #fcfdfb;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.seo-content-wrap {
  background: #f8faf7;
  border: 1px solid var(--stroke);
  border-radius: 18px;
  padding: 22px 18px;
}

.seo-content-body {
  max-width: 72ch;
  margin: 0 auto;
  color: #2f3943;
}

.bg-green-700 {
  background-color: var(--brand-accent) !important;
}
.hover\:bg-green-800:hover {
  background-color: var(--brand-accent-deep) !important;
}
.text-green-800 {
  color: var(--brand-accent-deep) !important;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.92);
}

.gallery-modal.hidden {
  display: none;
}

.gallery-image {
  max-width: 92vw;
  max-height: 86vh;
  border-radius: 14px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.42);
}

.gallery-nav,
.gallery-close {
  position: absolute;
  color: #fff;
  border: 0;
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.gallery-nav:hover,
.gallery-close:hover {
  background: rgba(0, 0, 0, 0.58);
}

.gallery-nav:disabled {
  display: none;
}

.gallery-close {
  top: 18px;
  right: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 999px;
  font-size: 34px;
}

.gallery-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 999px;
  font-size: 44px;
  line-height: 44px;
}

.gallery-prev {
  left: 16px;
}

.gallery-next {
  right: 16px;
}

.gallery-nav.is-hidden {
  display: none;
}

.to-top-btn {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 1200;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: linear-gradient(160deg, #6f8b4b 0%, #556a39 100%);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;
}

.to-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.to-top-btn:hover {
  background: linear-gradient(160deg, #7f9f56 0%, #5f7740 100%);
  box-shadow: 0 22px 46px rgba(17, 24, 39, 0.32);
}

@media (min-width: 768px) {
  .section-title-xl {
    font-size: 3rem;
  }
  .section-title-lg {
    font-size: 2.25rem;
  }
  .hero {
    min-height: clamp(620px, 82vh, 760px);
  }
  .hero-content {
    padding: 7.2rem 1rem 5.8rem;
  }
  .project-card-title {
    font-size: 1.18rem;
  }
  .services-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .extra-structures-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .consult-shell {
    grid-template-columns: 1.1fr 1fr;
  }
  .consult-info,
  .consult-form-wrap {
    padding: 30px;
  }
  .seo-content-wrap {
    padding: 28px 26px;
  }
}

@media (max-width: 900px) {
  .container-main,
  .max-w-7xl {
    max-width: 100%;
    overflow-x: clip;
  }

  .portfolio-section,
  .portfolio-catalog {
    overflow-x: clip;
  }

  .portfolio-catalog .swiper-slide {
    width: 100% !important;
  }

  .section-title-xl {
    font-size: 1.95rem;
  }
  .section-title-lg {
    font-size: 1.7rem;
  }
  .section-watermark {
    top: -12px;
    font-size: 52px;
  }
  .project-tile-body {
    padding: 12px;
  }
  .project-card-title {
    font-size: 1rem;
  }
  .project-tile-meta {
    font-size: 0.72rem;
  }
  .project-spec {
    font-size: 0.67rem;
    min-height: 24px;
    padding: 4px 8px;
  }
  .project-tile-arrow {
    min-height: 28px;
    padding: 3px 9px;
  }
  .services-intro {
    text-align: left;
    font-size: 0.98rem;
    margin-bottom: 16px;
  }
  .section-intro,
  .section-intro--tight {
    text-align: left;
    font-size: 0.97rem;
  }
  .extra-structures-intro {
    text-align: left;
    font-size: 0.98rem;
  }
  .to-top-btn {
    right: 12px;
    bottom: 14px;
    width: 44px;
    height: 44px;
    font-size: 22px;
  }
  .service-label {
    font-size: 0.97rem;
  }
  .portfolio-catalog .swiper-button-next,
  .portfolio-catalog .swiper-button-prev {
    width: 38px !important;
    height: 38px !important;
    margin-top: -19px !important;
  }
  .hero-phone {
    font-size: 1.9rem;
  }
  .gallery-nav {
    width: 46px;
    height: 46px;
    font-size: 38px;
    line-height: 38px;
  }
  .gallery-image {
    max-width: 94vw;
    max-height: 78vh;
  }
}

@media (min-width: 1100px) {
  .workflow-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .extra-structures-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .premium-card,
  .premium-image,
  .project-tile-arrow,
  .swiper-button-next,
  .swiper-button-prev,
  .services-item,
  .workflow-step,
  .consult-submit,
  .hero-btn-primary {
    transition: none !important;
  }
  .premium-card:hover,
  .services-item:hover,
  .workflow-step:hover,
  .consult-submit:hover,
  .hero-btn-primary:hover {
    transform: none !important;
  }
}
