
.brand-logo-image-wrap,
.footer-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-logo-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.header-logo-image {
  max-height: 76px;
}

.footer-logo-image {
  max-height: 112px;
}


.home-screen-flow {
  position: relative;
}

.home-screen-panel {
  position: relative;
}

@supports (scroll-snap-type: y mandatory) {
  .home-screen-flow {
    scroll-snap-type: y mandatory;
  }

  .home-screen-panel {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}

.hero-carousel-section {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  min-height: 100vh;
  padding: 0;
  background: transparent;
}

.hero-carousel-shell {
  position: relative;
}

.hero-carousel-section--no-frame .hero-carousel-shell {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}


.hero-carousel-stage {
  position: relative;
  min-height: 100svh;
  min-height: 100vh;
}

.hero-carousel-slide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #111;
  padding: clamp(118px, 13vh, 156px) 0 clamp(88px, 11vh, 118px);
  transition: opacity 0.78s ease, transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(1.03);
}

.hero-carousel-slide.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
  transform: scale(1);
}

.hero-carousel-slide .hero-inner {
  min-height: calc(100svh - clamp(206px, 22vh, 276px));
  min-height: calc(100vh - clamp(206px, 22vh, 276px));
}

.hero-inner--bare {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 420px);
  gap: clamp(24px, 4vw, 52px);
  align-items: end;
}

.hero-content--bare,
.hero-card--bare {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-highlight-card {
  max-width: 420px;
  justify-self: end;
}

.home-screen-hint {
  position: absolute;
  left: 50%;
  bottom: clamp(22px, 4vh, 34px);
  z-index: 6;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  transform: translateX(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.home-screen-hint span {
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  opacity: 0.7;
}

.home-screen-hint strong {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.home-screen-hint::after {
  content: '';
  width: 1px;
  height: 54px;
  margin-top: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0));
  animation: homeScreenHintFloat 1.8s ease-in-out infinite;
}

.home-screen-hint:hover,
.home-screen-hint:focus-visible {
  transform: translateX(-50%) translateY(4px);
}

.home-screen-hint--up {
  top: clamp(22px, 4vh, 34px);
  bottom: auto;
  color: rgba(255, 255, 255, 0.82);
}

.home-screen-hint--up::after {
  order: -1;
  margin-top: 0;
  margin-bottom: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.84));
}

.home-video-section,
.about-video-section {
  background: linear-gradient(180deg, #f8f3fc, #fff);
}

.home-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 36px;
  align-items: center;
}

.home-video-copy {
  background: var(--color-light);
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0 20px 44px rgba(15, 18, 25, 0.08);
}

.home-video-visual {
  position: relative;
}

.brand-video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(135deg, #241936, #43315f);
  box-shadow: 0 26px 60px rgba(15, 18, 25, 0.16);
  border: 1px solid rgba(122, 88, 175, 0.24);
}

.brand-video-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 42%);
  pointer-events: none;
  z-index: 1;
}

.brand-video-frame iframe,
.brand-video-frame video {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 320px;
  border: 0;
  display: block;
}

.home-video-showcase {
  position: relative;
  min-height: 100svh;
  min-height: 100vh;
  margin-top: 0;
  padding: 0;
  background: #140f1f;
}

.home-video-showcase__media {
  position: relative;
  width: 100%;
  min-height: 100svh;
  min-height: 100vh;
  background: #140f1f;
  overflow: hidden;
}

.home-video-showcase__media .brand-video-frame {
  min-height: 100svh;
  min-height: 100vh;
  height: 100svh;
  height: 100vh;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  transform: translateY(0);
}

.home-video-showcase__media .brand-video-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 13, 29, 0.18), rgba(18, 13, 29, 0.62));
  opacity: 0.7;
  transition: opacity 0.7s ease;
  pointer-events: none;
  z-index: 1;
}

.home-video-showcase__media .brand-video-frame::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 28%, rgba(36, 26, 54, 0.28) 100%);
}

.home-video-showcase__media .brand-video-frame iframe,
.home-video-showcase__media .brand-video-frame video {
  width: 100%;
  height: 100svh;
  height: 100vh;
  min-height: 100svh;
  min-height: 100vh;
  aspect-ratio: auto;
  max-height: none;
  transition: transform 0.95s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s ease, filter 0.7s ease;
}

.home-video-showcase__media .brand-video-frame.is-video video {
  background: #140f1f;
  object-fit: cover;
  opacity: 0.82;
  filter: saturate(0.94) brightness(0.9);
  transform: scale(1.02);
}

.home-video-showcase__media .brand-video-frame.is-video.is-activated video,
.home-video-showcase__media .brand-video-frame.is-video.is-playing video {
  opacity: 1;
  filter: saturate(1) brightness(1);
  transform: scale(1);
}

.home-video-showcase__media .brand-video-frame.is-video.is-activated::after,
.home-video-showcase__media .brand-video-frame.is-video.is-playing::after {
  opacity: 0.22;
}

.home-video-showcase__media .brand-video-frame.is-video {
  overflow: hidden;
}

.home-video-showcase__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: clamp(30px, 5vh, 56px) 0 clamp(68px, 9vh, 104px);
  pointer-events: none;
}

.home-video-showcase__overlay-inner {
  width: 100%;
}

.home-video-showcase__copy {
  max-width: min(680px, calc(100% - 24px));
  padding: 36px 40px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 60px rgba(15, 18, 25, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
  color: #fff;
  pointer-events: auto;
}

.home-video-showcase__copy h2 {
  margin: 12px 0 14px;
  color: #fff;
}

.home-video-showcase__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

.home-video-showcase__copy .btn {
  margin-top: 24px;
}

@keyframes homeScreenHintFloat {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.92;
  }

  50% {
    transform: translateY(10px);
    opacity: 0.3;
  }
}


.section-title {
  max-width: 760px;
  margin-bottom: 52px;
}

.section-title h2 {
  margin: 0 0 18px;
}

.section-title p {
  margin: 0;
  line-height: 1.9;
}

.section {
  padding: 104px 0;
}

.section > .container {
  display: flow-root;
}

.section + .section {
  margin-top: 0;
}

.features,
.products-preview,
.capabilities,
.visual-gallery-section,
.process,
.trust-section,
.cta {
  position: relative;
}

.features,
.products-preview,
.brand-story-strip,
.news-home-section,
.capabilities,
.visual-gallery-section,
.process,
.trust-section,
.cta {
  padding-top: 104px;
  padding-bottom: 104px;
}

@media (max-width: 991px) {
  .section {
    padding: 84px 0;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .features,
  .brand-story-strip,
  .products-preview,
  .news-home-section,
  .capabilities,
  .visual-gallery-section,
  .process,
  .trust-section,
  .cta {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}



.about-gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 56px rgba(15, 18, 25, 0.14);
}

.about-gallery-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.about-gallery-card:hover img {
  transform: scale(1.04);
}

.about-gallery-section .container,
.about-video-section .container {
  position: relative;
}

.about-media-section-heading {
  max-width: 720px;
}

.about-media-grid {
  display: grid;
  grid-template-columns: repeat(var(--about-grid-columns, 3), minmax(0, 1fr));
  gap: 18px;
}

.about-media-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 241, 251, 0.98));
  border: 1px solid rgba(17, 19, 24, 0.08);
  box-shadow: 0 14px 34px rgba(15, 18, 25, 0.08);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.about-media-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(15, 18, 25, 0.14);
  border-color: rgba(122, 88, 175, 0.34);
}

.about-media-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.about-media-trigger:focus-visible {
  outline: 2px solid rgba(122, 88, 175, 0.92);
  outline-offset: 4px;
}

.about-gallery-card img,
.about-video-card__frame img,
.about-video-card__frame video {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.35s ease;
}

.about-gallery-card img {
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 200px;
  max-height: 260px;
}

.about-media-card:hover img,
.about-media-card:hover video {
  transform: scale(1.04);
}

.about-media-card__overlay {
  position: absolute;
  inset: auto 14px 14px 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(36, 26, 54, 0.18), rgba(36, 26, 54, 0.78));
  color: #fff;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  pointer-events: none;
}

.about-media-card:hover .about-media-card__overlay,
.about-media-trigger:focus-visible .about-media-card__overlay {
  opacity: 1;
  transform: translateY(0);
}

.about-media-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-media-card__action {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.about-video-card {
  display: flex;
  flex-direction: column;
}

.about-video-card__frame {
  position: relative;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(135deg, #241936, #43315f);
}

.about-video-card__frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 13, 29, 0.04), rgba(18, 13, 29, 0.28));
  pointer-events: none;
}

.about-video-card__frame img,
.about-video-card__frame video,
.about-video-card__frame iframe {
  aspect-ratio: 16 / 10;
  min-height: 190px;
  max-height: 240px;
  border: 0;
}

.about-video-card__frame--embed iframe {
  height: 100%;
}

.about-media-card__overlay--video {
  inset: auto 12px 12px 12px;
}

.about-video-card__meta {
  display: grid;
  gap: 8px;
  padding: 18px 18px 20px;
}

.about-video-card__tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(122, 88, 175, 0.12);
  color: #6a4d9c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-video-card__meta h3 {
  margin: 0;
  font-size: 18px;
}

.about-video-card__meta p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(61, 63, 69, 0.82);
}

body.about-media-preview-open {
  overflow: hidden;
}

.about-media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}


.about-media-lightbox[hidden] {
  display: none;
}

.about-media-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 13, 29, 0.76);
  backdrop-filter: blur(10px);
}

.about-media-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  max-height: min(88vh, 920px);
  padding: 18px;
  border-radius: 28px;
  background: rgba(24, 16, 38, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.about-media-lightbox__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.about-media-lightbox__content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(72vh, 720px);
}

.about-media-lightbox__content img,
.about-media-lightbox__content video,
.about-media-lightbox__content iframe {
  width: 100%;
  max-height: min(76vh, 760px);
  border-radius: 20px;
  object-fit: contain;
  background: #090b11;
}

@media (max-width: 1199px) {
  .about-gallery-grid {
    --about-grid-columns: min(3, var(--about-grid-columns));
  }

  .about-video-grid {
    --about-grid-columns: min(2, var(--about-grid-columns));
  }
}

@media (max-width: 767px) {
  .about-media-grid {
    gap: 14px;
  }

  .about-gallery-card img {
    min-height: 160px;
  }

  .about-video-card__frame img,
  .about-video-card__frame video,
  .about-video-card__frame iframe {
    min-height: 180px;
  }

  .about-video-card__meta {
    padding: 16px;
  }

  .about-media-lightbox {
    padding: 14px;
  }

  .about-media-lightbox__dialog {
    padding: 14px;
    border-radius: 22px;
  }
}


.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(34, 23, 50, 0.96), rgba(77, 57, 112, 0.96));
  color: #fff;
  border: 1px solid rgba(122, 88, 175, 0.4);
  box-shadow: 0 22px 46px rgba(15, 18, 25, 0.22);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 26px 54px rgba(15, 18, 25, 0.28);
}

.floating-whatsapp-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-accent), #b796e6);
  color: #111;
  font-size: 18px;
  flex-shrink: 0;
}

.floating-whatsapp-text {
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (max-width: 991px) {
  .hero-carousel-stage {
    min-height: 100svh;
    min-height: 100vh;
  }

  .hero-carousel-slide {
    padding: clamp(92px, 14vw, 112px) 0 88px;
  }

  .hero-carousel-slide .hero-inner {
    min-height: calc(100svh - 180px);
    min-height: calc(100vh - 180px);
  }

  .hero-highlight-card {
    justify-self: stretch;
    max-width: none;
  }

  .home-video-showcase__overlay {
    align-items: flex-end;
    padding-bottom: 92px;
  }


  .floating-whatsapp {
    right: 16px;
    bottom: 78px;
    padding: 12px 16px;
  }
}

@media (max-width: 767px) {
  .header-logo-image {
    max-height: 58px;
  }

  .footer-logo-image {
    max-height: 84px;
  }


  .hero-carousel-stage {
    min-height: 100svh;
    min-height: 100vh;
  }

  .hero-carousel-slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 96px 0 86px;
  }

  .hero-carousel-slide .hero-inner {
    min-height: calc(100svh - 182px);
    min-height: calc(100vh - 182px);
    align-content: start;
  }

  .hero-carousel-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
  }

  .hero-carousel-thumb img {
    height: 64px;
  }

  .home-screen-hint {
    bottom: 76px;
  }

  .home-screen-hint--up {
    top: 18px;
  }

  .home-screen-hint span {
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .home-screen-hint strong {
    font-size: 13px;
  }

  .home-video-copy {
    padding: 24px;
  }

  .home-video-showcase,
  .home-video-showcase__media,
  .home-video-showcase__media .brand-video-frame,
  .home-video-showcase__media .brand-video-frame iframe,
  .home-video-showcase__media .brand-video-frame video {
    min-height: 100svh;
    min-height: 100vh;
    height: 100svh;
    height: 100vh;
  }

  .home-video-showcase__overlay {
    padding: 24px 0 88px;
  }

  .home-video-showcase__copy {
    max-width: 100%;
    padding: 24px 22px;
    border-radius: 22px;
  }

  .brand-video-frame iframe,
  .brand-video-frame video {
    min-height: 220px;
  }


  .floating-whatsapp {
    right: 14px;
    bottom: 20px;
    gap: 10px;
    padding: 12px 14px;
  }

  .floating-whatsapp-text {
    font-size: 14px;
  }
}


.hero-inner,
.product-showcase-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}

.brand-story-strip .brand-story-grid,
.trust-section .trust-grid {
  display: grid;
  gap: 48px;
  align-items: center;
}

.brand-story-strip .brand-story-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.trust-section .trust-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.brand-story-strip .brand-story-visual,
.trust-section .trust-media {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 28px;
  justify-self: stretch;
}

.brand-story-visual .product-carousel {
  position: relative;
}

.brand-story-visual .product-carousel-stage {
  min-height: 0;
  background: transparent;
  border-radius: 28px;
}

.brand-story-visual .product-carousel-slide {
  overflow: hidden;
  border-radius: 28px;
}

.brand-split-grid,
.about-intro-grid,
.about-series-layout,
.about-advantage-grid,
.contact-page-grid,
.contact-network-grid,
.product-showcase-grid-refined,
.product-detail-layout-rich {
  display: grid;
  gap: 48px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.product-detail-layout-rich {
  align-items: start;
}

.brand-visual-stack,
.about-advantage-visual,
.contact-visual-card,
.capability-media,
.product-gallery-shell,
.brand-story-visual,
.trust-media {
  width: 100%;
  min-width: 0;
}

.brand-story-visual img,
.trust-media img,
.capability-media img,
.contact-visual-card img,
.about-advantage-visual img,
.about-main-visual img {
  width: 100%;
  height: clamp(320px, 42vw, 560px);
  max-height: 560px;
  object-fit: cover;
  display: block;
  border-radius: 28px;
}

.about-inline-visual {
  width: 100%;
  max-width: 100%;
  height: clamp(220px, 28vw, 360px);
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

.product-showcase-grid-refined {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.product-detail-layout-rich {
  grid-template-columns: minmax(0, 1fr);
}

.contact-page-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: start;
}

.contact-network-grid,
.about-intro-grid,
.about-advantage-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.about-series-layout {
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
}

.brand-visual-stack,
.about-advantage-visual,
.contact-visual-card {
  align-self: stretch;
}

.brand-visual-stack .about-main-visual,
.about-advantage-visual,
.contact-visual-card,
.capability-media {
  margin: 0;
}

@media (max-width: 991px) {
  .hero-inner,
  .product-showcase-grid,
  .brand-story-strip .brand-story-grid,
  .trust-section .trust-grid,
  .brand-split-grid,
  .about-intro-grid,
  .about-series-layout,
  .about-advantage-grid,
  .contact-page-grid,
  .contact-network-grid,
  .product-showcase-grid-refined {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .brand-story-visual img,
  .trust-media img,
  .capability-media img,
  .contact-visual-card img,
  .about-advantage-visual img,
  .about-main-visual img {
    height: clamp(260px, 58vw, 440px);
  }
}



.hero-content h1,
.product-showcase-content h1,
.article-hero-copy h1 {
  font-size: clamp(36px, 5vw, 56px);
  margin: 16px 0;
}

.hero-content p,
.product-showcase-content p,
.article-hero-copy p {
  font-size: 18px;
  line-height: 1.7;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.product-copy-tag,
.product-eyebrow {
  color: rgba(122, 88, 175, 0.95);
}

.hero-actions,
.product-showcase-actions {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.22), transparent 55%);
  transform: translateX(-120%);
  transition: transform 0.45s ease;
  z-index: -1;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(15, 18, 25, 0.18);
}

.btn:active {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 8px 18px rgba(15, 18, 25, 0.16);
}

.btn:hover::after,
.btn:focus-visible::after {
  transform: translateX(0);
}

.btn.primary {
  background: linear-gradient(135deg, #d2b273, #b8944d);
  color: #121212;
  border-color: rgba(210, 178, 115, 0.72);
}

.btn.ghost {
  border-color: rgba(255, 255, 255, 0.62);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.btn.secondary {
  background: #fff;
  color: #121722;
  border-color: rgba(18, 23, 34, 0.12);
}

.quote-btn.is-clicked,
.btn.is-clicked {
  animation: buttonPulse 0.38s ease;
}

@keyframes buttonPulse {
  0% { transform: scale(1); }
  50% { transform: scale(0.96); }
  100% { transform: scale(1); }
}

.hero-card,
.product-highlight-card,
.visual-card,
.gallery-card,
.article-sidebar-card,
.empty-state-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 28px;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hero-card:hover,
.visual-card:hover,
.gallery-card:hover,
.article-sidebar-card:hover,
.empty-state-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.feature-grid,
.product-grid,
.process-steps,
.milestone-grid,
.logo-grid,
.product-gallery-grid,
.visual-gallery-grid,
.news-grid,
.news-featured-grid {
  display: grid;
  gap: 30px;
}

.feature-grid,
.visual-gallery-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.product-grid,
.news-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.news-featured-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card,
.news-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 22px;
  box-shadow: 0 20px 40px rgba(15, 18, 25, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}


.product-card:hover,
.product-card:focus-within,
.news-card:hover,
.news-card:focus-within {
  transform: translateY(-10px);
  box-shadow: 0 24px 50px rgba(15, 18, 25, 0.14);
  border-color: rgba(196, 164, 107, 0.35);
}

.product-card-media,
.news-card-media {
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 18px;
  display: block;
}

.product-card img,
.brand-story-visual img,
.trust-media img,
.visual-card img,
.gallery-card img,
.news-card img {
  border-radius: 14px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.product-card img,
.news-card img {
  height: 200px;
  margin-bottom: 0;
  transition: transform 0.6s ease, filter 0.4s ease;
}

.product-card:hover img,
.product-card:focus-within img,
.news-card:hover img,
.news-card:focus-within img {
  transform: scale(1.05);
  filter: saturate(1.05);
}

.product-card-body,
.news-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-card h3,
.news-card h3 {
  margin: 0 0 10px;
}

.product-card p,
.news-card p {
  margin: 0 0 16px;
  color: rgba(61, 63, 69, 0.9);
}

.product-card ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(61, 63, 69, 0.88);
}

.product-card li + li,
.product-side li + li,
.article-sidebar-links li + li {
  margin-top: 8px;
}

.product-card-actions {
  margin-top: 22px;
}

.product-detail-btn,
.news-card-link {
  width: 100%;
  justify-content: space-between;
  padding: 14px 22px;
  background: linear-gradient(135deg, #151922, #262d3d);
  color: #fff;
  border: 1px solid rgba(196, 164, 107, 0.4);
  box-shadow: 0 14px 28px rgba(21, 25, 34, 0.16);
}

.news-card-link {
  background: #fff;
  color: #121722;
}

.product-detail-btn span {
  font-size: 18px;
  transition: transform 0.28s ease;
}

.product-detail-btn:hover span,
.product-detail-btn:focus-visible span {
  transform: translateX(5px);
}

.text-link {
  color: var(--color-accent);
  font-weight: 600;
}

.news-meta,
.article-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  color: rgba(61, 63, 69, 0.7);
  margin-bottom: 14px;
}

.news-meta span,
.article-breadcrumbs a,
.article-breadcrumbs span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.news-meta-light,
.news-meta-light span,
.article-breadcrumbs,
.article-breadcrumbs a {
  color: rgba(255, 255, 255, 0.82);
}

.capability-grid,
.about-grid,
.contact-grid,
.tech-grid,
.product-detail-grid,
.article-layout {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
}

.article-layout {
  align-items: start;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.7fr);
}

@media (max-width: 991px) {
  .capability-grid,
  .about-grid,
  .contact-grid,
  .tech-grid,
  .article-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}




.about-panel,
.contact-form,
.product-side,
.product-copy,
.brand-story-copy,
.trust-copy,
.product-showcase-content,
.article-shell,
.article-sidebar {
  background: var(--color-light);
  padding: 28px;
  border-radius: 24px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.about-panel:hover,
.contact-form:hover,
.product-side:hover,
.product-copy:hover,
.brand-story-copy:hover,
.trust-copy:hover,
.product-showcase-content:hover,
.article-shell:hover,
.article-sidebar:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(15, 18, 25, 0.08);
}

.brand-story-strip,
.trust-section,
.product-showcase,
.news-home-section,
.news-featured-section,
.article-content-section {
  background: linear-gradient(180deg, #f8f3fc, #ffffff);
}

.product-showcase {
  padding: 48px 0 24px;
}

.product-gallery-shell {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 24px 60px rgba(15, 18, 25, 0.1);
  border-radius: 28px;
  padding: 24px;
}

.product-carousel {
  position: relative;
}

.product-carousel-stage {
  position: relative;
  min-height: 520px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(135deg, #f8f3fc, #eef0fb);
}

.product-carousel-slide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  inset: 0;
  transition: opacity 0.42s ease, transform 0.42s ease;
  transform: scale(1.02);
}

.product-carousel-slide.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
  transform: scale(1);
}

.product-carousel-slide img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(15, 18, 25, 0.5);
  color: #fff;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  transition: transform 0.24s ease, background-color 0.24s ease;
}

.carousel-nav:hover {
  transform: translateY(-50%) scale(1.06);
  background: rgba(15, 18, 25, 0.72);
}

.carousel-nav.prev {
  left: 16px;
}

.carousel-nav.next {
  right: 16px;
}

.product-thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(86px, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.product-thumb {
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 0;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.product-thumb img {
  width: 100%;
  height: 88px;
  object-fit: cover;
  display: block;
}

.product-thumb:hover,
.product-thumb.is-active {
  transform: translateY(-3px);
  border-color: rgba(122, 88, 175, 0.7);
  box-shadow: 0 10px 24px rgba(15, 18, 25, 0.12);
}

.product-summary {
  color: rgba(61, 63, 69, 0.88);
}

.product-highlight-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  margin-top: 28px;
}

.product-highlight-card {
  background: #fff;
  color: #1b2230;
  border: 1px solid rgba(18, 23, 34, 0.08);
  padding: 20px;
}

.product-highlight-card span {
  display: block;
  font-size: 13px;
  color: rgba(61, 63, 69, 0.72);
  margin-bottom: 8px;
}

.product-highlight-card strong {
  font-size: 16px;
  line-height: 1.5;
}

.product-detail-layout {
  align-items: start;
}

.product-entry-content,
.article-entry-content {
  color: rgba(43, 46, 53, 0.92);
  line-height: 1.9;
}

.article-entry-content > *:first-child {
  margin-top: 0;
}

.article-entry-content img {
  border-radius: 20px;
  margin: 20px 0;
}

.article-entry-content h2,
.article-entry-content h3,
.article-entry-content h4 {
  color: var(--text-heading);
  margin-top: 1.8em;
}

.product-side-note {
  margin: 18px 0 22px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(122, 88, 175, 0.1);
  color: rgba(43, 46, 53, 0.88);
}

.product-gallery-secondary {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.visual-card,
.gallery-card,
.article-sidebar-card,
.empty-state-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 12px;
}

.visual-card img,
.gallery-card img,
.brand-story-strip .brand-story-visual img,
.trust-section .trust-media img {
  height: 100%;
  min-height: 280px;
}

.brand-story-strip .brand-story-visual img,
.trust-section .trust-media img {
  width: 100%;
  height: clamp(360px, 32vw, 480px);
  min-height: 0;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}

.brand-story-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 18, 25, 0.34);
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
}

.brand-story-carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: transform 0.24s ease, background-color 0.24s ease, width 0.24s ease;
}

.brand-story-carousel-dot.is-active,
.brand-story-carousel-dot:hover,
.brand-story-carousel-dot:focus-visible {
  width: 22px;
  background: #fff;
}

/* Final layout safeguards for all desktop split modules */
@media (min-width: 992px) {
  .hero-inner,
  .section > .container.product-showcase-grid,
  .section > .container.brand-story-grid,
  .section > .container.trust-grid,
  .section > .container.brand-split-grid,
  .section > .container.about-intro-grid,
  .section > .container.about-series-layout,
  .section > .container.about-advantage-grid,
  .section > .container.contact-page-grid,
  .section > .container.contact-network-grid,
  .section > .container.capability-grid,
  .section > .container.about-grid,
  .section > .container.contact-grid,
  .section > .container.tech-grid,
  .section > .container.product-showcase-grid-refined {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 48px;
  }

  .hero-inner,
  .section > .container.product-showcase-grid.product-showcase-grid-refined {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  }

  .section > .container.brand-story-grid,
  .section > .container.trust-grid,
  .section > .container.tech-grid.brand-split-grid,
  .section > .container.capability-grid.brand-split-grid,
  .section > .container.contact-network-grid {
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  }

  .section > .container.about-intro-grid.brand-split-grid,
  .section > .container.about-series-layout.brand-split-grid,
  .section > .container.contact-page-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
    align-items: start;
  }

  .section > .container.about-advantage-grid.brand-split-grid {
    grid-template-columns: minmax(340px, 0.98fr) minmax(0, 1.02fr);
    align-items: center;
  }

  .section > .container.about-advantage-grid.brand-split-grid > :first-child {
    order: 2;
  }

  .section > .container.about-advantage-grid.brand-split-grid > :last-child {
    order: 1;
  }

  .brand-story-copy,
  .trust-copy,
  .product-showcase-content,
  .contact-page-copy,
  .contact-form,
  .about-intro-copy,
  .about-series-copy,
  .about-advantage-copy,
  .map-card,
  .product-copy {
    width: 100%;
    min-width: 0;
  }

  .brand-story-visual,
  .trust-media,
  .brand-visual-stack,
  .about-advantage-visual,
  .contact-visual-card,
  .tech-media,
  .capability-media,
  .product-gallery-shell {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-self: stretch;
    overflow: hidden;
  }

  .brand-story-visual img,
  .trust-media img,
  .about-main-visual img,
  .about-advantage-visual img,
  .contact-visual-card img,
  .tech-media img,
  .capability-media img {
    width: 100%;
    height: clamp(320px, 30vw, 460px);
    min-height: 320px;
    max-height: 460px;
    object-fit: cover;
    display: block;
    border-radius: 28px;
  }

  .brand-visual-stack .about-main-visual,
  .about-advantage-visual,
  .contact-visual-card,
  .tech-media,
  .capability-media {
    margin: 0;
  }

  .map-card,
  .contact-form,
  .contact-page-copy,
  .about-intro-copy,
  .about-series-copy,
  .about-advantage-copy,
  .product-copy {
    align-self: stretch;
  }
}

@media (max-width: 991px) {
  .hero-inner,
  .section > .container.product-showcase-grid,
  .section > .container.brand-story-grid,
  .section > .container.trust-grid,
  .section > .container.brand-split-grid,
  .section > .container.about-intro-grid,
  .section > .container.about-series-layout,
  .section > .container.about-advantage-grid,
  .section > .container.contact-page-grid,
  .section > .container.contact-network-grid,
  .section > .container.capability-grid,
  .section > .container.about-grid,
  .section > .container.contact-grid,
  .section > .container.tech-grid,
  .section > .container.product-showcase-grid-refined,
  .article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .section > .container.about-advantage-grid.brand-split-grid > :first-child,
  .section > .container.about-advantage-grid.brand-split-grid > :last-child {
    order: initial;
  }

  .brand-story-visual img,
  .trust-media img,
  .about-main-visual img,
  .about-advantage-visual img,
  .contact-visual-card img,
  .tech-media img,
  .capability-media img {
    width: 100%;
    height: clamp(260px, 58vw, 420px);
    min-height: 0;
    max-height: none;
  }
}


.cta {

  background: var(--color-dark);
  color: #fff;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.process-steps {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.process-steps > div,
.feature-grid > article,
.logo-item {
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.process-steps > div:hover,
.feature-grid > article:hover,
.logo-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(15, 18, 25, 0.08);
}

.process-steps span {
  font-size: 20px;
  color: var(--color-accent);
  font-weight: 700;
}

.logo-grid {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  align-items: center;
}

.logo-item {
  background: #fff;
  padding: 18px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.page-hero {
  padding: 60px 0 32px;
  background: var(--color-light);
}

.page-hero h1 {
  margin: 0 0 12px;
  color: var(--text-heading);
  font-size: clamp(28px, 4vw, 42px);
}

.page-content {
  padding: 24px 0 0;
}

.products-hero,
.about-hero,
.contact-hero,
.product-hero,
.news-hero,
.article-hero {
  color: #fff;
  background-size: cover;
  background-position: center;
}

.contact-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.contact-badges img {
  height: 40px;
  width: auto;
}

.map-card {
  background: #f2f3f5;
  padding: 40px;
  border-radius: 18px;
  text-align: center;
}

.product-gallery-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.product-gallery-grid img {
  width: 100%;
  border-radius: 16px;
  height: 220px;
  object-fit: cover;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.product-gallery-grid img:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 35px rgba(15, 18, 25, 0.12);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(16, 16, 16, 0.9);
  border-bottom: 1px solid rgba(212, 188, 132, 0.18);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.28s ease, background-color 0.28s ease, border-color 0.28s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 28px rgba(15, 18, 25, 0.08);
  background: rgba(10, 10, 10, 0.97);
}

.header-shell {
  display: grid;
  gap: 14px;
  padding: 12px 0 16px;
}

.header-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(227, 221, 208, 0.72);
}

.site-header .header-inner {
  display: grid;
  grid-template-columns: minmax(240px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.site-branding {
  min-width: 0;
  justify-self: start;
}

.brand-link,
.footer-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-logo,
.footer-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-logo .custom-logo,
.footer-logo-wrap .custom-logo {
  display: block;
  max-height: 54px;
  width: auto;
}

.brand-monogram,
.footer-logo-fallback {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--color-primary), #2a3448);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(17, 19, 24, 0.16);
}

.brand-copy,
.footer-brand-copy {
  display: grid;
  gap: 4px;
}

.site-title {
  font-size: 22px;
  font-weight: 700;
  color: #f3ede2;
  letter-spacing: 0.02em;
}

.site-tagline,
.footer-brand-copy span {
  font-size: 13px;
  color: rgba(227, 221, 208, 0.62);
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border: 1px solid rgba(212, 188, 132, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #f3ede2;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  display: block;
}

.menu-toggle em {
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
}

.header-panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  min-width: 0;
}

.site-nav {
  margin-left: auto;
}

.site-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.site-nav li {
  color: rgba(243, 237, 226, 0.82);
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: inherit;
  transition: color 0.24s ease;
}

.site-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #d2b273, #f0dfb3);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.26s ease;
}

.site-nav a:hover::after,
.site-nav .current-menu-item > a::after,
.site-nav .current_page_item > a::after {
  transform: scaleX(1);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a {
  color: #f7f0df;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 188, 132, 0.18);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
}

.language-switcher {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 4px;
  border: 1px solid rgba(212, 188, 132, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.language-switcher .gtranslate_wrapper,
.language-switcher .gt_switcher_wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.language-switcher a.glink,
.language-switcher a.gt_switcher-popup {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  color: #f3ede2 !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 0.24s ease, color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.language-switcher a.gt_switcher-popup {
  min-width: 128px;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  background: transparent;
}

.language-switcher a.gt_switcher-popup::before {
  content: attr(data-lang-label);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  color: #f3ede2;
}

.language-switcher a.gt_switcher-popup::after {
  content: '';
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-left: 2px;
  border-right: 1.5px solid rgba(243, 237, 226, 0.72);
  border-bottom: 1.5px solid rgba(243, 237, 226, 0.72);
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.24s ease;
}

.language-switcher.is-open a.gt_switcher-popup::after {
  transform: rotate(225deg) translateY(-1px);
}

.language-switcher a.glink:hover,
.language-switcher a.glink:focus-visible,
.language-switcher a.gt_switcher-popup:hover,
.language-switcher a.gt_switcher-popup:focus-visible {
  color: #fff7e6 !important;
  background: rgba(212, 188, 132, 0.12);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

.language-switcher a.glink.gt-current-lang,
.language-switcher a.gt_switcher-popup.glink {
  color: #f3ede2 !important;
}

.language-switcher a.glink img,
.language-switcher a.gt_switcher-popup img,
.language-switcher .gt_white_content a img {
  display: none !important;
}

.language-switcher a.gt_switcher-popup > span:not(:last-child),
.language-switcher a.gt_switcher-popup > span:last-child {
  display: none !important;
}

.language-switcher a.glink span {
  margin-right: 0 !important;
}

.language-switcher .gt_black_overlay {
  display: none !important;
}

.language-switcher .gt_white_content {
  position: absolute !important;
  top: calc(100% + 12px) !important;
  left: 50% !important;
  right: auto !important;
  width: 240px !important;
  min-width: 240px !important;
  height: auto !important;
  max-height: min(60vh, 320px) !important;
  margin: 0 !important;
  padding: 10px !important;
  border: 1px solid rgba(212, 188, 132, 0.14);
  border-radius: 18px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
  background: rgba(23, 23, 23, 0.98) !important;
  overflow: auto;
  text-align: left;
  transform: translateX(-50%);
  z-index: 120;
}

.language-switcher .gt_white_content .gt_languages {
  display: flex;
  flex-direction: column;
  max-height: none !important;
}

.language-switcher .gt_white_content a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 42px;
  padding: 10px 16px !important;
  border: 0 !important;
  border-radius: 12px;
  color: rgba(243, 237, 226, 0.86) !important;
  line-height: 1.2 !important;
  text-align: center;
  transition: color 0.24s ease, background-color 0.24s ease;
}

.language-switcher .gt_white_content a + a {
  margin-top: 2px;
}

.language-switcher .gt_white_content a::before {
  content: none;
}

.language-switcher .gt_white_content a span {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.language-switcher .gt_white_content a:hover,
.language-switcher .gt_white_content a:focus-visible,
.language-switcher .gt_white_content a.gt-current-lang {
  color: #fff7e6 !important;
  background: rgba(212, 188, 132, 0.14);
}

.header-cta-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-whatsapp {
  background: #25d366;
  color: #fff;
  border-color: #25d366;
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.22);
}

.header-whatsapp:hover,
.header-whatsapp:focus-visible {
  color: #fff;
  border-color: #1db954;
  background: #1db954;
}

.header-cta,
.header-whatsapp {
  white-space: nowrap;
  min-height: 46px;
  padding-inline: 20px;
}

.header-cta:hover,
.header-cta:focus-visible {
  color: #0e0e0e;
}

.site-footer {
  position: relative;
  color: rgba(255, 255, 255, 0.82);
  background: linear-gradient(180deg, #191125 0%, #3b2b58 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(122, 88, 175, 0.18), transparent 34%);
  pointer-events: none;
}

.site-footer .footer-inner {
  position: relative;
  display: grid;
  gap: 28px;
  padding: 72px 0 28px;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(180px, 1fr));
  gap: 28px;
  align-items: start;
}

.footer-branding,
.footer-column {
  min-width: 0;
}

.footer-brand-link {
  margin-bottom: 18px;
}

.footer-logo-wrap {
  min-width: 0;
  min-height: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.footer-logo-wrap .custom-logo {
  max-height: 84px;
}

.footer-brand-copy strong,
.footer-column h3,
.footer-bottom a {
  color: #fff;
}

.footer-column h3 {
  margin: 0 0 18px;
  font-size: 18px;
}

.footer-intro {
  max-width: 440px;
  margin: 0;
  line-height: 1.9;
}

.footer-info-list,
.footer-menu,
.article-sidebar-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.footer-info-list li,
.footer-menu li {
  display: grid;
  gap: 6px;
}

.footer-info-list span:first-child {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.52);
}

.footer-menu a,
.footer-info-list a,
.footer-social a,
.footer-bottom a,
.article-sidebar-links a {
  transition: color 0.24s ease, opacity 0.24s ease;
}

.footer-menu a:hover,
.footer-info-list a:hover,
.footer-social a:hover,
.footer-bottom a:hover,
.article-sidebar-links a:hover {
  color: #fff;
  opacity: 1;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-cta.btn.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: transparent;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
}

.footer-bottom p {
  margin: 0;
}

.page-section-soft {
  background: linear-gradient(180deg, #fbf8f3 0%, #ffffff 100%);
}

.page-section-white {
  background: #fff;
}

.page-hero-rich {
  position: relative;
  padding: 120px 0 96px;
  overflow: hidden;
}

.page-hero-rich::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 19, 24, 0.15), transparent 55%);
}

.page-hero-layout,
.article-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
  align-items: end;
}

.page-hero-layout-wide {
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
}

.page-hero-copy,
.article-hero-copy {
  max-width: 760px;
}

.page-hero-card {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.page-hero-card h3 {
  margin: 10px 0 14px;
  color: #fff;
  font-size: clamp(22px, 3vw, 30px);
}

.page-hero-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.8;
}

.hero-card-tag,
.product-card-kicker,
.brand-mini-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(196, 164, 107, 0.95);
}

.section-title-wide {
  max-width: 780px;
}

.brand-split-grid {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
}

.brand-visual-stack {
  display: grid;
  gap: 18px;
}

.brand-layer-card,
.contact-visual-card,
.tech-media {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 18, 25, 0.12);
}

.brand-layer-card img,
.contact-visual-card img,
.tech-media img {
  width: 100%;
  display: block;
  min-height: 320px;
  object-fit: cover;
}

.brand-metric-grid,
.contact-card-grid,
.brand-feature-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.brand-metric-card,
.contact-info-card,
.brand-feature-card {
  background: #fff;
  border: 1px solid rgba(17, 19, 24, 0.06);
  box-shadow: 0 16px 36px rgba(15, 18, 25, 0.06);
  border-radius: 22px;
  padding: 22px;
}

.brand-metric-card strong {
  display: block;
  font-size: 30px;
  color: var(--text-heading);
  margin-bottom: 8px;
}

.brand-metric-card span,
.contact-info-card span {
  color: rgba(61, 63, 69, 0.72);
  font-size: 13px;
}

.contact-info-card a,
.contact-info-card strong {
  display: block;
  margin-top: 8px;
  color: var(--text-heading);
  font-size: 18px;
  line-height: 1.6;
}

.brand-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.brand-feature-card h3,
.brand-mini-title {
  margin: 0 0 10px;
}

.brand-feature-card p {
  margin: 0;
  line-height: 1.85;
}

.brand-check-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.brand-check-list li {
  position: relative;
  padding: 16px 18px 16px 48px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 19, 24, 0.06);
  box-shadow: 0 14px 28px rgba(15, 18, 25, 0.05);
}

.brand-check-list li::before {
  content: '✓';
  position: absolute;
  left: 18px;
  top: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(196, 164, 107, 0.16);
  color: var(--color-accent);
  font-weight: 700;
}

.brand-dual-logo-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-page-grid,
.contact-network-grid,
.product-showcase-grid-refined,
.product-detail-layout-rich {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.contact-page-copy,
.product-showcase-panel,
.product-side-rich,
.article-shell,
.article-sidebar,
.article-sidebar-card,
.empty-state-card {
  background: #fff;
  border: 1px solid rgba(17, 19, 24, 0.06);
  box-shadow: 0 20px 44px rgba(15, 18, 25, 0.08);
  border-radius: 28px;
  padding: 32px;
}

.contact-form-elevated {
  background: linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
  box-shadow: 0 24px 56px rgba(15, 18, 25, 0.09);
}

.contact-service-list {
  margin-top: 22px;
}

.contact-visual-card {
  min-height: 100%;
}

.product-grid-rich,
.news-grid-compact {
  margin-top: 30px;
}

.product-card-rich {
  border-radius: 24px;
  padding: 18px;
}

.product-card-rich .product-card-media {
  margin-bottom: 20px;
}

.product-card-rich .product-card-body {
  padding: 0 6px;
}

.product-card-kicker {
  margin-bottom: 10px;
}

.product-showcase-rich {
  padding: 54px 0 28px;
}

.product-showcase-panel {
  background: linear-gradient(180deg, #fffdf9 0%, #f9f5ef 100%);
}

.product-side-rich ul {
  padding-left: 20px;
  line-height: 1.9;
}

.product-side-rich h3,
.article-sidebar-card h3,
.empty-state-card h3 {
  margin-top: 0;
}

.news-card-featured {
  padding: 18px;
}

.news-card-featured .news-card-media img {
  height: 240px;
}

.news-main .pagination-shell {
  margin-top: 34px;
}

.pagination-shell .page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.pagination-shell .page-numbers a,
.pagination-shell .page-numbers span {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(17, 19, 24, 0.08);
  background: #fff;
  box-shadow: 0 10px 22px rgba(15, 18, 25, 0.05);
}

.pagination-shell .page-numbers .current {
  background: var(--color-accent);
  color: #16181d;
  border-color: var(--color-accent);
}

.article-subtitle {
  max-width: 840px;
  color: rgba(255,255,255,.82);
}

.article-footer-meta {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(17,19,24,.08);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.article-footer-meta strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text-heading);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  transform: translateX(-28px);
}

.reveal-right {
  transform: translateX(28px);
}

.reveal-left.is-visible,
.reveal-right.is-visible {
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 1199px) {
  .about-gallery-grid {
    --about-grid-columns: min(3, var(--about-grid-columns));
  }

  .about-video-grid {
    --about-grid-columns: min(2, var(--about-grid-columns));
  }
}

@media (max-width: 991px) {
  .site-header .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .header-topline {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .header-panel {
    position: absolute;
    top: calc(100% + 12px);
    left: 20px;
    right: 20px;
    display: grid;
    gap: 18px;
    padding: 20px;
    border-radius: 28px;
    background: rgba(20,20,20,.98);
    box-shadow: 0 28px 60px rgba(0,0,0,.28);
    border: 1px solid rgba(212,188,132,.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
  }

  .site-header.is-menu-open .header-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .site-nav,
  .site-nav ul,
  .header-actions,
  .header-cta-group {
    width: 100%;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .site-nav a {
    min-height: 36px;
  }

  .header-actions {
    justify-content: space-between;
  }

  .product-carousel-stage,
  .product-carousel-slide img {
    min-height: 420px;
    height: 420px;
  }

  .news-featured-grid,
  .page-hero-layout-wide,
  .brand-split-grid,
  .contact-page-grid,
  .contact-network-grid,
  .product-showcase-grid-refined,
  .product-detail-layout-rich,
  .article-layout,
  .footer-main {
    grid-template-columns: 1fr;
  }
}

.about-intro-grid,
.about-series-layout,
.about-advantage-grid {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
}

.about-intro-copy,
.about-series-copy,
.about-advantage-copy {
  max-width: 760px;
}

.about-intro-visual,
.about-advantage-visual {
  display: grid;
  gap: 18px;
}

.about-main-visual,
.about-advantage-visual img,
.about-inline-visual {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 18, 25, 0.14);
}

.about-main-visual img,
.about-advantage-visual img,
.about-inline-visual {
  width: 100%;
  display: block;
  object-fit: cover;
}

.about-main-visual img,
.about-advantage-visual img {
  min-height: 360px;
}

.about-stat-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-stat-panel div,
.about-value-card,
.about-series-card,
.timeline-content {
  background: #fff;
  border: 1px solid rgba(17, 19, 24, 0.06);
  box-shadow: 0 16px 36px rgba(15, 18, 25, 0.06);
}

.about-stat-panel div {
  padding: 20px;
  border-radius: 20px;
}

.about-stat-panel strong {
  display: block;
  font-size: 32px;
  color: var(--text-heading);
  margin-bottom: 6px;
}

.about-stat-panel span {
  color: rgba(61, 63, 69, 0.78);
  font-size: 14px;
}

.about-values-section,
.about-timeline-section {
  background: linear-gradient(180deg, #f8f3fc 0%, #ffffff 100%);
}

.about-values-grid,
.about-series-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.about-value-card,
.about-series-card {
  position: relative;
  border-radius: 24px;
  padding: 30px 26px;
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.about-value-card:hover,
.about-series-card:hover,
.timeline-card:hover .timeline-content {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(15, 18, 25, 0.1);
}

.about-value-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
  background: rgba(122, 88, 175, 0.14);
  color: var(--color-accent);
  font-weight: 700;
}

.about-series-copy {
  background: linear-gradient(180deg, #2d2145 0%, #5a4481 100%);
  color: #fff;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 24px 60px rgba(15, 18, 25, 0.16);
}

.about-series-copy h2,
.about-series-copy p {
  color: #fff;
}

.about-inline-visual {
  margin-top: 24px;
  min-height: 240px;
}

.about-timeline {
  position: relative;
  display: grid;
  gap: 22px;
}

.about-timeline::before {
  content: '';
  position: absolute;
  left: 92px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, rgba(122, 88, 175, 0.1), rgba(122, 88, 175, 0.8), rgba(122, 88, 175, 0.1));
}

.timeline-card {
  position: relative;
  display: grid;
  grid-template-columns: 74px 20px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.timeline-year {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-heading);
  padding-top: 14px;
}

.timeline-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-top: 18px;
  background: linear-gradient(135deg, var(--color-accent), #b999e8);
  box-shadow: 0 0 0 8px rgba(122, 88, 175, 0.12);
  position: relative;
  z-index: 1;
}

.timeline-content {
  border-radius: 24px;
  padding: 24px 26px;
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.timeline-content h3 {
  margin: 0 0 10px;
}

.timeline-content p {
  margin: 0;
  color: rgba(43, 46, 53, 0.88);
  line-height: 1.85;
}

.about-advantage-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.about-advantage-list li {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(17, 19, 24, 0.06);
  box-shadow: 0 14px 30px rgba(15, 18, 25, 0.05);
}

.about-advantage-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6effc 100%);
}

@media (max-width: 767px) {
  body:not(.home) .site-main {
    padding: 28px 0 64px;
  }

  .section {
    padding: 52px 0;
  }

  .container {
    width: min(100% - 24px, var(--container));
  }

  .hero,
  .page-hero-rich {
    padding: 88px 0 60px;
  }

  .brand-story-strip .brand-story-grid,
  .trust-section .trust-grid,
  .hero-inner,
  .feature-grid,
  .product-grid,
  .visual-gallery-grid,
  .news-grid,
  .brand-feature-grid,
  .capability-grid,
  .about-grid,
  .contact-grid,
  .tech-grid,
  .article-layout,
  .product-highlight-grid,
  .cta-inner,
  .footer-main,
  .process-steps,
  .about-intro-grid,
  .about-series-layout,
  .about-advantage-grid,
  .timeline-card,
  .about-values-grid,
  .about-series-grid {
    grid-template-columns: 1fr;
  }

  .brand-story-strip .brand-story-visual,
  .trust-section .trust-media {
    order: -1;
  }

  .brand-story-strip .brand-story-visual img,
  .trust-section .trust-media img {
    height: 260px;
  }

  .brand-story-carousel-dots {
    bottom: 14px;
  }

  .about-timeline::before {
    left: 8px;
  }

  .timeline-year {
    padding-top: 0;
    padding-left: 34px;
  }

  .timeline-dot {
    margin-top: 0;
    margin-left: 0;
  }

  .timeline-content {
    margin-left: 34px;
  }

  .site-title {
    font-size: 18px;
  }

  .site-tagline {
    font-size: 12px;
  }

  .brand-monogram,
  .footer-logo-fallback {
    width: 46px;
    height: 46px;
    font-size: 24px;
  }

  .header-panel {
    left: 12px;
    right: 12px;
  }

  .header-actions,
  .footer-bottom,
  .article-footer-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-actions {
    width: 100%;
    border-radius: 24px;
    padding: 14px;
  }

  .language-switcher {
    width: 100%;
    justify-content: flex-start;
  }

  .language-switcher .gtranslate_wrapper,
  .language-switcher .gt_switcher_wrapper,
  .language-switcher a.glink,
  .language-switcher a.gt_switcher-popup {
    width: 100%;
    justify-content: space-between;
  }

  .header-cta-group {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .header-cta,
  .header-whatsapp,
  .news-card-link,
  .btn,
  .article-sidebar .btn {
    width: 100%;
  }

  .page-hero-card,
  .contact-page-copy,
  .contact-form-elevated,
  .product-showcase-panel,
  .product-side-rich,
  .article-shell,
  .article-sidebar,
  .article-sidebar-card,
  .empty-state-card,
  .about-series-copy,
  .about-value-card,
  .about-series-card,
  .timeline-content {
    padding: 22px 18px;
  }

  .brand-metric-grid,
  .contact-card-grid,
  .brand-feature-grid,
  .about-stat-panel {
    grid-template-columns: 1fr;
  }

  .product-carousel-stage,
  .product-carousel-slide img,
  .news-card-featured .news-card-media img,
  .product-card img,
  .news-card img,
  .about-main-visual img,
  .about-advantage-visual img,
  .about-inline-visual {
    min-height: 220px;
    height: 220px;
  }

  .article-breadcrumbs,
  .news-meta {
    gap: 8px;
  }

  .article-breadcrumbs {
    font-size: 12px;
  }
}


  .site-footer .footer-inner {
    padding-top: 54px;
  }
}

/* Homepage hero carousel should follow image aspect ratio, not full viewport height. */
.hero-carousel-section {
  min-height: 0;
  background: transparent;
}

.hero-carousel-stage {
  min-height: 0;
}

.hero-carousel-slide {
  position: absolute;
  inset: 0;
  padding: 0;
  background: transparent;
  transform: none;
}

.hero-carousel-slide.is-active {
  position: relative;
}

.hero-carousel-media {
  width: 100%;
  background: transparent;
}

.hero-carousel-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.hero-carousel-slide .hero-inner {
  display: none;
  min-height: 0;
}

.home-screen-hint {
  display: none;
}

.carousel-nav {
  top: 50%;
  transform: translateY(-50%);
}

.carousel-nav:hover {
  transform: translateY(-50%) scale(1.06);
}

@media (max-width: 991px) {
  .hero-carousel-stage,
  .hero-carousel-slide,
  .hero-carousel-slide .hero-inner {
    min-height: 0;
  }

  .hero-carousel-slide {
    padding: 0;
  }
}

/* Final tuning: keep header + carousel in one viewport and switch to Morandi purple accents. */
:root {
  --dorlux-morandi-purple: #9789ab;
  --dorlux-morandi-purple-strong: #7f6f95;
  --dorlux-morandi-purple-soft: #c8bfd6;
  --dorlux-morandi-purple-bg: rgba(151, 137, 171, 0.16);
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(151, 137, 171, 0.28);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 30px rgba(17, 19, 24, 0.1);
}

.header-shell {
  gap: 10px;
  padding: 8px 0 10px;
}

.header-topline {
  color: rgba(109, 97, 127, 0.72);
}

.site-nav li {
  color: rgba(58, 49, 73, 0.86);
}

.site-nav a::after {
  background: linear-gradient(90deg, var(--dorlux-morandi-purple), var(--dorlux-morandi-purple-soft));
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a {
  color: #615276;
}

.menu-toggle {
  border-color: rgba(151, 137, 171, 0.32);
  color: #5b4b70;
}

.header-actions {
  border-color: rgba(151, 137, 171, 0.24);
  background: rgba(151, 137, 171, 0.08);
}

.language-switcher {
  border-color: rgba(151, 137, 171, 0.26);
  background: rgba(255, 255, 255, 0.88);
}

.language-switcher a.glink,
.language-switcher a.gt_switcher-popup,
.language-switcher a.gt_switcher-popup::before {
  color: #4f4261 !important;
}

.language-switcher a.gt_switcher-popup::after {
  border-right-color: rgba(79, 66, 97, 0.7);
  border-bottom-color: rgba(79, 66, 97, 0.7);
}

.language-switcher a.glink:hover,
.language-switcher a.glink:focus-visible,
.language-switcher a.gt_switcher-popup:hover,
.language-switcher a.gt_switcher-popup:focus-visible {
  background: var(--dorlux-morandi-purple-bg);
  color: #f8f3fd !important;
}

.language-switcher .gt_white_content {
  border-color: rgba(151, 137, 171, 0.24);
  background: rgba(255, 255, 255, 0.98) !important;
}

.language-switcher .gt_white_content a {
  color: rgba(79, 66, 97, 0.86) !important;
}

.language-switcher .gt_white_content a:hover,
.language-switcher .gt_white_content a:focus-visible,
.language-switcher .gt_white_content a.gt-current-lang {
  background: rgba(151, 137, 171, 0.18);
  color: #4b3f5d !important;
}

.btn.primary {
  background: linear-gradient(135deg, var(--dorlux-morandi-purple), var(--dorlux-morandi-purple-strong));
  border-color: rgba(151, 137, 171, 0.5);
  color: #faf7ff;
  box-shadow: 0 14px 28px rgba(66, 52, 86, 0.38);
}

.btn.primary:hover,
.btn.primary:focus-visible {
  background: linear-gradient(135deg, #a495b8, #86779a);
  color: #fff;
}

.header-cta,
.header-cta:hover,
.header-cta:focus-visible {
  color: #faf7ff;
}

.carousel-nav {
  border-color: rgba(151, 137, 171, 0.46);
  background: rgba(45, 36, 60, 0.6);
  color: #f4eefb;
}

.carousel-nav:hover {
  background: rgba(67, 53, 89, 0.8);
}

/* Keep first screen compact: nav + carousel visible within one viewport. */
.hero-carousel-shell {
  padding: clamp(8px, 1.1vw, 14px) 0 clamp(10px, 1.4vw, 18px);
}

.hero-carousel-media {
  display: flex;
  justify-content: center;
}

.hero-carousel-media img {
  width: auto;
  max-width: min(100%, 1680px);
  max-height: calc(100vh - 170px);
  object-fit: contain;
}

@media (max-width: 991px) {
  .header-panel {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(151, 137, 171, 0.22);
    box-shadow: 0 24px 52px rgba(17, 19, 24, 0.14);
  }

  .hero-carousel-media img {
    max-height: calc(100vh - 150px);
  }
}

@media (max-width: 767px) {
  .header-shell {
    gap: 8px;
    padding: 8px 0;
  }

  .hero-carousel-media img {
    max-height: calc(100vh - 138px);
  }
}

/* Hero frame fit fix: prevent oversized empty carousel canvas. */
.home-screen-flow,
.home-screen-panel {
  height: auto;
  min-height: 0;
}

.hero-carousel-section {
  min-height: 0 !important;
  height: auto !important;
  padding: 0 0 clamp(12px, 1.6vw, 20px);
}

.hero-carousel-shell {
  width: min(100% - 32px, 1520px);
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

.hero-carousel-stage {
  min-height: 0 !important;
  height: auto !important;
}

.hero-carousel-slide {
  position: absolute;
  inset: 0;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
}

.hero-carousel-slide.is-active {
  position: relative;
}

.hero-carousel-media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.hero-carousel-media img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 160px);
  object-fit: contain;
}

.hero-carousel-slide .hero-inner,
.home-screen-hint {
  display: none !important;
}

.carousel-nav {
  top: 50%;
  transform: translateY(-50%);
}

.carousel-nav.prev {
  left: clamp(8px, 1vw, 14px);
}

.carousel-nav.next {
  right: clamp(8px, 1vw, 14px);
}

@media (max-width: 991px) {
  .hero-carousel-shell {
    width: calc(100% - 20px);
    border-radius: 16px;
  }

  .hero-carousel-media img {
    max-height: calc(100vh - 144px);
  }
}

@media (max-width: 767px) {
  .hero-carousel-shell {
    width: calc(100% - 12px);
    border-radius: 12px;
  }

  .hero-carousel-media img {
    max-height: calc(100vh - 130px);
  }
}
