  .start-hero {
    position: relative;
    isolation: isolate;

    min-height: 100svh;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);

    display: flex;
    align-items: start;

    overflow: hidden;

    color: #f4f6f1;

    background:
      radial-gradient(
        circle at 72% 42%,
        rgba(96, 125, 68, 0.13),
        transparent 32%
      ),
      radial-gradient(
        circle at 10% 86%,
        rgba(55, 83, 64, 0.16),
        transparent 34%
      ),
      linear-gradient(
        125deg,
        #090c0a 0%,
        #0d110e 48%,
        #111812 100%
      );
  }

  .start-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;

    pointer-events: none;

    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.025) 1px,
        transparent 1px
      ),
      linear-gradient(
        rgba(255, 255, 255, 0.018) 1px,
        transparent 1px
      );

    background-size: 72px 72px;

    mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.75),
      transparent 92%
    );
  }

  .start-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;

    height: 180px;

    z-index: 3;
    pointer-events: none;

  }

  .start-hero__grid {
    position: relative;
    z-index: 2;

    width: min(1240px, calc(100% - 64px));
    min-height: 100svh;

    margin: 0 auto;
    padding: 72px 0 120px;

    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr);
    align-items: center;
    gap: clamp(48px, 8vw, 120px);
  }

  /* ---------- CONTENT ---------- */

  .start-hero__content {
    position: relative;
    z-index: 3;

    max-width: 660px;
  }

  .start-hero__eyebrow {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .start-hero__eyebrow-line {
    width: 38px;
    height: 1px;

    background: #8ca55c;
  }

  .start-hero__title {
    margin: 0 0 26px;

    font-family: var(--font-body);
    font-size: clamp(64px, 7vw, 106px);
    font-weight: 800;
    line-height: 0.84;
    letter-spacing: -0.065em;

    color: #f5f6f2;
  }

  .start-hero__title span {
    display: block;
  }

  .start-hero__roles {
    font-family: var(--font-body);
    font-size: clamp(18px, 2vw, 25px);
    font-weight: 600;
    line-height: 1.2;
  }

  .start-hero__description {
    font-family: var(--font-body);
    font-weight: 400;
  }

  /* ---------- BUTTONS ---------- */

  .start-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;

    margin-bottom: 52px;
  }

.start-hero__btn {
  min-height: 50px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  padding: 13px 22px;

  border-radius: 10px;

  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;

  transition:
    transform 0.25s ease,
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.start-hero__btn span {
  transition: transform 0.25s ease;
}

.start-hero__btn:hover span {
  transform: translateX(4px);
}

.start-hero__btn--primary {
  color: #f7f8f4;

  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(170, 190, 120, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 82% 76%,
      rgba(34, 55, 30, 0.35),
      transparent 38%
    ),
    linear-gradient(
      135deg,
      #71845a 0%,
      #596b45 48%,
      #445438 100%
    );

  border: 1px solid rgba(181, 201, 139, 0.28);

  box-shadow:
    0 14px 30px rgba(19, 30, 17, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.start-hero__btn--primary:hover {
  transform: translateY(-2px);

  background:
    radial-gradient(
      circle at 20% 18%,
      rgba(190, 210, 145, 0.22),
      transparent 32%
    ),
    radial-gradient(
      circle at 78% 82%,
      rgba(30, 48, 26, 0.34),
      transparent 40%
    ),
    linear-gradient(
      135deg,
      #7d9162 0%,
      #63784c 48%,
      #4a5c3b 100%
    );

  border-color: rgba(194, 215, 150, 0.42);

  box-shadow:
    0 18px 38px rgba(18, 29, 16, 0.42),
    0 0 24px rgba(128, 155, 87, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.start-hero__btn--primary:active {
  transform: translateY(0) scale(0.98);
}

.start-hero__btn--secondary {
  color: rgba(245, 247, 242, 0.78);

  background: rgba(255, 255, 255, 0.015);

  border: 1px solid rgba(255, 255, 255, 0.1);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.start-hero__btn--secondary:hover {
  color: #ffffff;

  transform: translateY(-2px);

  background: rgba(255, 255, 255, 0.045);

  border-color: rgba(147, 177, 100, 0.34);

  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.start-hero__btn--secondary:active {
  transform: translateY(0) scale(0.98);
}

  /* ---------- STATS ---------- */

  .start-hero__stats {
    display: flex;
    align-items: stretch;
    gap: 0;

    width: fit-content;

    border-top: 1px solid rgba(255, 255, 255, 0.09);
  }

  .start-hero__stat {
    min-width: 124px;

    padding: 22px 26px 0 0;
    margin-right: 26px;

    border-right: 1px solid rgba(255, 255, 255, 0.09);
  }

  .start-hero__stat:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }

  .start-hero__stat strong {
    display: block;

    margin-bottom: 4px;

    color: #91ad55;

  font-family: var(--font-body);
  font-weight: 700;
  }

  .start-hero__stat span {
    display: block;

    color: rgba(238, 241, 235, 0.52);

  font-family: var(--font-body);
  font-weight: 400;
  }

  .start-hero__eyebrow {
  color: #8ca55c;
  }

  .start-hero__title {
    color: #f5f6f2;
  }

  .start-hero__roles {
    color: #91ac58;
  }

  .start-hero__description {
    color: rgba(232, 237, 229, 0.72);
  }

  .start-hero__stat strong {
    color: #91ad55;
  }

  .start-hero__stat span {
    color: rgba(238, 241, 235, 0.52);
  }

  .site-nav__brand {
  color: #f5f6f2;
  }

  .site-nav__link {
    color: rgba(232, 237, 229, 0.72);
  }

  .site-nav__link:hover,
  .site-nav__link[aria-current="page"] {
    color: #ffffff;
  }

  .start-hero__title {
  margin-bottom: 34px;
  }

  .start-hero__roles {
    margin-bottom: 18px;
  }

  .start-hero__description {
    margin-bottom: 32px;
  }

  .start-hero__actions {
    margin-bottom: 64px;
  }

  /* ---------- VISUAL ---------- */

  .start-hero__visual {
    position: relative;

    min-height: 640px;

    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .start-hero__photo-wrap {
    --light-x: 50%;
    --light-y: 50%;

    position: relative;
    z-index: 2;

    width: 100%;
    height: 100%;

    overflow: hidden;

    border-radius: 2px;
    background: #090b0a;

    box-shadow:
      0 34px 90px rgba(0, 0, 0, 0.48),
      0 0 0 1px rgba(255, 255, 255, 0.055);

    transition:
      box-shadow 0.45s ease,
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }


/* Затемнення поверх фото */
.start-hero__photo-wrap::before {
  content: "";

  position: absolute;
  inset: 0;
  z-index: 2;

  pointer-events: none;

  background:
    linear-gradient(
      to right,
      rgba(8, 11, 9, 0.22),
      transparent 38%
    ),
    linear-gradient(
      to top,
      rgba(6, 8, 7, 0.52),
      transparent 40%
    );
}


/* Сріблясте світло по контуру */
.start-hero__photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;

  padding: 1.5px;
  border-radius: inherit;
  pointer-events: none;

  background:
    radial-gradient(
      circle 210px at var(--light-x) var(--light-y),
      rgba(255, 255, 255, 0.95) 0%,
      rgba(224, 234, 229, 0.72) 18%,
      rgba(181, 198, 190, 0.32) 42%,
      transparent 72%
    );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;

  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  mask-composite: exclude;

  opacity: 0;
  transition: opacity 0.2s ease;
}

.start-hero__photo-wrap:hover::after {
  opacity: 1;
}


.start-hero__photo-wrap:hover {
  box-shadow:
    0 38px 100px rgba(0, 0, 0, 0.54),
    0 0 38px rgba(214, 229, 222, 0.11),
    0 0 0 1px rgba(226, 237, 232, 0.1);
}


/* Саме фото */
.start-hero__photo {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: center 18%;

  filter:
    grayscale(1)
    contrast(1.04)
    brightness(0.77);

  transform: scale(1.035);

  transition:
    transform 1.1s cubic-bezier(.22, 1, .36, 1),
    filter 0.7s ease;
}


.start-hero__photo-wrap:hover .start-hero__photo {
  transform: scale(1.06);

  filter:
    grayscale(0.92)
    contrast(1.06)
    brightness(0.82);
    }

    .start-hero__photo-shine {
      position: absolute;
      top: -20%;
      left: -75%;
      z-index: 3;

      width: 42%;
      height: 140%;

      pointer-events: none;

      opacity: 0;

      background: linear-gradient(
        105deg,
        transparent 0%,
        rgba(220, 230, 225, 0.03) 28%,
        rgba(245, 250, 247, 0.16) 46%,
        rgba(255, 255, 255, 0.28) 50%,
        rgba(225, 235, 230, 0.13) 56%,
        transparent 74%
      );

      filter: blur(2px);

      transform:
        translateX(0)
        skewX(-16deg);
    }

    .start-hero__photo-wrap:hover .start-hero__photo-shine {
  animation: photo-glass-shine 1.15s cubic-bezier(.22, 1, .36, 1);
    }

    @keyframes photo-glass-shine {
      0% {
        left: -75%;
        opacity: 0;
      }

      15% {
        opacity: 0.75;
      }

      70% {
        opacity: 0.6;
      }

      100% {
        left: 140%;
        opacity: 0;
      }
    }

  /* ---------- DECORATION ---------- */

  .start-hero__dots {
    position: absolute;
    z-index: 4;

    top: 21%;
    left: -18px;

    width: 50px;

    display: grid;
    grid-template-columns: repeat(4, 4px);
    gap: 8px;
  }

  .start-hero__dots span {
    width: 4px;
    height: 4px;

    border-radius: 50%;

    background: rgba(137, 170, 75, 0.72);
  }

  .start-hero__corner {
    position: absolute;
    z-index: 5;

    width: 32px;
    height: 32px;

    pointer-events: none;
  }

  .start-hero__photo-frame {
    position: relative;

    width: min(100%, 510px);
    height: min(74vh, 720px);

    flex-shrink: 0;
  }

  .start-hero__corner--top {
    top: -5px;
    right: -10px;

    border-top: 2px solid rgba(137, 170, 75, 0.68);
    border-right: 2px solid rgba(137, 170, 75, 0.68);
  }

  .start-hero__corner--bottom {
    right: -10px;
    bottom: -5px;

    border-right: 2px solid rgba(137, 170, 75, 0.68);
    border-bottom: 2px solid rgba(137, 170, 75, 0.68);
  }

  .start-hero__glow {
    position: absolute;
    z-index: 0;

    border-radius: 50%;

    pointer-events: none;

    filter: blur(100px);
  }

  .start-hero__glow--left {
    left: -180px;
    bottom: -180px;

    width: 420px;
    height: 420px;

    background: rgba(52, 79, 54, 0.14);
  }

  .start-hero__glow--right {
    top: 12%;
    right: -160px;

    width: 420px;
    height: 420px;

    background: rgba(99, 126, 56, 0.11);
  }

  /* ---------- SCROLL ---------- */

.start-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 8;

  width: 88px;
  height: 74px;

  display: block;

  transform: translateX(-50%);
  text-decoration: none;

  transition: transform 0.25s ease;
}

.start-hero__scroll:hover {
  transform: translateX(-50%) translateY(-4px);
}

.start-hero__scroll-shape {
  width: 100%;
  height: 100%;
  display: block;

  filter:
    drop-shadow(0 14px 28px rgba(0, 0, 0, 0.28))
    drop-shadow(0 0 18px rgba(120, 155, 80, 0.08));
}

.start-hero__scroll-shape path {
  fill: rgba(20, 28, 23, 0.88);
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 1.2;

  transition:
    fill 0.25s ease,
    stroke 0.25s ease;
}

.start-hero__scroll:hover .start-hero__scroll-shape path {
  fill: rgba(25, 35, 28, 0.94);
  stroke: rgba(166, 197, 102, 0.34);
}

.start-hero__scroll-icon {
  position: absolute;
  inset: 0;

  display: grid;
  place-items: center;

  color: #a6c566;
  font-size: 28px;
  line-height: 1;

  transform: translateY(-0.5px);
  transition:
    color 0.25s ease,
    transform 0.25s ease;

  animation: startHeroArrow 1.8s ease-in-out infinite;
}

.start-hero__scroll:hover .start-hero__scroll-icon {
  color: #b6d56f;
}

@keyframes startHeroArrow {
  0%, 100% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(3px);
  }
}

.about-preview {
  position: relative;
  overflow: hidden;

  padding: 104px 0 112px;

  background: #f5f4f0;
  color: var(--color-text-primary);
}

.about-preview__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr);
  gap: clamp(72px, 9vw, 140px);
  align-items: start;
}

.about-preview__intro {
  max-width: 650px;
}

.about-preview__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;

  margin: 0 0 28px;

  color: #59645f;

  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-preview__eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: #6f8f7b;
}

.about-preview__title {
  max-width: 640px;
  margin: 0 0 28px;

  color: #17201c;

  font-family: var(--font-display);
  font-size: clamp(42px, 4.2vw, 62px);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -0.025em;
}

.about-preview__description {
  max-width: 610px;
  margin: 0;

  color: #59645f;

  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.about-preview__directions {
  margin: 0;
  padding: 0;
  list-style: none;

  border-top: 1px solid rgba(23, 32, 28, 0.12);
}

.about-preview__direction {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;

  padding: 26px 0;

  border-bottom: 1px solid rgba(23, 32, 28, 0.12);
}

.about-preview__number {
  color: #6f8f7b;

  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.about-preview__direction h3 {
  margin: 0 0 8px;

  color: #17201c;

  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.about-preview__direction p {
  max-width: 360px;
  margin: 0;

  color: #59645f;

  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
}


/* =========================
   FEATURED PROJECTS
========================= */

.featured-projects {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  padding: 52px 0 52px;

  background:
    radial-gradient(
      circle at 88% 16%,
      rgba(92, 125, 103, 0.12),
      transparent 34%
    ),
    #e9ece7;

  color: var(--color-text-primary);
}

.featured-projects__rings {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;

  /* нижче — приблизно на рівні "Обрані проєкти" */
  top: -20px;
  right: -140px;

  /* тягнемо трохи більше середини секції */
  width: min(980px, 58vw);
  height: calc(100% - 120px);

  transform: scale(1.6);
  transform-origin: top right;
  opacity: 0.18;

  /* м’яке зникання зліва */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.08) 8%,
    rgba(0, 0, 0, 0.28) 16%,
    rgba(0, 0, 0, 0.65) 24%,
    rgba(0, 0, 0, 0.95) 34%,
    #000 44%,
    #000 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.08) 8%,
    rgba(0, 0, 0, 0.28) 16%,
    rgba(0, 0, 0, 0.65) 24%,
    rgba(0, 0, 0, 0.95) 34%,
    #000 44%,
    #000 100%
  );
}

.featured-projects > .container {
  position: relative;
  z-index: 1;
}

.featured-projects__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;

  margin-bottom: 48px;
}

.featured-projects__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;

  margin: 0 0 20px;

  color: #59645f;

  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.featured-projects__eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: #6f8f7b;
}

.featured-projects__title {
  margin: 0;

  color: #17201c;

  font-family: var(--font-body);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.featured-projects__all {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  min-height: 48px;
  padding: 12px 20px;

  color: #17201c;

  border: 1px solid rgba(23, 32, 28, 0.18);
  border-radius: 10px;

  font-size: 14px;
  font-weight: 600;

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.featured-projects__all span {
  transition: transform 0.25s ease;
}

.featured-projects__all:hover {
  transform: translateY(-2px);
  border-color: rgba(111, 143, 123, 0.55);
  background: rgba(111, 143, 123, 0.06);
}

.featured-projects__all:hover span {
  transform: translateX(4px);
}

.featured-projects__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.8fr);
  gap: 18px;
}

.featured-projects__side {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.project-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  min-height: 100%;

  color: #f4f6f1;

  background:
    radial-gradient(
      circle at 78% 18%,
      rgba(96, 125, 68, 0.12),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #0a0f0c,
      #111a14
    );

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;

  box-shadow:
    0 24px 60px rgba(24, 33, 28, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);

  transition:
    transform 0.4s cubic-bezier(.22, 1, .36, 1),
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.project-showcase:hover {
  transform: translateY(-4px);

  border-color: rgba(145, 173, 85, 0.22);

  box-shadow:
    0 30px 72px rgba(24, 33, 28, 0.18),
    0 0 28px rgba(111, 143, 123, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.project-showcase--featured {
  min-height: 540px;
}

.project-showcase--compact {
  min-height: 260px;
}

.project-showcase__content {
  position: relative;
  z-index: 3;

  max-width: 46%;
  height: 100%;

  display: flex;
  flex-direction: column;

  padding: 34px;
}

.project-showcase--compact .project-showcase__content {
  max-width: 58%;
  padding: 28px;
}

.project-showcase__label {
  margin: 0 0 24px;

  color: #91ad55;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.project-showcase__title {
  margin: 0 0 20px;

  color: #f5f6f2;

  font-family: var(--font-body);
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.project-showcase--compact .project-showcase__title {
  font-size: clamp(24px, 2vw, 30px);
}

.project-showcase__description {
  margin: 0;

  color: rgba(232, 237, 229, 0.66);

  font-size: 14px;
  line-height: 1.65;
}

.project-showcase__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  width: fit-content;
  margin-top: auto;

  color: rgba(245, 247, 242, 0.88);

  font-size: 13px;
  font-weight: 600;
}

.project-showcase__link span {
  transition: transform 0.25s ease;
}

.project-showcase__link:hover span {
  transform: translateX(5px);
}
.project-showcase__visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.project-showcase__visual::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(8, 12, 9, 0.98) 0%,
      rgba(8, 12, 9, 0.82) 34%,
      rgba(8, 12, 9, 0.12) 72%,
      transparent 100%
    ),
    linear-gradient(
      0deg,
      rgba(5, 8, 6, 0.55),
      transparent 50%
    );
}

.project-showcase__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;

  opacity: 0.72;
  transform: scale(1.02);

  transition:
    transform 0.8s cubic-bezier(.22, 1, .36, 1),
    opacity 0.5s ease;
}

.project-showcase:hover .project-showcase__visual img {
  opacity: 0.82;
  transform: scale(1.055);
}

/* =========================
   COLLABORATION CTA
========================= */

.collaboration-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  min-height: 360px;

  display: flex;
  align-items: center;

  background:
    url("../../assets/images/collaboration-mountains.webp")
    center / cover no-repeat;

  color: #f5f6f2;
}

.collaboration-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;

  background:
    linear-gradient(
      90deg,
      rgba(5, 12, 9, 0.78) 0%,
      rgba(7, 17, 13, 0.62) 48%,
      rgba(5, 12, 9, 0.35) 80%
    );
}

.collaboration-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background:
    radial-gradient(
      circle at 75% 40%,
      rgba(109, 139, 87, 0.14),
      transparent 36%
    ),
    linear-gradient(
      0deg,
      rgba(4, 8, 6, 0.34),
      transparent 55%
    );
}

.collaboration-cta__grid {
  width: min(100% - 48px, 1200px);

  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(64px, 10vw, 160px);
  align-items: center;

  margin-inline: auto;
  padding-block: 64px;
}

.collaboration-cta__content {
  max-width: 640px;
}

.collaboration-cta__action {
  display: flex;
  justify-content: flex-end;
}

.collaboration-cta__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;

  margin: 0 0 22px;

  color: #95ad61;

  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.collaboration-cta__eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.collaboration-cta__title {
  margin: 0 0 22px;

  color: #f5f6f2;

  font-family: var(--font-body);
  font-size: clamp(38px, 4.3vw, 58px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.collaboration-cta__description {
  max-width: 570px;
  margin: 0;

  color: rgba(235, 240, 233, 0.7);

  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
}

.collaboration-cta__button {
  min-height: 54px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  padding: 15px 24px;

  color: #f7f8f4;
  text-decoration: none;

  background:
    linear-gradient(
      135deg,
      #71845a 0%,
      #596b45 52%,
      #445438 100%
    );

  border: 1px solid rgba(190, 209, 151, 0.28);
  border-radius: 10px;

  box-shadow:
    0 18px 38px rgba(10, 18, 10, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);

  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.collaboration-cta__button span {
  transition: transform 0.25s ease;
}

.collaboration-cta__button:hover {
  transform: translateY(-2px);

  border-color: rgba(199, 219, 160, 0.42);

  box-shadow:
    0 22px 46px rgba(10, 18, 10, 0.42),
    0 0 24px rgba(142, 169, 96, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.collaboration-cta__button:hover span {
  transform: translateX(4px);
}

/* =========================
   FOOTER
========================= */

.site-footer {
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(111, 143, 123, 0.07),
      transparent 30%
    ),
    #111613;

  color: rgba(239, 243, 237, 0.72);
}

.site-footer__inner {
  padding-top: 50px;
  padding-bottom: 18px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns:
    minmax(220px, 1.25fr)
    minmax(120px, 0.7fr)
    minmax(150px, 0.8fr)
    minmax(220px, 1fr);

  gap: clamp(48px, 7vw, 110px);

  padding-bottom: 56px;
}

.site-footer__logo {
  display: inline-flex;
  margin-bottom: 18px;

  color: #f5f6f2;
  text-decoration: none;

  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.site-footer__logo span {
  color: #91ad55;
}

.site-footer__tagline {
  max-width: 280px;
  margin: 0;

  color: rgba(236, 240, 234, 0.52);

  font-size: 14px;
  line-height: 1.65;
}

.site-footer__heading {
  margin: 0 0 20px;

  color: rgba(241, 244, 239, 0.48);

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer__nav,
.site-footer__socials,
.site-footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-footer__nav a,
.site-footer__socials a,
.site-footer__contacts a,
.site-footer__contacts p {
  margin: 0 0 12px;

  color: rgba(238, 242, 236, 0.68);
  text-decoration: none;

  font-size: 14px;
  line-height: 1.45;

  transition:
    color 0.22s ease,
    transform 0.22s ease;
}

.site-footer__nav a:hover,
.site-footer__socials a:hover,
.site-footer__contacts a:hover {
  color: #f5f6f2;
  transform: translateX(3px);
}

.site-footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.site-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 10px;

  margin: 0;
  color: #c7c9c2;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
}

.site-footer__contact-item i {
  width: 18px;
  text-align: center;
  color: #b8b39a;
  flex-shrink: 0;
}

.site-footer__contact-item:hover {
  color: #ffffff;
}

.site-footer__socials a i {
  width: 18px;
  margin-right: 8px;
  text-align: center;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;

  padding-top: 14px;

  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__bottom p,
.site-footer__bottom a {
  margin: 0;

  color: rgba(236, 240, 234, 0.42);

  font-size: 12px;
  line-height: 1.5;
}

.site-footer__bottom a {
  text-decoration: underline;
  text-decoration-color: rgba(236, 240, 234, 0.22);
  text-underline-offset: 4px;

  transition: color 0.22s ease;
}

.site-footer__bottom a:hover {
  color: rgba(245, 247, 243, 0.8);
}


@media (max-width: 1180px) {

  /* ---------- HERO ---------- */

  .start-hero__grid {
    width: min(1060px, calc(100% - 48px));
    padding: 64px 0 110px;

    grid-template-columns:
      minmax(0, 1fr)
      minmax(320px, 0.72fr);

    gap: 48px;
  }

  .start-hero__content {
    max-width: 600px;
  }

  .start-hero__title {
    font-size: clamp(56px, 7vw, 82px);
  }

  .start-hero__visual {
    min-height: 560px;
  }

  .start-hero__photo-wrap {
    width: min(100%, 440px);
    height: min(68svh, 620px);
  }

  .start-hero__actions {
    margin-bottom: 48px;
  }


  /* ---------- FEATURED PROJECTS ---------- */

  .featured-projects {
    padding: 60px 0 44px;
  }

  .featured-projects > .container {
    width: min(1060px, calc(100% - 48px));
    margin-inline: auto;
  }

  .featured-projects__header {
    margin-bottom: 38px;
    gap: 32px;
  }

  .featured-projects__title {
    font-size: clamp(38px, 5vw, 52px);
  }

  .featured-projects__grid {
    grid-template-columns: 1fr;
  }

  .featured-projects__side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .project-showcase--featured {
    min-height: 500px;
  }

  .project-showcase--compact {
    min-height: 280px;
  }

  .featured-projects__rings {
    top: 64px;
    right: -180px;

    width: min(840px, 74vw);
    height: calc(100% - 64px);

    object-fit: cover;
    object-position: right bottom;

    transform: scale(1.45);
    transform-origin: bottom right;

    opacity: 0.14;
  }
}

@media (max-width: 980px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =====================================================
   RESPONSIVE — PORTRAIT TABLET
   ===================================================== */

@media (max-width: 900px) {

  /* ---------- HERO ---------- */

  .start-hero {
    min-height: auto;
  }

  .start-hero__grid {
    width: min(760px, calc(100% - 40px));
    min-height: auto;

    padding: 96px 0 118px;

    grid-template-columns: 1fr;
    align-items: start;
    gap: 56px;
  }

  .start-hero__content {
    max-width: 680px;
  }

  .start-hero__title {
    font-size: clamp(58px, 10vw, 82px);
    line-height: 0.88;
  }

  .start-hero__roles {
    font-size: clamp(19px, 3vw, 24px);
  }

  .start-hero__description {
    max-width: 620px;
  }

  .start-hero__visual {
    min-height: 0;
    width: 100%;

    justify-content: center;
  }

  .start-hero__photo-wrap {
    width: min(100%, 560px);
    height: min(72svh, 680px);
  }

  .start-hero__dots {
    left: 18px;
  }

  .start-hero__corner--top {
    top: 24px;
    right: 12px;
  }

  .start-hero__corner--bottom {
    right: 12px;
    bottom: 12px;
  }

  /* Після переходу hero в одну колонку
     нижня стрілка вже не дуже потрібна */
  .start-hero__scroll {
    display: none;
  }


  /* ---------- FEATURED PROJECTS ---------- */

  .featured-projects {
    padding: 56px 0 40px;
  }

  .featured-projects > .container {
    width: min(760px, calc(100% - 40px));
  }

  .featured-projects__header {
    margin-bottom: 34px;
  }

  .featured-projects__grid {
    gap: 16px;
  }

  .featured-projects__side {
    gap: 16px;
  }

  .project-showcase--featured {
    min-height: 480px;
  }

  .project-showcase--compact {
    min-height: 300px;
  }

  .project-showcase__content {
    max-width: 52%;
  }

  .project-showcase--compact .project-showcase__content {
    max-width: 62%;
  }

  .featured-projects__rings {
    top: 56px;
    right: -280px;

    width: min(900px, 100vw);
    height: calc(100% - 56px);

    transform: scale(1.35);
    transform-origin: bottom right;

    opacity: 0.12;
  }

    .collaboration-cta__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .collaboration-cta__action {
    justify-content: flex-start;
  }
}




/* =====================================================
   RESPONSIVE — PHONE
   ===================================================== */

@media (max-width: 640px) {

  /* ---------- HERO ---------- */

  .start-hero__grid {
    width: calc(100% - 28px);

    padding: 78px 0 84px;

    gap: 38px;
  }

  .start-hero__content {
    max-width: none;
  }

  .start-hero__eyebrow {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .start-hero__eyebrow-line {
    width: 28px;
  }

  .start-hero__title {
    margin-bottom: 26px;

    font-size: clamp(44px, 13.5vw, 62px);
    line-height: 0.9;
    letter-spacing: -0.055em;
  }

  .start-hero__roles {
    margin-bottom: 14px;

    font-size: clamp(17px, 5vw, 21px);
  }

  .start-hero__description {
    margin-bottom: 26px;

    font-size: 15px;
    line-height: 1.65;
  }

  .start-hero__actions {
    width: 100%;
    margin-bottom: 42px;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .start-hero__btn {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;

    font-size: 13px;
  }

  .start-hero__stats {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .start-hero__stat {
    width: 100%;
    min-width: 0;

    margin: 0;
    padding: 16px 0;

    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }
  
    .start-hero__stat:last-child {
    border-bottom: none;
  }

  .start-hero__stat strong {
    font-size: 18px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .start-hero__stat span {
    font-size: 11px;
    white-space: normal;
  }

  .start-hero__visual {
    min-height: 0;
  }

  .start-hero__photo-wrap {
    width: 100%;

    height: min(68svh, 560px);
    min-height: 430px;

    border-radius: 2px;
  }

  .start-hero__photo {
    object-position: center 16%;
  }

  /* На телефоні ці дрібні декоративні
     елементи вже створюють візуальний шум */
  .start-hero__dots,
  .start-hero__corner {
    display: none;
  }

  .start-hero__glow--left {
    left: -240px;
    bottom: -220px;
  }

  .start-hero__glow--right {
    right: -260px;
  }


  /* ---------- FEATURED PROJECTS ---------- */

  .featured-projects {
    padding: 48px 0 32px;
  }

  .featured-projects > .container {
    width: calc(100% - 28px);
  }

  .featured-projects__header {
    align-items: flex-start;
    flex-direction: column;

    gap: 22px;
    margin-bottom: 28px;
  }

  .featured-projects__eyebrow {
    margin-bottom: 14px;

    font-size: 10px;
  }

  .featured-projects__title {
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1;
  }

  .featured-projects__all {
    min-height: 44px;
    padding: 10px 16px;

    font-size: 13px;
  }

  .featured-projects__grid,
  .featured-projects__side {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .project-showcase--featured {
    min-height: 460px;
  }

  .project-showcase--compact {
    min-height: 360px;
  }

  .project-showcase__content,
  .project-showcase--compact .project-showcase__content {
    max-width: 100%;
    padding: 24px;
  }

  .project-showcase__label {
    margin-bottom: 18px;
  }

  .project-showcase__title,
  .project-showcase--compact .project-showcase__title {
    font-size: clamp(28px, 8.5vw, 36px);
  }

  .project-showcase__description {
    max-width: 320px;
    font-size: 14px;
    line-height: 1.6;
  }

  .project-showcase__visual::after {
    background:
      linear-gradient(
        0deg,
        rgba(7, 11, 8, 0.99) 0%,
        rgba(7, 11, 8, 0.9) 38%,
        rgba(7, 11, 8, 0.45) 68%,
        rgba(7, 11, 8, 0.08) 100%
      );
  }

  .project-showcase__visual img {
    object-position: center top;
  }

  .featured-projects__rings {
    top: 48px;
    right: -250px;

    width: min(720px, 155vw);
    height: calc(100% - 48px);

    transform: scale(1.2);
    transform-origin: bottom right;

    opacity: 0.09;
  }
}

@media (max-width: 620px) {
  .site-footer__inner {
    padding-top: 56px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 44px;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 600px) {
  .collaboration-cta {
    min-height: 420px;
  }

  .collaboration-cta__grid {
    padding-block: 72px;
  }

  .collaboration-cta__title {
    font-size: clamp(36px, 11vw, 46px);
  }

  .collaboration-cta__button {
    width: 100%;
  }
}

/* =====================================================
   RESPONSIVE — SMALL PHONE
   ===================================================== */

@media (max-width: 420px) {

  /* ---------- HERO ---------- */

  .start-hero__grid {
    width: calc(100% - 22px);
    padding: 70px 0 74px;
  }

  .start-hero__title {
    font-size: clamp(41px, 13.8vw, 54px);
  }

  .start-hero__actions {
    grid-template-columns: 1fr;
  }

  .start-hero__btn {
    justify-content: space-between;
  }

  .start-hero__stat {
    margin-right: 8px;
    padding-right: 8px;
  }

  .start-hero__stat strong {
    font-size: 17px;
  }

  .start-hero__stat span {
    font-size: 10px;
  }

  .start-hero__photo-wrap {
    height: min(66svh, 510px);
    min-height: 400px;
  }


  /* ---------- FEATURED PROJECTS ---------- */

  .featured-projects > .container {
    width: calc(100% - 22px);
  }

  .featured-projects__title {
    font-size: clamp(34px, 11vw, 42px);
  }

  .featured-projects__all {
    width: 100%;
    justify-content: space-between;
  }

  .project-showcase--featured {
    min-height: 430px;
  }

  .project-showcase--compact {
    min-height: 340px;
  }

  .project-showcase__content,
  .project-showcase--compact .project-showcase__content {
    padding: 21px;
  }

  .featured-projects__rings {
    right: -270px;
    opacity: 0.075;
  }
}


/* =====================================================
   TOUCH DEVICES — прибираємо hover-ефекти,
   які можуть "залипати" після натискання
   ===================================================== */

@media (hover: none) {
  .start-hero__photo-wrap:hover,
  .project-showcase:hover,
  .featured-projects__all:hover {
    transform: none;
  }

  .start-hero__photo-wrap:hover .start-hero__photo,
  .project-showcase:hover .project-showcase__visual img {
    transform: scale(1.035);
  }

  .start-hero__photo-shine {
    display: none;
  }
}

/* =====================================================
   ABOUT PREVIEW — RESPONSIVE
   ===================================================== */

@media (max-width: 1180px) {
  .about-preview {
    padding: 88px 0 96px;
  }

  .about-preview__grid {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(300px, 0.78fr);
    gap: clamp(48px, 6vw, 82px);
  }

  .about-preview__intro {
    max-width: 600px;
  }

  .about-preview__title {
    font-size: clamp(40px, 5vw, 56px);
  }

  .about-preview__description {
    font-size: 16px;
  }

  .about-preview__direction {
    grid-template-columns: 42px 1fr;
    gap: 16px;
    padding: 22px 0;
  }
}

@media (max-width: 900px) {
  .about-preview {
    padding: 78px 0 86px;
  }

  .about-preview__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-preview__intro,
  .about-preview__title,
  .about-preview__directions {
    max-width: 700px;
  }

  .about-preview__title {
    font-size: clamp(42px, 7vw, 58px);
  }

  .about-preview__description {
    max-width: 660px;
  }

  .about-preview__direction p {
    max-width: 560px;
  }
}

@media (max-width: 640px) {
  .about-preview {
    padding: 64px 0 72px;
  }

  .about-preview__grid {
    gap: 36px;
  }

  .about-preview__eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .about-preview__eyebrow::before {
    width: 24px;
  }

  .about-preview__title {
    margin-bottom: 20px;
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.02;
    letter-spacing: -0.03em;
  }

  .about-preview__description {
    font-size: 15px;
    line-height: 1.65;
  }

  .about-preview__direction {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 0;
  }

  .about-preview__number {
    font-size: 17px;
  }

  .about-preview__direction h3 {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .about-preview__direction p {
    max-width: none;
    font-size: 14px;
    line-height: 1.55;
  }
}

@media (max-width: 420px) {
  .about-preview {
    padding: 56px 0 64px;
  }

  .about-preview__grid {
    gap: 30px;
  }

  .about-preview__title {
    font-size: clamp(32px, 10.5vw, 40px);
  }

  .about-preview__description {
    font-size: 14px;
  }

  .about-preview__direction {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 0;
  }

  .about-preview__number {
    font-size: 16px;
  }

  .about-preview__direction h3 {
    font-size: 15px;
  }

  .about-preview__direction p {
    font-size: 13px;
  }
}


.hero-reveal,
.hero-photo-reveal {
  opacity: 0;
}

.hero-reveal {
  transform: translateY(18px);
}

.hero-photo-reveal {
  transform: scale(1.035);
}

body.hero-loaded .hero-reveal,
body.hero-loaded .hero-photo-reveal {
  opacity: 1;
  transform: none;
}

body.hero-loaded .hero-reveal {
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

body.hero-loaded .hero-photo-reveal {
  transition:
    opacity 1.15s ease,
    transform 1.35s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Фото проявляється першим */

body.hero-loaded .hero-photo-reveal {
  transition-delay: 0.12s;
}

/* Потім контент */

body.hero-loaded .hero-reveal--1 {
  transition-delay: 0.28s;
}

body.hero-loaded .hero-reveal--2 {
  transition-delay: 0.38s;
}

body.hero-loaded .hero-reveal--3 {
  transition-delay: 0.48s;
}

body.hero-loaded .hero-reveal--4 {
  transition-delay: 0.68s;
}

body.hero-loaded .hero-reveal--5 {
  transition-delay: 0.83s;
}

body.hero-loaded .hero-reveal--6 {
  transition-delay: 0.98s;
}

body.hero-loaded .hero-reveal--7 {
  transition-delay: 1.14s;
}
