/* main.css — pages & sections */
/* Homepage layout */
.page--home {
  background: var(--color-white);
}

.btn-default.btn-dark {
  min-height: 42px;
  padding: 10px 20px;
  background: var(--color-main);
  border-color: var(--color-main);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  gap: 0;
}

.btn-default.btn-white {
  min-height: 42px;
  min-width: 140px;
  padding: 10px 20px;
  background: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-main);
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  gap: 0;
}

/* Hero — full-width panel with edge gutter (Figma) */
#hero.home-hero,
.home-hero {
	width: 100%;
	max-width: 100vw;
	margin: 0;
	padding: calc(var(--header-height) + clamp(8px, 1.2vw, 16px))
	clamp(12px, 2.5vw, 40px)
	clamp(16px, 3vw, 40px);
	box-sizing: border-box;
	height: 100vh;
	min-height: fit-content;
	color: var(--color-white);
}

#hero.home-hero::before,
.home-hero::before {
  display: none;
}

.home-hero-panel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-height: clamp(520px, 72vh, 660px);
	height: 100%;
  margin: 0;
  padding: 0;
  border-radius: clamp(1.25rem, 2.5vw, 1.75rem);
}

.home-hero-inner {
  position: relative;
  z-index: 1;
  padding: clamp(2rem, 4vw, 3.125rem);
	height: 100%;
}

.home-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home-hero-bg .home-hero-video,
.inner-hero__bg .inner-hero__video,
.home-hero-bg .bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-bg .hero-overlay-shape,
.inner-hero__bg .hero-overlay-shape,
.home-cta-media .hero-overlay-shape {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.1) 40%,
    transparent 80%
  );
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.1) 40%,
    transparent 80%
  );
}

.hero-radial-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: var(--color-hero-radial);
  pointer-events: none;
}

/* Inner page hero (About, Blogs, etc.) — mirrors home hero panel */
.inner-hero {
  width: 100%;
  max-width: 100vw;
  margin: 0;
  padding: calc(var(--header-height) + clamp(8px, 1.2vw, 16px))
    clamp(12px, 2.5vw, 40px)
    clamp(16px, 3vw, 40px);
  box-sizing: border-box;
  color: var(--color-white);
}

.inner-hero__panel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
	padding: 60px 0;
  min-height: clamp(360px, 46vh, 520px);
  border-radius: clamp(1.25rem, 2.5vw, 1.75rem);
  display: grid;
  align-items: end;
}

.inner-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.inner-hero__title {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.08;
  color: var(--color-white);
}

.inner-hero__lead {
  max-width: 580px;
  margin: 0;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.4;
  color: var(--color-white);
}

.home-hero .row {
  position: relative;
  z-index: 1;
}

.home-hero .hero-content {
	position: relative;
	z-index: 1;
	height: 100%;
	padding: 0;
	display: grid;
	align-content: space-between;
	gap: 20px;
}

.hero-visual {
	position: relative;
	z-index: 1;
	height: 100%;
	padding: 0;
	display: flex;
	align-items: end;
	justify-content: flex-end;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}

.hero-trust-avatars {
  display: flex;
  align-items: center;
}

.hero-trust-avatars img,
.hero-trust-google {
  width: 36px;
  height: 36px;
  margin-right: -13px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  object-fit: cover;
}

.hero-trust-google {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  background: var(--color-white);
  padding: 4px;
}

.hero-trust-google img {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
}

.hero-trust-copy p {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
  color: var(--color-white);
}

.hero-trust-copy p + p {
  margin-top: 4px;
}

.hero-trust-copy i {
  color: #f3b000;
  font-size: 14px;
  vertical-align: middle;
}

.home-hero h1,
#hero.home-hero h1 {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
	font-size: clamp(2rem, 4.1vw, 8rem);
  font-weight: 400;
  line-height: 1.08;
  color: var(--color-white);
}

.home-hero .hero-buttons {
  margin-bottom: 20px;
  gap: 0.75rem !important;
}

.home-hero .hero-buttons .btn-default {
	min-width: 11rem;
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
}

.home-hero .hero-lead {
  max-width: 509px;
  margin: 0;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
	font-weight: 300;
  line-height: 1.4;
  color: var(--color-white);
}

.hero-video-card {
	position: relative;
	width: min(100%, 22rem);
	flex-shrink: 0;
}

.hero-video-slider {
  overflow: hidden;
}

.hero-video-slider .swiper-wrapper {
  border-radius: var(--radius-md);
}

.hero-video-slider .swiper-slide {
  height: auto;
}

.hero-video-slide {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  border-radius: var(--radius-md);
  aspect-ratio: 16 / 9;
}

.hero-video-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.hero-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--color-white);
  backdrop-filter: blur(5px);
  color: var(--color-main);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.hero-video-play i {
  font-size: 22px;
  margin-left: 2px;
}

.hero-video-slide:hover .hero-video-play {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(250, 250, 250, 0.95);
}

.hero-video-slide:hover img {
  transform: scale(1.03);
}

.hero-video-dots {
	position: static!important;
	display: flex;
	gap: 5px;
	margin-top: 10px;
}

.hero-video-dots .swiper-pagination-bullet {
  flex: 1;
  width: auto;
  height: 4px;
  margin: 0 !important;
  border-radius: 999px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.28);
  position: relative;
  overflow: hidden;
}

.hero-video-dots .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-white);
  transform: scaleX(0);
  transform-origin: left center;
  border-radius: inherit;
}

.hero-video-dots .swiper-pagination-bullet.is-complete::after {
  transform: scaleX(1);
}

.hero-video-dots .swiper-pagination-bullet.is-progressing::after {
  animation: heroVideoBulletProgress 3s linear forwards;
}

.hero-video-slider:hover .hero-video-dots .swiper-pagination-bullet.is-progressing::after,
.hero-video-dots .swiper-pagination-bullet.is-progressing.is-paused::after {
  animation-play-state: paused;
}

@keyframes heroVideoBulletProgress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

/* Hero video modal */
.hero-video-modal {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.hero-video-modal[hidden] {
  display: none !important;
}

.hero-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.82);
}

.hero-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 56rem);
}

.hero-video-modal__close {
  position: absolute;
  top: -2.75rem;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-main);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
}

.hero-video-modal__frame-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #000;
}

.hero-video-modal__frame-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body.is-video-open {
  overflow: hidden;
}

/* Partners */
.partners-heading {
	font-size: 20px!important;
	letter-spacing: -1px;
	margin-bottom: 20px!important;
}

.partners-slider-wrap {
  position: relative;
}

.partners-slider-wrap::before,
.partners-slider-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(48px, 10vw, 140px);
  z-index: 2;
  pointer-events: none;
}

.partners-slider-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--color-bg) 0%, transparent 100%);
}

.partners-slider-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--color-bg) 0%, transparent 100%);
}

.partners-slider {
  overflow: visible;
  padding-block: 4px;
}

.partners-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.partners-slider .swiper-slide {
  height: auto;
}

.partners-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 16px 24px;
  border-radius: var(--radius-sm);
  background: var(--color-primary-light);
}

.partners-slide img {
	max-width: 100px;
	max-height: 32px;
	width: 100%;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.75;
	transition: filter 0.3s ease, opacity 0.3s ease;
}

.partners-slide:hover img {
  filter: none;
  opacity: 1;
}

/* About */
.home-about-copy .section-title {
  margin-bottom: 0;
}

.home-about-copy .section-title h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
}

.home-about-copy .section-title p {
  max-width: 509px;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}

.home-about-actions .btn-default {
	min-width: 11rem;
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
}

.home-about-media {
  overflow: hidden;
  border-radius: var(--radius-lg);
  aspect-ratio: 617 / 392;
  background: #9f9f9f;
}

.home-about-media img,
.home-about-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
	margin-top: 80px;
}

.home-stat {
  padding: 12px;
  border-radius: 16px;
	display: grid;
	justify-content: center;
	text-align: center;
}

.home-stat-value {
	margin: 0 0 6px;
	font-family: var(--font-display);
	font-size: 50px;
	letter-spacing: -1px;
	font-weight: 400;
	line-height: 1;
	color: var(--color-text-main);
}

.home-stat-value__inner {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
}

.home-stat-value .purecounter,
.home-stat-prefix,
.home-stat-suffix {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

.home-stat-label {
  margin: 0;
  font-size: 20px;
  color: var(--color-text-body);
}

/* Products */
.products-slider {
  overflow: hidden;
}

.products-slider .swiper-slide {
  height: auto;
}

.home-products-actions {
  width: 100%;
}

.product-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.product-card {
  height: 100%;
  transition: transform 0.35s ease;
}

.product-card:hover {
  transform: translateY(-6px);
}

.product-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
	aspect-ratio: 1 / 1;
  width: 100%;
	padding: 36px;
  margin-bottom: 24px;
  border-radius: var(--radius-xl);
  background: var(--color-primary-light);
  overflow: hidden;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}

.product-card-media img {
  max-height: 200px;
  width: auto;
  object-fit: contain;
	mix-blend-mode: multiply;
  transition: transform 0.4s ease;
}

.product-card:hover .product-card-media img {
  transform: scale(1.06);
}

.product-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-text-main);
  transition: color 0.25s ease;
}

.product-card:hover h3,
.product-card:hover h3 a,
.product-card-link:hover h3 {
  color: var(--color-primary);
}

.product-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-muted);
}

/* CTA */
.home-cta-panel {
	position: relative;
	overflow: hidden;
	min-height: 456px;
	padding: 70px;
	border-radius: var(--radius-lg);
	background: var(--color-main);
	color: var(--color-white);
	width: 100%;
	align-content: end;
}

.home-cta-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.home-cta-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-cta-panel .row {
  position: relative;
  z-index: 3;
}

.home-cta-panel .d-flex.gap-2 {
  gap: 0.75rem !important;
}

.home-cta-panel .btn-default {
  min-width: 11rem;
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
}

.home-cta-panel h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.04;
  color: var(--color-white);
}

.home-cta-panel > .row > .col-lg-6 > p,
.home-cta-panel p {
  max-width: 509px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.4;
  color: #cacaca;
}

.home-cta-quote {
  margin: 0;
  min-height: 133px;
  padding: 16px;
  border-radius: var(--radius-md);
  background: var(--color-white);
  color: var(--color-main);
}

.home-cta-quote p {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-main);
}

.home-cta-quote cite {
  display: block;
  font-style: normal;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Testimonials */
.home-testimonials-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  gap: 4px;
  align-items: stretch;
}

.testimonials-slider {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.testimonials-slider .swiper-slide {
  height: auto;
}

.google-review-card,
.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 349px;
  padding: 20px;
  background: var(--color-white);
}

.google-review-card {
  align-items: center;
  text-align: center;
  gap: 5px;
}

.google-review-logo {
  width: 36px;
  height: auto;
}

.google-review-score {
  margin: 0;
  font-family: var(--font-display);
  font-size: 96px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-text-main);
}

.google-review-stars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--color-star);
}

.google-review-stars i {
  font-size: 22px;
  line-height: 1;
}

.google-review-count {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-text-main);
}

.testimonial-card {
  justify-content: space-between;
}

.testimonial-card > p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  color: var(--color-text-main);
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-author img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-author h3 {
  margin: 0 0 2px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text-main);
}

.testimonial-author p {
  margin: 0;
  font-size: 14px;
  color: var(--color-text-muted);
}

.home-testimonials .testimonials-nav {
  gap: 5px;
}

.home-testimonials .testimonials-prev,
.home-testimonials .testimonials-next {
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 50%;
	font-size: 22px;
	background: var(--color-white);
	color: var(--color-text-main);
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Card media arrow button */
.insight-card-media,
.product-card-media {
  position: relative;
}

.card-arrow-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
	opacity: 0;
  background: transparent;
  color: transparent;
  box-shadow: 0 0 0 rgba(15, 12, 22, 0.12);
  pointer-events: none;
  transition:
    opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    background 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    color 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.card-arrow-btn i {
  font-size: 1.25rem;
  line-height: 1;
}

.insight-card:hover .card-arrow-btn,
.product-card:hover .card-arrow-btn {
	opacity: 1;
  transform: scale(1.08);
  background: var(--color-neutral-950);
  color: var(--color-white);
  box-shadow: 0 8px 24px rgba(15, 12, 22, 0.2);
}

/* Insights */
.insight-card {
  height: 100%;
}

.insight-card-media {
  display: block;
	aspect-ratio: 16/9;
  width: 100%;
  margin-bottom: 24px;
  border-radius: var(--radius-lg);
  background: var(--color-primary-light);
  overflow: hidden;
}

button.insight-card-media.project-gallery-trigger {
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
}

.insight-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.insight-card:hover .insight-card-media img {
  transform: scale(1.04);
}

.insight-card-category {
  display: inline-flex;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-main);
}

.insight-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.insight-card h3 a {
  color: var(--color-text-main);
}

.insight-card h3 a:hover {
  color: var(--color-primary);
}

.insight-card > p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-muted);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

@media (max-width: 1199px) {

  .home-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-testimonials-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  }
}

@media (max-width: 991px) {
  .home-hero-panel {
    min-height: auto;
  }

  .inner-hero__panel {
    min-height: auto;
  }

  .inner-hero__panel > .container {
    padding: 2rem 1.5rem;
  }

  .home-hero-inner {
    padding: 2rem 1.5rem;
  }

  .home-hero .hero-content,
  .hero-visual {
    min-height: auto;
    gap: 1rem;
  }

  .hero-visual {
    align-items: stretch;
  }

  .hero-video-card {
    width: 100%;
    max-width: 22rem;
    margin-inline: auto;
  }

  .home-cta-panel {
    padding: 40px 24px;
  }

}

@media (max-width: 767px) {
  .home-hero,
  #hero.home-hero {
    height: auto;
    min-height: 0;
  }

  .home-hero-inner {
    padding: 1.5rem 1.125rem;
  }

  .home-hero .hero-lead {
    font-size: clamp(1rem, 4vw, 1.125rem);
  }

  .home-stats,
  .home-testimonials-layout {
    grid-template-columns: 1fr;
  }

  .home-stat-value {
    font-size: clamp(1.75rem, 8vw, 2.375rem);
  }

  .google-review-card,
  .testimonial-card {
    min-height: auto;
  }

  .google-review-score {
    font-size: 72px;
  }

  .home-cta-panel {
    min-height: auto;
  }

  .home-cta-quote {
    min-height: auto;
  }

  .product-gallery-main {
    min-height: 280px;
  }

  .product-detail-info .product-enquire-btn {
    min-height: 48px;
    font-size: 16px;
  }
}

/* About — Why we started */
.about-story {
  padding: 80px 0;
  background: var(--color-primary-light);
}

.about-story-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 10px;
}

.about-story-intro h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.3;
}

.about-story-intro p {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  color: var(--color-text-body);
}

.about-stats-cards {
  display: flex;
  gap: 28px;
  align-items: flex-end;
}

.about-stat-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 121px;
  padding: 12px;
  border-radius: 16px;
  background: var(--color-white);
  text-align: left;
}

.about-stat-card.is-tall { min-height: 295px; }
.about-stat-card.is-medium { min-height: 241px; }
.about-stat-card.is-short { min-height: 197px; }
.about-stat-card.is-shorter { min-height: 164px; }
.about-stat-card.is-shortest { min-height: 121px; }

.about-stat-card .value {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1;
  color: var(--color-text-main);
}

.about-stat-value__inner {
  display: inline-flex;
  align-items: baseline;
}

.about-stat-card .purecounter,
.about-stat-prefix,
.about-stat-suffix {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

.about-stat-card .label {
  margin: 0;
  font-size: 16px;
  color: var(--color-text-body);
}

/* Mission / Vision blocks */
.about-pillars {
  padding: 80px 0;
}

.about-pillar .row {
  margin-bottom: 80px;
}

.about-values-head .row {
  margin-bottom: 28px;
}

.about-team {
  scroll-margin-top: calc(var(--header-height) + 2rem);
}

.about-pillar h2,
.about-values-head h2 {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 500;
}

.about-pillar p,
.about-values-head p {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  color: var(--color-text-body);
}

.about-pillar-media {
  overflow: hidden;
  border-radius: var(--radius-lg);
  aspect-ratio: 552 / 351;
  background: #9f9f9f;
}

.about-pillar-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.value-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--color-primary-light);
}

.value-card img {
  width: 53px;
  height: 53px;
  margin-bottom: 24px;
}

.value-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
}

.value-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-muted);
}

/* Catalog filters — CSS-only (radio + :has) */
.catalog-filter-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.products-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1200px;
}

.filter-pill {
	border: 1px solid #e2e2e2;
	border-radius: var(--radius-pill);
	padding: 10px 14px;
	min-height: 48px;
	min-width: 72px;
	background: var(--color-white);
	font-size: clamp(0.8125rem, 2vw, 0.9375rem);
	font-weight: 500;
	color: var(--color-main);
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.filter-pill:hover {
  border-color: var(--color-main);
}

.catalog-page:has(.catalog-filter-input:checked) .filter-pill {
  background: var(--color-white);
  border-color: #e2e2e2;
  color: var(--color-main);
}

.catalog-product-card,
.catalog-project-card,
.catalog-blog-card {
  height: 100%;
}

/* Product detail */
.products-page,
.projects-page,
.blogs-page,
.error-page {
  padding: calc(var(--header-height) + 120px) 0 80px;
}

.product-detail-page {
  padding: calc(var(--header-height) + 120px) 0 80px;
}

/* 404 page */
.error-page__panel {
  max-width: 640px;
  margin-inline: auto;
  padding: 48px 32px;
  border-radius: var(--radius-lg);
  background: var(--color-primary-light);
  text-align: center;
}

.error-page__code {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(4rem, 14vw, 7rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--color-text-main);
}

.error-page__panel .section-title {
  margin-bottom: 32px;
}

.error-page__panel .section-title h1 {
  margin-bottom: 12px;
}

.error-page__panel .section-title p {
  margin: 0 auto;
  max-width: 36rem;
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-text-body);
}

.error-page__actions {
  margin-top: 8px;
}

.product-breadcrumbs {
  display: block;
  padding: 0;
  margin-bottom: 28px;
  border-radius: 0;
  background: transparent;
}

.product-breadcrumbs ol {
  gap: 0;
  font-size: 16px;
	padding: 0;
}

.product-breadcrumbs a {
  color: var(--color-text-muted);
  text-decoration: none;
}

.product-breadcrumbs a:hover {
  color: var(--color-text-main);
}

.product-breadcrumbs [aria-current="page"] {
  color: var(--color-text-main);
  font-weight: 500;
}

.product-breadcrumbs li + li::before {
  margin-inline: 10px;
  color: var(--color-text-muted);
}

.product-gallery {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.product-gallery-main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 429px;
  border-radius: var(--radius-lg);
  background: var(--color-primary-light);
  overflow: hidden;
}

.product-gallery-main img {
  max-height: 297px;
  width: auto;
  object-fit: contain;
	mix-blend-mode: multiply;
}

.product-detail-info h1 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.product-sku {
  margin: 0 0 20px;
  font-size: 16px;
  color: var(--color-text-body);
}

.product-summary {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--color-text-body);
}

.product-features {
  margin: 0 0 24px;
  padding-left: 24px;
  color: #383838;
}

.product-features li {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.45;
}

.product-detail-info .product-enquire-btn {
  width: 100%;
  min-height: 56px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 500;
}

.product-related {
  padding: 0 0 80px;
}

@media (max-width: 991px) {
  .about-story-intro {
    grid-template-columns: 1fr;
  }

  .about-pillar .row,
  .about-values-head .row {
    margin-bottom: 3rem;
  }

  .about-stats-cards {
    flex-wrap: wrap;
  }

  .about-stat-card {
    flex: 1 1 calc(50% - 14px);
    min-height: 140px !important;
  }

}

@media (max-width: 575px) {
  .about-stat-card {
    flex: 1 1 100%;
  }

  .products-filters {
    gap: 8px;
  }

  .filter-pill {
    min-height: 40px;
    padding: 8px 12px;
  }

  .product-detail-page,
  .blog-detail-page {
    padding-top: calc(var(--header-height) + 2rem);
  }

  .products-page,
  .projects-page,
  .blogs-page,
  .error-page {
    padding-top: calc(var(--header-height) + 2rem);
  }
}



/* Accreditations slider */
.accreditations-slider {
  overflow: hidden;
  padding-block: 4px;
}

.accreditations-slider .swiper-slide {
  height: auto;
}

.accreditation-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 124px;
  padding: 4px 10px;
}

.accreditation-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 124px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.accreditation-slide:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 768px) {
  .accreditation-slide {
    min-height: 40px;
  }

  .accreditation-slide img {
    height: 40px;
  }
}

/* Team cards */
.team-card {
  height: 100%;
  border-radius: var(--radius-lg);
}

.team-card-media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--color-neutral-200);
}

.team-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.team-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(15, 12, 22, 0.05) 0%, rgba(15, 12, 22, 0.92) 100%);
  color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.55s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (hover: hover) {
  .team-card:hover .team-card-media img {
    transform: scale(1.04);
  }

  .team-card:hover .team-card-overlay {
    opacity: 1;
    visibility: visible;
  }
}

.team-card:focus-within .team-card-media img {
  transform: scale(1.04);
}

.team-card:focus-within .team-card-overlay {
  opacity: 1;
  visibility: visible;
}

@media (hover: none) {
  .team-card-overlay {
    opacity: 1;
    visibility: visible;
  }
}

.team-card-overlay h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-white);
}

.team-card-role {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}

.team-card-bio {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

/* Solution, project & industry detail */
.solution-detail-page,
.project-detail-page,
.industry-detail-page {
  padding: 80px 0;
}

.solution-detail-media,
.project-detail-media,
.industry-detail-media {
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.solution-detail-media img,
.project-detail-media img,
.industry-detail-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.solution-detail-info h2,
.project-detail-info h2,
.industry-detail-info h2 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 500;
}

.solution-summary,
.project-summary,
.industry-summary {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.project-meta {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
}

.project-meta div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
}

.project-meta dt {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-muted);
}

.project-meta dd {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text-main);
}

/* Blog detail */
.blog-detail-page {
  padding: calc(var(--header-height) + 120px) 0 80px;
}

.blog-detail-title {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 500;
  line-height: 1.12;
  color: var(--color-text-main);
}

.blog-detail-excerpt {
  margin: 0 0 20px;
  font-size: 1.125rem;
  line-height: 1.55;
  color: var(--color-text-body);
}

.blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
  margin-bottom: 28px;
  font-size: 14px;
  color: var(--color-text-muted);
}

.blog-detail-meta time {
  font-weight: 500;
}

.blog-detail-meta__author::before {
  content: "·";
  margin-inline-end: 20px;
}

.blog-detail-media {
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.blog-detail-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.blog-detail-body p {
  margin: 0 0 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--color-text-body);
}

.blog-detail-body p:last-child {
  margin-bottom: 0;
}

.blog-detail-body h2 {
  margin: 2rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-text-main);
}

.blog-detail-body h2:first-child {
  margin-top: 0;
}

.blog-detail-body ul {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--color-text-body);
}

.blog-detail-body li + li {
  margin-top: 0.5rem;
}

.blog-detail-body a {
  color: var(--color-text-main);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blog-detail-body a:hover,
.blog-detail-body a:focus {
  color: var(--color-primary);
}

.blog-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}

/* FAQ */
.faq-page-head {
  margin-bottom: 2rem;
}

.faq-page-head h1,
.faq-page-head h2 {
  margin-bottom: 0.75rem;
}

.faq-page-head p {
  max-width: 42rem;
  margin: 0;
  color: var(--color-text-muted);
}

.faq-accordion {
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-white);
  overflow: hidden;
  transition: border-color var(--duration-base) var(--ease-default), box-shadow var(--duration-base) var(--ease-default);
}

.faq-item[open] {
  border-color: rgba(var(--color-brand-400-rgb), 0.35);
  box-shadow: var(--shadow-sm);
}

.faq-item summary {
  position: relative;
  padding: 1.125rem 3rem 1.125rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--color-text-main);
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--color-text-muted);
  transition: transform var(--duration-base) var(--ease-default), color var(--duration-base) var(--ease-default);
}

.faq-item[open] summary::after {
  content: "−";
  color: var(--color-primary);
}

.faq-item p {
  margin: 0;
  padding: 0 1.25rem 1.25rem;
  font-size: 0.975rem;
  line-height: 1.65;
  color: var(--color-text-muted);
}

.contact-faq {
  border-top: 1px solid var(--color-border);
}

.catalog-page--projects .insight-card {
  cursor: pointer;
}

/* Project gallery modal */
.project-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: calc(var(--z-modal) + 20);
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.project-gallery-modal[hidden] {
  display: none !important;
}

.project-gallery-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 8, 0.94);
}

.project-gallery-modal__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 1.25rem 1.25rem 1rem;
  color: var(--color-white);
}

.project-gallery-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.project-gallery-modal__meta {
  min-width: 0;
}

.project-gallery-modal__category {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.project-gallery-modal__category[hidden] {
  display: none;
}

.project-gallery-modal__title {
  margin: 0;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 500;
  line-height: 1.25;
}

.project-gallery-modal__close {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  cursor: pointer;
  transition: background var(--duration-base) var(--ease-button);
}

.project-gallery-modal__close:hover,
.project-gallery-modal__close:focus-visible {
  background: rgba(255, 255, 255, 0.22);
}

.project-gallery-modal__stage {
  position: relative;
  flex: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  min-height: 0;
}

.project-gallery-modal__figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
  margin: 0;
}

.project-gallery-modal__viewport {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.project-gallery-modal__main {
  display: block;
  max-width: 100%;
  max-height: min(72vh, calc(100vh - 16rem));
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius-md);
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.project-gallery-modal__main.is-leaving.is-forward {
  opacity: 0;
  transform: translate3d(-3.5rem, 0, 0);
}

.project-gallery-modal__main.is-leaving.is-backward {
  opacity: 0;
  transform: translate3d(3.5rem, 0, 0);
}

.project-gallery-modal__main.is-entering.is-forward:not(.is-visible) {
  opacity: 0;
  transform: translate3d(3.5rem, 0, 0);
}

.project-gallery-modal__main.is-entering.is-backward:not(.is-visible) {
  opacity: 0;
  transform: translate3d(-3.5rem, 0, 0);
}

.project-gallery-modal__counter {
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  transform: translateX(-50%);
  margin: 0;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-pill);
  background: rgba(0, 0, 0, 0.55);
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.88);
}

.project-gallery-modal__nav {
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  cursor: pointer;
  transition: background var(--duration-base) var(--ease-button);
}

.project-gallery-modal__nav:hover,
.project-gallery-modal__nav:focus-visible {
  background: rgba(255, 255, 255, 0.22);
}

.project-gallery-modal__thumbs-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.project-gallery-modal__thumbs {
  display: inline-flex;
  justify-content: center;
  gap: 0.75rem;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
}

.project-gallery-modal__thumb {
  flex: 0 0 auto;
  width: 5.5rem;
  height: 4rem;
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  cursor: pointer;
  opacity: 0.72;
  transition:
    opacity var(--duration-base) var(--ease-default),
    border-color var(--duration-base) var(--ease-default),
    transform var(--duration-base) var(--ease-button);
}

.project-gallery-modal__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-gallery-modal__thumb:hover,
.project-gallery-modal__thumb:focus-visible {
  opacity: 1;
}

.project-gallery-modal__thumb.is-active {
  opacity: 1;
  border-color: var(--color-white);
  transform: translateY(-2px);
}

body.is-project-gallery-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .project-gallery-modal__main {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .project-gallery-modal__panel {
    padding: 1rem 0.75rem 0.75rem;
  }

  .project-gallery-modal__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

  .project-gallery-modal__nav--prev {
    left: 0.25rem;
  }

  .project-gallery-modal__nav--next {
    right: 0.25rem;
  }

  .project-gallery-modal__stage {
    display: block;
  }

  .project-gallery-modal__main {
    max-height: min(58vh, calc(100vh - 14rem));
  }

  .project-gallery-modal__thumb {
    width: 4.75rem;
    height: 3.5rem;
  }
}
