/* Extracted from legacy page heads during layout cleanup. */

.pioneer-page-hero {
  align-items: flex-end;
  background:
    linear-gradient(90deg, rgba(12, 8, 5, .94) 0%, rgba(12, 8, 5, .72) 46%, rgba(12, 8, 5, .26) 100%),
    var(--page-hero-image) center / cover no-repeat;
  box-sizing: border-box;
  display: flex;
  min-height: clamp(560px, 78vh, 760px);
  overflow: hidden;
  padding-top: 132px;
  position: relative;
}

.pioneer-page-hero__content {
  max-width: 760px;
  padding: 0 0 88px;
}

.pioneer-page-hero__tag {
  color: #c08860;
  display: block;
  font-size: 12px;
  letter-spacing: .28em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.pioneer-page-hero__title {
  color: #fff;
  font-size: clamp(3.2rem, 7vw, 6rem);
  font-weight: 300;
  line-height: 1.02;
  margin: 0;
}

.pioneer-page-hero__text {
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.8;
  margin: 24px 0 0;
  max-width: 580px;
}

.pioneer-page-hero__button {
  margin-top: 34px;
}

@media (max-width: 575px) {
  .pioneer-page-hero {
    min-height: 520px;
    padding-top: 112px;
  }

  .pioneer-page-hero__content {
    padding-bottom: 54px;
  }
}

/* Mobile-first public layout: larger layouts are opt-in below. */
body {
  overflow-x: clip;
}

@media (max-width: 767px) {
  .page-wrapper {
    text-align: center;
  }

  .page-wrapper form,
  .page-wrapper .mobile-menu {
    text-align: start;
  }
}

.pioneer-header .main-header__menu-box {
  padding-block: 10px;
}

.pioneer-header .container-lg {
  padding-inline: 20px;
}

.pioneer-header .row {
  margin-inline: 0;
}

.pioneer-header .row > [class*="col-"] {
  padding-inline: 0;
}

.pioneer-header .navbar {
  flex-wrap: nowrap;
  position: relative;
}

.pioneer-header .navbar__menu-wrapper {
  flex-grow: 0;
}

.pioneer-header .navbar__options {
  gap: 12px;
  margin-inline-start: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.pioneer-header .open-offcanvas-nav {
  align-items: center;
  display: flex !important;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
}

.pioneer-header .navbar-logo img {
  max-width: 132px;
}

.home-page .hero-three {
  min-height: 640px;
  padding: 132px 0 36px;
}

.home-page .hero-three .container {
  max-width: 100%;
  padding-inline: 20px;
}

.home-page .hero-three__content,
.home-page .hero-three__single {
  max-width: 100%;
  width: 100%;
}

.home-page .hero-three-bg::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .5) 58%, rgba(0, 0, 0, .68));
}

.home-page .hero-three .title-lg {
  font-size: clamp(2rem, 10vw, 2.65rem);
  line-height: 1;
}

.home-page .hero-three .title-lg,
.home-page .hero-three .title-lg-sm,
.home-page .hero-three p,
.home-page .hero-three .hero-three__cta {
  opacity: 1;
  transform: none;
}

.home-page .hero-three .title-lg-sm {
  font-size: clamp(1.75rem, 8vw, 2.25rem) !important;
  margin-top: 8px;
}

.home-page .hero-three__content p {
  font-size: 15px;
  line-height: 1.65;
  margin-top: 20px !important;
  max-width: calc(100vw - 40px);
  width: 100%;
}

.home-page .hero-three__cta {
  margin-top: 28px;
}

.home-page .hero-three .slider-navigation {
  margin-top: 36px;
}

.home-page .hero-three .slider-navigation button {
  height: 48px;
  min-width: 48px;
  width: 48px;
}

.home-page .main-category-section {
  padding-block: 64px !important;
}

.home-page .main-category-section__grid {
  gap: 18px;
  margin-top: 32px !important;
}

.home-page .main-category-section__item {
  border-radius: 12px;
  height: 290px;
}

.home-page .main-category-section__content {
  inset-inline: 22px;
  inset-block-end: 22px;
  max-width: calc(100% - 44px);
}

.home-page .main-category-section__content h2 {
  font-size: 24px;
  line-height: 1.2;
}

.home-page .main-category-section__content span {
  margin-top: 16px;
  min-height: 44px;
  padding: 11px 18px;
}

.home-page .parallax-cta {
  align-items: center;
  min-height: 560px;
  padding-block: 64px;
}

.home-page .parallax-cta__content h2 {
  font-size: 26px;
  line-height: 1.25;
}

.home-page .why-choose {
  padding-block: 64px !important;
}

.home-page .why-choose__text {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .home-page .ideas-inspiration__intro,
  .home-page .ideas-inspiration__text {
    margin-inline: auto;
    text-align: center;
  }
}

.home-page .why-choose__grid {
  margin-top: 36px !important;
}

.home-page .why-choose__single1 {
  min-height: 0;
  padding: 22px;
}

.home-page .why-choose__single1 > div {
  height: 180px;
  overflow: hidden;
}

.home-page .why-choose__single1 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.home-page .why-choose__single1 h3 {
  font-size: 26px;
  line-height: 1.2;
  margin-top: 20px;
  min-height: 0;
}

.home-page .quote-maker {
  align-items: flex-start;
  min-height: 0;
  padding-block: 64px !important;
}

.home-page .quote-maker__form,
.home-page .quote-maker__cta {
  margin-top: 32px !important;
}

.home-page .quote-maker__field textarea {
  min-height: 160px;
}

.pioneer-footer {
  padding-block: 36px 24px;
}

.pioneer-footer__column h2,
.pioneer-footer__column strong,
.pioneer-footer__column p,
.pioneer-footer__column li,
.pioneer-footer__column a,
.pioneer-footer__bottom p,
.pioneer-footer__bottom a,
.pioneer-footer__request {
  color: #fff;
}

.pioneer-footer__brand {
  justify-content: center;
}

.pioneer-footer__grid {
  gap: 28px 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pioneer-footer__column--address {
  grid-column: 1 / -1;
  text-align: center;
}

.pioneer-footer__bottom {
  align-items: flex-start;
  grid-template-columns: 1fr;
  margin-top: 32px;
}

@media (min-width: 576px) {
  .home-page .hero-three {
    min-height: 680px;
    padding-top: 150px;
  }

  .home-page .main-category-section__grid {
    gap: 24px;
  }

  .home-page .main-category-section__item {
    height: 340px;
  }

  .home-page .why-choose__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .pioneer-header .navbar-logo img {
    max-width: 150px;
  }

  .home-page .hero-three {
    min-height: 720px;
    padding-top: 190px;
  }

  .home-page .hero-three .container {
    padding-inline: 32px;
  }

  .home-page .hero-three .title-lg {
    font-size: clamp(3rem, 7vw, 4.25rem);
  }

  .home-page .hero-three .title-lg-sm {
    font-size: clamp(2.35rem, 5.5vw, 3.5rem) !important;
  }

  .home-page .main-category-section,
  .home-page .why-choose,
  .home-page .quote-maker {
    padding-block: 88px !important;
  }

  .home-page .main-category-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .main-category-section__item:last-child:nth-child(odd) {
    grid-column: auto;
    justify-self: stretch;
    width: auto;
  }

  .pioneer-footer__grid {
    grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr));
  }

  .pioneer-footer__column--address {
    grid-column: span 2;
    text-align: start;
  }
}

@media (min-width: 1100px) {
  .pioneer-header .container-lg {
    padding-inline: 12px;
  }

  .home-page .hero-three {
    min-height: 760px;
    padding: 215px 0 100px;
  }

  .home-page .hero-three .container {
    max-width: calc(100% - 80px);
  }

  .home-page .hero-three-bg::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .5) 48%, rgba(0, 0, 0, .3));
  }

  .home-page .main-category-section,
  .home-page .why-choose,
  .home-page .quote-maker {
    padding-block: 100px !important;
  }

  .home-page .main-category-section__grid {
    gap: 30px;
  }

  .home-page .main-category-section__item {
    height: 380px;
  }

  .home-page .main-category-section__item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 30px) / 2);
  }

  .home-page .why-choose__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-page .why-choose__single1 {
    padding: 28px;
  }

  .pioneer-footer__grid {
    grid-template-columns: 1.8fr repeat(4, minmax(110px, 1fr));
  }

  .pioneer-footer__column--address {
    grid-column: auto;
  }

  .pioneer-footer__bottom {
    align-items: center;
    grid-template-columns: 1fr auto auto;
  }
}

@media (min-width: 1200px) {
  .pioneer-header .navbar__menu-wrapper {
    flex-grow: 1;
    position: static;
  }

  .pioneer-header .navbar__options {
    position: static;
  }

  .pioneer-header .navbar__menu {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }

  .pioneer-header .navbar__item a {
    white-space: nowrap;
  }

  .pioneer-header .open-offcanvas-nav {
    display: none !important;
  }
}

/* src/views/public/pages/legal-page.ejs */
.legal-section {
        background: #f5f2ee;
        padding: 120px 0;
      }

      .legal-section__grid {
        display: grid;
        gap: 44px;
        grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
      }

      .legal-section__aside {
        color: #77695f;
        font-size: 14px;
        line-height: 1.8;
      }

      .legal-section__aside strong {
        color: #481800;
        display: block;
        font-size: 13px;
        letter-spacing: .18em;
        margin-bottom: 14px;
        text-transform: uppercase;
      }

      .legal-section__content {
        display: grid;
        gap: 22px;
      }

      .legal-card {
        background: #fff;
        border: 1px solid rgba(120, 82, 54, .12);
        border-radius: 8px;
        padding: clamp(26px, 4vw, 42px);
        box-shadow: 0 22px 44px rgba(59, 38, 24, .06);
      }

      .legal-card h2 {
        color: #481800;
        font-size: clamp(1.45rem, 2vw, 2rem);
        font-weight: 500;
        line-height: 1.25;
        margin: 0 0 16px;
      }

      .legal-card p {
        color: #66584d;
        font-size: 15px;
        line-height: 1.85;
        margin: 0;
      }

      .legal-card p + p {
        margin-top: 12px;
      }

      .thank-you-section {
        padding: clamp(70px, 9vw, 120px) 0;
      }

      .thank-you-card {
        background:
          linear-gradient(135deg, rgba(192, 136, 96, .1), rgba(255, 255, 255, 0) 42%),
          #fff;
        margin: 0 auto;
        max-width: 920px;
        padding: clamp(38px, 6vw, 72px);
        text-align: center;
      }

      .thank-you-card__icon {
        align-items: center;
        background: #c08860;
        border-radius: 999px;
        color: #fff;
        display: inline-flex;
        font-size: 28px;
        height: 64px;
        justify-content: center;
        margin-bottom: 26px;
        width: 64px;
      }

      .thank-you-card h2 {
        font-size: clamp(2.7rem, 5.6vw, 5rem);
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.05;
        margin-bottom: 18px;
      }

      .thank-you-card p {
        color: rgba(72, 24, 0, .72);
        font-size: clamp(1rem, 1.25vw, 1.18rem);
        line-height: 1.8;
        margin-left: auto;
        margin-right: auto;
        max-width: 620px;
      }

      @media (max-width: 991px) {
        .legal-section {
          padding: 90px 0;
        }

        .legal-section__grid {
          grid-template-columns: 1fr;
        }
      }

      @media (max-width: 575px) {
        .legal-section {
          padding: 70px 0;
        }
      }

/* src/views/public/pages/contact-us.ejs */
.contact-section {
      padding: 140px 0;
      background: #EEE9E2;
    }

    .contact-breadcrumb {
      align-items: center;
      display: flex;
      gap: 10px;
      padding: 18px 0;
    }

    .contact-breadcrumb a,
    .contact-breadcrumb span {
      color: rgba(72, 24, 0, .72);
      font-size: 14px;
      letter-spacing: .02em;
    }

    .contact-breadcrumb a:hover,
    .contact-breadcrumb .current {
      color: #481800;
    }

    .contact-info-card {
      background: #F8F4EF;
      border: 1px solid rgba(72, 24, 0, .1);
      border-radius: 8px;
      height: 100%;
      padding: 30px;
      transition: border-color .25s ease, transform .25s ease;
    }

    .contact-info-card:hover {
      border-color: rgba(192, 136, 96, .5);
      transform: translateY(-4px);
    }

    .contact-info-card h6 {
      color: #481800;
      font-family: var(--maison-neue);
      font-size: 14px;
      font-weight: 600;
      letter-spacing: .08em;
      margin-bottom: 18px;
      text-transform: uppercase;
    }

    .contact-info-card p {
      color: rgba(72, 24, 0, .72);
      font-size: 15px;
      line-height: 1.75;
      margin: 0;
    }

    .contact-info-card strong {
      color: #481800;
      font-weight: 600;
    }

    .contact-info-card a {
      color: rgba(72, 24, 0, .72);
    }

    .contact-info-card a:hover {
      color: #C08860;
    }

    .contact-info-card__icon {
      align-items: center;
      background: #C08860;
      border-radius: 999px;
      color: #fff;
      display: inline-flex;
      height: 42px;
      justify-content: center;
      margin-bottom: 24px;
      width: 42px;
    }

    .contact-info-card__icon i {
      color: #fff;
      font-size: 20px;
    }

    .contact-form-card {
      background: #F8F4EF;
      border: 1px solid rgba(72, 24, 0, .1);
      border-radius: 8px;
      margin-top: 42px;
      padding: 44px;
    }

    .contact-form-card__header {
      justify-content: center;
      text-align: center;
    }

    .contact-form-card__header > div {
      margin-left: auto;
      margin-right: auto;
    }

    .contact-map-area {
      background: #EEE9E2;
      padding: 0 clamp(16px, 4vw, 64px) 140px;
    }

    .contact-map-list {
      display: grid;
      gap: 40px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-map-card {
      background: #F8F4EF;
      border: 1px solid rgba(72, 24, 0, .1);
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow: hidden;
    }

    .contact-map-card__body {
      align-items: center;
      display: flex;
      flex: 1;
      flex-direction: column;
      justify-content: center;
      padding: 26px;
      text-align: center;
    }

    .contact-map-card h6 {
      color: #481800;
      font-family: var(--maison-neue);
      font-size: 14px;
      font-weight: 600;
      letter-spacing: .08em;
      margin-bottom: 10px;
      text-transform: uppercase;
    }

    .contact-map-card p {
      color: rgba(72, 24, 0, .68);
      font-size: 15px;
      line-height: 1.65;
      margin: 0;
      overflow-wrap: anywhere;
    }

    .contact-map-card__frame {
      aspect-ratio: 16 / 9;
      background: #E6D8CC;
      min-height: 300px;
      width: 100%;
    }

    .contact-map-card__frame iframe {
      border: 0;
      display: block;
      height: 100%;
      width: 100%;
    }

    .contact-map-link {
      align-items: center;
      background: #C08860;
      border-radius: 999px;
      color: #fff;
      display: inline-flex;
      font-size: 14px;
      font-weight: 600;
      gap: 8px;
      letter-spacing: .04em;
      margin-top: 18px;
      padding: 13px 22px;
      text-transform: uppercase;
    }

    .contact-map-link:hover {
      background: #481800;
      color: #fff;
    }

    .contact-form-card h2 {
      color: #481800;
      font-size: clamp(32px, 4vw, 56px);
      font-weight: 300;
      line-height: 1.05;
      margin: 0;
    }

    .contact-form-card p {
      color: rgba(72, 24, 0, .68);
      font-size: 16px;
      line-height: 1.65;
      margin: 16px auto 0;
      max-width: 640px;
    }

    .contact-field label {
      color: #481800;
      display: block;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .08em;
      margin-bottom: 6px;
      text-transform: uppercase;
    }

    .contact-field .form-control,
    .contact-field .form-select {
      background-color: #EEE9E2;
      border: 1px solid rgba(72, 24, 0, .12);
      border-radius: 8px;
      color: #481800;
      font-size: 15px;
      min-height: 54px;
      padding: 14px 16px;
      box-shadow: none;
    }

    .contact-field .form-control::placeholder {
      color: rgba(72, 24, 0, .45);
    }

    .contact-field .form-control:focus,
    .contact-field .form-select:focus {
      background-color: #fff;
      border-color: #C08860;
      box-shadow: 0 0 0 3px rgba(192, 136, 96, .14);
    }

    .contact-product-picker {
      position: relative;
    }

    .contact-product-picker details {
      position: relative;
    }

    .contact-product-picker summary {
      align-items: center;
      background-color: #EEE9E2;
      border: 1px solid rgba(72, 24, 0, .12);
      border-radius: 8px;
      color: rgba(72, 24, 0, .72);
      cursor: pointer;
      display: flex;
      font-size: 15px;
      justify-content: space-between;
      list-style: none;
      min-height: 54px;
      padding: 14px 16px;
      user-select: none;
    }

    .contact-product-picker summary::-webkit-details-marker {
      display: none;
    }

    .contact-product-picker summary::after {
      color: #481800;
      content: "\ea5f";
      font-family: "tabler-icons";
      font-size: 20px;
      line-height: 1;
      transition: transform .2s ease;
    }

    .contact-product-picker details[open] summary {
      background-color: #fff;
      border-color: #C08860;
      box-shadow: 0 0 0 3px rgba(192, 136, 96, .14);
    }

    .contact-product-picker details[open] summary::after {
      transform: rotate(180deg);
    }

    .contact-product-picker__menu {
      background: #fff;
      border: 1px solid rgba(72, 24, 0, .12);
      border-radius: 8px;
      box-shadow: 0 18px 38px rgba(72, 24, 0, .12);
      display: grid;
      gap: 8px;
      left: 0;
      margin-top: 8px;
      padding: 10px;
      position: absolute;
      right: 0;
      top: 100%;
      z-index: 20;
    }

    .contact-product-picker__option {
      align-items: center;
      border-radius: 6px;
      color: #481800;
      cursor: pointer;
      display: flex;
      font-size: 15px;
      gap: 10px;
      letter-spacing: 0;
      line-height: 1.35;
      margin: 0;
      padding: 10px;
      text-transform: none;
    }

    .contact-product-picker__option:hover {
      background: #F8F4EF;
    }

    .contact-product-picker__option input {
      accent-color: #C08860;
      flex: 0 0 auto;
      height: 16px;
      width: 16px;
    }

    .contact-product-picker__hint {
      color: rgba(72, 24, 0, .58);
      display: block;
      font-size: 13px;
      line-height: 1.45;
      margin-top: 8px;
    }

    .contact-field textarea.form-control {
      min-height: 180px;
      resize: none;
    }

    .contact-submit-row {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      margin-top: 18px;
    }

    .contact-submit {
      background: transparent;
      border: 0;
      display: inline-flex;
      justify-content: center;
      min-width: 170px;
      padding: 0;
    }

    .contact-submit .btn-animated-text {
      background: #C08860;
      border-color: #C08860;
      border-radius: 999px;
      color: #fff;
      display: inline-flex;
      justify-content: center;
      letter-spacing: .12em;
      padding: 17px 28px;
    }

    .contact-submit .btn-animated-text span {
      color: #fff;
      font-size: 13px;
      font-weight: 600;
      line-height: 1;
    }

    .contact-submit:hover .btn-animated-text {
      background: #481800;
      border-color: #481800;
      color: #fff;
    }

    .contact-note {
      color: rgba(72, 24, 0, .62);
      font-size: 14px;
      line-height: 1.5;
      margin: 0;
    }

    @media (max-width: 991px) {
      .contact-section {
        padding: 90px 0 42px;
      }

      .contact-form-card {
        padding: 30px 22px;
      }

      .contact-map-area {
        padding-bottom: 90px;
      }

      .contact-map-list {
        grid-template-columns: 1fr;
      }

      .contact-map-card__body {
        padding: 22px;
      }

      .contact-submit {
        width: 100%;
      }
    }

/* src/views/public/pages/e-catalogue.ejs */
.catalogue-section__eyebrow {
        color: #c08860;
        display: block;
        font-size: 12px;
        letter-spacing: .28em;
        margin-bottom: 14px;
        text-transform: uppercase;
      }

      .catalogue-section {
        background: #f5f2ee;
        padding: 120px 0;
      }

      .catalogue-section__header {
        margin-bottom: 48px;
        text-align: center;
      }

      .catalogue-section__title {
        color: #4d3322;
        font-size: clamp(2.2rem, 4vw, 4rem);
        font-weight: 300;
        line-height: 1.1;
        margin: 0;
      }

      .catalogue-section__intro {
        color: #77695f;
        font-size: 15px;
        line-height: 1.8;
        margin: 0 auto;
        max-width: 680px;
      }

      .catalogue-card {
        background: #fff;
        border: 1px solid rgba(120, 82, 54, .13);
        border-radius: 8px;
        cursor: pointer;
        height: 100%;
        overflow: hidden;
        box-shadow: 0 22px 44px rgba(59, 38, 24, .08);
        transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
      }

      .catalogue-card:hover,
      .catalogue-card:focus-visible {
        border-color: rgba(184, 121, 69, .45);
        box-shadow: 0 26px 54px rgba(59, 38, 24, .14);
        outline: none;
        transform: translateY(-4px);
      }

      .catalogue-card__image {
        aspect-ratio: 4 / 3;
        background: #d8c7b7;
        overflow: hidden;
      }

      .catalogue-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .45s ease;
      }

      .catalogue-card:hover .catalogue-card__image img {
        transform: scale(1.045);
      }

      .catalogue-card__body {
        padding: 26px;
        text-align: center;
      }

      .catalogue-card__body span {
        color: #b87945;
        display: inline-block;
        font-size: 11px;
        letter-spacing: .22em;
        margin-bottom: 10px;
        text-transform: uppercase;
      }

      .catalogue-card__body h3 {
        color: #4d3322;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.25;
        margin: 0 0 12px;
      }

      .catalogue-card__body p {
        color: #74645a;
        font-size: 14px;
        line-height: 1.75;
        margin: 0 0 22px;
      }

      .catalogue-card__body .catalogue-card__action {
        margin-left: auto;
        margin-right: auto;
      }

      .catalogue-card__action {
        align-items: center;
        background: #c08860;
        border: 1px solid #c08860;
        border-radius: 999px;
        color: #fff;
        display: inline-flex;
        gap: 10px;
        justify-content: center;
        line-height: 1.2;
        min-height: 46px;
        min-width: 218px;
        padding: 12px 22px;
        pointer-events: none;
        transition: background-color .3s ease, border-color .3s ease, color .3s ease;
      }

      .catalogue-card__action i {
        color: #fff;
        font-size: 15px;
        line-height: 1;
        position: relative;
        z-index: 1;
        transition: color .3s ease;
      }

      .catalogue-card__action span {
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .16em;
        line-height: 1.2;
        text-transform: uppercase;
      }

      .catalogue-card:hover .catalogue-card__action,
      .catalogue-card:focus-visible .catalogue-card__action {
        background: #9f6742;
        border-color: #9f6742;
      }

      .catalogue-card:hover .catalogue-card__action i,
      .catalogue-card:focus-visible .catalogue-card__action i,
      .catalogue-card:hover .catalogue-card__action span,
      .catalogue-card:focus-visible .catalogue-card__action span {
        color: #fff;
      }

      .catalogue-form {
        background: #fff;
        border: 1px solid rgba(72, 24, 0, .08);
        border-radius: 0;
        box-shadow: 0 30px 80px rgba(30, 18, 11, .18);
        color: #221711;
        margin: 0 auto;
        max-width: 600px;
        padding: clamp(34px, 5vw, 58px);
        text-align: center;
      }

      .catalogue-form h2 {
        color: #33231d;
        font-size: clamp(2rem, 4vw, 2.8rem);
        font-weight: 400;
        line-height: 1.1;
        margin: 0 54px 16px;
      }

      .catalogue-form p {
        color: #766b66;
        font-size: 15px;
        line-height: 1.55;
        margin: 0 auto 30px;
        max-width: 420px;
      }

      .catalogue-form label {
        color: #4f443f;
        display: block;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 9px;
        text-align: left;
      }

      .catalogue-form input,
      .catalogue-form select {
        background: #fff;
        border: 0;
        border-bottom: 1px solid rgba(72, 24, 0, .22);
        color: #221711;
        font-size: 16px;
        min-height: 46px;
        padding: 0;
        width: 100%;
      }

      .catalogue-form select option {
        color: #221711;
      }

      .catalogue-form input::placeholder {
        color: #b9b1ad;
      }

      .catalogue-form input:focus,
      .catalogue-form select:focus {
        border-color: #c08860;
        outline: 0;
      }

      .catalogue-form__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 34px;
        margin: 0 auto;
        max-width: 920px;
      }

      .catalogue-form__submit {
        align-items: center;
        background: #56b878;
        border-radius: 999px;
        border: 0;
        color: #fff;
        display: inline-flex;
        font-size: 12px;
        justify-content: center;
        letter-spacing: .12em;
        justify-self: center;
        margin-top: 18px;
        min-height: 54px;
        max-width: 360px;
        padding: 0 28px;
        text-transform: uppercase;
        width: 100%;
        grid-column: 1 / -1;
      }

      .catalogue-form__status {
        color: #766b66;
        font-size: 12px;
        line-height: 1.6;
        margin: 14px 0 0;
        min-height: 20px;
      }

      .catalogue-modal[hidden] {
        display: none;
      }

      .catalogue-modal {
        align-items: center;
        background: rgba(18, 12, 8, .72);
        display: flex;
        inset: 0;
        justify-content: center;
        padding: 18px;
        position: fixed;
        z-index: 9999;
      }

      .catalogue-modal__dialog {
        max-height: calc(100vh - 36px);
        max-width: min(600px, calc(100vw - 36px));
        overflow-y: auto;
        overscroll-behavior: contain;
        position: relative;
        -webkit-overflow-scrolling: touch;
        width: 100%;
      }

      .catalogue-modal__close {
        align-items: center;
        background: transparent;
        border: 0;
        color: #c9c2bd;
        display: flex;
        font-size: 34px;
        height: 52px;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        z-index: 2;
      }

      .catalogue-form__selected {
        background: #f8f4ef;
        border: 0;
        color: #766b66;
        font-size: 14px;
        line-height: 1.5;
        margin: 0 auto 30px;
        max-width: 520px;
        padding: 14px 18px;
        text-align: center;
      }

      body.catalogue-modal-open {
        overflow: hidden;
      }

      @media (max-width: 991px) {
        .catalogue-section {
          padding: 80px 0;
        }

      }

      @media (max-width: 575px) {
        .catalogue-modal {
          padding: 12px;
        }

        .catalogue-modal__dialog {
          max-height: calc(100vh - 24px);
          max-width: calc(100vw - 24px);
        }

        .catalogue-form {
          min-height: 0;
          padding: 34px 20px 24px;
        }

        .catalogue-form__grid {
          grid-template-columns: 1fr;
        }

        .catalogue-form h2 {
          margin-right: 48px;
        }
      }

/* src/views/public/pages/error/404.ejs */
.error-page {
        background: #f5f2ee;
      }

      .error-hero {
        align-items: flex-end;
        background:
          linear-gradient(90deg, rgba(14, 8, 5, .92) 0%, rgba(14, 8, 5, .74) 48%, rgba(14, 8, 5, .28) 100%),
          url("/assets/images/banner/5.jpeg") center / cover no-repeat;
        display: flex;
        min-height: clamp(560px, 76vh, 760px);
        padding: 132px 0 86px;
      }

      .error-hero__content {
        max-width: 780px;
      }

      .error-hero__code {
        color: #c08860;
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .28em;
        margin-bottom: 18px;
        text-transform: uppercase;
      }

      .error-hero h1 {
        color: #fff;
        font-size: clamp(3.3rem, 7vw, 6.2rem);
        font-weight: 300;
        line-height: 1.02;
        margin: 0;
      }

      .error-hero p {
        color: rgba(255, 255, 255, .76);
        font-size: 17px;
        line-height: 1.8;
        margin: 24px 0 0;
        max-width: 620px;
      }

      .error-hero__actions {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 34px;
      }

      .error-hero__link {
        align-items: center;
        border: 1px solid rgba(255, 255, 255, .42);
        color: #fff;
        display: inline-flex;
        font-size: 14px;
        gap: 10px;
        min-height: 54px;
        padding: 0 24px;
        transition: .3s ease;
      }

      .error-hero__link:hover {
        background: #fff;
        border-color: #fff;
        color: #481800;
      }

      .error-links {
        padding: 92px 0 110px;
      }

      .error-links__header {
        margin: 0 auto 42px;
        max-width: 680px;
        text-align: center;
      }

      .error-links__header p {
        color: #8b786c;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .22em;
        margin-bottom: 12px;
        text-transform: uppercase;
      }

      .error-links__header h2 {
        color: #481800;
        font-size: clamp(2.2rem, 4vw, 3.5rem);
        font-weight: 300;
        line-height: 1.08;
        margin: 0;
      }

      .error-links__grid {
        display: grid;
        gap: 16px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      .error-link-card {
        background: #fff;
        border: 1px solid rgba(120, 82, 54, .14);
        border-radius: 8px;
        color: #481800;
        display: flex;
        flex-direction: column;
        min-height: 148px;
        padding: 24px;
        transition: .3s ease;
      }

      .error-link-card i {
        color: #c08860;
        font-size: 28px;
        margin-bottom: 24px;
      }

      .error-link-card span {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.35;
      }

      .error-link-card:hover {
        border-color: rgba(192, 136, 96, .45);
        box-shadow: 0 24px 54px rgba(72, 24, 0, .08);
        transform: translateY(-3px);
      }

      @media (max-width: 991px) {
        .error-links__grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
      }

      @media (max-width: 575px) {
        .error-hero {
          min-height: 540px;
          padding: 120px 0 58px;
        }

        .error-hero__actions {
          align-items: stretch;
          flex-direction: column;
        }

        .error-hero__link,
        .error-hero__actions .btn-quinary {
          justify-content: center;
          width: 100%;
        }

        .error-links {
          padding: 70px 0;
        }

        .error-links__grid {
          grid-template-columns: 1fr;
        }
      }

/* src/views/public/pages/product/category/pvc-wpc-interior-louvers/single-product.ejs */
.single-product-hero {
        padding: 64px 0 76px;
        background: #fff;
      }

      .single-product-breadcrumb-conatiner {
        display: flex;
        justify-content: flex-start;
        align-items: center;
      }

      .single-product-breadcrumb {
        display: flex;
        flex-wrap: wrap;
        gap: 9px;
        align-items: center;
        width: 100%;
        min-height: 36px;
        margin: 10px 0px;
        padding: 0;
        color: var(--quinary-color, #585858);
        font-family: var(--body-font, "Maison Neue", sans-serif);
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.08em;
        font-style: italic;
        text-transform: uppercase;
      }

      .single-product-breadcrumb a {
        color: var(--template-color, #481800);
        text-decoration: none;
      }

      .single-product-breadcrumb span {
        color: var(--template-color, #481800);
      }

      .single-product-breadcrumb__divider {
        color: var(--primary-color, #c08860);
        font-weight: 700;
      }

      .single-product-grid {
        display: grid;
        grid-template-columns: minmax(430px, 0.96fr) minmax(360px, 1.04fr);
        gap: clamp(36px, 4.4vw, 64px);
        align-items: stretch;
        padding: 0;
        background: #fff;
      }

      .single-product-media {
        display: flex;
        align-self: stretch;
        min-height: 0;
        background: transparent;
      }

      .single-product-media-gallery {
        display: grid;
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 12px;
        align-items: stretch;
        width: 100%;
        height: clamp(430px, 39vw, 520px);
        min-height: 0;
      }

      .single-product-thumbs {
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: 100%;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 2px 14px 2px 0;
        scrollbar-color: rgba(192, 136, 96, 0.78) rgba(72, 24, 0, 0.08);
        scrollbar-gutter: stable;
        scrollbar-width: thin;
      }

      .single-product-thumbs::-webkit-scrollbar {
        width: 8px;
      }

      .single-product-thumbs::-webkit-scrollbar-track {
        border-radius: 999px;
        background: rgba(72, 24, 0, 0.08);
      }

      .single-product-thumbs::-webkit-scrollbar-thumb {
        border: 2px solid #f8f6f3;
        border-radius: 999px;
        background: rgba(192, 136, 96, 0.9);
      }

      .single-product-thumbs::-webkit-scrollbar-button {
        width: 0;
        height: 0;
      }

      .single-product-thumb {
        display: block;
        width: 82px;
        box-sizing: border-box;
        flex: 0 0 auto;
        aspect-ratio: 1 / 1.18;
        min-height: 0;
        padding: 0;
        overflow: hidden;
        border: 1px solid rgba(72, 24, 0, 0.16);
        border-radius: 4px;
        background: #fff;
        cursor: pointer;
        transition:
          border-color 0.2s ease,
          box-shadow 0.2s ease,
          transform 0.2s ease;
      }

      .single-product-thumb:hover,
      .single-product-thumb:focus-visible,
      .single-product-thumb.is-active {
        border-color: var(--primary-color, #c08860);
        box-shadow: inset 0 0 0 2px rgba(192, 136, 96, 0.18);
      }

      .single-product-thumb:hover,
      .single-product-thumb:focus-visible {
        transform: translateY(-1px);
      }

      .single-product-thumb img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .single-product-main-image {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        padding: clamp(22px, 3.4vw, 42px);
        border: 1px solid rgba(72, 24, 0, 0.08);
        border-radius: 8px;
        background: #f8f6f3;
        cursor: zoom-in;
        transition:
          border-color 0.25s ease,
          background 0.25s ease;
      }

      .single-product-main-image:hover,
      .single-product-main-image:focus-visible {
        border-color: rgba(192, 136, 96, 0.42);
        background: #f5f1ed;
      }

      .single-product-main-image img {
        display: block;
        width: 100%;
        height: 100%;
        margin: auto;
        max-width: 560px;
        max-height: 100%;
        object-fit: contain;
        object-position: center center;
        transform: scale(1);
        opacity: 1;
        transition:
          opacity 0.26s ease,
          transform 0.35s ease;
      }

      .single-product-main-image.is-changing img {
        transform: scale(0.985);
        opacity: 0;
      }

      .single-product-media-note {
        display: flex;
        gap: 7px;
        align-items: flex-start;
        padding: 10px 2px 0;
        color: #756963;
        font-size: 10px;
        line-height: 1.45;
      }

      .single-product-media-note::before {
        flex: 0 0 auto;
        width: 6px;
        height: 6px;
        margin-top: 5px;
        border-radius: 50%;
        background: var(--primary-color, #c08860);
        content: "";
      }

      .single-product-copy {
        display: flex;
        flex-direction: column;
        min-width: 0;
        padding-top: 0;
      }

      .single-product-category,
      .single-product-section-label {
        margin-bottom: 10px;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
      }

      .single-product-title {
        margin-bottom: 12px;
        color: var(--template-color, #481800);
        font-family: var(--heading-font);
        font-size: clamp(44px, 5vw, 68px);
        font-weight: 400;
        line-height: 0.98;
      }

      .single-product-summary {
        max-width: 640px;
        margin-bottom: 22px;
        color: var(--txt-light, #4f4b47);
        font-size: 15px;
        line-height: 1.7;
      }

      .single-product-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 20px;
        margin-bottom: 22px;
        color: #756963;
        font-size: 13px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }

      .single-product-meta strong {
        color: var(--template-color, #481800);
        font-weight: 600;
      }

      .single-product-selected {
        margin-bottom: 18px;
        color: var(--template-color, #481800);
        font-size: 14px;
      }

      .single-product-selected strong {
        font-weight: 600;
      }

      .single-product-shades {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 14px;
        margin-bottom: 34px;
      }

      .single-product-shade {
        display: block;
        min-width: 0;
        padding: 0;
        border: 1px solid rgba(72, 24, 0, 0.12);
        background: #fff;
        color: inherit;
        text-align: left;
        text-decoration: none;
        transition:
          border-color 0.2s ease,
          box-shadow 0.2s ease;
      }

      .single-product-shade:hover,
      .single-product-shade:focus-visible,
      .single-product-shade.is-selected {
        border-color: var(--primary-color, #c08860);
        box-shadow: 0 0 0 2px rgba(192, 136, 96, 0.18);
      }

      .single-product-shade img {
        display: block;
        width: 100%;
        aspect-ratio: 9 / 14;
        object-fit: cover;
        object-position: center top;
        background: #f0ece8;
      }

      .single-product-shade span {
        display: block;
        padding: 8px 9px;
        color: #4b3c36;
        font-size: 11px;
        line-height: 1.3;
      }

      .single-product-details {
        display: block;
        margin-bottom: 24px;
        border-top: 1px solid rgba(72, 24, 0, 0.08);
      }

      .single-product-detail {
        display: grid;
        grid-template-columns: minmax(120px, 0.72fr) minmax(0, 1fr);
        gap: 18px;
        align-items: center;
        min-height: 52px;
        padding: 12px 0;
        border-bottom: 1px solid rgba(72, 24, 0, 0.08);
        background: #fff;
      }

      .single-product-detail dt {
        margin-bottom: 0;
        color: #333;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
      }

      .single-product-detail dd {
        margin: 0;
        color: var(--template-color, #481800);
        font-size: 15px;
        font-weight: 500;
        text-align: right;
      }

      .single-product-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        align-items: center;
      }

      .single-product-enquiry-button,
      .single-product-enquiry-submit {
        display: inline-flex;
        min-height: 50px;
        align-items: center;
        justify-content: center;
        padding: 14px 30px;
        border: 1px solid var(--template-color, #481800);
        background: var(--template-color, #481800);
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        transition:
          background 0.25s ease,
          border-color 0.25s ease;
      }

      .single-product-enquiry-button:hover,
      .single-product-enquiry-button:focus-visible,
      .single-product-enquiry-submit:hover,
      .single-product-enquiry-submit:focus-visible {
        border-color: var(--primary-color, #c08860);
        background: var(--primary-color, #c08860);
        color: #fff;
      }

      .single-product-shade-section {
        padding: 90px 0;
        background: var(--secondary-color, #f5f3f1);
      }

      .single-product-shade-header {
        margin-bottom: 32px;
        text-align: center;
      }

      .single-product-shade-title {
        margin: 0;
        color: var(--template-color, #481800);
        font-family: var(--heading-font);
        font-size: clamp(34px, 4vw, 54px);
        font-weight: 400;
        line-height: 1.1;
      }

      .single-product-status {
        padding: 24px;
        background: #fff;
        color: #756963;
      }

      .single-product-modal[hidden] {
        display: none;
      }

      .single-product-modal,
      .single-product-lightbox {
        position: fixed;
        z-index: 100000;
        inset: 0;
        display: grid;
        place-items: center;
        padding: 20px;
      }

      .single-product-modal__backdrop {
        position: absolute;
        inset: 0;
        background: rgba(24, 10, 3, 0.65);
        backdrop-filter: blur(3px);
      }

      .single-product-modal__dialog {
        position: relative;
        z-index: 1;
        width: min(560px, 100%);
        max-height: calc(100vh - 40px);
        overscroll-behavior: contain;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 32px;
        background: #fff;
        box-shadow: 0 24px 70px rgba(24, 10, 3, 0.24);
      }

      .single-product-modal__close {
        position: absolute;
        top: 16px;
        right: 16px;
        display: grid;
        width: 38px;
        height: 38px;
        place-items: center;
        border: 1px solid #e6ddd7;
        border-radius: 50%;
        background: #fbf8f6;
        color: var(--template-color, #481800);
        font-size: 22px;
        line-height: 1;
      }

      .single-product-modal__title {
        margin: 0 44px 8px 0;
        color: var(--template-color, #481800);
        font-family: var(--heading-font);
        font-size: clamp(30px, 4vw, 42px);
        font-weight: 400;
        line-height: 1.1;
      }

      .single-product-modal__intro,
      .single-product-enquiry-status {
        color: #756963;
        font-size: 13px;
        line-height: 1.6;
      }

      .single-product-enquiry-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        margin-top: 22px;
      }

      .single-product-enquiry-field--full {
        grid-column: 1 / -1;
      }

      .single-product-enquiry-field label {
        display: block;
        margin-bottom: 6px;
        color: var(--template-color, #481800);
        font-size: 12px;
        font-weight: 500;
      }

      .single-product-enquiry-field input,
      .single-product-enquiry-field textarea {
        width: 100%;
        padding: 12px 13px;
        border: 1px solid #d9cec6;
        border-radius: 0;
        background: #fdfbf9;
        color: #33231d;
        font-size: 14px;
      }

      .single-product-enquiry-field textarea {
        min-height: 92px;
        resize: vertical;
      }

      .single-product-enquiry-footer {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        align-items: center;
        margin-top: 20px;
      }

      body.single-product-modal-open {
        overflow: hidden;
      }

      .single-product-lightbox[hidden] {
        display: none;
      }

      .single-product-lightbox {
        background: rgba(18, 9, 5, 0.9);
      }

      .single-product-lightbox__dialog {
        position: relative;
        z-index: 1;
        width: min(1080px, 100%);
      }

      .single-product-lightbox__close {
        position: fixed;
        top: 20px;
        right: 22px;
        z-index: 3;
        display: grid;
        width: 44px;
        height: 44px;
        place-items: center;
        border: 1px solid rgba(255, 255, 255, 0.55);
        border-radius: 50%;
        background: rgba(72, 24, 0, 0.8);
        color: #fff;
        font-size: 26px;
        line-height: 1;
      }

      .single-product-lightbox .swiper {
        width: 100%;
      }

      .single-product-lightbox .swiper-slide {
        display: grid;
        min-height: min(78vh, 720px);
        place-items: center;
      }

      .single-product-lightbox img {
        display: block;
        max-width: 100%;
        max-height: min(78vh, 720px);
        object-fit: contain;
        background: #fff;
      }

      .single-product-lightbox .swiper-button-next,
      .single-product-lightbox .swiper-button-prev {
        color: #fff;
      }

      .single-product-lightbox .swiper-pagination-bullet {
        background: rgba(255, 255, 255, 0.75);
      }

      .single-product-lightbox .swiper-pagination-bullet-active {
        background: var(--primary-color, #c08860);
      }

      @media (max-width: 1199px) {
        .single-product-grid {
          grid-template-columns: minmax(360px, 0.92fr) minmax(340px, 1.08fr);
          gap: clamp(28px, 3.2vw, 44px);
        }

        .single-product-media-gallery {
          grid-template-columns: 94px minmax(0, 1fr);
          gap: 10px;
          height: clamp(405px, 43vw, 500px);
        }

        .single-product-thumbs,
        .single-product-main-image {
          height: 100%;
        }

        .single-product-thumbs {
          padding-right: 14px;
        }

        .single-product-thumb {
          width: 72px;
        }

        .single-product-main-image {
          padding: clamp(18px, 2.8vw, 32px);
        }

        .single-product-main-image img {
          max-height: 100%;
        }

        .single-product-title {
          font-size: clamp(42px, 5vw, 60px);
        }

        .single-product-detail {
          min-height: 50px;
          padding: 11px 0;
        }
      }

      @media (max-width: 991px) {
        .single-product-hero {
          padding: 128px 0 64px;
        }

        .single-product-grid {
          grid-template-columns: 1fr;
          gap: 34px;
        }

        .single-product-copy {
          margin-top: 0;
          padding-top: 0;
        }

        .single-product-media-gallery {
          grid-template-columns: 1fr;
          gap: 12px;
          height: auto;
          max-width: 720px;
          min-height: 0;
          margin: 0 auto;
        }

        .single-product-thumbs {
          display: grid;
          grid-template-columns: repeat(5, minmax(0, 1fr));
          gap: 10px;
          height: auto;
          overflow: visible;
          padding-right: 0;
          order: 2;
        }

        .single-product-thumb {
          width: 100%;
          aspect-ratio: 1 / 1.05;
          height: auto;
        }

        .single-product-main-image {
          height: auto;
          aspect-ratio: 1 / 0.82;
          padding: clamp(18px, 4vw, 34px);
        }

        .single-product-main-image img {
          max-width: min(520px, 100%);
          max-height: 460px;
        }

        .single-product-meta {
          margin-bottom: 20px;
        }

        .single-product-details {
          margin-bottom: 22px;
        }

        .single-product-actions {
          justify-content: flex-start;
        }

        .single-product-shades {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }
      }

      @media (max-width: 575px) {
        .single-product-hero {
          padding: 108px 0 52px;
        }

        .single-product-breadcrumb {
          gap: 7px;
          min-height: 32px;
          margin: 10px 0px;
          padding: 0;
          font-size: 12px;
          line-height: 1;
          letter-spacing: 0.06em;
        }

        .single-product-shades,
        .single-product-enquiry-grid {
          grid-template-columns: 1fr;
        }

        .single-product-grid {
          gap: 24px;
        }

        .single-product-media-gallery {
          gap: 10px;
        }

        .single-product-thumbs {
          gap: 8px;
        }

        .single-product-thumb {
          border-radius: 3px;
        }

        .single-product-main-image {
          aspect-ratio: 1 / 1.08;
          padding: 16px;
          border-radius: 6px;
        }

        .single-product-main-image img {
          max-height: 360px;
        }

        .single-product-title {
          font-size: clamp(38px, 14vw, 52px);
        }

        .single-product-meta {
          gap: 7px 14px;
          margin-bottom: 18px;
          font-size: 12px;
        }

        .single-product-section-label {
          margin-bottom: 8px;
        }

        .single-product-detail {
          grid-template-columns: 1fr;
          gap: 5px;
          min-height: 0;
          padding: 11px 0;
        }

        .single-product-detail dd {
          text-align: left;
        }

        .single-product-actions,
        .single-product-enquiry-button {
          width: 100%;
        }

      }

/* src/views/public/pages/about/about-company.ejs */
.about-company-page {
        --about-bg: #EEE9E2;
        --about-panel: #F8F4EF;
        --about-deep: #481800;
        --about-accent: #C08860;
        --about-line: rgba(72, 24, 0, .13);
        --about-muted: rgba(72, 24, 0, .7);
        background: var(--about-bg);
        color: var(--about-deep);
        overflow: hidden;
      }

      .about-company-page img {
        max-width: 100%;
      }

      .about-company-page *,
      .about-company-page *::before,
      .about-company-page *::after {
        box-sizing: border-box;
      }

      .about-hero {
        align-items: end;
        background:
          linear-gradient(90deg, rgba(16, 10, 6, .92) 0%, rgba(16, 10, 6, .58) 48%, rgba(16, 10, 6, .2) 100%),
          url("../images/banner/5.jpeg") center / cover no-repeat;
        display: flex;
        min-height: clamp(560px, 76vh, 720px);
        padding: 140px 0 68px;
      }

      .about-hero__content {
        max-width: 820px;
      }

      .about-kicker {
        color: var(--about-accent);
        display: inline-block;
        font-family: var(--maison-neue);
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .22em;
        margin-bottom: 18px;
        text-transform: uppercase;
      }

      .about-hero h1 {
        color: #fff;
        font-size: clamp(48px, 6.8vw, 92px);
        font-weight: 300;
        line-height: 1;
        margin: 0;
        max-width: 760px;
      }

      .about-hero p {
        color: rgba(255, 255, 255, .78);
        font-size: clamp(16px, 1.6vw, 21px);
        line-height: 1.8;
        margin: 30px 0 0;
        max-width: 650px;
      }

      .about-hero__actions {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-top: 36px;
      }

      .about-breadcrumb {
        align-items: center;
        border-bottom: 1px solid #E6D8CC;
        display: flex;
        gap: 10px;
        padding: 18px 0;
      }

      .about-breadcrumb a,
      .about-breadcrumb span {
        color: rgba(72, 24, 0, .72);
        font-family: var(--maison-neue);
        font-size: 14px;
        letter-spacing: .02em;
      }

      .about-breadcrumb a:hover,
      .about-breadcrumb .current {
        color: var(--about-deep);
      }

      .about-section {
        padding: clamp(78px, 8vw, 120px) 0;
      }

      .about-section--panel {
        background: var(--about-panel);
      }

      .about-editorial {
        display: grid;
        gap: clamp(36px, 5vw, 72px);
        grid-template-columns: minmax(0, .85fr) minmax(0, .95fr);
        align-items: start;
      }

      .about-display {
        color: var(--about-deep);
        font-size: clamp(36px, 4.2vw, 62px);
        font-weight: 300;
        line-height: 1.08;
        margin: 0;
        overflow-wrap: break-word;
      }

      .about-title {
        color: var(--about-deep);
        font-size: clamp(30px, 3.2vw, 48px);
        font-weight: 300;
        line-height: 1.12;
        margin: 0;
        overflow-wrap: break-word;
      }

      .about-copy {
        color: var(--about-muted);
        font-size: 15px;
        line-height: 1.78;
        margin: 0;
        overflow-wrap: break-word;
      }

      .about-copy + .about-copy {
        margin-top: 20px;
      }

      .about-facts {
        border-top: 1px solid var(--about-line);
        display: grid;
        gap: 0;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: 46px;
      }

      .about-fact {
        border-bottom: 1px solid var(--about-line);
        border-right: 1px solid var(--about-line);
        min-height: 132px;
        padding: 24px 22px;
      }

      .about-fact:nth-child(4n) {
        border-right: 0;
      }

      .about-fact strong {
        color: var(--about-deep);
        display: block;
        font-family: var(--heading-font);
        font-size: clamp(30px, 3.1vw, 42px);
        font-weight: 300;
        line-height: 1;
      }

      .about-fact span {
        color: rgba(72, 24, 0, .66);
        display: block;
        font-size: 13px;
        line-height: 1.55;
        margin-top: 14px;
        overflow-wrap: break-word;
      }

      .about-story {
        display: grid;
        gap: clamp(54px, 7vw, 96px);
      }

      .about-story-row {
        align-items: center;
        display: grid;
        gap: clamp(34px, 6vw, 86px);
        grid-template-columns: minmax(0, .9fr) minmax(0, .75fr);
      }

      .about-story-row:nth-child(even) {
        grid-template-columns: minmax(0, .75fr) minmax(0, .9fr);
      }

      .about-story-row:nth-child(even) .about-story-media {
        order: 2;
      }

      .about-story-media {
        background: #DED1C5;
        border-radius: 8px;
        overflow: hidden;
      }

      .about-story-media img {
        aspect-ratio: 4 / 5;
        display: block;
        height: 100%;
        object-fit: cover;
        width: 100%;
      }

      .about-story-row--wide .about-story-media img {
        aspect-ratio: 16 / 10;
      }

      .about-story-content {
        border-top: 1px solid var(--about-line);
        padding-top: 28px;
      }

      .about-story-index {
        color: var(--about-accent);
        display: block;
        font-family: var(--maison-neue);
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .18em;
        margin-bottom: 18px;
        text-transform: uppercase;
      }

      .about-story-content h3 {
        color: var(--about-deep);
        font-size: clamp(28px, 3.2vw, 44px);
        font-weight: 300;
        line-height: 1.12;
        margin: 0 0 22px;
        overflow-wrap: break-word;
      }

      .about-leadership {
        display: grid;
        gap: 34px;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        margin-top: 62px;
      }

      .director-card {
        background: var(--about-bg);
        border: 1px solid var(--about-line);
        border-radius: 8px;
        overflow: hidden;
      }

      .director-card__image {
        background: #DED1C5;
      }

      .director-card__image img {
        aspect-ratio: 16 / 11;
        display: block;
        object-fit: cover;
        width: 100%;
      }

      .director-card__body {
        padding: clamp(26px, 3vw, 40px);
      }

      .director-card__role {
        color: var(--about-accent);
        display: block;
        font-family: var(--maison-neue);
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .16em;
        margin-bottom: 15px;
        text-transform: uppercase;
      }

      .director-card h3 {
        color: var(--about-deep);
        font-size: clamp(28px, 2.8vw, 40px);
        font-weight: 300;
        line-height: 1.12;
        margin: 0;
      }

      .director-card p {
        color: var(--about-muted);
        font-size: 15px;
        line-height: 1.8;
        margin: 22px 0 0;
      }

      .director-card__meta {
        align-items: center;
        border-top: 1px solid var(--about-line);
        color: rgba(72, 24, 0, .68);
        display: flex;
        font-size: 13px;
        gap: 10px;
        margin-top: 28px;
        padding-top: 22px;
      }

      .director-card__meta i {
        color: var(--about-accent);
        font-size: 20px;
      }

      .about-large-image {
        background:
          linear-gradient(90deg, rgba(16, 10, 6, .7) 0%, rgba(16, 10, 6, .4) 48%, rgba(16, 10, 6, .16) 100%),
          url("../images/banner/team.jpg") center / cover fixed no-repeat;
        min-height: clamp(520px, 70vw, 820px);
        position: relative;
      }

      .about-large-image img {
        display: none;
      }

      .about-large-image__caption {
        background: rgba(238, 233, 226, .94);
        border: 1px solid rgba(255, 255, 255, .26);
        border-radius: 8px;
        bottom: clamp(22px, 5vw, 70px);
        left: clamp(16px, 6vw, 86px);
        max-width: 560px;
        padding: clamp(24px, 3.6vw, 44px);
        position: absolute;
      }

      .about-large-image__caption h2 {
        color: var(--about-deep);
        font-size: clamp(30px, 3.2vw, 46px);
        font-weight: 300;
        line-height: 1.12;
        margin: 0;
      }

      .about-large-image__caption p {
        color: var(--about-muted);
        line-height: 1.8;
        margin: 18px 0 0;
      }

      .about-values {
        display: grid;
        gap: 1px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 60px;
      }

      .about-value {
        background: var(--about-panel);
        border: 1px solid var(--about-line);
        border-radius: 8px;
        min-height: 300px;
        padding: clamp(28px, 3vw, 42px);
      }

      .about-value i {
        align-items: center;
        background: var(--about-accent);
        border-radius: 999px;
        color: #fff;
        display: inline-flex;
        font-size: 22px;
        height: 46px;
        justify-content: center;
        margin-bottom: 30px;
        width: 46px;
      }

      .about-value h3 {
        color: var(--about-deep);
        font-family: var(--maison-neue);
        font-size: 20px;
        font-weight: 600;
        line-height: 1.35;
        margin: 0 0 15px;
      }

      .about-value p {
        color: rgba(72, 24, 0, .68);
        font-size: 15px;
        line-height: 1.75;
        margin: 0;
      }

      .about-form-card {
        background: var(--about-bg);
        border: 1px solid var(--about-line);
        border-radius: 8px;
        display: grid;
        gap: clamp(34px, 6vw, 72px);
        grid-template-columns: minmax(0, .58fr) minmax(0, .9fr);
        padding: clamp(28px, 5vw, 62px);
      }

      .about-field label {
        color: var(--about-deep);
        display: block;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .08em;
        margin-bottom: 7px;
        text-transform: uppercase;
      }

      .about-field .form-control,
      .about-field .form-select {
        background-color: var(--about-panel);
        border: 1px solid rgba(72, 24, 0, .12);
        border-radius: 8px;
        box-shadow: none;
        color: var(--about-deep);
        font-size: 15px;
        min-height: 54px;
        padding: 14px 16px;
      }

      .about-field .form-control::placeholder {
        color: rgba(72, 24, 0, .45);
      }

      .about-field .form-control:focus,
      .about-field .form-select:focus {
        background-color: #fff;
        border-color: var(--about-accent);
        box-shadow: 0 0 0 3px rgba(192, 136, 96, .14);
      }

      .about-field textarea.form-control {
        min-height: 180px;
        resize: vertical;
      }

      .about-submit-row {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
        margin-top: 14px;
      }

      .about-submit {
        background: transparent;
        border: 0;
        display: inline-flex;
        justify-content: center;
        min-width: 178px;
        padding: 0;
      }

      .about-submit .btn-animated-text {
        background: var(--about-accent);
        border-color: var(--about-accent);
        border-radius: 999px;
        color: #fff;
        display: inline-flex;
        justify-content: center;
        letter-spacing: .12em;
        padding: 17px 28px;
      }

      .about-submit:hover .btn-animated-text {
        background: var(--about-deep);
        border-color: var(--about-deep);
      }

      .about-note {
        color: rgba(72, 24, 0, .62);
        font-size: 14px;
        line-height: 1.55;
        margin: 0;
      }

      @media (max-width: 991px) {
        .about-hero {
          min-height: 560px;
          padding: 128px 0 52px;
        }

        .about-editorial,
        .about-story-row,
        .about-story-row:nth-child(even),
        .about-form-card {
          grid-template-columns: 1fr;
        }

        .about-story-row:nth-child(even) .about-story-media {
          order: 0;
        }

        .about-facts,
        .about-leadership,
        .about-values {
          grid-template-columns: 1fr;
        }

        .about-fact,
        .about-fact:nth-child(4n) {
          border-right: 0;
        }
      }

      @media (max-width: 575px) {
        .about-hero {
          min-height: 520px;
          padding-bottom: 44px;
        }

        .about-hero h1 {
          font-size: 40px;
          max-width: 330px;
        }

        .about-hero p {
          font-size: 15px;
          max-width: 310px;
        }

        .about-display {
          font-size: 31px;
          max-width: 320px;
        }

        .about-title,
        .about-story-content h3,
        .director-card h3,
        .about-large-image__caption h2 {
          font-size: 27px;
          max-width: 320px;
        }

        .about-copy {
          font-size: 15px;
          max-width: 320px;
        }

        .about-fact {
          min-height: 126px;
          padding: 24px 16px;
        }

        .about-fact span {
          max-width: 300px;
        }

        .about-story-media img,
        .about-story-row--wide .about-story-media img {
          aspect-ratio: 4 / 4.8;
        }

        .about-large-image {
          background-attachment: scroll;
          min-height: 620px;
        }

        .about-large-image__caption {
          bottom: 16px;
          left: 12px;
          max-width: calc(100% - 24px);
        }

        .about-submit {
          width: 100%;
        }
      }

/* Sitemap */
.sitemap-section {
  background: #f5f2ee;
  padding: 100px 0;
}

.sitemap-section__header {
  margin-bottom: 46px;
  max-width: 720px;
}

.sitemap-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sitemap-card {
  background: #fff;
  border: 1px solid rgba(72, 24, 0, 0.12);
  min-height: 100%;
  padding: 30px;
}

.sitemap-card__head {
  align-items: center;
  border-bottom: 1px solid rgba(72, 24, 0, 0.14);
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 14px;
}

.sitemap-card h2 {
  color: var(--template-color);
  font-family: var(--heading-font);
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
}

.sitemap-card__head span {
  align-items: center;
  background: var(--primary-color);
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  height: 32px;
  justify-content: center;
  min-width: 32px;
}

.sitemap-card li + li {
  margin-top: 10px;
}

.sitemap-card a {
  color: var(--template-color);
  display: inline-block;
  line-height: 1.45;
}

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

@media (max-width: 991px) {
  .sitemap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .sitemap-section {
    padding: 70px 0;
  }

  .sitemap-grid {
    grid-template-columns: 1fr;
  }

  .sitemap-card {
    padding: 24px;
  }
}

/* Home vertical switcher */
.vertical-sites {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 560px;
  overflow: hidden;
  padding-block: 56px;
  position: relative;
  isolation: isolate;
}

.vertical-sites::before {
  background: rgba(0, 0, 0, 0.72);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.vertical-sites__panel {
  position: relative;
  text-align: center;
  z-index: 1;
}

.vertical-sites__brand {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  margin-inline: auto;
  position: relative;
  text-transform: uppercase;
}

.vertical-sites__brand img {
  max-width: 130px;
  width: 44vw;
}

.vertical-sites__brand span {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}

.vertical-sites__links {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 30px auto 0;
  max-width: 760px;
  position: relative;
}

.vertical-sites__links::before {
  background: rgba(255, 255, 255, 0.78);
  content: "";
  height: 1px;
  left: 16.66%;
  position: absolute;
  right: 16.66%;
  top: -27px;
}

.vertical-sites__link {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 24px rgba(10, 30, 45, 0.08);
  color: #61b4c9;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 62px;
  justify-content: center;
  padding: 10px 16px;
  position: relative;
  transition: var(--transition);
}

.vertical-sites__link::before {
  background: rgba(255, 255, 255, 0.78);
  content: "";
  height: 27px;
  left: 50%;
  position: absolute;
  top: -27px;
  width: 1px;
}

.vertical-sites__link small {
  color: var(--txt-light);
  font-size: 12px;
  letter-spacing: 0;
}

.vertical-sites__link span {
  color: inherit;
  font-family: var(--heading-font);
  font-size: 22px;
  line-height: 1.1;
}

.vertical-sites__link:hover {
  border-color: #61b4c9;
  color: #063b68;
  transform: translateY(-4px);
}

@media (max-width: 767px) {
  .vertical-sites {
    background-attachment: scroll;
    min-height: 560px;
    padding-block: 48px;
  }

  .vertical-sites__links {
    grid-template-columns: 1fr;
    margin-top: 28px;
    max-width: 360px;
  }

  .vertical-sites__links::before,
  .vertical-sites__link::before {
    content: none;
  }
}

/* Site-wide main heading scale */
.title-lg-sm,
h1.title-animation,
h2.title-animation,
.decorative-services__title,
.main-category-section__title,
.louver-composition__title,
.door-specs__title,
.catalogue-section__title,
.louver-catalog__title,
.louver-gallery__title,
.career-title,
.infra-title,
.about-display,
.about-title,
.single-product-title,
.single-product-shade-title,
.pioneer-page-hero__title,
.infra-hero h1,
.about-hero h1,
.career-detail-hero__content h1 {
  font-size: 42px !important;
  line-height: 1.18 !important;
}

@media (max-width: 1199px) {
  .title-lg-sm,
  h1.title-animation,
  h2.title-animation,
  .decorative-services__title,
  .main-category-section__title,
  .louver-composition__title,
  .door-specs__title,
  .catalogue-section__title,
  .louver-catalog__title,
  .louver-gallery__title,
  .career-title,
  .infra-title,
  .about-display,
  .about-title,
  .single-product-title,
  .single-product-shade-title,
  .pioneer-page-hero__title,
  .infra-hero h1,
  .about-hero h1,
  .career-detail-hero__content h1 {
    font-size: 36px !important;
  }
}

@media (max-width: 575px) {
  .title-lg-sm,
  h1.title-animation,
  h2.title-animation,
  .decorative-services__title,
  .main-category-section__title,
  .louver-composition__title,
  .door-specs__title,
  .catalogue-section__title,
  .louver-catalog__title,
  .louver-gallery__title,
  .career-title,
  .infra-title,
  .about-display,
  .about-title,
  .single-product-title,
  .single-product-shade-title,
  .pioneer-page-hero__title,
  .infra-hero h1,
  .about-hero h1,
  .career-detail-hero__content h1 {
    font-size: 28px !important;
  }
}

/* Compact shared banners on touch screens without distorting their images. */
@media (max-width: 991px) {
  .pioneer-page-hero,
  .career-detail-hero,
  .error-hero {
    min-height: 600px;
    padding: 120px 0 56px;
  }

  .pioneer-page-hero__content {
    padding-bottom: 0;
  }

  .career-page .pioneer-page-hero {
    min-height: 600px;
  }

  .home-page .hero-three {
    min-height: 600px;
    padding-bottom: 64px !important;
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .pioneer-page-hero,
  .about-hero,
  .infra-hero,
  .career-detail-hero,
  .error-hero {
    background-position: center;
    min-height: 440px;
    padding: 110px 0 48px;
  }

  .career-page .pioneer-page-hero {
    min-height: 440px;
  }

  .career-page .pioneer-page-hero__content {
    padding-bottom: 0;
  }

  .home-page .hero-three {
    min-height: 560px;
    padding-bottom: 56px !important;
  }

  .home-page .hero-three__cta .btn-quinary {
    justify-content: center;
    width: 100%;
  }

  .pioneer-page-hero__content,
  .about-hero__content,
  .infra-hero__content,
  .career-detail-hero__content,
  .error-hero__content {
    margin-inline: auto;
    max-width: 100%;
    text-align: center;
  }

  .pioneer-page-hero__text,
  .about-hero p,
  .infra-hero p,
  .career-detail-hero__content p:not(.sub-title),
  .error-hero p {
    font-size: 15px;
    line-height: 1.65;
    margin-inline: auto;
    max-width: 34rem;
  }

  .pioneer-page-hero__button,
  .about-hero__actions .btn-quinary,
  .infra-hero__actions .infra-btn,
  .career-detail-hero__actions .btn-quinary,
  .error-hero__actions .btn-quinary,
  .error-hero__link {
    justify-content: center;
    width: 100%;
  }

  .about-hero__actions,
  .infra-hero__actions,
  .career-detail-hero__actions,
  .error-hero__actions {
    justify-content: center;
  }

  .career-breadcrumb {
    justify-content: center;
    margin-bottom: 32px;
  }
}
