.v2-inner {
  background: var(--v2-soft);
}

.v2-inner .v2-page-main {
  margin-top: 0;
}

.v2-inner .v2-section {
  padding: clamp(50px, 5.2vw, 82px) 0;
}

.v2-inner-hero {
  position: relative;
  min-height: 460px;
  padding: 108px 0 62px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  background: var(--v2-dark);
}

.v2-inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--v2-hero-image);
  background-size: cover;
  background-position: center;
  filter: saturate(0.92);
  transform: scale(1.02);
}

.v2-inner-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(24, 26, 36, 0.92), rgba(24, 26, 36, 0.72) 48%, rgba(24, 26, 36, 0.24)),
    linear-gradient(180deg, rgba(24, 26, 36, 0.22), rgba(24, 26, 36, 0.86));
}

.v2-inner-hero__grid {
  display: block;
  color: #fff;
}

.v2-breadcrumbs {
  margin-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.35;
}

.v2-breadcrumbs a {
  color: rgba(255, 255, 255, 0.78);
}

.v2-breadcrumbs a::after {
  content: "/";
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.36);
}

.v2-breadcrumbs a:hover {
  color: var(--v2-green);
}

.v2-inner-hero h1 {
  max-width: 1180px;
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 800;
  line-height: 1.08;
}

.v2-inner-hero p {
  max-width: 980px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

.v2-inner-hero--landing {
  min-height: 650px;
  padding: 116px 0 44px;
  align-items: stretch;
}

.v2-inner-hero--landing::before {
  background-position: center right;
}

.v2-inner-hero--landing::after {
  background:
    linear-gradient(90deg, rgba(24, 26, 36, 0.96), rgba(24, 26, 36, 0.72) 48%, rgba(24, 26, 36, 0.28)),
    linear-gradient(180deg, rgba(24, 26, 36, 0.16), rgba(24, 26, 36, 0.88));
}

.v2-landing-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(22px, 4vw, 42px);
  align-content: end;
  align-items: start;
}

.v2-landing-hero__copy {
  max-width: 980px;
}

.v2-landing-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--v2-green);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.v2-landing-hero__eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.v2-inner-hero--landing h1 {
  max-width: 980px;
  font-size: clamp(39px, 5.2vw, 68px);
  line-height: 1.02;
}

.v2-inner-hero--landing p {
  max-width: 710px;
  color: rgba(255, 255, 255, 0.82);
}

.v2-landing-hero__actions {
  margin-top: 30px;
}

.v2-landing-hero__checks {
  width: min(1240px, calc(100vw - 48px));
  margin: 36px 0 16px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 34px;
  list-style: none;
}

.v2-landing-hero__checks li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.v2-landing-hero__checks li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 11px;
  height: 7px;
  border-left: 2px solid var(--v2-green);
  border-bottom: 2px solid var(--v2-green);
  transform: rotate(-45deg);
}

.v2-landing-hero__panel {
  grid-column: 1 / -1;
  grid-row: 2;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

.v2-landing-hero__panel span {
  display: inline-flex;
  color: var(--v2-green);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.v2-landing-hero__panel strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.12;
}

.v2-landing-hero__panel p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.6;
}

.v2-landing-hero__benefits {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.v2-landing-hero__benefits article {
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(24, 26, 36, 0.42);
  backdrop-filter: blur(18px);
}

.v2-landing-hero__benefits img {
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  object-fit: contain;
}

.v2-landing-hero__benefits h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.22;
}

.v2-landing-hero__benefits p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  line-height: 1.45;
}

.v2-inner-strip {
  margin-top: -42px;
  position: relative;
  z-index: 5;
}

.v2-inner-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.v2-mini-card {
  min-height: 160px;
  padding: 24px;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(23, 25, 34, 0.08);
}

.v2-mini-card img {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
}

.v2-mini-card h2 {
  color: var(--v2-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.v2-mini-card p {
  margin-top: 8px;
  color: var(--v2-muted);
  font-size: 14px;
  line-height: 1.55;
}

.v2-photo-text {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(26px, 4.4vw, 56px);
  align-items: center;
}

.v2-photo-text figure,
.v2-pb-adv figure,
.v2-project-intro figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--v2-dark);
  box-shadow: var(--v2-shadow);
}

.v2-photo-text figure img,
.v2-pb-adv figure img,
.v2-project-intro figure img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.v2-text-column {
  max-width: 1040px;
  margin: 0 auto;
}

.v2-text-column--wide {
  max-width: none;
}

.v2-text-column .v2-rich-text {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  background: #fff;
}

.v2-text-column .v2-rich-text--plain {
  padding: 0;
  border: 0;
  background: transparent;
}

.v2-rich-text h2,
.v2-rich-text h3 {
  margin: 1.4em 0 0.6em;
  color: var(--v2-ink);
  font-weight: 800;
  line-height: 1.18;
}

.v2-rich-text h2:first-child,
.v2-rich-text h3:first-child {
  margin-top: 0;
}

.v2-rich-text h2 {
  font-size: clamp(25px, 3vw, 34px);
}

.v2-rich-text h3 {
  font-size: 22px;
}

.v2-rich-text ul,
.v2-rich-text ol {
  margin: 18px 0 0 20px;
  color: var(--v2-muted);
}

.v2-rich-text li:not(:first-child) {
  margin-top: 8px;
}

.v2-image-band img {
  width: 100%;
  max-height: 430px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--v2-shadow);
}

.v2-image-band .v2-shell {
  width: min(1040px, calc(100% - 48px));
}

.v2-image-band__caption {
  position: relative;
  z-index: 2;
  width: min(860px, calc(100% - 64px));
  margin: -82px auto 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(23, 25, 34, 0.08);
}

.v2-image-band__caption p:first-child {
  margin-top: 0;
}

.v2-image-band__caption p:last-child {
  margin-bottom: 0;
}

.v2-catalog-section {
  background: var(--v2-soft);
}

.v2-catalog-section .v2-projects__grid {
  color: #fff;
}

.v2-pb-adv {
  background: #fff;
}

.v2-pb-adv.is-dark {
  background: var(--v2-dark);
  color: #fff;
}

.v2-pb-adv.is-dark .v2-section-head h2,
.v2-pb-adv.is-dark .v2-section-head p,
.v2-pb-adv.is-dark .v2-condition-list h3 {
  color: #fff;
}

.v2-pb-adv.is-dark .v2-condition-list article {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.v2-pb-adv.is-dark .v2-condition-list p {
  color: rgba(255, 255, 255, 0.72);
}

.v2-pb-adv__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
  gap: clamp(26px, 4.4vw, 54px);
  align-items: center;
}

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

.v2-gallery a {
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  background: var(--v2-dark);
}

.v2-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.38s ease;
}

.v2-gallery a:hover img {
  transform: scale(1.06);
}

.v2-related-projects {
  background: var(--v2-dark);
}

.v2-related-projects .v2-section-head h2,
.v2-related-projects .v2-section-head p {
  color: #fff;
}

.v2-project-intro {
  background: #fff;
}

.v2-project-intro__grid {
  display: grid;
  grid-template-columns: minmax(320px, 460px) 1fr;
  gap: clamp(26px, 4.4vw, 56px);
  align-items: center;
}

.v2-project-intro span {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid var(--v2-green);
  border-radius: 6px;
  color: var(--v2-green-strong);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.v2-project-intro h2 {
  margin-top: 22px;
  color: var(--v2-ink);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.08;
}

.v2-project-intro p {
  margin: 16px 0 28px;
  color: var(--v2-muted);
  font-size: 18px;
  line-height: 1.6;
}

.v2-not-found {
  min-height: 0;
  text-align: center;
}

.v2-inner .v2-not-found {
  min-height: calc(100vh - 190px);
  padding: clamp(170px, 16vw, 230px) 0 clamp(70px, 7vw, 110px);
}

.v2-not-found strong {
  color: var(--v2-green);
  font-size: clamp(72px, 16vw, 150px);
  font-weight: 900;
  line-height: 0.9;
}

.v2-not-found h2 {
  margin-top: 22px;
  color: var(--v2-ink);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800;
}

.v2-not-found p {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--v2-muted);
  font-size: 18px;
  line-height: 1.7;
}

.v2-not-found .v2-actions {
  justify-content: center;
}

.v2-button--dark {
  background: var(--v2-dark);
  border-color: var(--v2-dark);
  color: #fff;
}

.v2-button--dark:hover {
  background: #11131c;
  border-color: #11131c;
  color: #fff;
}

.v2-sitemap {
  background: #fff;
}

.v2-map-list,
.v2-map-sublist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.v2-map-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.v2-map-list > li {
  padding: 24px;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  background: var(--v2-soft);
}

.v2-map-list a {
  color: var(--v2-ink);
  font-weight: 800;
}

.v2-map-list a:hover {
  color: var(--v2-green-strong);
}

.v2-map-sublist {
  margin-top: 14px;
  display: grid;
  gap: 8px;
}

.v2-map-sublist a {
  color: var(--v2-muted);
  font-size: 14px;
  font-weight: 600;
}

.home-v2 #projects.v2-catalog-section,
.home-v2 #projects.v2-related-projects {
  background: var(--v2-dark);
}

.v2-inner--projects #projects.v2-catalog-section {
  background: #fff;
}

.v2-roof-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(22px, 4vw, 46px);
}

.v2-roof-lead__text {
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(23, 25, 34, 0.06);
}

.v2-roof-lead__grid,
.v2-roof-process,
.v2-roof-faq {
  display: grid;
  gap: 12px;
}

.v2-roof-lead__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v2-roof-card {
  padding: 22px;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  background: #fff;
}

.v2-roof-card h3,
.v2-roof-step h3,
.v2-roof-faq h3 {
  margin: 0;
  color: var(--v2-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.v2-roof-card p,
.v2-roof-step p,
.v2-roof-faq p {
  margin: 10px 0 0;
  color: var(--v2-muted);
  font-size: 14px;
  line-height: 1.55;
}

.v2-roof-process {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: roof-step;
}

.v2-roof-step {
  position: relative;
  min-height: 188px;
  padding: 24px 22px;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  background: #fff;
  counter-increment: roof-step;
}

.v2-roof-step::before {
  content: counter(roof-step, decimal-leading-zero);
  display: block;
  margin-bottom: 20px;
  color: var(--v2-green-strong);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.v2-roof-faq {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v2-roof-faq article {
  padding: 24px;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  background: #fff;
}

@media (max-width: 980px) {
  .v2-inner .v2-section {
    padding: 46px 0;
  }

  .v2-inner-hero {
    min-height: 440px;
    padding: 104px 0 54px;
  }

  .v2-photo-text,
  .v2-pb-adv__grid,
  .v2-project-intro__grid,
  .v2-landing-hero__grid,
  .v2-roof-lead,
  .v2-roof-process {
    grid-template-columns: 1fr;
  }

  .v2-inner-strip__grid,
  .v2-landing-hero__benefits,
  .v2-gallery,
  .v2-map-list,
  .v2-roof-faq {
    grid-template-columns: 1fr;
  }

  .v2-inner-hero--landing {
    min-height: 660px;
    padding: 108px 0 38px;
  }

  .v2-landing-hero__checks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

@media (max-width: 680px) {
  .v2-inner .v2-section {
    padding: 38px 0;
  }

  .v2-inner-hero {
    min-height: 430px;
    padding: 92px 0 44px;
  }

  .v2-inner-hero::before,
  .v2-inner-hero--landing::before {
    background-size: auto 100%;
    background-position: center center;
  }

  .v2-inner-hero--landing {
    min-height: auto;
    padding: 96px 0 28px;
  }

  .v2-inner-hero--landing h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .v2-landing-hero__checks,
  .v2-roof-lead__grid {
    grid-template-columns: 1fr;
  }

  .v2-landing-hero__checks {
    margin-top: 26px;
    margin-bottom: 8px;
    gap: 14px;
    width: 100%;
  }

  .v2-landing-hero__panel {
    padding: 22px;
  }

  .v2-landing-hero__benefits article {
    min-height: auto;
    padding: 18px;
  }

  .v2-inner-hero p {
    font-size: 16px;
    line-height: 1.55;
  }

  .v2-breadcrumbs {
    margin-bottom: 22px;
    font-size: 12px;
  }

  .v2-photo-text figure img,
  .v2-pb-adv figure img,
  .v2-project-intro figure img {
    min-height: 260px;
  }

  .v2-text-column .v2-rich-text {
    padding: 24px;
  }

  .v2-text-column .v2-rich-text--plain {
    padding: 0;
  }

  .v2-image-band .v2-shell {
    width: min(1040px, calc(100% - 32px));
  }

  .v2-image-band__caption {
    width: calc(100% - 24px);
    margin-top: -58px;
    padding: 22px;
  }
}
