/*
 * HTCWindow Home components
 * Figma system: 1440px canvas, 1300px content, Montserrat, 160px section rhythm.
 */
.home-hero,
.home-intro,
.home-about,
.home-factory,
.home-cert,
.home-products,
.home-process,
.home-projects,
.home-partners,
.home-contact {
  box-sizing: border-box;
  font-family: "Montserrat", Arial, sans-serif;
}

.home-hero *,
.home-intro *,
.home-about *,
.home-factory *,
.home-cert *,
.home-products *,
.home-process *,
.home-projects *,
.home-partners *,
.home-contact * {
  box-sizing: border-box;
}

/* Hero */
.home-hero {
  width: 100%;
  max-width: none;
  height: clamp(560px, 61.0585vw, 879.243px);
  margin: 24.378px 0 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #0d1f36;
}

.home-hero__slider {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.home-hero__slider .splide__track,
.home-hero__slider .splide__list,
.home-hero__slide {
  width: 100%;
  height: 100%;
}

.home-hero__slide {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #0d1f36;
}

.home-hero__image,
.home-hero__image.tag,
.home-hero__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.home-hero__image img,
img.home-hero__image {
  display: block;
  object-fit: cover;
}

.home-hero__content {
  width: 400px;
  max-width: calc(100% - 80px);
  padding: 42px 22px 44px;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--htc-white);
  text-align: center;
}

.home-hero__welcome,
.home-hero__brand {
  margin: 0;
  color: var(--htc-white);
  text-align: center;
}

.home-hero__welcome {
  margin-bottom: var(--htc-space-4);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
}

.home-hero__brand {
  font-size: var(--htc-display-size);
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
}

.home-hero__slider .splide__pagination {
  width: 25px;
  position: absolute;
  z-index: 6;
  right: 70px;
  top: 38.97%;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--htc-space-4);
  transform: none;
}

.home-hero__slider .splide__pagination li {
  width: 25px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-hero__slider .splide__pagination__page {
  width: 9.6px;
  height: 9.6px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  transform: none;
}

.home-hero__slider .splide__pagination__page.is-active {
  width: 25px;
  height: 25px;
  position: relative;
  border: 2px solid var(--htc-white);
  background: transparent;
  transform: none;
}

.home-hero__slider .splide__pagination__page.is-active::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background: #fff;
}

.home-hero::before,
.home-hero::after {
  content: "";
  width: 118%;
  height: 115px;
  position: absolute;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--htc-bg);
  pointer-events: none;
}
.home-hero::before {
  top: -56px;
}
.home-hero::after {
  bottom: -56px;
}

/* Intro + stats */
.home-intro {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--htc-bg);
  color: var(--htc-black);
}

.home-intro__top {
  width: 100%;
  padding: var(--htc-space-10) var(--htc-gutter) var(--htc-section-space);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--htc-space-9);
  text-align: center;
}

.home-intro__heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-intro__heading-line {
  width: auto;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--htc-space-2);
  font-size: var(--htc-display-size);
  line-height: 1.23;
  font-weight: 600;
}

.home-intro__heading-part {
  width: auto;
  margin: 0;
  display: inline;
  font: inherit;
  line-height: inherit;
  white-space: nowrap;
}
.home-intro__heading-part--blue {
  color: var(--htc-primary);
}
.home-intro__heading-part--dark {
  color: var(--htc-black);
}
.home-intro__heading-part--red {
  color: var(--htc-secondary);
}

.home-intro__heading-sub {
  width: auto;
  max-width: 100%;
  margin: 0;
  color: var(--htc-black);
  font-size: var(--htc-display-size);
  line-height: 1.23;
  font-weight: 600;
  text-align: center;
}

.home-intro__description {
  width: 550px;
  max-width: 100%;
  margin: 0;
  color: var(--htc-black);
  font-size: var(--htc-body-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
  text-align: center;
  opacity: 0.5;
}

.home-intro__features {
  width: 886px;
  max-width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--htc-space-10);
}

.home-intro__feature {
  width: auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: var(--htc-space-3);
  text-align: left;
}

.home-intro__check-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--htc-secondary);
  color: var(--htc-white);
  fill: var(--htc-white);
  font-size: 10px;
  line-height: 1;
}
.home-intro__check-icon::before {
  color: var(--htc-white);
}

.home-intro__feature-text {
  width: auto;
  margin: 0;
  color: var(--htc-black);
  font-size: var(--htc-body-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
  white-space: nowrap;
}

.home-intro__stats {
  width: 100%;
  padding: 74px
    max(
      var(--htc-space-9),
      calc((100% - var(--htc-container)) / 2 + var(--htc-space-9))
    )
    75px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  background: var(--htc-primary-2);
}

.home-intro__stat {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--htc-space-2);
  color: var(--htc-white);
  text-align: center;
}

.home-intro__stat-number {
  width: auto;
  margin: 0;
  color: var(--htc-white);
  font-size: 56px;
  line-height: 1;
  font-weight: 700;
}

.home-intro__stat-label {
  width: auto;
  margin: 0;
  color: var(--htc-white);
  font-size: var(--htc-subtitle-size);
  line-height: 1.3;
  font-weight: 500;
}

/* Shared light-section patterns */
.home-about,
.home-factory,
.home-cert,
.home-process,
.home-projects,
.home-partners {
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--htc-bg);
  color: var(--htc-black);
}

.home-about__badge,
.home-cert__badge,
.home-process__badge,
.home-projects__badge,
.home-partners__badge {
  width: max-content;
  max-width: 100%;
  padding: 12px 28px 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: var(--htc-space-2);
  border-radius: var(--htc-radius-sm);
  background: var(--htc-white);
  color: var(--htc-primary);
  font-size: var(--htc-body-size);
  line-height: 1.25;
  font-weight: 700;
}

.home-about__badge-dot,
.home-cert__badge-dot,
.home-process__badge-dot,
.home-projects__badge-dot,
.home-partners__badge-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--htc-primary);
}

.home-about__badge-text,
.home-cert__badge-text,
.home-process__badge-text,
.home-projects__badge-text,
.home-partners__badge-text {
  width: auto;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  white-space: nowrap;
}

/* About */
.home-about {
  padding: 80px var(--htc-gutter);
  background: #f9f9f9;
}

.home-about__inner {
  width: 100%;
  max-width: var(--htc-container);
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.home-about__layout {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  align-items: start;
  gap: 72px;
}

.home-about__media {
  width: 100%;
  max-width: 100%;
  min-height: 550px;
  position: relative;
  justify-self: start;
}

.home-about__media-image {
  margin: 0;
  position: absolute;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #dde3ea;
  box-shadow: none;
}

.home-about__media-image,
.home-about__media-image img {
  display: block;
}

.home-about__media-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about__media-image--main {
  width: 72%;
  height: auto;
  aspect-ratio: 3 / 4;
  border-radius: var(--htc-radius-md);
  left: 0;
  top: 0;
  z-index: 1;
}

.home-about__media-image--secondary {
  width: 47%;
  height: auto;
  aspect-ratio: 3 / 4;
  border: 8px solid var(--htc-white);
  border-radius: var(--htc-radius-md);
  right: 1%;
  top: 72px;
  z-index: 2;
  box-shadow: 0 16px 36px rgba(8, 22, 43, 0.12);
}

.home-about__experience {
  width: 50%;
  min-height: 105px;
  padding: 12px 18px;
  position: absolute;
  z-index: 4;
  right: 8%;
  bottom: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  row-gap: 0;
  border-radius: 15px;
  background: #19519c;
  color: var(--htc-white);
  text-align: left;
  box-shadow: none;
}

.home-about__experience::before {
  content: "★";
  width: 38px;
  height: 38px;
  grid-column: 1;
  grid-row: 1 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.home-about__experience-number {
  margin: 0;
  grid-column: 2;
  grid-row: 1;
  color: inherit;
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
}

.home-about__experience-label {
  width: auto;
  margin: 0;
  grid-column: 2;
  grid-row: 2;
  color: inherit;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 400;
}

.home-about__copy {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
}

.home-about__badge {
  align-self: flex-start;
  padding: 7px 15px;
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
}

.home-about__heading {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--htc-ink);
  font-size: 46px;
  line-height: 1.12;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.home-about__text {
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--htc-black);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  text-align: left;
  opacity: 0.64;
}

.home-about__image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--htc-radius-md);
  box-shadow: none;
  object-fit: cover;
}
.home-about__image,
.home-about__image img {
  display: block;
}
.home-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about__image--left {
  border-radius: var(--htc-radius-md) 72px var(--htc-radius-md)
    var(--htc-radius-md);
}

.home-about__image--right {
  border-radius: 72px var(--htc-radius-md) var(--htc-radius-md)
    var(--htc-radius-md);
}

.home-about__benefits {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-about__benefit {
  width: 100%;
  min-height: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--htc-black);
  box-shadow: none;
}

.home-about__benefit-icon {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--htc-primary);
  color: var(--htc-white);
  font-size: 6px;
  line-height: 1;
}

.home-about__benefit-text {
  width: auto;
  margin: 0;
  color: var(--htc-black);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.home-about__details {
  width: 100%;
  max-width: none;
  margin-top: 0;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(140px, 1fr);
  align-items: start;
  gap: 20px;
}

.home-about__stats {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-about__stat {
  width: 100%;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(8, 22, 43, 0.13);
  text-align: center;
}

.home-about__stat:last-child {
  border-bottom: 0;
}

.home-about__stat-number {
  margin: 0 0 3px;
  color: var(--htc-ink);
  font-size: 46px;
  line-height: 1;
  font-weight: 400;
}

.home-about__stat-label {
  width: auto;
  margin: 0;
  color: var(--htc-black);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  opacity: 0.5;
}

/* Factory */
.home-factory {
  padding: 0 var(--htc-gutter);
  background: #f4f5f6;
}

.home-factory__inner {
  width: 100%;
  max-width: 1300px;
  min-height: 400px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 160px;
  padding-top: 80px;
}

.home-factory__heading {
  width: 428.889px;
  max-width: 100%;
  height: 400px;
  flex: 0 0 428.889px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  text-align: left;
}

.home-factory__title {
  width: 100%;
  margin: 0;
  padding: 0;
  position: static;
  color: #08162b;
  font-size: 40px;
  line-height: normal;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  word-break: break-word;
}

.home-factory__title::after {
  display: none;
  content: none;
}

.home-factory__description {
  width: 100%;
  margin: 0;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  opacity: 0.5;
  word-break: break-word;
}

.home-factory__video {
  width: 711.111px;
  max-width: 100%;
  height: 400px;
  flex: 0 0 711.111px;
  aspect-ratio: auto;
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #08162b;
  box-shadow: none;
}

.home-factory__video .bricks-video-wrapper,
.home-factory__video video {
  width: 100%;
  height: 100%;
}

.home-factory__video .bricks-video-wrapper {
  aspect-ratio: auto;
}

.home-factory__video video {
  display: block;
  object-fit: cover;
  object-position: center;
}

.home-factory__video .bricks-video-overlay {
  background: transparent;
}

.home-factory__video .bricks-video-overlay-icon {
  width: 72px;
  height: 72px;
  padding: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.3);
  color: var(--htc-white);
  font-size: 32px;
  line-height: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease;
}

.home-factory__video .bricks-video-overlay-icon:hover,
.home-factory__video .bricks-video-overlay-icon:focus-visible {
  background: rgba(255, 255, 255, 0.42);
  transform: translate(-50%, -50%);
}

.home-factory__video .bricks-video-overlay-icon i {
  color: var(--htc-white);
  font-size: 32px;
}

/* Certificate */
.home-cert {
  padding: var(--htc-section-space) var(--htc-gutter) 0;
}

/* About page: keep the final certificate section visually separated from the footer. */
.page-id-195 .home-cert {
  padding-bottom: var(--htc-section-space);
}

.home-cert__inner {
  width: 100%;
  max-width: var(--htc-container);
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--htc-space-10);
}

.home-cert__image-frame {
  width: 480px;
  max-width: 100%;
  height: auto;
  flex: 0 0 480px;
  display: block;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-cert__image,
.home-cert__image.tag {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: static;
  margin: 0;
  transform: none;
}
.home-cert__image img,
img.home-cert__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}

.home-cert__copy {
  width: 518px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--htc-space-10);
  text-align: right;
}

.home-cert__title {
  width: 603px;
  max-width: none;
  margin: 0;
  color: var(--htc-ink);
  font-size: var(--htc-title-size);
  line-height: 1.22;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.home-cert__description {
  width: 398px;
  max-width: 100%;
  margin: 0;
  color: var(--htc-black);
  font-size: var(--htc-body-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
  text-align: right;
  opacity: 0.5;
}

/* Products */
.home-products {
  width: 100%;
  max-width: none;
  margin: var(--htc-section-space) 0 0;
  min-height: 880px;
  padding: 56.8px var(--htc-gutter) 72px;
  position: relative;
  overflow: hidden;
  background: #071222;
  color: var(--htc-white);
}

.home-products__bg,
.home-products__bg.tag,
.home-products__bg img,
.home-products__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.home-products__bg {
  z-index: 0;
  margin: 0;
  max-width: none;
}
.home-products__bg img,
img.home-products__bg {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center;
}
.home-products__overlay {
  z-index: 1;
  background: rgba(7, 18, 34, 0.94);
  pointer-events: none;
}

.home-products__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-products__badge {
  width: max-content;
  max-width: 100%;
  padding: 12px 28px 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--htc-white);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.home-products__badge-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #fff;
}
.home-products__badge-text {
  width: auto;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.home-products__title {
  width: 603px;
  max-width: 100%;
  margin: 40px 0 0;
  color: var(--htc-white);
  font-size: 40px;
  line-height: 1.22;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.home-products__accent {
  color: #fd2e2b;
}

.home-products__grid {
  width: 1024px;
  max-width: 100%;
  margin-top: 67px;
  display: grid;
  grid-template-columns: repeat(3, 320px);
  justify-content: center;
  gap: 32px;
}

.home-products__card {
  width: 320px;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-products__mosaic {
  width: 320px;
  max-width: 100%;
  height: 406px;
  aspect-ratio: auto;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.home-products__mosaic::before,
.home-products__mosaic::after {
  display: none;
  content: none;
}

.home-products__card:nth-child(1) .home-products__mosaic {
  border-radius: 120px 8px 8px 8px;
}
.home-products__card:nth-child(2) .home-products__mosaic {
  border-radius: 8px 8px 120px 8px;
}
.home-products__card:nth-child(3) .home-products__mosaic {
  border-radius: 8px 120px 8px 8px;
}

.home-products__image {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 0;
}
.home-products__image,
.home-products__image.tag,
.home-products__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.home-products__image img,
img.home-products__image {
  object-fit: cover;
  object-position: center;
  transition: transform 0.28s ease;
}
.home-products__mosaic:hover .home-products__image img,
.home-products__mosaic:hover img.home-products__image {
  transform: scale(1.025);
}

.home-products__card-link {
  width: auto;
  margin-top: 40px;
  color: var(--htc-white);
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 4px;
}
.home-products__card-link:hover,
.home-products__card-link:focus-visible {
  color: #fd2e2b;
}

/* Process */
.home-process {
  padding: 0 var(--htc-gutter);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.home-process__fade {
  width: min(893px, 100%);
  aspect-ratio: 893 / 480;
  position: relative;
  margin: 106px auto 0;
  overflow: hidden;
}
.home-process__fade-image,
.home-process__fade-image.tag,
.home-process__fade-image img {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
}
.home-process__fade-image img,
img.home-process__fade-image {
  object-fit: cover;
}
.home-process__fade::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(244, 245, 246, 0) 26%,
    var(--htc-bg) 91%
  );
  pointer-events: none;
}

.home-process__body {
  width: 100%;
  max-width: var(--htc-container);
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--htc-space-10);
}

.home-process__head {
  width: min(748px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--htc-space-7);
  text-align: center;
}

.home-process__title {
  width: 100%;
  margin: 0;
  color: var(--htc-ink);
  font-size: var(--htc-title-size);
  line-height: 1.22;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.home-process__steps {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 420px));
  justify-content: space-between;
  column-gap: var(--htc-space-4);
  row-gap: 0;
}

.home-process__step {
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: var(--htc-space-2);
}

.home-process__step-image,
.home-process__step-image.tag {
  width: 100%;
  height: 210px;
  aspect-ratio: 2 / 1;
  margin: 0;
  overflow: hidden;
  border-radius: var(--htc-radius-sm);
}
.home-process__step-image img,
img.home-process__step-image {
  display: block;
  object-fit: cover;
}

.home-process__step-copy {
  width: min(281px, 100%);
  height: 220px;
  position: relative;
}

.home-process__step-number {
  width: auto;
  position: absolute;
  left: 0;
  top: -8px;
  margin: 0;
  color: rgba(29, 80, 153, 0.32);
  font-size: 120px;
  line-height: 1;
  font-weight: 800;
}

.home-process__step-title {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 72px;
  margin: 0;
  color: var(--htc-primary);
  font-size: var(--htc-subtitle-size);
  line-height: 1.25;
  font-weight: 700;
}

.home-process__step-text {
  width: 264px;
  max-width: 100%;
  position: absolute;
  z-index: 2;
  top: 126px;
  margin: 0;
  color: var(--htc-ink);
  font-size: var(--htc-body-size);
  line-height: 20px;
  font-weight: 400;
}

/* Projects */
.home-projects {
  padding: var(--htc-section-space) var(--htc-gutter);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--htc-space-8);
  overflow: hidden;
}

.home-projects__tabs {
  width: min(var(--htc-container), 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--htc-space-3);
}

.home-projects__tab {
  width: auto;
  padding: var(--htc-space-3) var(--htc-space-5);
  border-radius: var(--htc-radius-sm);
  background: var(--htc-white);
  color: #111;
  font-size: var(--htc-small-size);
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
  user-select: none;
}
.home-projects__tab:hover,
.home-projects__tab:focus-visible,
.home-projects__tab.is-active {
  background: var(--htc-primary);
  color: var(--htc-white);
  outline: none;
}

.home-projects__grid {
  width: min(var(--htc-container), 100%);
  display: grid;
  grid-template-columns: 310px minmax(0, 640px) 310px;
  grid-auto-rows: 465px;
  gap: var(--htc-space-4);
  transition: opacity 0.2s ease;
}
.home-projects__grid.is-loading {
  opacity: 0.45;
  pointer-events: none;
}
.home-projects__card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--htc-radius-sm);
  background: var(--htc-white);
}
.home-projects__image-link,
.home-projects__image,
.home-projects__placeholder {
  width: 100%;
  height: 100%;
  display: block;
}
.home-projects__image {
  object-fit: cover;
  transition: transform 0.3s ease;
}
.home-projects__placeholder {
  background: #dfe6ee;
}
.home-projects__card:hover .home-projects__image {
  transform: scale(1.02);
}

.home-projects__caption {
  width: 350px;
  max-width: calc(100% - 48px);
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding: var(--htc-space-5);
  border-radius: var(--htc-radius-sm) var(--htc-radius-sm) 0 0;
  background: var(--htc-white);
  color: var(--htc-ink);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 3px;
}
.home-projects__message {
  grid-column: 1 / -1;
  margin: 0;
  padding: var(--htc-space-9) var(--htc-space-4);
  text-align: center;
  font-size: var(--htc-body-size);
}

/* Partners Ă„â€Ă‚Â¢Ä‚Â¢Ă¢â‚¬ÂĂ‚Â¬Ä‚Â¢Ă¢â€Â¬Ă‚Â Figma rhythm: 48px internal gap, 4 x 310px cards. */
.home-partners {
  padding: 0 var(--htc-gutter) var(--htc-section-space);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--htc-space-8);
  overflow: hidden;
}

.home-partners__head {
  width: min(748px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--htc-space-7);
  text-align: center;
}

.home-partners__title {
  width: 100%;
  margin: 0;
  color: var(--htc-ink);
  font-size: var(--htc-title-size);
  line-height: 1.22;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.home-partners__description {
  width: 440px;
  max-width: 100%;
  margin: 0;
  color: var(--htc-black);
  font-size: var(--htc-body-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
  text-align: center;
  opacity: 0.5;
}

.home-partners__grid {
  width: min(var(--htc-container), 100%);
  display: grid;
  grid-template-columns: repeat(4, 310px);
  justify-content: center;
  gap: var(--htc-space-4);
}

.home-partners__card {
  width: 310px;
  max-width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--htc-radius-md);
  background: var(--htc-white);
}

.home-partners__logo,
.home-partners__logo.tag {
  width: 240px;
  max-width: 77.42%;
  max-height: 240px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-partners__logo img,
img.home-partners__logo {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  max-height: 240px;
  object-fit: contain;
}

/* Contact - Figma layout */
.home-contact {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 90px var(--htc-gutter);
  position: relative;
  overflow: hidden;
  color: var(--htc-white);
}

.home-contact__bg,
.home-contact__bg.tag {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}

.home-contact__bg img,
img.home-contact__bg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-contact__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.home-contact__inner {
  width: 100%;
  max-width: var(--htc-container);
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 529px 638px;
  gap: 131px;
  align-items: stretch;
}

.home-contact__left {
  width: 529px;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-contact__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 66px;
}

.home-contact__heading-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--htc-space-6);
}

.home-contact__badge {
  width: max-content;
  max-width: 100%;
  padding: 12px 28px 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: var(--htc-space-2);
  border-radius: var(--htc-radius-sm);
  background: rgba(255, 255, 255, 0.2);
  color: var(--htc-white);
  font-size: var(--htc-body-size);
  line-height: 1.25;
  font-weight: 700;
}

.home-contact__badge-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--htc-white);
}

.home-contact__badge-text {
  width: auto;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  white-space: nowrap;
}

.home-contact__title {
  width: 100%;
  margin: 0;
  color: var(--htc-white);
  font-size: var(--htc-title-size);
  line-height: 1.22;
  font-weight: 600;
  text-transform: uppercase;
}

.home-contact__description {
  width: 100%;
  margin: 0;
  color: var(--htc-white);
  font-size: var(--htc-body-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
}

.home-contact__consult {
  width: 529px;
  height: 280px;
  padding: var(--htc-space-7) 63px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--htc-space-7);
  border-radius: var(--htc-radius-sm);
  background: var(--htc-white);
  color: var(--htc-primary);
}

.home-contact__consult-line {
  width: 100%;
  display: flex;
  align-items: center;
  gap: var(--htc-space-3);
}

.home-contact__consult-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: var(--htc-primary);
  fill: var(--htc-primary);
  font-size: 24px;
}

.home-contact__consult-label {
  width: auto;
  margin: 0;
  color: var(--htc-primary);
  font-size: var(--htc-body-size);
  line-height: 1.3;
  font-weight: 600;
}

.home-contact__phone {
  margin: 0;
  color: var(--htc-primary);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

.home-contact__support {
  margin: 0;
  color: var(--htc-primary);
  font-size: var(--htc-body-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
}

.home-contact__formbox {
  width: 638px;
  height: 700px;
  padding: var(--htc-space-7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--htc-space-7);
  border-radius: var(--htc-radius-md);
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.home-contact__form-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--htc-space-5);
}

.home-contact__form-title {
  margin: 0;
  color: var(--htc-white);
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
}

.home-contact__form-lead {
  margin: 0;
  color: var(--htc-white);
  font-size: var(--htc-small-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
}

.home-contact__form-shortcode,
.home-contact .dawp-form-container,
.home-contact .dawp-contact-form-el {
  width: 100%;
  max-width: none;
  margin: 0;
}

.home-contact .dawp-form-container {
  padding: 0;
  background: transparent;
}

.home-contact .dawp-contact-form-el {
  display: flex;
  flex-direction: column;
  gap: var(--htc-space-5);
}

.home-contact .dawp-form-row {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--htc-space-5);
}

.home-contact .dawp-form-col,
.home-contact .dawp-form-group {
  width: 100%;
  margin: 0;
  padding: 0;
}

.home-contact .dawp-input,
.home-contact .dawp-textarea {
  width: 100%;
  margin: 0;
  padding: 20px var(--htc-space-5);
  border: 0;
  border-radius: var(--htc-radius-sm);
  outline: 0;
  background: var(--htc-white);
  color: rgba(31, 31, 31, 0.75);
  box-shadow: none;
  font-family: inherit;
  font-size: 18px;
  line-height: var(--htc-body-line);
  font-weight: 400;
}

.home-contact .dawp-input::placeholder,
.home-contact .dawp-textarea::placeholder {
  color: rgba(31, 31, 31, 0.6);
  opacity: 1;
}

.home-contact .dawp-textarea {
  height: 162px;
  resize: none;
}

.home-contact .dawp-input:focus,
.home-contact .dawp-textarea:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.home-contact .dawp-form-submit {
  width: max-content;
  margin: 0 0 0 auto;
  padding: 20px var(--htc-space-5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--htc-space-2);
  border: 0;
  border-radius: var(--htc-radius-sm);
  background: var(--htc-secondary);
  color: var(--htc-white);
  font-family: inherit;
  font-size: var(--htc-body-size);
  line-height: 1.25;
  font-weight: 600;
  cursor: pointer;
}

.home-contact .dawp-form-submit::after {
  content: "Ă„â€Ă‚Â¢Ä‚Â¢Ă¢â€Â¬Ă‚Â Ä‚Â¢Ă¢â€Â¬Ă¢â‚¬Â";
  font-size: 20px;
  line-height: 1;
}

.home-contact .dawp-form-submit:hover,
.home-contact .dawp-form-submit:focus-visible {
  background: #9f0302;
}

.home-contact .dawp-form-response {
  margin-top: 0;
}

.home-contact .dawp-form-submit::after {
  content: "\2197";
}

/* Responsive */
@media (max-width: 1200px) {
  .home-factory__inner {
    min-height: 0;
    align-items: stretch;
    gap: clamp(48px, 7vw, 96px);
    padding-top: 48px;
  }

  .home-factory__heading {
    width: auto;
    height: auto;
    flex: 1 1 40%;
  }

  .home-factory__video {
    width: auto;
    height: auto;
    flex: 1 1 55%;
    aspect-ratio: 711.111 / 400;
  }

  .home-about__layout {
    gap: var(--htc-space-8);
  }

  .home-about__media {
    max-width: 500px;
    min-height: 420px;
  }

  .home-about__heading {
    font-size: clamp(34px, 3.5vw, 42px);
  }

  .home-about__details {
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 24px;
  }

  .home-about__benefits {
    width: 100%;
    gap: 10px;
  }

  .home-products__grid {
    width: min(1024px, 100%);
    grid-template-columns: repeat(3, minmax(0, 320px));
    gap: 32px;
  }

  .home-contact__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: var(--htc-space-9);
  }
  .home-contact__left,
  .home-contact__consult,
  .home-contact__formbox {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .home-cert__inner {
    gap: var(--htc-space-8);
  }
  .home-cert__image-frame {
    width: min(44vw, 440px);
    height: auto;
    flex-basis: min(44vw, 440px);
  }
  .home-cert__copy {
    width: min(46vw, 518px);
    gap: var(--htc-space-9);
  }
  .home-cert__title {
    width: 100%;
    max-width: 603px;
  }

  .home-process__body {
    gap: var(--htc-space-9);
  }
  .home-process__steps {
    width: min(860px, 100%);
    grid-template-columns: repeat(2, minmax(0, 420px));
    justify-content: center;
    column-gap: var(--htc-space-4);
  }

  .home-projects__grid {
    width: min(860px, 100%);
    grid-template-columns: repeat(2, minmax(0, 420px));
    grid-auto-rows: 360px;
    justify-content: center;
  }

  .home-partners__grid {
    width: min(640px, 100%);
    grid-template-columns: repeat(2, 310px);
  }
}

@media (max-width: 900px) {
  .page-id-195 .home-cert {
    padding-bottom: var(--htc-space-10);
  }

  .home-factory {
    padding-top: var(--htc-space-7);
    padding-bottom: var(--htc-space-7);
  }

  .home-factory__inner {
    flex-direction: column;
    align-items: stretch;
    gap: var(--htc-space-6);
  }

  .home-factory__heading {
    width: min(711.111px, 100%);
    max-width: 100%;
    height: auto;
    flex: none;
    margin: 0 auto;
    gap: var(--htc-space-6);
  }

  .home-factory__title {
    font-size: clamp(34px, 5vw, 40px);
  }

  .home-factory__video {
    width: min(711.111px, 100%);
    height: auto;
    flex: none;
    margin: 0 auto;
    aspect-ratio: 711.111 / 400;
  }

  .home-hero {
    height: clamp(560px, 78vw, 600px);
    margin-top: var(--htc-space-4);
  }
  .home-hero__slider .splide__pagination {
    right: var(--htc-space-6);
  }

  .home-intro__features {
    flex-wrap: wrap;
    gap: var(--htc-space-6);
  }
  .home-intro__feature-text {
    white-space: normal;
  }
  .home-intro__stats {
    padding-left: var(--htc-gutter);
    padding-right: var(--htc-gutter);
  }
  .home-intro__stat-number {
    font-size: 48px;
  }
  .home-intro__stat-label {
    font-size: 20px;
  }

  .home-about__layout {
    grid-template-columns: 1fr;
    gap: var(--htc-space-8);
  }
  .home-about__media {
    width: min(620px, 100%);
    max-width: 620px;
    min-height: 450px;
    justify-self: center;
  }
  .home-about__copy {
    width: min(720px, 100%);
    justify-self: center;
  }
  .home-about__heading {
    max-width: 680px;
    font-size: 40px;
  }
  .home-about__text {
    max-width: 680px;
  }
  .home-about__details {
    grid-template-columns: minmax(0, 1fr) 160px;
    gap: var(--htc-space-6);
  }

  .home-cert__inner {
    flex-direction: column;
    align-items: center;
    gap: var(--htc-space-9);
  }
  .home-cert__image-frame {
    width: min(480px, 100%);
    flex-basis: auto;
  }
  .home-cert__copy {
    width: min(603px, 100%);
    align-items: flex-start;
    gap: var(--htc-space-7);
    text-align: left;
  }
  .home-cert__title,
  .home-cert__description {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  .home-products__grid {
    width: min(680px, 100%);
    grid-template-columns: repeat(2, minmax(0, 320px));
    justify-content: center;
    gap: var(--htc-space-8) var(--htc-space-5);
  }

  .home-contact {
    padding-top: var(--htc-section-space);
    padding-bottom: var(--htc-section-space);
  }
  .home-contact__inner {
    width: min(700px, 100%);
    grid-template-columns: 1fr;
    gap: var(--htc-space-9);
  }
  .home-contact__left,
  .home-contact__formbox {
    height: auto;
  }
  .home-contact__left {
    gap: var(--htc-space-9);
  }
  .home-contact__top {
    gap: var(--htc-space-8);
  }
  .home-contact__consult {
    height: auto;
  }
  .home-contact__formbox {
    gap: var(--htc-space-7);
  }
}

@media (max-width: 700px) {
  .page-id-195 .home-cert {
    padding-bottom: var(--htc-space-9);
  }

  .home-hero {
    height: 560px;
    margin-top: var(--htc-space-3);
  }
  .home-hero__content {
    max-width: calc(100% - 96px);
    padding: 32px 16px 34px;
  }
  .home-hero__welcome {
    font-size: 22px;
  }
  .home-hero__brand {
    font-size: 36px;
  }
  .home-hero__slider .splide__pagination {
    right: var(--htc-space-4);
    gap: var(--htc-space-3);
  }
  .home-hero::before,
  .home-hero::after {
    width: 145%;
    height: 86px;
  }
  .home-hero::before {
    top: -58px;
  }
  .home-hero::after {
    bottom: -58px;
  }

  .home-intro__top {
    padding-top: var(--htc-space-8);
    gap: var(--htc-space-6);
  }
  .home-intro__heading-line {
    gap: var(--htc-space-1);
  }
  .home-intro__description {
    width: 560px;
  }
  .home-intro__features {
    width: 560px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--htc-space-4);
  }
  .home-intro__stats {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .home-intro__stat {
    gap: var(--htc-space-1);
    padding: 0 5px;
  }
  .home-intro__stat-number {
    font-size: 36px;
  }
  .home-intro__stat-label {
    font-size: 14px;
    line-height: 1.4;
  }

  .home-about {
    padding-top: var(--htc-space-6);
    padding-bottom: var(--htc-space-6);
  }

  .home-factory {
    padding-top: var(--htc-space-8);
    padding-bottom: var(--htc-space-8);
  }

  .home-about__inner {
    gap: var(--htc-space-5);
  }
  .home-about__layout {
    grid-template-columns: 1fr;
    gap: var(--htc-space-6);
  }
  .home-about__media {
    width: min(520px, 100%);
    min-height: 340px;
    justify-self: center;
  }
  .home-about__media-image--main {
    width: 64%;
    height: 78%;
  }
  .home-about__media-image--secondary {
    width: 49%;
    height: 54%;
    top: 68px;
  }
  .home-about__experience {
    width: 136px;
    min-height: 100px;
    left: 34%;
    padding: 14px 10px;
  }
  .home-about__experience-number {
    font-size: 28px;
  }
  .home-about__experience-label {
    font-size: 11px;
  }
  .home-about__copy {
    gap: var(--htc-space-4);
  }
  .home-about__heading {
    font-size: 32px;
  }
  .home-about__details {
    grid-template-columns: 1fr;
    gap: var(--htc-space-5);
  }
  .home-about__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--htc-space-4);
  }
  .home-about__stat {
    border-bottom: 0;
    padding: 0;
  }
  .home-about__benefits {
    gap: 10px;
  }
  .home-about__benefit {
    padding: 0;
    gap: 9px;
  }
  .home-about__benefit-text {
    font-size: 14px;
  }

  .home-factory__inner {
    gap: var(--htc-space-5);
  }
  .home-factory__heading {
    gap: var(--htc-space-5);
  }
  .home-factory__title {
    font-size: 32px;
  }
  .home-factory__description {
    font-size: 16px;
    line-height: 24px;
  }
  .home-factory__video .bricks-video-overlay-icon {
    width: 64px;
    height: 64px;
    padding: 16px;
    font-size: 32px;
  }
  .home-factory__video .bricks-video-overlay-icon i {
    font-size: 32px;
  }

  .home-cert__copy {
    gap: var(--htc-space-6);
  }
  .home-cert__description {
    line-height: 1.5;
  }

  .home-products {
    padding: var(--htc-space-8) var(--htc-gutter) var(--htc-space-9);
  }
  .home-products__badge {
    padding: var(--htc-space-2) var(--htc-space-3);
    font-size: 12px;
  }
  .home-products__title {
    margin-top: var(--htc-space-5);
  }
  .home-products__grid {
    width: min(320px, 100%);
    margin-top: var(--htc-space-6);
    grid-template-columns: 1fr;
    gap: var(--htc-space-8);
  }
  .home-products__card {
    max-width: 100%;
  }
  .home-products__card-link {
    margin-top: var(--htc-space-4);
    font-size: var(--htc-body-size);
  }

  .home-process__body {
    gap: var(--htc-space-8);
  }
  .home-process__head {
    gap: var(--htc-space-6);
  }
  .home-process__badge {
    padding: 10px var(--htc-space-3) 10px 14px;
    font-size: 13px;
  }
  .home-process__steps {
    width: min(420px, 100%);
    grid-template-columns: 1fr;
    row-gap: var(--htc-space-6);
  }
  .home-process__step {
    max-width: 100%;
  }
  .home-process__step-image,
  .home-process__step-image.tag {
    height: min(210px, calc((100vw - 40px) / 2));
  }
  .home-process__step-copy {
    height: 220px;
  }
  .home-process__step-number {
    font-size: 104px;
  }
  .home-process__step-title {
    top: 78px;
    font-size: 22px;
  }
  .home-process__step-text {
    top: 128px;
    font-size: var(--htc-body-size);
    line-height: 1.45;
  }

  .home-projects {
    gap: var(--htc-space-6);
  }
  .home-projects__tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }
  .home-projects__tab {
    flex: 0 0 auto;
    padding: 13px var(--htc-space-3);
    font-size: 12px;
  }
  .home-projects__grid {
    width: min(520px, 100%);
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .home-projects__card {
    aspect-ratio: 4 / 3;
  }
  .home-projects__caption {
    width: min(350px, calc(100% - 32px));
    padding: 18px;
    font-size: 15px;
  }

  .home-partners {
    gap: var(--htc-space-6);
  }
  .home-partners__head {
    gap: var(--htc-space-5);
  }
  .home-partners__grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-partners__card {
    width: 100%;
  }
  .home-partners__logo,
  .home-partners__logo.tag {
    width: min(240px, 77%);
  }

  .home-contact {
    padding-top: var(--htc-section-space);
    padding-bottom: var(--htc-section-space);
  }
  .home-contact__heading-group,
  .home-contact__top,
  .home-contact__left,
  .home-contact__inner {
    gap: var(--htc-space-7);
  }
  .home-contact__consult {
    padding: var(--htc-space-7);
    gap: var(--htc-space-6);
  }
  .home-contact__phone {
    font-size: 28px;
  }
  .home-contact__formbox {
    padding: var(--htc-space-7);
    gap: var(--htc-space-7);
  }
  .home-contact__form-title {
    font-size: 28px;
  }
  .home-contact .dawp-form-row {
    grid-template-columns: 1fr;
  }
  .home-contact .dawp-form-submit {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .home-partners__grid {
    width: min(310px, 100%);
    grid-template-columns: 1fr;
  }
}

/* News - Figma layout */
.home-news,
.home-news * {
  box-sizing: border-box;
}

.home-news {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: var(--htc-section-space) var(--htc-gutter) 0;
  background: var(--htc-bg);
  color: var(--htc-ink);
  font-family: "Montserrat", Arial, sans-serif;
}

.home-news__inner {
  width: 100%;
  max-width: var(--htc-container);
  min-width: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 486px 750px;
  gap: var(--htc-space-9);
  align-items: stretch;
}

.home-news__copy {
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-news__content {
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--htc-space-7);
}

.home-news__badge {
  width: max-content;
  max-width: 100%;
  padding: 12px 28px 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: var(--htc-space-2);
  border-radius: var(--htc-radius-sm);
  background: var(--htc-white);
  color: var(--htc-primary);
  font-size: var(--htc-body-size);
  line-height: 1.25;
  font-weight: 700;
}

.home-news__badge-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--htc-primary);
}

.home-news__badge-text {
  width: auto;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.home-news__title {
  margin: 0;
  color: var(--htc-ink);
  font-size: var(--htc-title-size);
  line-height: 1.22;
  font-weight: 600;
  text-transform: uppercase;
}

.home-news__description {
  width: 440px;
  max-width: 100%;
  margin: 0;
  color: var(--htc-black);
  font-size: var(--htc-body-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
  opacity: 0.5;
}

.home-news__more {
  width: max-content;
  padding: 20px var(--htc-space-5);
  display: inline-flex;
  align-items: center;
  gap: var(--htc-space-2);
  border: 1px solid var(--htc-primary);
  border-radius: var(--htc-radius-sm);
  background: transparent;
  color: var(--htc-primary);
  font-size: var(--htc-body-size);
  line-height: 1.25;
  font-weight: 600;
}

.home-news__more::after {
  content: "\2197";
  font-size: 20px;
  line-height: 1;
}

.home-news__dynamic,
.home-news__list {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.home-news__list {
  display: flex;
  flex-direction: column;
  gap: var(--htc-space-5);
}

.home-news__item {
  width: 100%;
  height: 155px;
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: var(--htc-space-4);
  align-items: center;
}

.home-news__image-link,
.home-news__image,
.home-news__image-placeholder {
  width: 310px;
  height: 155px;
  display: block;
  border-radius: var(--htc-radius-sm);
}

.home-news__image-link {
  overflow: hidden;
}

.home-news__image {
  object-fit: cover;
}

.home-news__image-placeholder {
  background: #dfe6ee;
}

.home-news__item-copy {
  min-width: 0;
}

.home-news__item-title {
  margin: 0;
  color: var(--htc-ink);
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.home-news__item-title a {
  color: inherit;
}

.home-news__tag {
  width: max-content;
  max-width: 100%;
  margin-top: var(--htc-space-3);
  padding: 10px var(--htc-space-3);
  display: inline-block;
  border-radius: var(--htc-radius-sm);
  background: rgba(180, 4, 2, 0.12);
  color: var(--htc-secondary);
  font-size: var(--htc-small-size);
  line-height: 1.3;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .home-news__inner {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: var(--htc-space-8);
  }
  .home-news__item {
    grid-template-columns: 240px minmax(0, 1fr);
  }
  .home-news__image-link,
  .home-news__image,
  .home-news__image-placeholder {
    width: 240px;
  }
}

@media (max-width: 900px) {
  .home-news__inner {
    width: min(750px, 100%);
    grid-template-columns: minmax(0, 1fr);
    gap: var(--htc-space-9);
  }
  .home-news__copy {
    gap: var(--htc-space-8);
  }
  .home-news__content {
    gap: var(--htc-space-6);
  }
  .home-news__item {
    grid-template-columns: 310px minmax(0, 1fr);
  }
  .home-news__image-link,
  .home-news__image,
  .home-news__image-placeholder {
    width: 310px;
  }
}

@media (max-width: 700px) {
  .home-news__inner,
  .home-news__copy,
  .home-news__content,
  .home-news__dynamic,
  .home-news__list,
  .home-news__item {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .home-news__inner {
    gap: var(--htc-space-8);
  }
  .home-news__item {
    height: auto;
    grid-template-columns: 1fr;
    gap: var(--htc-space-4);
  }
  .home-news__image-link,
  .home-news__image,
  .home-news__image-placeholder {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
  }
  .home-news__item-title {
    font-size: 18px;
    line-height: 1.5;
  }
}

/* Testimonials - Figma layout, native Bricks Splide slider */
.home-testimonials,
.home-testimonials * {
  box-sizing: border-box;
}

.home-testimonials {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: var(--htc-section-space) var(--htc-gutter);
  overflow: hidden;
  background: var(--htc-bg);
  color: var(--htc-ink);
  font-family: "Montserrat", Arial, sans-serif;
}

.home-testimonials__inner {
  width: 100%;
  max-width: var(--htc-container);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 88px;
}

.home-testimonials__head {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--htc-space-7);
  align-items: center;
}

.home-testimonials__left,
.home-testimonials__right {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--htc-space-7);
}

.home-testimonials__badge {
  width: max-content;
  max-width: 100%;
  padding: 12px 28px 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: var(--htc-space-2);
  border-radius: var(--htc-radius-sm);
  background: var(--htc-white);
  color: var(--htc-primary);
  font-size: var(--htc-body-size);
  line-height: 1.25;
  font-weight: 700;
}

.home-testimonials__badge-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--htc-primary);
}

.home-testimonials__badge-text {
  width: auto;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.home-testimonials__title {
  margin: 0;
  color: var(--htc-ink);
  font-size: var(--htc-title-size);
  line-height: 1.22;
  font-weight: 600;
}

.home-testimonials__description,
.home-testimonials__support {
  margin: 0;
  color: var(--htc-ink);
  font-size: var(--htc-body-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
}

.home-testimonials__description {
  opacity: 0.6;
}

.home-testimonials__avatar-line {
  width: 100%;
  display: flex;
  align-items: center;
  gap: var(--htc-space-7);
}

.home-testimonials__avatars {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.home-testimonials__avatar,
.home-testimonials__avatar.tag {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  margin: 0 -20px 0 0;
  overflow: hidden;
  border-radius: 50%;
}

.home-testimonials__avatar img,
img.home-testimonials__avatar {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-testimonials__support {
  max-width: 330px;
}

.home-testimonials__slider {
  width: 100%;
  margin: 0;
}

.home-testimonials__slider .splide__track {
  overflow: hidden;
}

.home-testimonials__slider .splide__list {
  align-items: stretch;
}

.home-testimonials__quote {
  height: auto;
  min-height: 604px;
  padding: var(--htc-space-8);
  display: flex;
  flex-direction: column;
  gap: 77px;
  overflow: hidden;
  border-radius: var(--htc-radius-sm);
  background: var(--htc-white);
}

.home-testimonials__mini-logo,
.home-testimonials__mini-logo.tag,
img.home-testimonials__mini-logo {
  width: 121.333px;
  height: 27.954px;
  max-width: 121.333px;
  flex: 0 0 auto;
  align-self: flex-start;
  margin: 0 auto 0 0;
  position: static;
  display: block;
  overflow: hidden;
  object-fit: cover;
  object-position: left center;
}

.home-testimonials__quote-text {
  margin: 0;
  color: var(--htc-ink);
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.home-testimonials__person {
  width: 100%;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.home-testimonials__name,
.home-testimonials__role {
  width: 100%;
  margin: 0;
  color: var(--htc-ink);
  font-size: 18px;
  line-height: 32px;
  text-align: left;
}

.home-testimonials__name {
  font-weight: 700;
}

.home-testimonials__role {
  font-weight: 600;
  opacity: 0.6;
}

.home-testimonials__slider .splide__pagination {
  width: 100%;
  position: static;
  margin: var(--htc-space-8) 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--htc-space-4);
  left: auto;
  right: auto;
  transform: none;
}

.home-testimonials__slider .splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #9a9a9a;
  opacity: 1;
  transform: none;
}

.home-testimonials__slider .splide__pagination__page.is-active {
  width: 25px;
  height: 25px;
  position: relative;
  border: 2px solid var(--htc-primary);
  background: transparent;
  transform: none;
}

.home-testimonials__slider .splide__pagination__page.is-active::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background: var(--htc-primary);
}

@media (max-width: 900px) {
  .home-testimonials__inner {
    gap: var(--htc-space-9);
  }
  .home-testimonials__head {
    grid-template-columns: 1fr;
    gap: var(--htc-space-8);
  }
  .home-testimonials__quote {
    padding: var(--htc-space-7);
    gap: var(--htc-space-9);
  }
}

@media (max-width: 700px) {
  .home-testimonials__left,
  .home-testimonials__right {
    gap: var(--htc-space-6);
  }
  .home-testimonials__avatar-line {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--htc-space-5);
  }
  .home-testimonials__quote {
    padding: var(--htc-space-6);
    gap: var(--htc-space-7);
  }
  .home-testimonials__slider .splide__pagination {
    margin-top: var(--htc-space-6);
    gap: var(--htc-space-3);
  }
}

/* About reference parity: htcwindow.com.au */
.home-about__badge-dot {
  background: var(--htc-secondary);
}

@media (max-width: 1200px) {
  .home-about__layout {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 48px;
  }
  .home-about__media {
    max-width: 100%;
    min-height: 500px;
  }
  .home-about__heading {
    font-size: 40px;
  }
  .home-about__details {
    grid-template-columns: minmax(0, 2fr) minmax(130px, 1fr);
    gap: 18px;
  }
}

@media (max-width: 900px) {
  .home-about {
    padding: 64px var(--htc-gutter);
  }
  .home-about__layout {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 32px;
  }
  .home-about__media {
    width: 100%;
    max-width: none;
    min-height: 420px;
    justify-self: stretch;
  }
  .home-about__copy {
    width: 100%;
    justify-self: stretch;
    gap: 12px;
  }
  .home-about__heading {
    max-width: none;
    font-size: 34px;
  }
  .home-about__text {
    max-width: none;
    font-size: 14px;
  }
  .home-about__details {
    grid-template-columns: minmax(0, 2fr) minmax(110px, 1fr);
    gap: 14px;
  }
  .home-about__benefit-text,
  .home-about__stat-label {
    font-size: 13px;
  }
  .home-about__stat-number {
    font-size: 38px;
  }
}

@media (max-width: 700px) {
  .home-about {
    padding: 50px var(--htc-gutter);
  }
  .home-about__layout {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 20px;
  }
  .home-about__media {
    min-height: 360px;
  }
  .home-about__heading {
    font-size: 29px;
  }
  .home-about__text,
  .home-about__benefit-text,
  .home-about__stat-label {
    font-size: 12px;
  }
  .home-about__details {
    grid-template-columns: minmax(0, 2fr) minmax(92px, 1fr);
    gap: 10px;
  }
  .home-about__stat-number {
    font-size: 34px;
  }
}

@media (max-width: 549px) {
  .home-about {
    padding: 50px var(--htc-gutter);
  }
  .home-about__layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .home-about__media {
    width: min(520px, 100%);
    min-height: 520px;
    justify-self: center;
  }
  .home-about__media-image--main {
    width: 72%;
    height: auto;
    aspect-ratio: 3 / 4;
  }
  .home-about__media-image--secondary {
    width: 46%;
    height: auto;
    aspect-ratio: 3 / 4;
    top: 62px;
  }
  .home-about__experience {
    width: 50%;
    min-height: 92px;
    right: 5%;
    left: auto;
    padding: 10px 14px;
    grid-template-columns: 34px minmax(0, 1fr);
  }
  .home-about__experience::before {
    width: 30px;
    height: 30px;
  }
  .home-about__experience-number {
    font-size: 30px;
  }
  .home-about__experience-label {
    font-size: 12px;
  }
  .home-about__heading {
    font-size: 34px;
  }
  .home-about__text,
  .home-about__benefit-text,
  .home-about__stat-label {
    font-size: 14px;
  }
  .home-about__details {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .home-about__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--htc-space-4);
  }
  .home-about__stat {
    padding: 0;
    border-bottom: 0;
  }
}

/* Home About image distortion fix: class is attached directly to <img>. */
img.home-about__media-image {
  display: block;
  object-fit: cover !important;
  object-position: center center !important;
}

img.home-about__media-image--main {
  width: 72%;
  height: 490px !important;
  aspect-ratio: auto !important;
}

img.home-about__media-image--secondary {
  width: 47%;
  height: 320px !important;
  aspect-ratio: auto !important;
}

@media (max-width: 1200px) {
  img.home-about__media-image--main {
    height: 440px !important;
  }
  img.home-about__media-image--secondary {
    height: 288px !important;
  }
}

@media (max-width: 900px) {
  img.home-about__media-image--main {
    height: 330px !important;
  }
  img.home-about__media-image--secondary {
    height: 215px !important;
  }
}

@media (max-width: 700px) {
  img.home-about__media-image--main {
    height: 255px !important;
  }
  img.home-about__media-image--secondary {
    height: 170px !important;
  }
}

@media (max-width: 549px) {
  img.home-about__media-image--main {
    height: 488px !important;
  }
  img.home-about__media-image--secondary {
    height: 312px !important;
  }
}

/* Home motion — frontend only (body.home) */
html.has-home-motion body.home .home-intro__heading,
html.has-home-motion body.home .home-intro__description,
html.has-home-motion body.home .home-intro__features,
html.has-home-motion body.home .home-intro__stat,
html.has-home-motion body.home .home-products__badge,
html.has-home-motion body.home .home-products__title,
html.has-home-motion body.home .home-products__card,
html.has-home-motion body.home .home-process__badge,
html.has-home-motion body.home .home-process__title,
html.has-home-motion body.home .home-process__step,
html.has-home-motion body.home .home-projects__badge,
html.has-home-motion body.home .home-projects__title,
html.has-home-motion body.home .home-projects__tabs,
html.has-home-motion body.home .home-projects__card,
html.has-home-motion body.home .home-partners__badge,
html.has-home-motion body.home .home-partners__title,
html.has-home-motion body.home .home-partners__description,
html.has-home-motion body.home .home-partners__card,
html.has-home-motion body.home .home-news__item,
html.has-home-motion body.home .home-testimonials__left,
html.has-home-motion body.home .home-testimonials__right,
html.has-home-motion body.home .home-testimonials__slider {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms),
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

html.has-home-motion body.home .home-about__media,
html.has-home-motion body.home .home-factory__heading,
html.has-home-motion body.home .home-cert__image-frame,
html.has-home-motion body.home .home-contact__left,
html.has-home-motion body.home .home-news__copy {
  opacity: 0;
  transform: translate3d(-48px, 0, 0);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms),
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

html.has-home-motion body.home .home-about__copy,
html.has-home-motion body.home .home-factory__video,
html.has-home-motion body.home .home-cert__copy,
html.has-home-motion body.home .home-contact__formbox {
  opacity: 0;
  transform: translate3d(48px, 0, 0);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms),
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

html.has-home-motion body.home [data-home-motion].is-motion-visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}

html.has-home-motion body.home .home-hero__slide.is-active .home-hero__content {
  animation: home-hero-content-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

html.has-home-motion body.home .home-hero__slide.is-active .home-hero__image,
html.has-home-motion body.home .home-hero__slide.is-active .home-hero__image img {
  animation: home-hero-image-in 5.8s ease-out both;
}

@keyframes home-hero-content-in {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 28px)) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes home-hero-image-in {
  from {
    transform: scale(1.035);
  }
  to {
    transform: scale(1);
  }
}

@media (hover: hover) and (pointer: fine) {
  body.home .home-products__card,
  body.home .home-process__step,
  body.home .home-projects__card,
  body.home .home-partners__card,
  body.home .home-news__item,
  body.home .home-testimonials__quote {
    transition:
      transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.35s ease;
  }

  body.home .home-products__card:hover,
  body.home .home-process__step:hover,
  body.home .home-projects__card:hover,
  body.home .home-partners__card:hover,
  body.home .home-news__item:hover,
  body.home .home-testimonials__quote:hover {
    transform: translateY(-8px);
  }

  body.home .home-products__image,
  body.home .home-process__step-image,
  body.home .home-projects__image,
  body.home .home-partners__logo,
  body.home .home-news__image,
  body.home .home-factory__video video,
  body.home .home-cert__image {
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }

  body.home .home-products__card:hover .home-products__image,
  body.home .home-process__step:hover .home-process__step-image,
  body.home .home-projects__card:hover .home-projects__image,
  body.home .home-partners__card:hover .home-partners__logo,
  body.home .home-news__item:hover .home-news__image,
  body.home .home-factory__video:hover video,
  body.home .home-cert__image-frame:hover .home-cert__image {
    transform: scale(1.035);
  }
}

@media (max-width: 700px) {
  html.has-home-motion body.home .home-about__media,
  html.has-home-motion body.home .home-factory__heading,
  html.has-home-motion body.home .home-cert__image-frame,
  html.has-home-motion body.home .home-contact__left,
  html.has-home-motion body.home .home-news__copy,
  html.has-home-motion body.home .home-about__copy,
  html.has-home-motion body.home .home-factory__video,
  html.has-home-motion body.home .home-cert__copy,
  html.has-home-motion body.home .home-contact__formbox {
    transform: translate3d(0, 30px, 0);
  }
}

html.has-reduced-motion body.home .home-hero__slide.is-active .home-hero__content,
html.has-reduced-motion body.home .home-hero__slide.is-active .home-hero__image,
html.has-reduced-motion body.home .home-hero__slide.is-active .home-hero__image img,
html.has-reduced-motion body.home [data-home-motion] {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}
