/* Auto-generated by `bin/rails css:bundle`. Edit source stylesheets, then rebuild. */

/* ===== application.css ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  max-width: 100%;
  background-color: #fff;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.page-title-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-flash {
  position: fixed;
  top: 1rem;
  left: 50%;
  z-index: 10000;
  max-width: min(90vw, 32rem);
  padding: 0.875rem 1.25rem;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  text-align: center;
  transform: translateX(-50%);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.12);
}

.site-flash--notice {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.site-flash--alert {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.error-page {
  max-width: 640px;
  margin: 0 auto;
  padding: 80px 24px;
  text-align: center;
}

.error-page__title {
  margin: 0 0 16px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  color: #1c1c1c;
}

.error-page__text {
  margin: 0 0 24px;
  color: #666;
  line-height: 1.6;
}

.error-page__link {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  background: #1c1c1c;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.error-page__link:hover {
  background: #333;
}

.inquiry-bot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.quote-section__form,
.quote-modal__form {
  position: relative;
}

/* ===== image_skeleton.css ===== */
.image-skeleton {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #ebebeb;
}

.image-skeleton__shimmer {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    #ebebeb 0%,
    #f5f5f5 35%,
    #e2e2e2 50%,
    #f5f5f5 65%,
    #ebebeb 100%
  );
  background-size: 200% 100%;
  animation: image-skeleton-shimmer 1.35s ease-in-out infinite;
  pointer-events: none;
}

.image-skeleton__img {
  position: relative;
  z-index: 2;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-skeleton.is-loaded .image-skeleton__img {
  opacity: 1;
}

.image-skeleton.is-loaded .image-skeleton__shimmer,
.image-skeleton.is-error .image-skeleton__shimmer {
  opacity: 0;
  animation: none;
  transition: opacity 0.3s ease;
}

.image-skeleton.is-error {
  background: #f3f3f3;
}

.product-gallery__main > .image-skeleton,
.product-card__image > .image-skeleton,
.product-gallery__thumb > .image-skeleton,
.blogs-card__image > .image-skeleton,
.blogs-sidebar__image > .image-skeleton,
.home-1-1 > .image-skeleton,
.home-2-1 > .image-skeleton,
.home-3-1 > .image-skeleton,
.home-4-1 > .image-skeleton,
.home-5-1 > .image-skeleton,
.customization-research__image > .image-skeleton,
.customization-values__image > .image-skeleton,
.customization-quality__image > .image-skeleton,
.customization-gallery__item > .image-skeleton,
.faq-header-img > .image-skeleton,
.faq-sidebar__image > .image-skeleton,
.contact-header-img > .image-skeleton {
  width: 100%;
  height: 100%;
}

.product-gallery__main > .image-skeleton {
  min-height: 100%;
}

.site-header__logo .image-skeleton {
  display: inline-block;
  width: auto;
  height: 45px;
  aspect-ratio: 737 / 168;
}

@media (max-width: 1280px) {
  .site-header__logo .image-skeleton {
    height: 36px;
  }
}

.site-footer .image-skeleton:has(.site-footer__logo) {
  display: inline-block;
  width: 120px;
  height: 40px;
}

.trust-factory__card-top .image-skeleton {
  display: inline-block;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

@keyframes image-skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .image-skeleton__shimmer {
    animation: none;
    background: #ebebeb;
  }
}

/* ===== header.css ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 6px 16px rgba(0, 0, 0, 0.04);
  overflow: visible;
}

main {
  padding-top: 92px;
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 92px;
  padding: 0 24px;
  gap: 16px;
  overflow: visible;
}

.site-header__logo {
  flex-shrink: 0;
}

.site-header__logo img {
  display: block;
  height: 45px;
  width: auto;
  aspect-ratio: 737 / 168;
}

.site-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
  min-width: 0;
  overflow: visible;
}

.site-header__nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 25px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #7a7a7a;
}

.site-header__nav-item {
  flex-shrink: 0;
  position: relative;
}

.site-header__subnav {
  display: none;
}

@media (max-width: 1500px) and (min-width: 1281px) {
  .site-header__inner {
    gap: 12px;
    padding: 0 16px;
  }

  .site-header__nav-list {
    gap: 10px 16px;
    font-size: 14px;
  }

  .site-header__quote-btn {
    min-width: 120px;
    height: 36px;
    padding: 0 12px;
    font-size: 14px;
  }
}

@media (min-width: 1281px) {
  .site-header__nav-item--has-menu:hover .site-header__subnav,
  .site-header__nav-item--has-menu:focus-within .site-header__subnav {
    display: block;
  }

  .site-header__nav-item--has-menu::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 20px;
  }

  .site-header__subnav {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 220px;
    max-width: min(320px, calc(100vw - 32px));
    max-height: calc(100dvh - 120px);
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    z-index: 300;
  }

  .site-header__nav-item--has-menu-first:not(.site-header__nav-item--has-menu-last) .site-header__subnav {
    left: 0;
    right: auto;
    transform: none;
  }

  .site-header__nav-item--has-menu-last:not(.site-header__nav-item--has-menu-first) .site-header__subnav {
    left: auto;
    right: 0;
    transform: none;
  }

  .site-header__subnav-link {
    display: block;
    padding: 10px 18px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #7a7a7a;
    text-decoration: none;
    white-space: nowrap;
  }

  .site-header__subnav-link:hover {
    background: #faf7ef;
    color: #1c1c1c;
  }
}

.site-header__subnav-item {
  margin: 0;
}

.site-header__nav-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}

.site-header__nav-item--active .site-header__nav-link,
.site-header__nav-item:hover .site-header__nav-link {
  color: #1c1c1c;
}

.site-header__nav-item--active .site-header__nav-link::after,
.site-header__nav-item:hover .site-header__nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: calc(100% + 13px);
  height: 5px;
  background-color: #1c1c1c;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.site-header__quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 155px;
  height: 40px;
  padding: 0 16px;
  border: none;
  border-radius: 5px;
  background-color: #d3b574;
  color: #16163f;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
}

.site-header__quote-icon {
  width: 16px;
  height: 16px;
  fill: #16163f;
  flex-shrink: 0;
}

.site-header__menu-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.site-header__menu-icon,
.site-header__menu-icon::before,
.site-header__menu-icon::after {
  display: block;
  width: 22px;
  height: 2px;
  background: #1c1c1c;
  border-radius: 1px;
  position: relative;
}

.site-header__menu-icon::before,
.site-header__menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.site-header__menu-icon::before {
  top: -7px;
}

.site-header__menu-icon::after {
  top: 7px;
}

@media (max-width: 1280px) {
  .site-header__inner {
    height: 64px;
    padding: 0 16px;
  }

  main {
    padding-top: 64px;
  }

  .site-header__logo img {
    height: 36px;
    width: auto;
    aspect-ratio: 737 / 168;
  }

  .site-header__menu-btn {
    display: inline-flex;
  }

  .site-header__quote-btn {
    min-width: auto;
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .site-header__quote-btn span {
    display: none;
  }

  .site-header__nav {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    display: none;
    justify-content: stretch;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    max-height: calc(100vh - 64px);
    overflow-y: auto;
  }

  .site-header__nav.is-open {
    display: block;
  }

  .site-header__nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0;
  }

  .site-header__nav-item {
    border-bottom: 1px solid #f2f2f2;
  }

  .site-header__nav-item--has-menu::after {
    display: none;
  }

  .site-header__nav-link {
    display: block;
    padding: 14px 20px;
    white-space: normal;
  }

  .site-header__nav-item--has-menu:hover .site-header__subnav,
  .site-header__nav-item--has-menu:focus-within .site-header__subnav,
  .site-header__subnav {
    display: none;
  }

  .site-header__nav-item--active .site-header__nav-link,
  .site-header__nav-item:hover .site-header__nav-link {
    background: #faf7ef;
  }

  .site-header__nav-item--active .site-header__nav-link::after,
  .site-header__nav-item:hover .site-header__nav-link::after {
    display: none;
  }
}

/* ===== footer.css ===== */
.quote-section {
  width: 100%;
  background: #fafafa;
  padding-top: 50px;
}

.quote-section__title {
  margin-top: 10px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: #1c1c1c;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  font-family: "Domine", sans-serif;
}

.quote-section__form {
  width: 67%;
  margin: 22px auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quote-section__fields-row {
  display: flex;
  gap: 24px;
}

.quote-section__field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.quote-section__field--full {
  width: 100%;
}

.quote-section__label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.quote-section__required {
  color: #e53935;
}

.quote-section__input,
.quote-section__textarea {
  width: 100%;
  padding: 0 16px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  outline: none;
  resize: vertical;
}

.quote-section__input {
  height: 48px;
}

.quote-section__textarea {
  min-height: 120px;
  padding: 14px 16px;
  line-height: 1.5;
}

.quote-section__input::placeholder,
.quote-section__textarea::placeholder {
  color: #b0b0b0;
}

.quote-section__input:focus,
.quote-section__textarea:focus {
  border-color: #d3b574;
}

.quote-section__actions {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

.quote-section__submit {
  width: 40%;
  height: 40px;
  border: none;
  border-radius: 6px;
  background-color: #1c1c1c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.quote-section__submit:hover {
  background-color: #333;
}

.site-footer {
  width: 100%;
  margin-top: 55px;
  padding: 48px 0 60px;
  background-color: #fff;
}

.site-footer__inner {
  width: 67%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
}

.site-footer__logo {
  height: 40px;
  width: auto;
  margin-bottom: 16px;
}

.site-footer__about p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #1c1c1c;
}

.site-footer__title {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__list a {
  font-size: 14px;
  color: #555;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.site-footer__list a:hover {
  color: #1c1c1c;
}

.site-footer__contact {
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.site-footer__contact p {
  margin: 0 0 8px;
}

.site-footer__contact a {
  color: #555;
  text-decoration: none;
}

.site-footer__contact a:hover {
  color: #1c1c1c;
}

@media (max-width: 900px) {
  .quote-section__title {
    font-size: 28px;
    height: auto;
    line-height: 1.3;
    padding: 0 16px;
  }

  .quote-section__form {
    width: calc(100% - 32px);
    max-width: 560px;
  }

  .quote-section__fields-row {
    flex-direction: column;
    gap: 16px;
  }

  .quote-section__submit {
    width: 100%;
    max-width: 320px;
  }

  .site-footer__inner {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* ===== home.css ===== */
.home-1-2 p,
.home-2-2 p,
.home-3-2 p,
.home-4-2 p,
.home-5-2 p {
  margin: 0 0 1em;
}

.home-1-2 p:last-child,
.home-2-2 p:last-child,
.home-3-2 p:last-child,
.home-4-2 p:last-child,
.home-5-2 p:last-child {
  margin-bottom: 0;
}

.home1,
.home2,
.home3,
.home4,
.home5 {
  content-visibility: auto;
  contain-intrinsic-size: 600px;
}

/* home1 */
.home1 {
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(48px, 14vw, 220px);
  padding: 60px clamp(20px, 4vw, 80px) 60px clamp(40px, 14vw, 205px);
  box-sizing: border-box;
}

.home-1-1 {
  position: relative;
  overflow: hidden;
  width: 330px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 330 / 440;
  flex: 0 1 330px;
}

.home-1-1 img,
.home-2-1 img,
.home-3-1 img,
.home-4-1 img,
.home-5-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.home-1-1:hover img,
.home-2-1:hover img,
.home-3-1:hover img,
.home-4-1:hover img,
.home-5-1:hover img {
  transform: scale(1.08);
}

.home-1-2 {
  width: 460px;
  max-width: 100%;
  flex: 0 1 460px;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5em;
  color: #171515;
}

/* home2 */
.home2 {
  width: 100%;
  min-height: 705px;
  overflow: hidden;
  background: #f4f4f4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(48px, 10vw, 150px);
  padding: 60px clamp(20px, 4vw, 80px);
  box-sizing: border-box;
}

.home-2-2,
.home-3-2,
.home-4-2,
.home-5-2 {
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5em;
  color: #171515;
}

.home-2-2 {
  width: 450px;
  max-width: 100%;
  flex: 0 1 450px;
}

.home-2-1 {
  position: relative;
  overflow: hidden;
  width: 700px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 700 / 520;
  flex: 0 1 700px;
}

/* home3 */
.home3 {
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(48px, 9vw, 130px);
  padding: 60px clamp(20px, 4vw, 80px) 60px clamp(40px, 8vw, 80px);
  box-sizing: border-box;
}

.home-3-1 {
  position: relative;
  overflow: hidden;
  width: 590px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 590 / 440;
  flex: 0 1 590px;
}

.home-3-2 {
  width: 500px;
  max-width: 100%;
  flex: 0 1 500px;
}

/* home4 */
.home4 {
  width: 100%;
  min-height: 705px;
  overflow: hidden;
  background: #f4f4f4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(48px, 10vw, 150px);
  padding: 60px clamp(20px, 4vw, 80px);
  box-sizing: border-box;
}

.home-4-2 {
  width: 450px;
  max-width: 100%;
  flex: 0 1 450px;
}

.home-4-1 {
  position: relative;
  overflow: hidden;
  width: 700px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 700 / 520;
  flex: 0 1 700px;
}

/* home5 */
.home5 {
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(48px, 9vw, 130px);
  padding: 60px clamp(20px, 4vw, 80px) 60px clamp(40px, 8vw, 80px);
  box-sizing: border-box;
}

.home-5-1 {
  position: relative;
  overflow: hidden;
  width: 590px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 590 / 440;
  flex: 0 1 590px;
}

.home-5-2 {
  width: 500px;
  max-width: 100%;
  flex: 0 1 500px;
}

@media (max-width: 1100px) {
  .home1 {
    padding-left: clamp(20px, 4vw, 80px);
    gap: clamp(32px, 6vw, 80px);
  }
}

@media (max-width: 900px) {
  .home1,
  .home2,
  .home3,
  .home4,
  .home5 {
    flex-direction: column;
    min-height: auto;
    padding: 32px 16px;
    align-items: stretch;
  }

  .home1,
  .home3,
  .home5 {
    justify-content: flex-start;
  }

  .home-1-1,
  .home-2-1,
  .home-3-1,
  .home-4-1,
  .home-5-1 {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .home-1-2,
  .home-2-2,
  .home-3-2,
  .home-4-2,
  .home-5-2 {
    flex: none;
    width: 100%;
    max-width: 100%;
    font-size: 15px;
  }
}

.home-seo-links {
  width: 85%;
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 0 64px;
  text-align: center;
}

.home-seo-links__title {
  margin: 0 0 12px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 600;
  color: #1c1c1c;
}

.home-seo-links__intro {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

.home-seo-links__intro a {
  color: #1c1c1c;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.home-seo-links__intro a:hover {
  color: #666;
}

