:root {
  --black: #171a16;
  --dark: #20231d;
  --text: #202020;
  --muted: #626262;
  --orange: #ff7628;
  --orange-dark: #e96216;
  --cream: #fffaf7;
  --line: rgba(255, 255, 255, .14);
  --shadow: 0 24px 60px rgba(0, 0, 0, .13);
  --max: 1168px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  background: #fff;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: -56px;
  z-index: 1000;
  background: var(--dark);
}

.topbar {
  color: #fff;
  background: #22241f;
  font-size: 14px;
}

.topbar__inner,
.topbar__contact,
.socials,
.navbar__inner,
.nav-links,
.hero__actions,
.split,
.cards,
.stats__grid,
.footer__grid {
  display: flex;
}

.topbar__inner {
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.topbar__contact {
  gap: 28px;
  align-items: center;
}

.topbar__contact a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}

.socials {
  gap: 19px;
  align-items: center;
  font-weight: 800;
}

.socials a {
  color: #fff;
  opacity: .95;
  transition: color .25s ease, transform .25s ease;
}

.socials a:hover {
  color: var(--orange);
  transform: translateY(-2px);
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  min-width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: -1px;
}

.navbar {
  background: #1c1f1a;
  z-index: 100;
}

.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .18);
  animation: stickySlideDown .24s ease;
}

.navbar.is-sticky .navbar__inner {
  min-height: 112px;
}

body.has-sticky-nav {
  padding-top: 112px;
}

.navbar__inner {
  min-height: 125px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo img {
  width: 94px;
  height: auto;
  margin-left: 4px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  gap: 34px;
}

.nav-links a {
  color: #fff;
  font-size: 17px;
  letter-spacing: .3px;
  transition: color .25s ease;
}

.nav-links a.active,
.nav-links a:hover {
  color: var(--orange);
}

.has-dropdown {
  position: relative;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 210px;
  margin: 20px 0 0;
  padding: 14px 0;
  list-style: none;
  background: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: .25s ease;
}

.dropdown a {
  display: block;
  padding: 9px 18px;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}

.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 15px 29px;
  border: 1px solid transparent;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .3px;
  transition: transform .25s ease, background .25s ease, color .25s ease, border .25s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

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

.btn--orange:hover {
  background: var(--orange-dark);
}

.btn--outline {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.btn--outline:hover {
  color: var(--dark);
  background: #fff;
}

.btn--outline-dark {
  color: var(--dark);
  border-color: var(--dark);
  background: transparent;
}

.btn--outline-dark:hover {
  color: #fff;
  background: var(--dark);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.2);
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
  transition: .25s ease;
}

.menu-close {
  display: none;
}

.hero {
  position: relative;
  min-height: 756px;
  display: flex;
  align-items: center;
  color: #fff;
  background: url("assets/newwebsite-other-banner.png") center/cover no-repeat;
}

.hero__shade,
.stats__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .52), rgba(0, 0, 0, .22));
}

.hero__content {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}

.hero h1 {
  max-width: 690px;
  margin: 0 0 34px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(44px, 6.1vw, 80px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: .3px;
}

.hero p {
  margin: 0 0 64px;
  font-size: clamp(20px, 2vw, 24px);
}

.hero__actions {
  gap: 20px;
  flex-wrap: wrap;
}

.section {
  padding: 120px 0;
}

.section--compact {
  padding-top: 0;
}

.section--warm {
  background: var(--cream);
}

.split {
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}

.split > * {
  flex: 1 1 0;
}

.split--story {
  align-items: stretch;
}

.story__image {
  overflow: hidden;
}

.story__image img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.story__panel {
  padding: 54px 58px;
  background: rgba(255, 94, 20, .1);
}

.eyebrow {
  margin: 0 0 12px;
  color: #ff6f2c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.about-story-card .eyebrow,
.about-section-heading .eyebrow,
.about-clients-section .eyebrow,
.about-testimonials .eyebrow {
  color: #ff6F2c;
}

h2 {
  margin: 0 0 22px;
  color: #111;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(34px, 4.2vw, 48px);
  line-height: 1.18;
}

h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.story__panel p:not(.eyebrow),
.lead,
.section-heading p {
  color: var(--muted);
  font-size: 18px;
}

.section-heading .eyebrow,
.about-faq-section .eyebrow {
  color: #ff6F2c;
}

.feature-gallery {
  padding: 56px 0 120px;
}

.feature-gallery__grid,
.cards {
  display: flex;
  gap: 30px;
}

.feature-card {
  position: relative;
  flex: 1;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
  cursor: zoom-in;
}

[data-lightbox-src] {
  cursor: zoom-in;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.72));
}

.feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.feature-card:hover img {
  transform: scale(1.08);
}

.feature-card h3 {
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 28px;
  font-size: 20px;
  text-transform: uppercase;
}

.products-intro {
  padding-bottom: 82px;
}

.lead {
  max-width: 620px;
  margin: 0;
}

.cards {
  align-items: stretch;
  gap: 30px;
  margin-bottom: 64px;
}

.product-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: none;
  transition: transform .28s ease, box-shadow .28s ease;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow);
}

.product-card img {
  width: 100%;
  height: 600px;
  object-fit: contain;
  background: #fff;
}

.product-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 46px 40px 58px;
}

.product-card h3 {
  margin-bottom: 34px;
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-card p {
  margin: 0 0 48px;
  color: #111827;
  font-size: 18px;
  line-height: 1.75;
}

.product-card a {
  margin-top: auto;
  align-self: center;
  color: var(--orange);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.testimonials {
  position: relative;
  overflow: hidden;
  background:
    url("data:image/svg+xml,%3Csvg width='238' height='274' viewBox='0 0 238 274' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ff7628' stroke-opacity='.18' stroke-width='1.2'%3E%3Cpath d='M59 1l59 34v68l-59 34-59-34V35z'/%3E%3Cpath d='M178 1l59 34v68l-59 34-59-34V35z'/%3E%3Cpath d='M0 137l59 34v68L0 273l-59-34v-68z'/%3E%3Cpath d='M119 137l59 34v68l-59 34-59-34v-68z'/%3E%3Cpath d='M238 137l59 34v68l-59 34-59-34v-68z'/%3E%3C/g%3E%3C/svg%3E") left -18px top 0 / 250px auto no-repeat,
    url("data:image/svg+xml,%3Csvg width='238' height='274' viewBox='0 0 238 274' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ff7628' stroke-opacity='.18' stroke-width='1.2'%3E%3Cpath d='M59 1l59 34v68l-59 34-59-34V35z'/%3E%3Cpath d='M178 1l59 34v68l-59 34-59-34V35z'/%3E%3Cpath d='M0 137l59 34v68L0 273l-59-34v-68z'/%3E%3Cpath d='M119 137l59 34v68l-59 34-59-34v-68z'/%3E%3Cpath d='M238 137l59 34v68l-59 34-59-34v-68z'/%3E%3C/g%3E%3C/svg%3E") right -34px bottom -74px / 250px auto no-repeat,
    #fff;
}

.testimonials .eyebrow {
  display: block;
  color: var(--orange);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.testimonials .section-heading {
  margin-bottom: 34px;
}

.testimonials .section-heading h2 {
  margin-bottom: 26px;
}

.testimonial-slider {
  position: relative;
  max-width: 760px;
  margin: auto;
  padding: 0;
}

.testimonial-track {
  min-height: 264px;
  position: relative;
  background: #fff;
  box-shadow: 0 18px 65px rgba(0, 0, 0, .04);
}

.testimonial-track::before {
  content: "“";
  position: absolute;
  left: 86px;
  top: -54px;
  z-index: 2;
  color: rgba(255, 118, 40, .12);
  font-family: Georgia, serif;
  font-size: 230px;
  line-height: 1;
}

.testimonial {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 88px max-content;
  grid-template-rows: auto auto;
  column-gap: 20px;
  row-gap: 3px;
  align-items: center;
  justify-content: center;
  justify-items: start;
  align-content: center;
  padding: 112px 0 36px;
  text-align: center;
  opacity: 0;
  transform: translateX(24px);
  transition: .45s ease;
}

.testimonial.active {
  opacity: 1;
  transform: translateX(0);
}

.testimonial p {
  position: absolute;
  top: 50px;
  left: 50%;
  width: min(640px, calc(100% - 96px));
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  transform: translateX(-50%);
}

.testimonial img {
  grid-row: 1 / 3;
  width: 68px;
  height: 68px;
  margin: 0;
  border: 3px solid var(--orange);
  border-radius: 56px;
  object-fit: cover;
  background: #333;
}

.testimonial h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  text-align: left;
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.testimonial span {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  color: var(--orange);
  text-align: left;
  font-size: 17px;
  line-height: 1.2;
}

.slider-btn {
  position: absolute;
  top: 62%;
  z-index: 2;
  width: 52px;
  height: 52px;
  border: 1px solid #777;
  border-radius: 50%;
  color: transparent;
  background: #fff;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.slider-btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #777;
  border-left: 2px solid #777;
}

.prev {
  left: 32px;
}

.next {
  right: 32px;
}

.prev::before {
  transform: rotate(-45deg);
}

.next::before {
  transform: rotate(135deg);
}

.testimonials__cta {
  margin-top: 58px;
}

.testimonials-list-section {
  padding: 98px 0 118px;
}

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

.testimonial-card {
  position: relative;
  padding: 48px 34px 34px;
  background: #fff;
  box-shadow: 0 18px 65px rgba(0, 0, 0, .06);
}

.testimonial-card::before {
  content: "“";
  position: absolute;
  top: -28px;
  left: 28px;
  color: rgba(255, 118, 40, .14);
  font-family: Georgia, serif;
  font-size: 126px;
  line-height: 1;
}

.testimonial-card p {
  position: relative;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.testimonial-card div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.testimonial-card img {
  width: 74px;
  height: 74px;
  border: 3px solid var(--orange);
  border-radius: 50%;
  object-fit: cover;
  background: #333;
}

.testimonial-card strong,
.testimonial-card em {
  display: block;
  font-style: normal;
}

.testimonial-card strong {
  color: var(--text);
  font-size: 18px;
  font-weight: 800;
}

.testimonial-card em {
  margin-top: 6px;
  color: var(--orange);
  font-size: 16px;
}

body[data-page="success"] .page-hero,
body[data-page="failure"] .page-hero {
  background-image: url("assets/contact-banner.jpg");
  background-position: center 44%;
}

.result-section {
  padding: 96px 0 112px;
  background: #fffaf7;
}

.result-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 58px 48px;
  text-align: center;
  background: #fff;
  box-shadow: 0 20px 65px rgba(0, 0, 0, .08);
}

.result-icon {
  width: 86px;
  height: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 50%;
  color: #fff;
  font-size: 34px;
}

.result-icon--success {
  background: #21b45b;
}

.result-icon--failure {
  background: var(--orange);
}

.result-card h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 52px);
}

.result-card p:not(.eyebrow) {
  max-width: 560px;
  margin: 0 auto 30px;
  color: var(--muted);
  font-size: 18px;
}

.result-card a:not(.btn) {
  color: var(--orange);
  font-weight: 800;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.stats {
  position: relative;
  padding: 78px 0;
  color: #fff;
  background: url("assets/project-banner.jpg") center/cover no-repeat;
}

.stats__grid {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  gap: 24px;
  text-align: center;
}

.stat {
  flex: 1;
}

.stat strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1;
}

.stat strong::after {
  content: " +";
  color: var(--orange);
}

.stat h3 {
  font-size: 18px;
}

.contact__grid {
  align-items: flex-start;
}

.contact__image {
  position: relative;
  min-height: 720px;
}

.contact__image > img {
  width: 82%;
  height: 580px;
  object-fit: cover;
}

.contact-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75%;
  padding: 36px;
  color: #fff;
  background: var(--dark);
  box-shadow: var(--shadow);
}

.contact-card h3 {
  margin: 18px 0 10px;
}

.contact-card h3:first-child {
  margin-top: 0;
}

.contact-card p {
  margin: 8px 0;
}

.contact-line {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 12px 0;
}

.contact-line .icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  font-size: 15px;
  margin-top: 5px;
}

.contact-socials {
  display: flex;
  gap: 12px;
  margin: 22px 0;
}

.contact-socials a {
  position: relative;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #999;
  background: #f2f2f2;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.contact-socials a:hover {
  color: #fff;
  background: var(--orange);
  transform: translateY(-2px);
}

.contact-socials a .icon {
  margin: 0;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  vertical-align: 0;
}

.contact-socials a .icon::before {
  display: block;
  line-height: 1;
}

.contact-card .contact-socials a,
.contact-page-card .contact-socials a {
  color: #a3a3a3;
  background: rgba(255,255,255,.08);
}

.contact-card .contact-socials a:hover,
.contact-page-card .contact-socials a:hover {
  color: #fff;
  background: var(--orange);
}

.quote p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.quote-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 36px;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid #eee;
  padding: 18px 20px;
  color: var(--text);
  font: inherit;
  background: #fafafa;
  outline: none;
  transition: border .25s ease, box-shadow .25s ease;
}

.quote-form textarea {
  min-height: 160px;
  resize: vertical;
}

.quote-form input:focus,
.quote-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255,118,40,.12);
}

.spam-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

.captcha-field {
  display: block;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}

.quote-form .captcha-field input,
.contact-form .captcha-field input {
  margin-top: 8px;
}

.clients__logo {
  padding: 34px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(0,0,0,.07);
}

.footer {
  color: #d8d8d8;
  background: #171a16;
}

.footer__grid {
  align-items: flex-start;
  gap: 54px;
  padding: 70px 0 54px;
}

.footer__grid > div {
  flex: 1;
}

.footer__grid > div:first-child {
  flex: 1.8;
}

.footer__logo {
  width: 90px;
  margin-bottom: 22px;
}

.footer h3 {
  margin-bottom: 22px;
  color: #fff;
}

.footer a {
  display: block;
  margin: 10px 0;
  transition: color .25s ease;
}

.footer a:hover {
  color: var(--orange);
}

.footer-contact-line {
  color: #fff;
}

.footer-contact-line .icon {
  color: var(--orange);
}

.footer-socials {
  justify-content: center;
  margin-top: 8px;
}

.footer-socials a {
  color: #a3a3a3;
  background: rgba(255,255,255,.08);
}

.footer-socials a .icon {
  font-size: 16px;
}

.footer-socials a:hover {
  color: #fff;
  background: var(--orange);
}

.copyright {
  padding: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  text-align: center;
  font-size: 14px;
}

.copyright a {
  color: #fff;
  font-weight: 700;
  transition: color .25s ease;
}

.copyright a:hover {
  color: var(--orange);
}

.whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
  font-size: 30px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.whatsapp::before {
  content: "WhatsApp us";
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  min-width: 118px;
  padding: 7px 14px;
  border-radius: 18px;
  color: #fff;
  background: #25d366;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(14px, -50%);
  transition: opacity .25s ease, transform .25s ease;
}

.whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,.24);
}

.whatsapp:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.whatsapp i {
  line-height: 1;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.image-lightbox.open {
  display: flex;
}

.image-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .78);
}

.image-lightbox__toolbar {
  position: absolute;
  top: 14px;
  right: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 22px;
}

.image-lightbox__tool {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  opacity: .95;
}

.image-lightbox__tool:not(.image-lightbox__close) {
  font-size: 18px;
}

.zoom-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
}

.image-lightbox__zoom-tool {
  position: relative;
}

.zoom-icon {
  font-size: 16px;
}

.zoom-icon--out {
  display: none;
}

.image-lightbox.zoomed .zoom-icon--in {
  display: none;
}

.image-lightbox.zoomed .zoom-icon--out {
  display: block;
}

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

.image-lightbox__share-menu {
  position: absolute;
  top: calc(100% + 16px);
  right: -30px;
  width: 180px;
  display: none;
  padding: 10px 0;
  color: #555;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 12px 28px rgba(0,0,0,.24);
}

.image-lightbox__share-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 18px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.image-lightbox__share-menu.open {
  display: block;
}

.image-lightbox__share-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  color: #555;
  font-size: 12px;
  white-space: nowrap;
}

.image-lightbox__share-menu a:hover {
  background: #f5f5f5;
}

.share-icon {
  width: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.fa-facebook-f.share-icon {
  color: #3b5998;
}

.fa-x-twitter.share-icon {
  color: #111;
}

.fa-pinterest-p.share-icon {
  color: #bd081c;
}

.fa-download.share-icon {
  color: #777;
}

.image-lightbox__figure {
  position: relative;
  z-index: 1;
  width: min(86vw, 1120px);
  height: calc(100vh - 140px);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.image-lightbox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 1;
  transition: opacity .2s ease, transform .25s ease;
}

.image-lightbox.zoomed .image-lightbox__image {
  cursor: grab;
}

.image-lightbox.zoomed .image-lightbox__image.dragging {
  cursor: grabbing;
}

.image-lightbox__caption {
  position: fixed;
  left: 50%;
  bottom: 20px;
  color: #fff;
  font-weight: 800;
  transform: translateX(-50%);
}

.image-lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 58px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.image-lightbox__prev {
  left: 28px;
}

.image-lightbox__next {
  right: 28px;
}

body.lightbox-open {
  overflow: hidden;
}

.page-hero {
  position: relative;
  min-height: 455px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: url("assets/product_page_banner.jpg") center/cover no-repeat;
}

body[data-page="about"] .page-hero {
  background-image: url("assets/about_us_banner.jpg");
  background-position: center 52%;
}

body[data-page="products"] .page-hero,
body[data-page="basic-texture"] .page-hero,
body[data-page="natural-texture"] .page-hero,
body[data-page="royal-texture"] .page-hero,
body[data-page="metallic"] .page-hero,
body[data-page="coating"] .page-hero {
  background-image: url("assets/product_page_banner.jpg");
}

body[data-page="basic-texture"] .page-hero {
  background-image: url("assets/basic/basic_texture_banner.png");
  background-position: center 42%;
}

body[data-page="natural-texture"] .page-hero {
  background-image: url("assets/natural/natural-texture-banner.png");
  background-position: center 45%;
}

body[data-page="royal-texture"] .page-hero {
  background-image: url("assets/royal/royal_texture_banner.png");
  background-position: center 45%;
}

body[data-page="metallic"] .page-hero {
  background-image: url("assets/metallic/metallic_banner.png");
  background-position: center 50%;
}

body[data-page="coating"] .page-hero {
  background-image: url("assets/coating/coating_banner.png");
  background-position: center 50%;
}

body[data-page="gallery"] .page-hero {
  background-image: url("assets/project-gallery.jpg");
}

body[data-page="contact"] .page-hero {
  background-image: url("assets/contact-banner.jpg");
  background-position: center 44%;
}

body[data-page="testimonials"] .page-hero {
  background-image: url("assets/about_us_banner.jpg");
  background-position: center 52%;
}

body[data-page="plast-texture"] .page-hero {
  background-image: url("assets/plast/plast-product.jpg");
  background-position: center;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .62);
}

.page-hero .container {
  position: relative;
  z-index: 1;
  max-width: 760px;
  text-align: center;
}

.page-hero h1 {
  margin: 0 0 32px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.1;
  font-weight: 800;
}

.page-hero p {
  max-width: 610px;
  margin: 0 auto;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.55;
}

.inner-section {
  padding: 100px 0;
}

.inner-section--warm {
  background: var(--cream);
}

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

.inner-copy p {
  color: var(--muted);
  font-size: 18px;
}

.inner-image img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.value-grid,
.product-grid,
.texture-grid,
.gallery-grid,
.faq-grid {
  display: grid;
  gap: 28px;
}

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

.value-card,
.texture-card,
.faq-card {
  padding: 30px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(0,0,0,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.value-card:hover,
.texture-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.value-card h3,
.texture-card h3,
.faq-card h3 {
  margin-bottom: 12px;
  font-size: 19px;
}

.value-card p,
.texture-card p,
.faq-card p {
  margin: 0;
  color: var(--muted);
}

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

.catalog-card {
  background: #fff;
  box-shadow: 0 14px 38px rgba(0,0,0,.08);
  overflow: hidden;
}

.catalog-card img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.catalog-card div {
  padding: 24px;
}

.catalog-card h3 {
  margin-bottom: 12px;
  font-size: 17px;
  text-transform: uppercase;
}

.catalog-card p {
  color: var(--muted);
}

.catalog-card a {
  color: var(--orange);
  font-weight: 800;
  text-transform: uppercase;
}

.products-page-section {
  padding: 100px 0 92px;
  background: #fff8f4;
}

.products-page-heading {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}

.products-page-heading h2 {
  margin-bottom: 0;
}

.products-page-heading > p {
  max-width: 560px;
  margin: 0;
  color: #303746;
  font-size: 17px;
  line-height: 1.7;
}

.products-page-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.product-page-card {
  display: flex;
  flex-direction: column;
  min-height: 960px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .06);
}

.product-page-card img {
  height: 600px;
  object-fit: contain;
  background: #fff;
}

.product-page-card img.product-image--contain {
  width: 100%;
  height: 600px;
  object-fit: contain;
  background: #fff;
}

.product-page-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 46px 40px 58px;
}

.product-page-card h3 {
  margin-bottom: 34px;
  font-size: 26px;
  line-height: 1.2;
}

.product-page-card p {
  margin-bottom: 48px;
  color: #111827;
  font-size: 18px;
  line-height: 1.75;
}

.product-page-card a {
  margin-top: auto;
  align-self: center;
  font-size: 16px;
}

.products-testimonials {
  background: #fff;
}

.products-clients-section {
  margin-top: 0;
}

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

.texture-card {
  padding: 0;
  overflow: hidden;
}

.texture-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.texture-card div {
  padding: 22px;
}

.texture-page-hero {
  min-height: 405px;
}

.texture-page-hero h1 {
  margin-bottom: 28px;
  font-size: clamp(42px, 5vw, 62px);
  text-transform: uppercase;
}

.texture-page-hero p {
  max-width: 650px;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 600;
}

.texture-detail-section {
  padding: 70px 0 48px;
  background: #fff;
}

.texture-intro-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 38px;
  align-items: stretch;
}

.texture-intro-card {
  padding: 56px 58px;
  background: #fff0ea;
}

.texture-intro-card h2 {
  margin-bottom: 38px;
  font-size: 24px;
  text-transform: uppercase;
}

.texture-intro-card p {
  margin-bottom: 28px;
  color: #3f4653;
  font-size: 15px;
  line-height: 1.9;
}

.texture-intro-card p:last-child {
  margin-bottom: 0;
}

.texture-intro-visual {
  overflow: hidden;
  background: #111;
}

.texture-intro-visual img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}

.basic-texture-list-section {
  padding: 18px 0 72px;
  background: #fff;
}

.texture-label {
  width: max-content;
  margin: 0 auto 54px;
  padding: 8px 16px;
  color: #ff6F2c;
  background: #111;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}

.basic-texture-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px 52px;
}

.basic-texture-card {
  display: grid;
  justify-items: center;
}

.basic-texture-card img {
  width: 100%;
  height: 325px;
  object-fit: cover;
  object-position: left bottom;
}

.basic-texture-card h3 {
  width: 100%;
  margin: 0 0 24px;
  padding: 11px 14px;
  color: #ff6F2c;
  background: #111;
  border-top: 2px solid #ff6F2c;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.basic-texture-card .btn {
  min-width: 140px;
  min-height: 54px;
  padding: 0 28px;
  font-size: 13px;
}

.texture-quote-section {
  padding-top: 58px;
}

.texture-quote-section .contact-feature-image {
  height: 560px;
}

.texture-testimonials {
  background: #fff;
}

.texture-clients-section {
  margin-top: 0;
}

.product-detail-hero {
  min-height: 380px;
}

.product-detail-kicker {
  margin: 0 0 14px;
  color: #ff6F2c;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.product-detail-section {
  padding: 88px 0 64px;
  background: #fff;
}

.product-detail-overview {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 52px;
  align-items: stretch;
}

.product-showcase {
  overflow: hidden;
  background: #fff;
  cursor: zoom-in;
}

.product-showcase img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.product-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px;
  background: #fff0ea;
}

.product-summary h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 4vw, 54px);
}

.product-summary > p:not(.eyebrow) {
  color: #303746;
  font-size: 18px;
  line-height: 1.8;
}

.product-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.product-meta-grid div {
  padding: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .05);
}

.product-meta-grid span {
  display: block;
  margin-bottom: 8px;
  color: #7b7f88;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-meta-grid strong {
  color: #111827;
  font-size: 16px;
}

.product-info-section {
  padding: 42px 0 86px;
  background: #fff;
}

.product-price-panel {
  margin-bottom: 42px;
  padding: 32px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .08);
}

.product-section-title {
  margin-bottom: 22px;
  padding: 12px 16px;
  color: #fff;
  background: #2f3032;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

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

.price-grid article {
  padding: 24px;
  border: 1px solid #f0f0f0;
  background: #fff8f4;
}

.price-grid h3 {
  margin: 0 0 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.price-grid p {
  margin: 0 0 18px;
  color: #6b7280;
}

.price-grid strong {
  display: block;
  margin-top: 10px;
  color: #111827;
}

.price-grid strong span {
  color: #ff6F2c;
}

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

.product-info-card {
  padding: 28px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .07);
}

.product-info-card--table {
  grid-column: 1 / -1;
}

.product-info-card table {
  width: 100%;
  border-collapse: collapse;
}

.product-info-card th,
.product-info-card td {
  padding: 16px 18px;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
}

.product-info-card th {
  color: #fff;
  background: #ff7330;
}

.product-info-card td {
  color: #303746;
}

.product-info-card ul,
.process-card ol,
.precaution-card ul {
  margin: 0;
  padding-left: 20px;
  color: #303746;
  line-height: 1.9;
}

.product-info-card li::marker,
.precaution-card li::marker {
  color: #ff6F2c;
}

.product-process-section {
  padding: 90px 0;
  background: #fff8f4;
}

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

.process-card {
  padding: 30px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .06);
}

.process-card span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 20px;
  color: #ff6F2c;
  background: #fff0ea;
  border-radius: 50%;
  font-weight: 800;
}

.process-card h3 {
  margin-bottom: 16px;
  font-size: 20px;
}

.process-card p {
  color: #303746;
  line-height: 1.8;
}

.precaution-card {
  display: grid;
  grid-template-columns: .55fr 1fr;
  gap: 36px;
  margin-top: 28px;
  padding: 34px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .06);
}

.precaution-card h2 {
  margin-bottom: 0;
}

.product-cta-section {
  padding: 84px 0;
  background: #fff;
}

.product-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 44px;
  color: #fff;
  background: #181d18;
}

.product-cta-card h2 {
  color: #fff;
}

.product-cta-card p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, .78);
}

.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  margin-bottom: 78px;
}

.gallery-filter button {
  border: 0;
  min-height: 40px;
  padding: 0 18px;
  color: #fff;
  background: var(--dark);
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  transition: background .25s ease;
}

.gallery-filter button.active,
.gallery-filter button:hover {
  background: var(--orange);
}

.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 240px;
  grid-auto-flow: dense;
  gap: 8px;
}

.gallery-item {
  position: relative;
  min-height: 0;
  overflow: hidden;
  cursor: pointer;
  background: #ddd;
  border: 0;
  border-radius: 7px;
  opacity: 1;
  transform: scale(1);
  transition: opacity .35s ease, transform .35s ease;
}

.gallery-item.filter-hiding {
  opacity: 0;
  transform: scale(.96);
  pointer-events: none;
}

.gallery-item.filter-hidden {
  display: none;
}

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

.gallery-item:hover img {
  transform: scale(1.08);
}

.project-gallery-section {
  padding: 82px 0 110px;
  background: #fff;
}

.project-gallery-grid .gallery-item h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
  padding: 15px 12px;
  color: #fff;
  background: rgba(0, 0, 0, .58);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.project-gallery-grid .gallery-item {
  grid-column: span 1;
  grid-row: span 1;
}

.project-gallery-grid .gallery-item--large {
  grid-column: span 2;
  grid-row: span 2;
}

.project-gallery-grid .gallery-item--wide {
  grid-column: span 2;
  grid-row: span 1;
}

.project-gallery-grid .gallery-item--tall {
  grid-column: span 1;
  grid-row: span 2;
}

.project-gallery-grid .gallery-item--portrait,
.project-gallery-grid .gallery-item--small {
  grid-column: span 1;
  grid-row: span 1;
}

.project-gallery-grid .gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, .35));
  pointer-events: none;
}

.image-lightbox.gallery-mode .image-lightbox__caption {
  bottom: 48px;
  width: min(86vw, 1120px);
  text-align: left;
  font-size: 13px;
  line-height: 1.35;
}

.image-lightbox.gallery-mode .image-lightbox__caption strong {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.image-lightbox.gallery-mode .image-lightbox__caption span {
  color: rgba(255, 255, 255, .78);
}

.contact-page-card {
  padding: 36px;
  color: #fff;
  background: var(--dark);
  box-shadow: var(--shadow);
}

.contact-page-card h3 {
  margin: 22px 0 8px;
}

.contact-page-card h3:first-child {
  margin-top: 0;
}

.contact-page-card .contact-line {
  color: inherit;
}

.contact-hero {
  background-position: center;
}

.contact-main-section {
  padding: 130px 0 112px;
  background: #fff;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: .9fr 1.15fr;
  gap: 100px;
  align-items: start;
}

.contact-left {
  display: flex;
  flex-direction: column;
}

.contact-feature-image {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.contact-info-block {
  margin-top: 70px;
  color: #293243;
}

.contact-info-block h3 {
  margin: 0 0 32px;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #303746;
}

.contact-info-block .contact-line {
  color: #283142;
  font-size: 15px;
  line-height: 1.6;
}

.contact-info-block .contact-line .icon {
  color: #111;
}

.contact-info-block .contact-socials {
  margin: 52px 0 0;
}

.contact-info-block .contact-socials a {
  width: 42px;
  height: 42px;
  color: #aaa;
  background: #f2f2f2;
}

.contact-info-block .contact-socials a:hover {
  color: #fff;
  background: var(--orange);
}

.contact-address-block {
  margin-top: 80px;
}

.contact-form-panel {
  padding-top: 4px;
}

.contact-form-panel .eyebrow {
  margin-bottom: 28px;
  color: #ff6F2c;
  font-size: 15px;
  font-weight: 500;
}

.contact-form-panel h2 {
  margin-bottom: 42px;
  font-size: clamp(38px, 4vw, 56px);
}

.contact-form-panel > p:not(.eyebrow) {
  max-width: 625px;
  margin-bottom: 82px;
  color: #303746;
  font-size: 24px;
  line-height: 1.55;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #283142;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dedede;
  padding: 18px 20px;
  color: var(--text);
  font: inherit;
  outline: none;
  background: #fff;
}

.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 111, 44, .12);
}

.contact-form .btn {
  width: 100%;
  min-height: 66px;
  margin-top: 4px;
}

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

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-story-section {
  padding: 110px 0 70px;
  background: #fff;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 38px;
  align-items: stretch;
}

.about-story-card {
  min-height: 0;
  padding: 38px 44px;
  background: #fff0ea;
}

.about-story-card h2,
.about-section-heading h2,
.about-clients-section h2 {
  margin-bottom: 22px;
  text-transform: none;
}

.about-story-card h2 {
  text-transform: uppercase;
}

.about-story-card p:not(.eyebrow),
.about-section-heading p,
.about-clients-section p {
  color: var(--muted);
}

.about-story-card p:nth-of-type(2) {
  color: #000;
  font-size: 16px;
  line-height: 1.55;
}

.about-brand-card {
  min-height: 0;
  height: auto;
  overflow: hidden;
  background: #161616;
}

.about-brand-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.about-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 54px;
}

.about-gallery-item {
  text-align: center;
}

.about-gallery-item img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.about-gallery-item span {
  display: block;
  margin-top: 18px;
  color: #9a9a9a;
  font-size: 11px;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.about-choose-section {
  padding: 100px 0;
  background: #fff;
}

.about-section-heading {
  max-width: 700px;
  margin: 0 auto 70px;
  text-align: center;
}

.about-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 42px;
}

.about-value-card {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 34px 36px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
}

.about-value-icon {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--orange);
  background: #fff0ea;
  font-weight: 800;
}

.about-value-card h3 {
  margin-bottom: 8px;
  font-size: 17px;
}

.about-value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.about-testimonials {
  padding-top: 92px;
}

.about-clients-section {
  padding: 105px 0;
  background: #fff8f4;
}

.about-clients-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 60px;
  align-items: center;
}

.about-faq-section {
  position: relative;
  padding: 110px 0 120px;
  overflow: hidden;
  background:
    url("data:image/svg+xml,%3Csvg width='238' height='274' viewBox='0 0 238 274' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ff7628' stroke-opacity='.16' stroke-width='1.2'%3E%3Cpath d='M59 1l59 34v68l-59 34-59-34V35z'/%3E%3Cpath d='M178 1l59 34v68l-59 34-59-34V35z'/%3E%3Cpath d='M0 137l59 34v68L0 273l-59-34v-68z'/%3E%3Cpath d='M119 137l59 34v68l-59 34-59-34v-68z'/%3E%3Cpath d='M238 137l59 34v68l-59 34-59-34v-68z'/%3E%3C/g%3E%3C/svg%3E") left -35px top 120px / 285px auto no-repeat,
    url("data:image/svg+xml,%3Csvg width='238' height='274' viewBox='0 0 238 274' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ff7628' stroke-opacity='.16' stroke-width='1.2'%3E%3Cpath d='M59 1l59 34v68l-59 34-59-34V35z'/%3E%3Cpath d='M178 1l59 34v68l-59 34-59-34V35z'/%3E%3Cpath d='M0 137l59 34v68L0 273l-59-34v-68z'/%3E%3Cpath d='M119 137l59 34v68l-59 34-59-34v-68z'/%3E%3Cpath d='M238 137l59 34v68l-59 34-59-34v-68z'/%3E%3C/g%3E%3C/svg%3E") right -70px bottom 20px / 285px auto no-repeat,
    #fff;
}

.about-faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.about-faq-item {
  margin-bottom: 18px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .08);
}

.about-faq-item summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 28px;
  cursor: pointer;
  color: #333;
  font-weight: 800;
  list-style: none;
}

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

.about-faq-item summary::after {
  content: "\f078";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-family: "Font Awesome 6 Free";
  font-size: 13px;
  font-weight: 900;
  transition: transform .25s ease, color .25s ease;
}

.about-faq-item[open] summary::after {
  content: "\f077";
  color: var(--orange);
}

.about-faq-item p {
  margin: 0;
  padding: 0 28px 24px;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header {
    top: 0;
  }

  .topbar {
    display: none;
  }

  .navbar__inner {
    min-height: 112px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(360px, calc(100vw - 64px));
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 32px;
    padding: 96px 26px 34px;
    background: #fff;
    box-shadow: -20px 0 50px rgba(0,0,0,.22);
    transform: translateX(100%);
    animation: offcanvasIn .28s ease forwards;
    overflow-y: auto;
  }

  .nav-menu.open {
    display: flex;
  }

  .menu-close {
    position: absolute;
    top: 22px;
    right: 26px;
    display: block;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-close::before,
  .menu-close::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 4px;
    width: 28px;
    height: 2px;
    background: var(--orange);
  }

  .menu-close::before {
    transform: rotate(45deg);
  }

  .menu-close::after {
    transform: rotate(-45deg);
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
  }

  .nav-links a {
    color: #172033;
    font-size: 17px;
    font-weight: 500;
  }

  .nav-links a.active {
    color: var(--orange);
  }

  .dropdown {
    position: static;
    width: 100%;
    margin: 18px 0 10px;
    padding: 0 0 0 10px;
    list-style: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: transparent;
    display: none;
  }

  .has-dropdown.submenu-open > a {
    color: var(--orange);
  }

  .has-dropdown.submenu-open .dropdown {
    display: block;
  }

  .dropdown a {
    position: relative;
    padding: 6px 0 6px 30px;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .2px;
    text-transform: uppercase;
  }

  .dropdown a::before {
    content: "–";
    position: absolute;
    left: 0;
    top: 6px;
    color: currentColor;
  }

  .dropdown li:first-child a,
  .dropdown a:hover {
    color: var(--orange);
  }

  .nav-cta {
    width: 100%;
    max-width: 270px;
  }

  .hero {
    min-height: 620px;
  }

  .split,
  .cards,
  .feature-gallery__grid,
  .stats__grid,
  .footer__grid {
    flex-direction: column;
  }

  .inner-grid,
  .value-grid,
  .product-grid,
  .texture-grid,
  .gallery-grid,
  .faq-grid,
  .about-story-grid,
  .about-gallery-grid,
  .about-value-grid,
  .about-clients-grid,
  .testimonial-list-grid {
    grid-template-columns: 1fr 1fr;
  }

  .story__image img {
    min-height: 420px;
  }

  .feature-card {
    min-height: 420px;
  }

  .product-card img {
    height: 500px;
  }

  .product-card div {
    padding: 38px 30px 46px;
  }

  .product-card h3 {
    font-size: 22px;
  }

  .product-card p {
    font-size: 16px;
  }

  .about-story-card,
  .about-brand-card {
    min-height: 0;
  }

  .about-gallery-item img {
    height: 420px;
  }

  .contact__image {
    min-height: auto;
    padding-bottom: 0;
  }

  .contact__image > img,
  .contact-card {
    width: 100%;
    position: static;
  }

  .contact-main-section {
    padding: 90px 0;
  }

  .contact-main-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 320px;
  }

  .products-page-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .product-page-card {
    min-height: 840px;
  }

  .product-page-card img {
    height: 500px;
  }

  .product-page-card img.product-image--contain {
    height: 500px;
  }

  .product-page-card div {
    padding: 38px 30px 46px;
  }

  .product-page-card h3 {
    font-size: 22px;
  }

  .product-page-card p {
    font-size: 16px;
  }

  .contact-feature-image {
    height: 480px;
  }

  .contact-info-block,
  .contact-address-block {
    margin-top: 52px;
  }

  .contact-form-panel > p:not(.eyebrow) {
    margin-bottom: 52px;
    font-size: 20px;
  }

  .texture-intro-grid {
    grid-template-columns: 1fr;
  }

  .basic-texture-grid {
    gap: 42px 28px;
  }

  .basic-texture-card img {
    height: 300px;
  }
}

@keyframes offcanvasIn {
  to {
    transform: translateX(0);
  }
}

@keyframes stickySlideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, var(--max));
  }

  .topbar__contact {
    flex-direction: column;
    gap: 4px;
  }

  .logo img {
    width: 76px;
  }

  .hero {
    min-height: 560px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero p {
    margin-bottom: 34px;
  }

  .section {
    padding: 76px 0;
  }

  .story__panel,
  .contact-card,
  .testimonial {
    padding: 28px;
  }

  .product-card img {
    height: 430px;
  }

  .product-card div {
    padding: 30px 26px 38px;
  }

  .product-card h3 {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .testimonial-slider {
    padding: 0 0 20px;
  }

  .slider-btn {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .prev {
    left: calc(50% - 52px);
  }

  .next {
    right: calc(50% - 52px);
  }

  .btn {
    width: 100%;
  }

  .inner-section {
    padding: 72px 0;
  }

  .inner-grid,
  .value-grid,
  .product-grid,
  .texture-grid,
  .gallery-grid,
  .faq-grid,
  .about-story-grid,
  .about-gallery-grid,
  .about-value-grid,
  .about-clients-grid,
  .testimonial-list-grid {
    grid-template-columns: 1fr;
  }

  .about-story-section,
  .about-choose-section,
  .about-clients-section,
  .about-faq-section {
    padding: 72px 0;
  }

  .about-story-card {
    min-height: auto;
    padding: 34px 28px;
  }

  .about-brand-card {
    min-height: 0;
  }

  .about-gallery-item img {
    height: 320px;
  }

  .about-value-card {
    padding: 26px 22px;
  }

  .page-hero {
    min-height: 340px;
  }

  .gallery-filter {
    align-items: center;
    margin-bottom: 44px;
  }

  .products-page-section {
    padding: 72px 0;
  }

  .products-page-grid {
    grid-template-columns: 1fr;
  }

  .product-page-card {
    min-height: auto;
  }

  .product-page-card img {
    height: 430px;
  }

  .product-page-card img.product-image--contain {
    height: 430px;
  }

  .product-page-card div {
    padding: 30px 26px 38px;
  }

  .product-page-card h3 {
    margin-bottom: 22px;
    font-size: 20px;
  }

  .gallery-filter button {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .gallery-item,
  .project-gallery-grid .gallery-item,
  .project-gallery-grid .gallery-item--large,
  .project-gallery-grid .gallery-item--wide,
  .project-gallery-grid .gallery-item--portrait,
  .project-gallery-grid .gallery-item--small,
  .project-gallery-grid .gallery-item--tall {
    min-height: 260px;
    grid-column: auto;
    grid-row: auto;
  }

  .contact-main-section {
    padding: 70px 0;
  }

  .contact-feature-image {
    height: 360px;
  }

  .contact-info-block h3 {
    font-size: 24px;
  }

  .contact-form-panel h2 {
    margin-bottom: 28px;
  }

  .contact-form-panel > p:not(.eyebrow) {
    font-size: 18px;
  }

  .contact-map-section iframe {
    height: 360px;
  }

  .texture-detail-section {
    padding: 56px 0 36px;
  }

  .texture-intro-card {
    padding: 34px 28px;
  }

  .basic-texture-grid {
    grid-template-columns: 1fr;
  }

  .basic-texture-card img {
    height: 270px;
  }

  .texture-label {
    max-width: 100%;
    font-size: 18px;
    text-align: center;
  }
}

@media (max-width: 980px) {
  .product-detail-overview,
  .price-grid,
  .product-detail-grid,
  .process-grid,
  .precaution-card {
    grid-template-columns: 1fr;
  }

  .product-summary {
    padding: 42px 34px;
  }

  .product-info-card--table {
    overflow-x: auto;
  }

  .product-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .product-detail-hero {
    min-height: 320px;
  }

  .product-detail-section,
  .product-info-section,
  .product-process-section,
  .product-cta-section {
    padding: 60px 0;
  }

  .product-summary,
  .product-price-panel,
  .product-info-card,
  .process-card,
  .precaution-card,
  .product-cta-card {
    padding: 26px;
  }

  .product-meta-grid {
    grid-template-columns: 1fr;
  }

  .product-info-card th,
  .product-info-card td {
    padding: 12px;
    font-size: 13px;
  }
}
