:root {
  --primary: #02017F;
  --primary-container: #02017F;
  --surface: #f9f9fa;
  --surface-container-lowest: #ffffff;
  --surface-container-low: #f3f3f4;
  --surface-container-high: #e8e8e9;
  --surface-container-highest: #e2e2e3;
  --secondary-container: #c8e3fd;
  --on-surface: #1a1c1d;
  --on-surface-variant: #40484f;
  --outline: #707880;
  --outline-variant: #c0c7d1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--on-surface);
  font-family: "Be Vietnam Pro", sans-serif;
  overflow-x: hidden;
  width: 100%;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

#button-contact-vr {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 9999;
  }
  #gom-all-in-one .button-contact {
    transition: 1.6s all;
  }
  #button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
  }
  #button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 72px;
    height: 72px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
  }
  #fanpage-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
    background-color: rgb(24 119 242 / 70%);
  }
  .phone-vr-circle-fill {
    width: 55px;
    height: 55px;
    top: 50%;
    left: 50%;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 0.5s;
    transform-origin: 50% 50%;
    animation: zoom 1.3s infinite;
  }
  #fanpage-vr .phone-vr-img-circle {
    background-color: #1877f2;
  }
  .phone-vr-img-circle {
    background-color: #e60808;
    width: 35px;
    height: 35px;
    line-height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    animation: phone-vr-circle-fill 1s infiniteease-in-out;
}
  .phone-vr-img-circle a {
    display: block;
    line-height: 37px;
  }
  #fanpage-vr img {
    max-width: 35px;
    max-height: 35px;
  }
  .phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #ftiktok-vr .phone-vr-img-circle {
    background-color: #020202;
  }

  #tiktok-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(2 2 2 / 55%);
    background-color: rgb(2 2 2 / 60%);
  }

  #tiktok-vr .phone-vr-img-circle img {
    max-width: 90%;
    max-height: 90%;
  }

  #tiktok-vr .phone-vr-img-circle {
    background: #020202;
  }

  #messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(2 2 2 / 55%);
    background-color: rgb(2 2 2 / 60%);
  }

  #messenger-vr .phone-vr-img-circle {
    background-color: #6a4ffe;
  }

  #messenger-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
  }

  #zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
  }

  #zalo-vr .phone-vr-img-circle {
    background-color: #2196f3;
  }

  #viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
  }

  #viber-vr .phone-vr-img-circle {
    background-color: #714497;
  }

  #contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
  }

  #contact-vr .phone-vr-img-circle {
    background-color: #2196f3;
  }

  @keyframes zoom {
    0% {
      transform: translate(-50%, -50%) scale(0.9);
    }
    70% {
      transform:translate(-50%, -50%) scale(1);
      box-shadow: 0 0 0 15px transparent;
    }
    100% {
      transform:translate(-50%, -50%) scale(0.9);
      box-shadow: 0 0 0 0 transparent;
    }
  }
  @keyframes phone-vr-circle-fill {
    0% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  }

.phone-bar a, #phone-vr .phone-vr-circle-fill, #phone-vr .phone-vr-img-circle, #phone-vr .phone-bar a {
    background-color: #dd3333;
}
.phone-bar a {
    position: absolute;
    margin-top: -55px;
    right: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 40px 7px 15px;
    border-radius: 100px;
    white-space: nowrap;
	text-decoration: none;
}
@media(max-width:549px){
#button-contact-vr {
bottom:2px;
width: 100%;
}
.phone-bar {
display: none;
}
#gom-all-in-one {
    display: flex;
    justify-content: space-around;
}
}


.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

body.menu-open {
  overflow: hidden;
}

.topbar {
  background: var(--primary-container);
  color: #fff;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	height: 40px;
}

.topbar-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.topbar-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
}

.topbar-item + .topbar-item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 2rem;
}

.topbar-label {
  font-family: "Be Vietnam Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.topbar-value {
  font-weight: 700;
  text-decoration: none;
}

.main-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
}

.main-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.menu-backdrop {
  display: none;
}

.site-main {
  margin-top: 110px;
  overflow-x: hidden;
}

.branding .custom-logo-link,
.footer-logo-link,
.footer-logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.branding .custom-logo,
.footer-logo-image,
.footer-logo .custom-logo {
  max-height: 56px;
  width: auto;
}

.logo,
.footer-logo-text {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.05em;
  color: #0c4a6e;
  text-decoration: none;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.primary-nav-head {
  display: none;
}

.primary-nav .menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.primary-nav .menu a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #475569;
  text-decoration: none;
}

.primary-nav .menu a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current-menu-ancestor > a {
  color: #02017F;
}

.btn-contact,
.btn-detail,
.btn-quote,
.btn-more {
  font-family: "Be Vietnam Pro", sans-serif;
}

.btn-contact {
  background: var(--primary);
  color: #fff;
  padding: 0.625rem 1.5rem;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hamburger {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}

.hamburger span {
  width: 24px;
  height: 2px;
  display: block;
  background: var(--primary);
  transition: transform 0.3s, opacity 0.3s;
}

.hamburger.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  width: 100%;
}

.hero-media img {
  width: 100%;
  height: auto;
}

.commitments,
.tech-section,
.products-section,
.about-section,
.news-section,
.content-section,
.product-extra-sections {
  padding: 6rem 0;
}

.commitments,
.products-section,
.news-section {
  background: var(--surface-container-low);
}

.about-section,
.content-section {
  background: var(--surface-container-lowest);
}

.commitments-grid,
.products-grid,
.news-grid,
.posts-grid {
  display: grid;
  gap: 2rem;
}

.commitments-grid,
.products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.commit-card,
.news-card,
.post-card,
.entry-card,
.product-extra-card {
  background: var(--surface-container-lowest);
  border-radius: 2px;
}

.commit-card {
  padding: 2rem;
  border-left: 4px solid var(--primary);
}

.commit-icon {
  font-size: 2.5rem;
  color: var(--primary);
}

.commit-card h3,
.news-card h3,
.product-overlay h3,
.post-card-title,
.entry-title,
.section-title,
.products-title-wrap h2,
.about-content h2,
.product-extra-title {
  font-family: "Be Vietnam Pro", sans-serif;
}

.commit-card h3 {
  margin: 1rem 0 0.75rem;
  font-size: 1.125rem;
}

.commit-card p,
.news-card p,
.post-card-excerpt,
.entry-content,
.entry-meta,
.product-extra-content {
  color: var(--on-surface-variant);
  line-height: 1.75;
}

.section-header,
.news-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.section-eyebrow {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--primary);
}

.section-title,
.products-title-wrap h2,
.about-content h2,
.product-extra-title {
  margin: 0.5rem 0 0;
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: #0c2340;
}

.carousel-nav {
  display: flex;
  gap: 0.5rem;
}

.carousel-btn {
  width: 48px;
  height: 48px;
  border: 0;
  cursor: pointer;
  border-radius: 2px;
  background: var(--surface-container-high);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.carousel-wrap {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-bottom: 5px;
}

.carousel-track {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.carousel-track > * {
  min-width: 0;
}

.carousel-wrap.is-dragging {
  cursor: grabbing;
}

.carousel-wrap.is-dragging .tech-card-link {
  pointer-events: none;
}

.tech-card {
  position: relative;
  flex: 0 0 calc(25% - 1.125rem);
  height: 400px;
  overflow: hidden;
  border-radius: 2px;
  background: var(--surface-container-highest);
}

.tech-card-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.tech-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.35) 50%, transparent 100%);
}

.tech-card h4 {
  margin: 0;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.0625rem;
}

.tech-card p {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
  line-height: 1.6;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.carousel-btn-prev {
  left: 0.75rem;
}

.carousel-btn-next {
  right: 0.75rem;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--outline-variant);
  cursor: pointer;
}

.carousel-dot.active {
  background: var(--primary);
  transform: scale(1.3);
}

.products-title-wrap {
  margin-bottom: 4rem;
  text-align: center;
}

.title-line {
  width: 80px;
  height: 4px;
  margin: 1rem auto 0;
  background: var(--primary);
}

.product-item {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #0f172a;
}

.product-item-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 82, 125, 0.28), rgba(15, 23, 42, 0.92));
}

.product-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  background: rgba(0, 82, 125, 0.82);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.product-base-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 3rem 1.25rem 1.1rem;
  background: linear-gradient(to top, rgba(10, 18, 32, 0.92) 0%, rgba(10, 18, 32, 0.5) 55%, transparent 100%);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.product-base-title h3 {
  margin: 0;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.35;
}

.product-item:hover .product-base-title {
  opacity: 0;
  transform: translateY(12px);
}

.product-item:hover .product-overlay {
  opacity: 1;
}

.product-overlay h3 {
  margin: 0 0 1.5rem;
  color: #fff;
  font-size: 1.1875rem;
}

.product-overlay-btns {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.btn-detail,
.btn-quote {
  display: block;
  padding: 0.75rem 1rem;
  text-decoration: none;
  text-align: center;
  border-radius: 1px;
  font-size: 0.8125rem;
  font-weight: 700;
}

.btn-detail {
  background: #fff;
  color: var(--primary);
}

.btn-quote {
  border: 2px solid #fff;
  color: #fff;
}

.about-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem;
  align-items: center;
}

.about-image-wrap {
  position: relative;
}

.about-accent-tl {
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  width: 8rem;
  height: 8rem;
  background: var(--secondary-container);
}

.about-image-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 500px;
  object-fit: cover;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

.about-content .space-y > * + * {
  margin-top: 1.25rem;
}

.btn-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 1rem 2rem;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  font-weight: 700;
}

.news-all {
  text-decoration: none;
  color: var(--primary);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}

.news-card,
.post-card {
  overflow: hidden;
  position: relative;
}

.news-card a,
.post-card a,
.post-card-title a,
.news-card h3 a {
  text-decoration: none;
}

.news-thumb,
.post-card-thumb {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.news-thumb img,
.post-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-body,
.post-card-body,
.entry-card {
  padding: 2rem;
}

.news-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1rem;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.75rem;
}

.news-meta .date {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: #eef2f6;
  color: #334155;
  font-weight: 600;
}

.news-meta .date .material-symbols-outlined {
  font-size: 0.95rem;
}

.news-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  background: rgba(0, 82, 125, 0.96);
  font-weight: 700;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.news-thumb-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  background: rgba(0, 82, 125, 0.96);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.news-card h3 {
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
  line-height: 1.4;
  color: #102033;
}

.news-card p {
  margin: 0;
}

.news-carousel-wrap {
  overflow: visible;
}

.news-carousel-track {
  align-items: stretch;
}

.news-slide {
  flex: 0 0 calc(25% - 1.125rem);
}

.news-slide .news-card {
  height: 100%;
}

.posts-archive-section {
  padding: 3rem 0 6rem;
  background: var(--surface-container-lowest);
}

.posts-archive-breadcrumb-trail {
  margin-bottom: 1.25rem;
}

.posts-archive-header {
  margin-bottom: 2.5rem;
}

.posts-archive-title {
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #101828;
}

.posts-archive-description {
  max-width: 760px;
  margin-top: 1rem;
  color: var(--on-surface-variant);
  line-height: 1.8;
}

.posts-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem;
}

.posts-archive-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  background: #fff;
  border: 1px solid rgba(192, 199, 209, 0.42);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.posts-archive-thumb {
  position: relative;
  display: block;
  min-height: 100%;
  background: var(--surface-container-low);
  text-decoration: none;
}

.posts-archive-thumb img,
.posts-archive-thumb-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.posts-archive-thumb-placeholder {
  background: linear-gradient(135deg, rgba(0, 82, 125, 0.2), rgba(15, 23, 42, 0.82));
}

.posts-archive-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.85rem;
  background: rgba(0, 82, 125, 0.96);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.posts-archive-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.6rem 1.5rem;
}

.posts-archive-meta {
  margin-bottom: 0.9rem;
}

.posts-archive-date {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #475569;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.posts-archive-date .material-symbols-outlined {
  font-size: 1rem;
}

.posts-archive-item-title {
  margin: 0 0 0.9rem;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.25rem;
  line-height: 1.35;
}

.posts-archive-item-title a {
  color: #0f172a;
  text-decoration: none;
}

.posts-archive-excerpt {
  margin: 0;
  color: var(--on-surface-variant);
  line-height: 1.78;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.posts-archive-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.2rem;
  color: var(--primary);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.posts-archive-link:hover {
  gap: 0.7rem;
}

.posts-archive-pagination {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.posts-archive-page-link {
  display: inline-flex;
}

.posts-archive-page-link .page-numbers {
  min-width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.9rem;
  background: var(--surface-container-low);
  color: var(--on-surface);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.posts-archive-page-link .page-numbers.current,
.posts-archive-page-link .page-numbers:hover {
  background: var(--primary);
  color: #fff;
}

.posts-archive-page-link.is-arrow .page-numbers {
  min-width: 2.75rem;
  padding: 0;
}

.post-single-section {
  padding: 3rem 0 5rem;
  background: var(--surface-container-lowest);
}

.post-single-breadcrumb-trail {
  margin-bottom: 1.25rem;
}

.post-single-article {
  max-width: 100%;
}

.post-single-header {
  max-width: 100%;
  margin-bottom: 1.5rem;
}

.post-single-related-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--primary);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.post-single-related-link:hover {
  gap: 0.72rem;
}

.post-single-title,
.post-single-related-title {
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  color: #101828;
}

.post-single-title {
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.post-single-content-wrap {
  max-width: 100%;
  margin: 0;
}

.post-single-content {
  color: var(--on-surface-variant);
  font-size: 1rem;
  line-height: 1.95;
}

.post-single-content > :first-child {
  margin-top: 0;
}

.post-single-content > :last-child {
  margin-bottom: 0;
}

.post-single-content h2,
.post-single-content h3,
.post-single-content h4,
.post-single-content h5,
.post-single-content h6 {
  margin: 2.4rem 0 1rem;
  color: #111827;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.post-single-content h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.post-single-content h3 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.post-single-content p,
.post-single-content ul,
.post-single-content ol,
.post-single-content blockquote,
.post-single-content table {
  margin: 0 0 1.2rem;
}

.post-single-content ul,
.post-single-content ol {
  padding-left: 1.35rem;
}

.post-single-content li + li {
  margin-top: 0.45rem;
}

.post-single-content a {
  color: var(--primary);
}

.post-single-content blockquote {
  margin-left: 0;
  padding: 1.3rem 1.5rem;
  border-left: 4px solid var(--primary);
  background: rgba(0, 82, 125, 0.06);
  color: #0f172a;
}

.post-single-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.6rem auto;
}

.post-single-content table {
  width: 100%;
  border-collapse: collapse;
}

.post-single-content th,
.post-single-content td {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(192, 199, 209, 0.55);
  text-align: left;
}

.post-single-content th {
  color: #111827;
  background: var(--surface-container-low);
  font-weight: 700;
}

.post-single-related-section {
  padding: 0 0 6rem;
  background: var(--surface-container-lowest);
}

.post-single-related-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.post-single-related-title {
  margin-top: 0.5rem;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 700;
}

.post-single-related-grid {
  margin-top: 0;
}

.site-footer {
  background: #0f172a;
  color: #94a3b8;
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 3rem;
}

.footer-brand p {
  margin-top: 1rem;
  line-height: 1.7;
}

.footer-col h4 {
  margin: 0 0 1.5rem;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col ul a,
.footer-contact-item a {
  text-decoration: none;
  color: #94a3b8;
}

.footer-map iframe {
  display: block;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.footer-map iframe {
  width: 100%;
  min-height: 220px;
  border: 0;
}

.footer-bottom-bar {
  border-top: 1px solid #1e293b;
}

.footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.75rem;
  color: #64748b;
}


.entry-card,
.product-extra-card {
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.entry-title {
  margin: 0 0 1rem;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: #0c2340;
}

.entry-meta {
  margin-bottom: 1rem;
}

.product-page {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.product-extra-sections .container {
  display: grid;
  gap: 2rem;
}

.product-extra-card {
  padding: 2rem;
}

.product-extra-title {
  font-size: 1.75rem;
}

.shop-hero-section {
  padding: 4rem 0 3rem;
  background: var(--surface-container-low);
  border-bottom: 1px solid rgba(192, 199, 209, 0.2);
}

.shop-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--on-surface-variant);
}

.shop-breadcrumbs a {
  text-decoration: none;
}

.shop-breadcrumbs .material-symbols-outlined {
  font-size: 1rem;
}

.shop-page-title,
.shop-listing-title,
.shop-sidebar-title {
  font-family: "Be Vietnam Pro", sans-serif;
}

.shop-page-title {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #101828;
}

.shop-layout-section {
  padding: 4rem 0 6rem;
}

.shop-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 3rem;
  align-items: flex-start;
}

.shop-sidebar-sticky {
  position: sticky;
  top: 8.5rem;
}

.shop-sidebar-title {
  margin: 0 0 1.5rem;
  color: var(--primary);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.shop-sidebar-toggle {
  display: none;
}

.shop-category-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.shop-category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1.1rem;
  color: var(--on-surface-variant);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  border-left: 4px solid transparent;
}

.shop-category-link .material-symbols-outlined {
  font-size: 1.1rem;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.shop-category-link:hover,
.shop-category-link.is-active {
  background: var(--surface-container-low);
  color: var(--on-surface);
}

.shop-category-link:hover .material-symbols-outlined,
.shop-category-link.is-active .material-symbols-outlined {
  opacity: 1;
}

.shop-category-link.is-active {
  border-left-color: var(--primary);
  color: var(--primary);
  font-weight: 700;
}

.shop-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: flex-end;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(192, 199, 209, 0.24);
}

.shop-listing-title {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
}

.shop-results-count {
  margin: 0.5rem 0 0;
  color: var(--on-surface-variant);
  font-size: 0.9rem;
}

.shop-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.shop-order-form select:focus {
  outline: none;
}

.shop-order-form select {
  min-height: 52px;
  border: 1px solid rgba(192, 199, 209, 0.34);
  background: #fff;
  padding: 0 2.75rem 0 1rem;
  font: inherit;
  color: var(--on-surface-variant);
  cursor: pointer;
}

.shop-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.shop-empty-state .entry-card {
  margin: 0;
}

.shop-pagination {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.shop-page-link {
  display: inline-flex;
}

.shop-page-link .page-numbers {
  min-width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.9rem;
  background: var(--surface-container-low);
  color: var(--on-surface);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.shop-page-link .page-numbers.current,
.shop-page-link .page-numbers:hover {
  background: var(--primary);
  color: #fff;
}

.shop-page-link.is-arrow .page-numbers {
  min-width: 2.75rem;
  padding: 0;
}

.shop-page-link .material-symbols-outlined {
  font-size: 1.2rem;
}

.contact-page-section,
.error-page-section {
  padding: 3rem 0 6rem;
  background: var(--surface-container-lowest);
}

.contact-breadcrumb-trail,
.error-page-breadcrumb-trail {
  margin-bottom: 1.25rem;
}

.contact-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 2rem;
  align-items: stretch;
}

.contact-page-copy,
.contact-page-map-card,
.contact-form-card,
.error-page-card {
  background: #fff;
  border: 1px solid rgba(192, 199, 209, 0.44);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

.contact-page-copy {
  padding: 2.5rem;
}

.contact-page-title,
.contact-page-info-title,
.contact-page-map-title,
.contact-form-title,
.error-page-title {
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  color: #101828;
}

.contact-page-title {
  margin-top: 1rem;
  font-size: clamp(2.4rem, 4.8vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.contact-page-description {
  max-width: 640px;
  margin-top: 1.25rem;
  color: var(--on-surface-variant);
  font-size: 1rem;
  line-height: 1.85;
}

.contact-page-description p:last-child,
.contact-page-info-description p:last-child {
  margin-bottom: 0;
}

.contact-page-info-card {
  margin-top: 2rem;
  padding: 1.75rem;
  background: var(--surface-container-low);
  border-left: 4px solid var(--primary);
}

.contact-page-info-title,
.contact-page-map-title,
.contact-form-title {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  line-height: 1.08;
}

.contact-page-info-description {
  margin-top: 0.9rem;
  color: var(--on-surface-variant);
  line-height: 1.8;
}

.contact-page-info-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-page-info-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
}

.contact-page-info-item .material-symbols-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(0, 82, 125, 0.1);
  color: var(--primary);
}

.contact-page-info-label {
  margin-bottom: 0.3rem;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-page-info-content a,
.contact-page-info-content span {
  color: var(--on-surface);
  text-decoration: none;
  line-height: 1.7;
}

.contact-page-map-card {
  padding: 1.25rem;
}

.contact-page-map-embed {
  margin-top: 1rem;
  overflow: hidden;
  min-height: 100%;
}

.contact-page-map-embed iframe {
  display: block;
  width: 100%;
  min-height: 520px;
  border: 0;
}

.contact-form-section {
  padding: 0 0 6rem;
  background: var(--surface-container-lowest);
}

.contact-form-card {
  padding: 2.5rem;
}

.contact-form-header {
  max-width: 760px;
  margin-bottom: 1.75rem;
}

.contact-form-description {
  margin: 0.85rem 0 0;
  color: var(--on-surface-variant);
  line-height: 1.8;
}

.contact-form-notice {
  margin-bottom: 1.5rem;
  padding: 1rem 1.1rem;
  font-weight: 600;
}

.contact-form-notice.is-success {
  background: rgba(22, 163, 74, 0.08);
  color: #166534;
}

.contact-form-notice.is-error {
  background: rgba(220, 38, 38, 0.08);
  color: #991b1b;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.contact-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-form-field span {
  color: #0f172a;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-form-field input,
.contact-form-field textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(192, 199, 209, 0.85);
  background: #fff;
  color: #0f172a;
  font: inherit;
}

.contact-form-field input:focus,
.contact-form-field textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(0, 82, 125, 0.08);
}

.contact-form-field-full,
.contact-form-actions {
  grid-column: 1 / -1;
}

.contact-form-actions {
  margin-top: 0.5rem;
}

.contact-form-submit,
.error-page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.8rem;
  border: 1px solid transparent;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.contact-form-submit:hover,
.error-page-button.is-primary:hover {
  background: var(--primary-container);
  transform: translateY(-1px);
}

.error-page-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 3rem 2.5rem;
  text-align: center;
}

.error-page-title {
  margin-top: 1rem;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.error-page-description {
  max-width: 560px;
  margin: 1.25rem auto 0;
  color: var(--on-surface-variant);
  line-height: 1.85;
}

.error-page-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.error-page-button.is-secondary {
  background: transparent;
  color: var(--primary);
  border-color: rgba(0, 82, 125, 0.28);
}

.error-page-button.is-secondary:hover {
  background: rgba(0, 82, 125, 0.06);
}

.about-page-hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #102033;
}

.about-page-hero-media,
.about-page-hero-overlay {
  position: absolute;
  inset: 0;
}

.about-page-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page-hero-overlay {
  background: linear-gradient(90deg, rgba(10, 24, 42, 0.84) 0%, rgba(10, 24, 42, 0.52) 42%, rgba(10, 24, 42, 0.12) 100%);
}

.about-page-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.about-page-hero-copy {
  max-width: 740px;
  padding: 5rem 0;
}

.about-page-hero-eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about-page-hero-eyebrow {
  padding: 0.45rem 0.9rem;
  border-radius: 2px;
  background: #02017F;
  color: #fff;
}

.about-page-hero-title {
  margin: 1rem 0 1.5rem;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(2.75rem, 7vw, 4.8rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.about-page-hero-description {
  max-width: 520px;
  padding-left: 1.25rem;
  border-left: 4px solid var(--primary);
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.0625rem;
  line-height: 1.8;
}

.about-page-hero-description p {
  margin: 0;
}

.about-story-section,
.about-values-section {
  padding: 6rem 0;
  background: var(--surface-container-lowest);
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 4rem;
  align-items: center;
}

.section-kicker {
  color: var(--primary);
}

.section-kicker::before {
  content: "";
  width: 3rem;
  height: 1px;
  background: rgba(0, 82, 125, 0.45);
}

.about-story-title,
.about-values-title,
.about-vision-card-title,
.about-value-title {
  font-family: "Be Vietnam Pro", sans-serif;
}

.about-story-title {
  margin: 1.25rem 0 1.5rem;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: #0c2340;
  line-height: 1.1;
}

.about-story-content {
  color: var(--on-surface-variant);
  font-size: 1.05rem;
  line-height: 1.95;
}

.about-story-content p {
  margin: 0;
}

.about-story-content p + p {
  margin-top: 1.25rem;
}

.about-story-media {
  position: relative;
}

.about-story-media-accent {
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  width: clamp(7rem, 16vw, 11rem);
  height: clamp(7rem, 16vw, 11rem);
  background: var(--surface-container-high);
}

.about-story-media-frame {
  position: relative;
  z-index: 1;
  padding: 0.85rem;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.about-story-image {
  width: 100%;
  height: clamp(320px, 46vw, 460px);
  object-fit: cover;
  transition: transform 0.45s ease;
}

.about-story-media:hover .about-story-image {
  transform: scale(1.02);
}

.about-vision-section {
  padding: 6rem 0;
  background: var(--surface-container-low);
}

.about-vision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(192, 199, 209, 0.35);
}

.about-vision-card {
  min-height: 100%;
  padding: 3.5rem;
}

.about-vision-card-light {
  background: #fff;
  color: var(--on-surface);
}

.about-vision-card-dark {
  background: var(--primary);
  color: #fff;
}

.about-vision-icon {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 3.125rem;
}

.about-vision-card-light .about-vision-icon {
  color: var(--primary);
}

.about-vision-card-dark .about-vision-icon {
  color: #c8e3fd;
}

.about-vision-card-title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-weight: 700;
}

.about-vision-card-content {
  font-size: 1.35rem;
  line-height: 1.7;
  font-weight: 500;
}

.about-vision-card-content p {
  margin: 0;
}

.about-vision-card-content strong,
.about-vision-card-content b {
  font-weight: 700;
}

.about-vision-card-content u {
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

.about-values-header {
  max-width: 720px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.about-values-title {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  color: #111827;
}

.about-values-description {
  margin: 0.85rem auto 0;
  color: var(--on-surface-variant);
  line-height: 1.8;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.about-value-card {
  padding: 2rem;
  background: #fff;
  border-bottom: 4px solid transparent;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.05);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.about-value-card:hover {
  transform: translateY(-6px);
  border-color: var(--primary);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.09);
}

.about-value-icon-wrap {
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-container-low);
  transition: background 0.3s ease;
}

.about-value-card:hover .about-value-icon-wrap {
  background: rgba(0, 82, 125, 0.14);
}

.about-value-icon {
  color: var(--primary);
  font-size: 1.35rem;
}

.about-value-title {
  margin: 0 0 0.85rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}

.about-value-description {
  margin: 0;
  color: var(--on-surface-variant);
  line-height: 1.75;
}

@media (max-width: 1024px) {
  .commitments-grid,
  .products-grid,
  .news-grid,
  .posts-grid,
  .about-values-grid,
  .shop-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .posts-archive-grid {
    grid-template-columns: 1fr;
  }

  .about-inner,
  .footer-inner,
  .about-story-grid,
  .about-vision-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tech-card {
    flex-basis: calc(50% - 0.75rem);
  }

  .news-slide {
    flex-basis: calc(50% - 0.75rem);
  }

  .shop-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 2rem;
  }

  .hamburger {
    display: flex;
  }

  .menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 109;
    border: 0;
    padding: 0;
    background: rgba(15, 23, 42, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
	  height: 100vh;
  }

  .topbar {
    display: none !important;
  }

  .primary-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 110;
    width: min(360px, calc(100vw - 2rem));
    height: 100vh;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: -18px 0 38px rgba(15, 23, 42, 0.16);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    overflow-y: auto;
  }

  .primary-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(192, 199, 209, 0.3);
  }

  .primary-nav-title {
    color: #0c4a6e;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
  }

  .primary-nav-close {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(192, 199, 209, 0.45);
    background: #fff;
    color: #0f172a;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }

  .primary-nav-close:hover {
    background: rgba(0, 82, 125, 0.06);
    border-color: rgba(0, 82, 125, 0.35);
    color: var(--primary);
  }

  .primary-nav-close .material-symbols-outlined {
    font-size: 1.25rem;
  }

  .primary-nav.is-open {
    display: flex;
  }

  .menu-open .menu-backdrop {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .primary-nav .menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0.3rem;
  }

  .primary-nav .menu li {
    width: 100%;
  }

  .primary-nav .menu a {
    display: block;
    padding: 0.95rem 1rem;
    border-bottom: 1px solid rgba(192, 199, 209, 0.28);
    font-size: 0.82rem;
  }

  .primary-nav .btn-contact {
    width: 100%;
    text-align: center;
  }

  .shop-layout {
    grid-template-columns: 1fr;
  }

  .shop-sidebar-sticky {
    position: static;
  }

  .shop-sidebar-title {
    display: none;
  }

  .shop-sidebar-toggle {
    width: 100%;
    min-height: 56px;
    padding: 0.9rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid rgba(192, 199, 209, 0.42);
    background: #fff;
    color: var(--on-surface);
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
    cursor: pointer;
  }

  .shop-sidebar-toggle-copy {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
  }

  .shop-sidebar-toggle .material-symbols-outlined:last-child {
    transition: transform 0.2s ease;
  }

  .shop-sidebar.is-open .shop-sidebar-toggle .material-symbols-outlined:last-child {
    transform: rotate(180deg);
  }

  .shop-category-list {
    display: none;
    margin-top: 0.9rem;
    padding: 0.5rem 0;
    background: #fff;
    border: 1px solid rgba(192, 199, 209, 0.42);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  }

  .shop-sidebar.is-open .shop-category-list {
    display: flex;
  }
}

@media (max-width: 768px) {
  .topbar-inner,
  .main-header-inner,
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .site-main {
    margin-top: 96px;
  }

  .topbar-item + .topbar-item {
    border-left: 0;
    padding-left: 0;
  }

  .posts-grid,
  .about-inner,
  .footer-inner,
  .about-story-grid,
  .about-vision-grid,
  .about-values-grid,
  .shop-layout {
    grid-template-columns: 1fr;
  }

  .section-header,
  .news-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .shop-toolbar-actions {
    justify-content: stretch;
  }

  .shop-order-form select {
    width: 100%;
  }

  .about-page-hero-copy {
    max-width: 100%;
  }

  .about-page-hero-description {
    max-width: 100%;
  }

  .contact-page-hero,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-page-copy,
  .contact-form-card,
  .error-page-card {
    padding: 1.75rem;
  }

  .post-single-section,
  .post-single-related-section {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }

  .post-single-title {
    font-size: clamp(1.85rem, 9vw, 2.6rem);
  }

  .post-single-related-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-page-map-embed iframe {
    min-height: 360px;
  }

  .about-vision-card {
    padding: 2.25rem 1.5rem;
  }

.about-vision-card-content {
  font-size: 1.1rem;
}

}

@media (max-width: 640px) {
  .commitments-grid,
  .products-grid,
  .news-grid,
  .shop-products-grid {
    grid-template-columns: 1fr;
  }

  .tech-card {
    flex-basis: 100%;
  }

  .news-slide {
    flex-basis: 100%;
  }

  .posts-archive-card {
    grid-template-columns: 1fr;
  }

  .posts-archive-thumb {
    aspect-ratio: 16 / 9;
  }

  .posts-archive-thumb img,
  .posts-archive-thumb-placeholder {
    height: 100%;
  }

}

.breadcrumb-trail .rank-math-breadcrumb {
  color: #333;
}

.breadcrumb-trail .rank-math-breadcrumb p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
}

.breadcrumb-trail .rank-math-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.breadcrumb-trail .rank-math-breadcrumb a:hover {
  color: var(--primary);
}

.breadcrumb-trail .rank-math-breadcrumb .separator {
  color: var(--outline);
}

.shop-breadcrumb-trail {
  margin-bottom: 1rem;
}

.single-product-main {
  padding-bottom: 6rem;
}

.single-product-breadcrumbs-section {
  padding: 2rem 0 0;
}

.single-product-breadcrumb-trail {
  margin-bottom: 0.75rem;
}

.single-product-overview-section {
  padding: 1rem 0 5rem;
}

.single-product-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 3.5rem;
  align-items: flex-start;
}

.single-product-media-frame {
  position: relative;
  background: var(--surface-container-low);
  padding: 1.25rem;
  overflow: hidden;
}

.single-product-media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 82, 125, 0.08), transparent 55%);
  pointer-events: none;
}

.single-product-media-frame img,
.single-product-media-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.single-product-media-placeholder {
  background: linear-gradient(135deg, rgba(0, 82, 125, 0.28), rgba(15, 23, 42, 0.92));
}

.single-product-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}

.single-product-kicker {
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.single-product-title,
.single-product-section-title,
.single-product-description-title,
.single-product-related-title {
  font-family: "Be Vietnam Pro", sans-serif;
}

.single-product-title {
  margin: 0;
  font-size: clamp(2.3rem, 4.8vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.single-product-summary {
  color: var(--on-surface-variant);
  font-size: 1.0625rem;
  line-height: 1.85;
}

.single-product-summary p:last-child {
  margin-bottom: 0;
}

.single-product-actions {
  padding-top: 0.25rem;
}

.single-product-quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 1rem 2.2rem;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.875rem;
  font-weight: 700;
  transition: background 0.2s ease, transform 0.2s ease;
}

.single-product-quote-btn:hover {
  background: var(--primary-container);
  transform: translateY(-1px);
}

.single-product-details-section {
  padding: 5rem 0;
  background: var(--surface-container-low);
}

.single-product-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.single-product-detail-card {
  padding: 2rem;
  background: #fff;
  border: 1px solid rgba(192, 199, 209, 0.5);
  box-shadow: 0 18px 36px rgba(0, 30, 49, 0.08);
}

.single-product-section-title,
.single-product-description-title,
.single-product-related-title {
  margin: 0 0 1.5rem;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1.05;
}

.single-product-section-title {
  color: var(--primary);
}

.single-product-richtext {
  color: var(--on-surface-variant);
  line-height: 1.8;
}

.single-product-richtext > :first-child {
  margin-top: 0;
}

.single-product-richtext > :last-child {
  margin-bottom: 0;
}

.single-product-richtext ul,
.single-product-richtext ol {
  margin: 0;
  padding-left: 1.2rem;
}

.single-product-richtext li + li {
  margin-top: 0.8rem;
}

.single-product-specs table {
  width: 100%;
  border-collapse: collapse;
  background: var(--surface-container-lowest);
}

.single-product-specs thead tr,
.single-product-specs tr:first-child:not(tbody tr) {
  background: var(--primary);
  color: #fff;
}

.single-product-specs th,
.single-product-specs td {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(112, 120, 128, 0.16);
  text-align: left;
}

.single-product-specs th {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.single-product-specs td strong,
.single-product-specs td b {
  color: var(--on-surface);
}

.single-product-description-section {
  padding: 5rem 0;
}

.single-product-description-inner {
  width: 100%;
  max-width: none;
  margin: 0;
}

.single-product-description-title {
  display: inline-flex;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid var(--primary);
}

.single-product-description-content {
  font-size: 1rem;
}

.single-product-description-content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.single-product-related-section {
  padding: 5rem 0;
  background: rgba(232, 232, 233, 0.3);
}

.single-product-related-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.single-product-related-description {
  margin: 0.6rem 0 0;
  color: var(--on-surface-variant);
}

.single-product-related-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--primary);
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: gap 0.2s ease;
}

.single-product-related-link:hover {
  gap: 0.7rem;
}

.related-products-track {
  align-items: stretch;
}

.related-product-slide {
  flex: 0 0 calc(25% - 1.125rem);
  min-width: 0;
}

.related-product-slide .product-item {
  height: 100%;
}

.carousel-wrap.is-static .carousel-btn,
.carousel-wrap.is-static .carousel-dots {
  display: none;
}

.carousel-wrap.is-static .carousel-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  transform: none !important;
}

.carousel-wrap.is-static .tech-card,
.carousel-wrap.is-static .news-slide,
.carousel-wrap.is-static .related-product-slide {
  flex: 0 1 auto;
}

.related-products-carousel.is-static .related-products-track {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1023px) {
  .related-product-slide {
    flex-basis: calc(50% - 0.75rem);
  }

  .related-products-carousel.is-static .related-products-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .single-product-overview,
  .single-product-details-grid {
    grid-template-columns: 1fr;
  }

  .single-product-related-header {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .single-product-overview-section,
  .single-product-details-section,
  .single-product-description-section,
  .single-product-related-section {
    padding: 3.5rem 0;
  }

  .single-product-media-frame {
    padding: 0.85rem;
  }

  .single-product-summary {
    font-size: 1rem;
  }

  .related-product-slide {
    flex-basis: 100%;
  }

  .related-products-carousel.is-static .related-products-track {
    grid-template-columns: 1fr;
  }
}

.technology-page-header {
  padding: 3rem 0 1rem;
  background: linear-gradient(180deg, rgba(237, 238, 239, 0.82) 0%, rgba(249, 249, 250, 0) 100%);
}

.technology-breadcrumb-trail {
  margin-bottom: 1.25rem;
}

.technology-page-title,
.technology-overview-title,
.technology-reasons-title {
  font-family: "Be Vietnam Pro", sans-serif;
}

.technology-page-title {
  margin: 0;
  max-width: 980px;
  color: #101828;
  font-size: clamp(2.3rem, 5vw, 4.25rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.technology-overview-section {
  padding: 2rem 0 4rem;
}

.technology-overview-card {
  padding: 1.5rem;
  background: #fff;
  border: 1px solid rgba(192, 199, 209, 0.38);
  box-shadow: 0 22px 44px rgba(0, 30, 49, 0.08);
}

.technology-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem;
  align-items: center;
}

.technology-overview-copy {
  padding: 0.5rem 0.25rem 0.5rem 0.5rem;
}

.technology-overview-title {
  margin: 0 0 2rem;
  color: #101828;
  font-size: clamp(1.85rem, 3vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.technology-overview-list {
  display: grid;
  gap: 1.4rem;
}

.technology-overview-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.technology-overview-icon,
.technology-reason-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 82, 125, 0.08);
  color: var(--primary);
}

.technology-overview-icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
}

.technology-overview-item-copy h3,
.technology-reason-card h3 {
  margin: 0;
  color: #101828;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}

.technology-overview-item-copy p,
.technology-reason-card p,
.technology-reasons-description {
  margin: 0.55rem 0 0;
  color: var(--on-surface-variant);
  line-height: 1.8;
}

.technology-overview-actions {
  margin-top: 2.25rem;
}

.technology-overview-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 1rem 1.75rem;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: transform 0.2s ease, background 0.2s ease, gap 0.2s ease;
}

.technology-overview-cta:hover {
  gap: 0.8rem;
  background: var(--primary-container);
  transform: translateY(-1px);
}

.technology-overview-media {
  min-width: 0;
}

.technology-overview-media-frame {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  background: var(--surface-container-high);
}

.technology-overview-media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 82, 125, 0.02) 0%, rgba(0, 82, 125, 0.12) 100%);
  pointer-events: none;
}

.technology-overview-media-frame img,
.technology-overview-media-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.technology-overview-media-placeholder {
  background: linear-gradient(135deg, rgba(2, 1, 127, 0.22), rgba(15, 23, 42, 0.88));
}

.technology-reasons-section {
  padding: 2rem 0 6rem;
}

.technology-reasons-header {
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}

.technology-reasons-title {
  margin: 0;
  color: #101828;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.technology-reasons-description {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.technology-reasons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem;
}

.technology-reason-card {
  padding: 2rem;
  background: #fff;
  border: 1px solid rgba(192, 199, 209, 0.34);
  box-shadow: 0 16px 34px rgba(0, 30, 49, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.technology-reason-card:hover {
  transform: translateY(-2px);
  border-color: rgba(2, 1, 127, 0.22);
  box-shadow: 0 20px 42px rgba(0, 30, 49, 0.08);
}

.technology-reason-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 1.25rem;
}

.technology-reason-icon .material-symbols-outlined,
.technology-overview-icon .material-symbols-outlined {
  font-size: 1.55rem;
}

@media (max-width: 1023px) {
  .technology-overview-grid {
    grid-template-columns: 1fr;
  }

  .technology-overview-copy {
    padding: 0.25rem;
  }

  .technology-overview-media-frame,
  .technology-overview-media-frame img,
  .technology-overview-media-placeholder {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .technology-page-header {
    padding: 2.25rem 0 0.75rem;
  }

  .technology-overview-section {
    padding: 1.5rem 0 3rem;
  }

  .technology-overview-card {
    padding: 1rem;
  }

  .technology-overview-item {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 0.85rem;
  }

  .technology-overview-icon {
    width: 44px;
    height: 44px;
  }

  .technology-overview-item-copy h3,
  .technology-reason-card h3 {
    font-size: 1.25rem;
  }

  .technology-overview-media-frame,
  .technology-overview-media-frame img,
  .technology-overview-media-placeholder {
    min-height: 280px;
  }

  .technology-reasons-section {
    padding: 1rem 0 4rem;
  }

  .technology-reasons-grid {
    grid-template-columns: 1fr;
  }

  .technology-reason-card {
    padding: 1.5rem;
  }
}

.page-breadcrumb-title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(1.8rem, 3.3vw, 2.7rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #101828;
}
