:root {
  --qyx-green: #215c48;
  --qyx-green-dark: #173f33;
  --qyx-green-light: #eaf4ef;
  --qyx-gold: #b68a47;
  --qyx-ink: #1f2925;
  --qyx-muted: #66756e;
  --qyx-border: #dce8e2;
  --qyx-paper: #fbfdfc;
}

body {
  color: var(--qyx-ink);
  background: var(--qyx-paper);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.qyx-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.qyx-wordmark {
  display: inline-flex;
  flex-direction: column;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 5px;
}

.header.noOpaque .qyx-wordmark,
.header .header-nav.fixed .qyx-wordmark,
.header:hover .qyx-wordmark {
  color: var(--qyx-green-dark);
}

.qyx-wordmark small {
  margin-top: 7px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 3px;
}

.sliderbox,
.slideBox,
.slideBox .bx-viewport,
.slideBox .slide {
  min-height: 540px;
}

.slider img {
  width: 100%;
  height: min(54vw, 720px);
  min-height: 540px;
  object-fit: cover;
}

.slide-content {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  pointer-events: none;
}

.slide-content .qyx-banner-copy {
  width: min(560px, 44vw);
  padding: 36px 40px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 20px;
  background: rgba(255,255,255,.18);
  box-shadow: 0 20px 60px rgba(34,76,60,.12);
  backdrop-filter: blur(8px);
  pointer-events: auto;
}

.qyx-banner-copy .qyx-eyebrow,
.qyx-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--qyx-gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
}

.qyx-banner-copy h2 {
  margin: 0 0 16px;
  color: var(--qyx-green-dark);
  font-size: clamp(32px, 3.4vw, 56px);
  font-weight: 500;
  line-height: 1.15;
}

.qyx-banner-copy p {
  margin: 0 0 24px;
  color: #4b6259;
  font-size: 18px;
  line-height: 1.8;
}

.qyx-banner-copy a {
  display: inline-block;
  padding: 12px 28px;
  color: #fff;
  background: var(--qyx-green);
  border-radius: 2px;
}

.qyx-banner-copy a:hover {
  color: #fff;
  background: var(--qyx-green-dark);
}

.PostBox {
  border-radius: 0;
}

.postTitle h3,
.archive-title h1,
.article-tit {
  color: var(--qyx-green-dark);
}

.PostShow li {
  transition: transform .25s ease, box-shadow .25s ease;
}

.PostShow li:hover {
  transform: translateY(-5px);
}

.PostShow .post-img {
  background: #f3f7f5;
}

.PostShow .post-img img {
  object-fit: contain;
}

.qyx-card-price {
  display: block;
  margin-top: 12px;
  color: var(--qyx-gold);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.qyx-card-price-muted {
  color: var(--qyx-muted);
}

.PostBox.about {
  padding: clamp(64px, 5vw, 110px) clamp(24px, 3vw, 80px);
  background: #f4f6f5;
}

.PostBox.about .post {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(0, 50%);
  align-items: center;
  background: transparent;
}

.PostBox.about .anim {
  visibility: visible !important;
  animation-name: none !important;
}

.PostBox.about .post .aboutImg {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: auto;
  min-height: clamp(620px, 42vw, 980px);
  background-color: #f3f7f4;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.PostBox.about .post .postAbout {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  z-index: 2;
  float: none;
  width: auto;
  height: auto;
  min-height: 0;
  padding: clamp(54px, 5vw, 96px) clamp(46px, 5vw, 92px);
  background: #fff;
  box-shadow: 0 28px 70px rgba(25, 63, 51, 0.12);
  transform: translateX(-16%);
}

.PostBox.about .post .postAbout::after {
  display: none;
}

.PostBox.about .post .postTitle {
  padding: 0 0 20px;
}

.PostBox.about .post .PostText {
  padding: 0;
}

.PostBox.about .post .more {
  position: static;
  margin-top: 24px;
}

.qyx-home-company h4 {
  margin: 0 0 12px;
  color: var(--qyx-green-dark);
  font-size: 23px;
  font-weight: 600;
}

.qyx-home-company p {
  margin: 0 0 15px;
  color: var(--qyx-muted);
  line-height: 1.75;
}

.qyx-home-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 18px 0;
}

.qyx-home-facts div {
  min-width: 0;
  padding: 10px 12px;
  background: var(--qyx-green-light);
}

.qyx-home-facts dt {
  color: var(--qyx-green);
  font-size: 12px;
  font-weight: 600;
}

.qyx-home-facts dd {
  margin: 4px 0 0;
  color: #53645d;
  font-size: 13px;
  line-height: 1.55;
}

.qyx-home-company .qyx-home-business {
  margin-bottom: 0;
  font-size: 13px;
}

.bnBox.cateBn {
  max-height: none;
  background: #f3f7f4;
}

.bnBox.cateBn .cateBnImg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 280px;
  background-color: #f3f7f4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.qyx-news-article {
  max-width: 920px;
  margin: 0 auto;
  color: #3f4e48;
  font-size: 17px;
  line-height: 1.9;
}

.qyx-news-article > p:first-child {
  margin-bottom: 34px;
}

.qyx-news-article img {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto;
  border-radius: 6px;
}

.qyx-news-article h2 {
  position: relative;
  margin: 38px 0 14px;
  padding-left: 16px;
  color: var(--qyx-green-dark);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
}

.qyx-news-article h2::before {
  position: absolute;
  top: 0.28em;
  bottom: 0.28em;
  left: 0;
  width: 4px;
  background: var(--qyx-gold);
  content: "";
}

.qyx-news-article p {
  margin: 0 0 18px;
}

.qyx-news-article .qyx-news-note {
  margin-top: 30px;
  padding: 18px 20px;
  border-left: 4px solid var(--qyx-gold);
  background: #f3f7f4;
}

.qyx-news-article a {
  color: var(--qyx-green);
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* The CMS banners include feathered side extensions that match the page background. */
.bnBox.cateBn .cateBnImg[style*="--qyx-banner-image"] {
  background-image: var(--qyx-banner-image);
}

.bnBox.cateBn .qyx-about-hero {
  display: flex;
  height: clamp(320px, 30vw, 460px);
  align-items: center;
  background-position: center;
}

.qyx-about-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(253, 252, 247, .1) 0%, rgba(253, 252, 247, 0) 58%);
  content: "";
}

.qyx-about-hero__copy {
  box-sizing: border-box;
  width: min(520px, 42vw);
  margin-left: max(6vw, calc((100vw - 1200px) / 2));
  padding: 34px 36px;
  border: 1px solid rgba(33, 92, 72, .12);
  border-radius: 8px;
  color: var(--qyx-green-dark);
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 20px 50px rgba(23, 63, 51, .08);
  backdrop-filter: blur(5px);
}

.qyx-about-hero__copy > span {
  display: block;
  margin-bottom: 12px;
  color: var(--qyx-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
}

.qyx-about-hero__copy h2 {
  margin: 0 0 15px;
  color: var(--qyx-green-dark);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 500;
  line-height: 1.22;
}

.qyx-about-hero__copy p {
  margin: 0;
  color: #50685e;
  font-size: 16px;
  line-height: 1.8;
}

.qyx-workshop-section {
  margin: 54px 0 30px;
  padding: 44px;
  border: 1px solid var(--qyx-border);
  background: linear-gradient(145deg, #f4f9f6 0%, #fff 58%);
}

.qyx-workshop-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 14px;
}

.qyx-workshop-heading .qyx-eyebrow {
  margin-bottom: 8px;
}

.qyx-workshop-heading h2 {
  margin: 0;
  color: var(--qyx-green-dark);
  font-size: clamp(26px, 2.4vw, 38px);
  font-weight: 500;
  line-height: 1.3;
}

.qyx-workshop-heading time {
  flex: 0 0 auto;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--qyx-green);
  background: var(--qyx-green-light);
  font-size: 14px;
}

.qyx-workshop-heading time i {
  margin-right: 7px;
}

.qyx-workshop-lead {
  max-width: 850px;
  margin: 0 0 24px;
  color: var(--qyx-muted);
  font-size: 16px;
  line-height: 1.85;
}

.qyx-workshop-video {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #11221c;
  box-shadow: 0 18px 48px rgba(23, 63, 51, .14);
}

.qyx-workshop-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #11221c;
  object-fit: contain;
}

.qyx-workshop-note {
  margin: 18px 0 0;
  color: #7a8882;
  font-size: 13px;
  line-height: 1.7;
}

.qyx-workshop-note i {
  margin-right: 6px;
  color: var(--qyx-gold);
}

.qyx-breadcrumb {
  margin: 120px 0 26px;
  color: var(--qyx-muted);
  font-size: 14px;
}

.qyx-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 64px;
  align-items: center;
  padding: 44px;
  background: linear-gradient(135deg, #f5faf7, #fff);
  border: 1px solid var(--qyx-border);
}

.qyx-product-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 440px;
  padding: 28px;
  background: #fff;
}

.qyx-product-cover img {
  max-width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.qyx-product-summary h1 {
  margin: 0 0 22px;
  color: var(--qyx-green-dark);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.25;
}

.qyx-product-summary > p {
  color: var(--qyx-muted);
  font-size: 17px;
  line-height: 1.9;
}

.qyx-product-meta {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 28px 0;
}

.qyx-product-meta span,
.qyx-product-meta strong {
  padding: 10px 16px;
  border-radius: 999px;
}

.qyx-product-meta span {
  color: var(--qyx-green);
  background: var(--qyx-green-light);
}

.qyx-product-meta strong {
  color: #fff;
  background: var(--qyx-green);
  font-weight: 500;
}

.qyx-product-summary .qyx-product-caveat {
  padding-top: 18px;
  border-top: 1px solid var(--qyx-border);
  font-size: 13px;
  line-height: 1.8;
}

.qyx-product-content {
  margin-top: 36px;
  padding: 44px;
}

.qyx-product-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 36px;
}

.qyx-product-detail-gallery figure {
  margin: 0;
  padding: 20px;
  text-align: center;
  background: #f7faf8;
}

.qyx-product-detail-gallery img {
  width: 100%;
  height: 440px;
  object-fit: contain;
}

.qyx-product-detail-gallery figcaption {
  margin-top: 10px;
  color: var(--qyx-muted);
  font-size: 13px;
}

.qyx-product-info {
  max-width: 860px;
  margin: 0 auto;
}

.qyx-product-info h2 {
  color: var(--qyx-green-dark);
}

.qyx-product-info ul {
  margin: 18px 0;
  padding-left: 20px;
}

.qyx-product-info li {
  margin: 8px 0;
  color: #53645d;
  line-height: 1.8;
}

.qyx-note {
  margin-top: 28px;
  padding: 18px 22px;
  color: #53645d;
  background: var(--qyx-green-light);
  border-left: 3px solid var(--qyx-green);
  line-height: 1.8;
}

.qyx-about-content,
.qyx-contact-content {
  max-width: 980px;
  margin: 0 auto;
  color: #526159;
  font-size: 16px;
  line-height: 2;
}

.qyx-fact-grid,
.qyx-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 28px 0;
}

.qyx-fact-card,
.qyx-contact-card {
  padding: 24px;
  background: #f6faf8;
  border: 1px solid var(--qyx-border);
}

.qyx-fact-card strong,
.qyx-contact-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--qyx-green-dark);
}

.footer {
  background: var(--qyx-green-dark);
  overflow: hidden;
}

.footer,
.footer *,
.footer .sidebar,
.footer .footer-text {
  box-sizing: border-box;
}

.footer .sidebar,
.footer .footer-text {
  width: 100%;
}

.footer .sidebar:empty {
  display: none;
}

/* Footer contact and external links */
.qyx-footer {
  color: rgba(255, 255, 255, 0.72);
  background: var(--qyx-green-dark);
}

.qyx-footer-inner,
.qyx-footer-bottom {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}

.qyx-footer-inner {
  padding-top: 56px;
  padding-bottom: 34px;
}

.qyx-footer-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.qyx-footer-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--qyx-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.qyx-footer-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
}

.qyx-footer-heading p {
  margin: 0 0 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.qyx-footer-contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr 1.55fr;
  gap: 16px;
  margin-top: 30px;
}

.qyx-footer .qyx-footer-contact-item {
  display: flex;
  min-width: 0;
  min-height: 104px;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: inherit;
  background: rgba(255, 255, 255, 0.045);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.qyx-footer a.qyx-footer-contact-item:hover {
  border-color: rgba(205, 168, 102, 0.6);
  color: inherit;
  background: rgba(255, 255, 255, 0.075);
  transform: translateY(-2px);
}

.qyx-footer-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--qyx-gold);
  background: rgba(205, 168, 102, 0.13);
  font-size: 19px;
}

.qyx-footer-contact-copy {
  min-width: 0;
}

.qyx-footer-contact-copy small {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.2;
}

.qyx-footer-contact-copy strong {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.qyx-footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.qyx-footer-links > strong {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 500;
}

.qyx-footer-links > strong i {
  margin-right: 6px;
  color: var(--qyx-gold);
}

.qyx-footer-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.qyx-footer .qyx-footer-link-list a,
.qyx-footer-bottom a {
  color: rgba(255, 255, 255, 0.64);
  text-decoration: none;
}

.qyx-footer .qyx-footer-link-list a:hover,
.qyx-footer-bottom a:hover {
  color: #fff;
}

.qyx-footer-bottom {
  padding-top: 20px;
  padding-bottom: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.qyx-footer-bottom p {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 960px) {
  .qyx-footer-inner {
    padding-top: 42px;
  }

  .qyx-footer-heading {
    display: block;
  }

  .qyx-footer-heading p {
    margin-top: 12px;
  }

  .qyx-footer-contact-grid {
    grid-template-columns: 1fr;
  }

  .qyx-footer .qyx-footer-contact-item {
    min-height: 90px;
  }

  .qyx-footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .header .logobox {
    display: block;
    position: absolute;
    left: 18px;
    top: 12px;
    z-index: 2;
  }

  .header .logo {
    height: auto;
    margin: 0;
  }

  .header .qyx-wordmark {
    color: var(--qyx-green-dark);
    font-size: 21px;
    letter-spacing: 3px;
  }

  .header .qyx-wordmark small {
    display: none;
  }

  .header .mLogo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .header .mLogo .logo {
    position: static;
    top: auto;
    width: max-content;
    height: auto;
    margin: 0;
    overflow: visible;
    text-indent: 0;
  }

  .header .mLogo .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sliderbox,
  .slideBox,
  .slideBox .bx-viewport,
  .slideBox .slide {
    height: 420px !important;
    min-height: 420px;
  }

  .slider img {
    height: 420px;
    min-height: 420px;
    object-position: 70% center;
  }

  .slide-content {
    align-items: flex-end;
    padding-bottom: 18px;
  }

  .slide-content .qyx-banner-copy {
    width: calc(100% - 32px);
    margin: 0 16px;
    padding: 18px 20px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 12px 34px rgba(34, 76, 60, 0.12);
    backdrop-filter: blur(6px);
  }

  .qyx-banner-copy .qyx-eyebrow {
    margin-bottom: 8px;
    font-size: 10px;
    letter-spacing: 2px;
  }

  .qyx-banner-copy h2 {
    margin-bottom: 8px;
    font-size: clamp(24px, 7vw, 28px);
    line-height: 1.25;
  }

  .qyx-banner-copy p {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.6;
  }

  .qyx-banner-copy a {
    padding: 9px 20px;
    font-size: 14px;
  }

  .qyx-product-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px;
  }

  .qyx-product-cover {
    min-height: 320px;
  }

  .qyx-product-detail-gallery,
  .qyx-fact-grid,
  .qyx-contact-grid {
    grid-template-columns: 1fr;
  }

  .qyx-product-detail-gallery img {
    height: 320px;
  }

  .PostBox.about {
    padding: 42px 18px;
  }

  .PostBox.about .post {
    grid-template-columns: 1fr;
  }

  .PostBox.about .post .aboutImg {
    grid-column: 1;
    grid-row: 1;
    min-height: 300px;
    background-position: center bottom;
    background-size: cover;
  }

  .PostBox.about .post .postAbout {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    padding: 42px 28px 48px;
    box-shadow: none;
    transform: none;
  }

  .PostBox.about .post .postTitle,
  .PostBox.about .post .PostText {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  .PostBox.about .post .more {
    left: auto;
    bottom: auto;
    transform: none;
  }

  .bnBox.cateBn .cateBnImg {
    height: 180px;
    background-position: center;
    background-size: cover;
  }

  .bnBox.cateBn .qyx-about-hero {
    height: 430px;
    align-items: flex-end;
    background-position: 68% center;
  }

  .qyx-about-hero::after {
    background: linear-gradient(0deg, rgba(252, 252, 248, .97) 0%, rgba(252, 252, 248, .52) 52%, rgba(252, 252, 248, .08) 100%);
  }

  .qyx-about-hero__copy {
    width: calc(100% - 30px);
    margin: 0 15px 18px;
    padding: 22px 24px;
  }

  .qyx-about-hero__copy h2 {
    font-size: 29px;
  }

  .qyx-about-hero__copy p {
    font-size: 14px;
    line-height: 1.65;
  }

  .qyx-workshop-section {
    margin-top: 38px;
    padding: 26px 20px;
  }

  .qyx-workshop-heading {
    display: block;
  }

  .qyx-workshop-heading time {
    display: inline-block;
    margin-top: 14px;
  }
}

@media (max-width: 520px) {
  .sliderbox,
  .slideBox,
  .slideBox .bx-viewport,
  .slideBox .slide {
    height: 390px !important;
    min-height: 390px;
  }

  .slider img {
    height: 390px;
    min-height: 390px;
    object-position: 72% center;
  }

  .slide-content {
    padding-bottom: 14px;
  }

  .slide-content .qyx-banner-copy {
    padding: 16px 18px;
  }

  .qyx-home-facts {
    grid-template-columns: 1fr;
  }

  .PostBox.about .post .aboutImg {
    min-height: 220px;
  }

  .bnBox.cateBn .cateBnImg {
    height: 130px;
  }

  .bnBox.cateBn .qyx-about-hero {
    height: 400px;
  }
}
