@font-face {
  font-family: Atacama;
  src: url('../fonts/AtacamaTrial-VF-BF63b76d7eda2cb.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Atacama;
  src: url('../fonts/AtacamaTrial-Bold-BF63b76d7cc352b.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Atacama;
  src: url('../fonts/AtacamaTrial-LightContrast-BF63b76d7e62223.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Atacama;
  src: url('../fonts/AtacamaTrial-SemiBold-BF63b76d7da9fdd.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --_brand-colors---accent: #43292a;
  --_brand-colors---accent-soft: #6c4b4b;
  --_brand-colors---deep: #181311;
  --_brand-colors---bg: #f5f1ea;
  --_brand-colors---surface: #fbf8f2;
  --_brand-colors---surface-soft: #f0e7dc;
  --_brand-colors---surface-dark: #1f1b19;
  --_brand-colors---text: #1c1916;
  --_brand-colors---muted: #665f58;
  --_brand-colors---gold: #b79d72;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

.body-base {
  color: #1c1916;
  background-color: #f5f1ea;
  margin: 0;
  font-family: Inter, sans-serif;
  line-height: 1.65;
}

.shell {
  width: min(100% - 48px, 1280px);
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-tint {
  background-color: #f5f1ea;
}

.section-deep {
  color: #f7f1e7;
  background-color: #1f1b19;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-kicker {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 64px;
}

.narrow-heading {
  max-width: 760px;
}

.heading-serif {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Cormorant Garamond, serif;
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 600;
  line-height: .98;
}

.lead {
  color: #665f58;
  max-width: 680px;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 18px;
}

.btn {
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  min-height: 58px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.btn-primary {
  color: #fbf8f2;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  background-color: #43292a;
  border: 1px solid #43292a;
  border-radius: 3px;
  padding: 14px 28px;
  font-family: Cormorant Garamond, serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
  display: inline-block;
}

.btn-primary:hover {
  background-color: #5a3839;
  border-color: #5a3839;
  color: #fbf8f2;
  text-decoration: none;
  transform: none;
}

.btn-secondary {
  color: #43292a;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  background-color: #0000;
  border: 1px solid #43292a;
  border-radius: 3px;
  padding: 14px 28px;
  font-family: Cormorant Garamond, serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
  display: inline-block;
}

.btn-secondary:hover {
  color: #fbf8f2;
  background-color: #43292a;
  border-color: #43292a;
}

.btn-secondary-light {
  color: #fbf8f2;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fbf8f2;
  border-radius: 3px;
  padding: 14px 28px;
  font-family: Cormorant Garamond, serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
  display: inline-block;
}

.btn-secondary-light:hover {
  color: #43292a;
  background-color: #fbf8f2;
  border-color: #fbf8f2;
  text-decoration: none;
}

.text-link {
  color: #43292a;
  letter-spacing: .04em;
  align-items: center;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.text-link:hover {
  color: #6c4b4b;
}

.site-nav {
  z-index: 1100;
  background-color: #f5f1eadb;
  border-bottom: 1px solid #2e241e14;
  position: sticky;
  top: 0;
}

.nav-inner {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  min-height: 92px;
  display: flex;
}

.brand {
  background-color: #201916e6;
  border: 1px solid #ffffff0f;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 8px 14px;
  text-decoration: none;
  display: inline-flex;
}

.brand-logo {
  object-fit: contain;
  width: auto;
  max-width: 140px;
  height: 28px;
  display: block;
}

.nav-panel {
  grid-column-gap: 26px;
  align-items: center;
  display: flex;
}

.nav-links {
  grid-column-gap: 18px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.nav-link {
  color: #665f58;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 10px 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1c1916;
}

.nav-link.drop {
  padding-right: 30px;
}

.nav-dropdown {
  z-index: 200;
  opacity: 1;
  pointer-events: auto;
  background-color: #fbf8f2fa;
  border: 1px solid #2e241e1f;
  border-radius: 22px;
  min-width: 260px;
  padding: 14px;
  transition: opacity .2s;
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
}

.nav-dropdown:hover {
  opacity: 1;
  pointer-events: auto;
}

.nav-dropdown-link {
  color: #665f58;
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.hero-home {
  color: #f8f4ed;
  background-image: linear-gradient(#0b08072e, #0b080742), url('../images/PHOTO-2026-03-23-19-20-16.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 120px;
  padding-bottom: 92px;
  display: flex;
  position: relative;
}

.hero-home._45 {
  background-image: none;
  display: none;
}

.hero-scrim {
  background-image: linear-gradient(90deg, #0c0908d1 0%, #0c09086b 62%, #0c09082e 100%);
  position: absolute;
  inset: 0;
}

.hero-scrim._22 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-layout {
  z-index: 2;
  grid-column-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 2.4fr;
  place-items: center stretch;
  width: 60%;
  margin-left: 20px;
  display: grid;
  position: relative;
}

.hero-layout._22 {
  grid-column-gap: 44px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-copy-enhanced {
  background-color: #0a080742;
  border: 1px solid #ffffff1a;
  border-radius: 28px;
  margin-top: 57px;
  padding: 34px;
}

.eyebrow {
  color: #fff;
  letter-spacing: .24em;
  text-transform: uppercase;
  background-color: #0f0c0a7a;
  border: 1px solid #ffffff38;
  border-radius: 999px;
  margin-bottom: 18px;
  padding: 10px 14px;
  font-size: 12px;
  display: inline-block;
}

.eyebrow.nogap {
  margin-bottom: 0;
}

.hero-h1 {
  color: #f8f4ed;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Cormorant Garamon;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
}

.hero-overline {
  color: #ffffffeb;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
}

.hero-lead {
  color: #ffffffeb;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 16px;
}

.hero-actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-metrics {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 34px;
  display: grid;
}

.hero-metric-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0f0c0a8a;
  border: 1px solid #ffffff29;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 18px 20px;
  display: flex;
}

.hero-metric-number {
  color: #fff;
  font-family: Cormorant Garamond, serif;
  font-size: 34px;
  font-weight: 600;
  display: block;
}

.hero-metric-label {
  color: #f8f4edd6;
  font-size: 14px;
}

.editorial-stack {
  min-height: 640px;
  position: relative;
}

.editorial-photo {
  border: 1px solid #ffffff24;
  border-radius: 28px;
  position: absolute;
  overflow: hidden;
}

.primary-photo {
  position: absolute;
  inset: 86px 40px 32px 0;
}

.secondary-photo {
  width: 44%;
  height: 42%;
  bottom: 62px;
  right: 0;
}

.editorial-image {
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-tailoring {
  background-image: linear-gradient(#14121114, #1412112e), url('../images/');
}

.image-detail {
  background-image: linear-gradient(#14121129, #14121138), url('../images/');
}

.editorial-note {
  color: #f8f4ed;
  background-color: #0f0c0a8a;
  border: 1px solid #ffffff29;
  border-radius: 24px;
  max-width: 300px;
  padding: 18px 20px;
  position: absolute;
  bottom: 92px;
  left: -26px;
}

.intro-grid {
  grid-column-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  align-items: end;
  display: grid;
}

.intro-text {
  color: #665f58;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.intro-h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Cormorant Garamond, serif;
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 600;
  line-height: .98;
}

.split-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.feature-card {
  background-color: #fbf8f2eb;
  border: 1px solid #2e241e1f;
  border-radius: 30px;
  padding: 36px;
  position: relative;
  overflow: hidden;
}

.feature-card-accent {
  background-image: linear-gradient(#efe5d9 0%, #f8f3eb 100%);
  border-color: #b79d7247;
}

.feature-card-dark {
  color: #f6f0e8;
  background-image: linear-gradient(#201915 0%, #15110f 100%);
  border-color: #ffffff1a;
}

.feature-card-h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Cormorant Garamond, serif;
  font-size: 40px;
  font-weight: 600;
  line-height: .98;
}

.feature-card-p {
  color: #665f58;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
}

.feature-card-p-dark {
  color: #f6f0e8c7;
}

.text-link-light {
  color: #f6f0e8;
}

.industry-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.industry-card {
  color: #1c1916;
  background-color: #fbf8f2;
  border: 0 solid #2e241e1f;
  border-radius: 3px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.16, 1, .3, 1);
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 12px #1813110f;
}

.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px #1813111f;
}

.industry-image {
  aspect-ratio: 4 / 5;
  background-size: cover;
}

.industry-body {
  padding: 24px 24px 28px;
}

.industry-eyebrow {
  color: #b79d72;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 600;
  display: block;
}

.industry-h3 {
  color: #1c1916;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
}

.industry-p {
  color: #665f58;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.img-school {
  background-image: linear-gradient(#14121114, #14121129), none;
  height: 200px;
}

.img-upper {
  background-image: url('../images/ChatGPT-Image-28-mar.-2026-23_03_00.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 220px;
}

.img-upper.scolare {
  background-image: url('../images/ChatGPT-Image-29-mar.-2026-00_00_51.png');
}

.img-upper.corporate {
  background-image: url('../images/ChatGPT-Image-28-mar.-2026-23_23_49.png');
}

.img-upper.medical {
  background-image: url('../images/ChatGPT-Image-28-mar.-2026-23_26_48.png');
}

.img-upper.aviatie {
  background-image: url('../images/ChatGPT-Image-29-mar.-2026-00_18_24.png');
}

.img-upper.horeca {
  background-image: url('../images/ChatGPT-Image-29-mar.-2026-14_13_46.png');
}

.img-upper.industriale {
  background-image: url('../images/ChatGPT-Image-29-mar.-2026-14_34_11.png');
}

.img-medical {
  background-image: linear-gradient(#14121114, #14121129), url('../images/');
}

.img-hospitality {
  background-image: linear-gradient(#14121114, #14121129), url('../images/');
}

.img-workwear {
  background-image: linear-gradient(#14121114, #14121129), url('../images/');
}

.two-col {
  grid-column-gap: 58px;
  grid-template-rows: auto;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  display: grid;
}

.timeline {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.timeline-item {
  aspect-ratio: auto;
  text-align: center;
  background-image: linear-gradient(#fbf8f2, #f2e8dd);
  border: 1px solid #b79d7247;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 18px;
  display: flex;
  position: relative;
}

.timeline-item.gap {
  padding-top: 60px;
}

.timeline-number {
  color: #1c1916;
  margin-bottom: 8px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 44px;
  display: block;
}

.timeline-label {
  color: #1c1916;
  letter-spacing: .04em;
  font-size: 15px;
  font-weight: 600;
}

.process-h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Cormorant Garamond, serif;
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 600;
  line-height: .98;
}

.scan-visual {
  background-image: linear-gradient(#2a211d 0%, #1d1715 100%);
  border: 1px solid #ffffff14;
  border-radius: 34px;
  min-height: 460px;
  position: relative;
  overflow: hidden;
}

.scan-frame {
  background-image: url('../images/WhatsApp-Image-2026-03-18-at-17.44.28-3.jpeg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #b79d724d;
  border-radius: 28px;
  position: absolute;
  inset: 40px;
}

.panel-caption {
  color: #f7f1e7bd;
  letter-spacing: .18em;
  text-transform: uppercase;
  background-color: #312a28;
  border: 1px solid #ffffff1f;
  border-radius: 999px;
  padding: 12px 16px;
  font-size: 12px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.project-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.project-card {
  background-color: #fbf8f2eb;
  border: 1px solid #2e241e1f;
  border-radius: 30px;
  overflow: hidden;
}

.project-image {
  aspect-ratio: 4 / 5;
  background-size: cover;
}

.project-meta {
  padding: 24px;
}

.project-eyebrow {
  color: #665f58;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
  display: block;
}

.project-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, serif;
  font-size: 30px;
  font-weight: 600;
}

.section-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  display: flex;
}

.cta-band-dark {
  color: #f7f1e7;
  text-align: center;
  background-image: linear-gradient(#221b18 0%, #171210 100%);
  padding-top: 120px;
  padding-bottom: 120px;
}

.cta-h2 {
  color: #f7f1e7;
  letter-spacing: -.02em;
  max-width: 900px;
  margin: 0 auto 24px;
  font-family: Cormorant Garamond, serif;
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 600;
  line-height: 1;
}

.cta-p {
  color: #f7f1e7c7;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 18px;
}

.site-footer {
  background-image: linear-gradient(#f4ede4, #f0e8dd);
  border-top: 1px solid #2e241e1f;
  padding-top: 74px;
  padding-bottom: 20px;
}

.footer-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  display: grid;
}

.footer-brand-h3 {
  color: #1c1916;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Cormorant Garamond, serif;
  font-size: 32px;
  font-weight: 600;
}

.footer-col-h4 {
  color: #1c1916;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Cormorant Garamon;
  font-size: 24px;
  font-weight: 600;
}

.footer-list {
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
}

.footer-link {
  color: #665f58;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1c1916;
}

.footer-p {
  color: #665f58;
  margin-top: 0;
  font-size: 15px;
}

.centered {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.nav-group-wrap {
  position: relative;
}

.nav-group-wrap:hover {
  display: block;
}

.section-intro {
  padding-top: 72px;
  padding-bottom: 40px;
}

.hidden {
  display: none;
}

.navbar-no-shadow {
  z-index: 100;
  background-color: #fff0;
  background-image: linear-gradient(0deg, #ccccccf2, #fffffff2);
  position: fixed;
  inset: 0% 0% auto;
}

/* The navbar packs 7 links + 3 buttons; below 1200px there isn't enough
   room to keep them on one line, so we promote the hamburger from the
   default 991px breakpoint up to 1199px. */
@media screen and (max-width: 1199px) {
  .navbar-no-shadow .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .navbar-no-shadow .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}

/* Webflow.js normally toggles [data-nav-menu-open]; we use React state
   and a class instead. Match the same effect. */
.w-nav-menu.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fbf8f2;
  text-align: center;
  overflow: visible;
  min-width: 200px;
  padding: 12px 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1300px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffc;
  border-radius: 8px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 14px;
  transition: all .2s;
}

.nav-dropdown-link-2:hover {
  color: var(--_brand-colors---accent);
  font-weight: 700;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2.w--current {
  color: var(--_brand-colors---accent);
}

.nav-button-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 24px;
}

.nav-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #43292a;
  background-color: #0000;
  border: 1px solid #43292a;
  border-radius: 3px;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
  text-decoration: none;
}

.nav-icon-btn:hover {
  color: #fbf8f2;
  background-color: #43292a;
  border-color: #43292a;
}

.nav-icon-btn svg {
  width: 18px;
  height: 18px;
  display: block;
}

.nav-cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background-color: #43292a;
  color: #fbf8f2;
  border-radius: 9px;
  font-family: Cormorant Garamond, serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}

.nav-btn-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 22px;
  font-size: .8rem;
  line-height: 1;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  width: 150px;
}

.text-block {
  font-family: Cormorant Garamon;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-left: 40px;
  display: flex;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.h1.hero {
  font-size: 54px;
  line-height: 54px;
}

.h2 {
  color: #1c1916;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.1;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
}

.h3.centrat {
  text-align: center;
}

.h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 22px;
}

.text {
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.text.gapupdown {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text.centrat {
  text-align: center;
}

.text.bold {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.button {
  background-color: var(--_brand-colors---accent);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
  box-shadow: 0 2px 5px #0003;
}

.button:hover {
  background-image: linear-gradient(144deg, var(--_brand-colors---accent), var(--_brand-colors---accent-soft));
  box-shadow: 2px 2px 5px #000000a3;
}

.button-secondary-light {
  border: .2px solid var(--_brand-colors---accent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #00000052;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
  box-shadow: 0 2px 5px #0003;
}

.button-secondary-light:hover {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  background-color: #0000003b;
  background-image: linear-gradient(144deg, #f5f1ea1a, #f5f1ea3d);
  box-shadow: 2px 2px 5px #000000a3;
}

.text-block-2 {
  font-size: 34px;
  line-height: 34px;
}

.text-block-3 {
  color: #d5b493;
}

.text-block-4 {
  color: #fff;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-2 {
  background-color: var(--_brand-colors---accent);
  width: 80%;
  height: .5px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/photo-1515886657613-9f3515b0c78f.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-3.scolare {
  background-image: linear-gradient(#00000080, #00000080), url('../images/PHOTO-2026-03-23-19-20-16.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  position: relative;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero_wrapper_card {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #0a080742;
  border: 1px solid #ffffff1a;
  border-radius: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 34px;
  display: flex;
  position: relative;
}

.hero_wrapper_card.full {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  min-width: 700px;
  box-shadow: 0 2px 5px #0003;
}

.body {
  background-color: #eee7dc;
}

.section-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  display: flex;
}

.div-block-4.alignleft {
  justify-content: center;
  align-items: flex-start;
  max-width: none;
}

.tagliner {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.tagliner.gapupdown {
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 850px;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  background-color: #ffffff61;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.numar {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  display: block;
}

.numar.gapupdown {
  margin-top: 20px;
  margin-bottom: 20px;
}

.numar.centrat {
  text-align: center;
}

.collection-list-wrapper {
  width: 100%;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.image-3 {
  cursor: zoom-in;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 11px;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  transition: all .2s;
}

.image-3:hover {
  filter: grayscale();
}

.collection-list-wrapper-2 {
  width: 100%;
}

.collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-4 {
  cursor: zoom-in;
  border-radius: 11px;
  transition: all .2s;
}

.image-4:hover {
  filter: grayscale();
}

.collection-item {
  background-color: #ffffff61;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.lightbox-link {
  width: 100%;
}

.collection-list-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-9 {
  z-index: 1;
  background-color: #000000a1;
  position: absolute;
  inset: 0%;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.head {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  display: block;
}

.head.gapupdown {
  margin-top: 20px;
  margin-bottom: 20px;
}

.head.centrat {
  text-align: center;
}

.div-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  background-color: #ffffff61;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.text-block-5 {
  position: absolute;
}

.text-copy {
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 44px;
  position: absolute;
  inset: 5% auto auto 5%;
}

.text-copy.gapupdown {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-copy.centrat {
  text-align: center;
}

.process-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1100px;
  margin-top: 40px;
  display: grid;
}

.process-step-desc {
  color: #665f58;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.gallery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1100px;
  margin-top: 40px;
  display: grid;
}

.gallery-card {
  aspect-ratio: 3 / 2;
  background-color: #efe7dc;
  border: 1px solid #2e241e1f;
  border-radius: 20px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  overflow: hidden;
}

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

.video-container {
  aspect-ratio: 16 / 9;
  background-color: #1f1b19;
  border: 1px solid #2e241e1f;
  border-radius: 24px;
  width: 100%;
  max-width: 1100px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.video-overlay {
  cursor: pointer;
  background-color: #00000059;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.play-button {
  color: #1c1916;
  background-color: #ffffffeb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 28px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px 20px #0000004d;
}

.video-bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shop-hero {
  color: #f6f0e8;
  text-align: center;
  background-image: linear-gradient(#1c1916, #2e241e);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
}

.shop-hero-h1 {
  color: #f6f0e8;
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.1;
}

.shop-hero-p {
  color: #f6f0e8a6;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.6;
}

.cat-filters {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.cat-tab {
  color: #f6f0e899;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #f6f0e82e;
  border-radius: 999px;
  padding: 10px 24px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  display: inline-flex;
}

.cat-tab:hover {
  color: #f6f0e8;
  background-color: #f6f0e81f;
  border-color: #f6f0e859;
}

.shop-section {
  background-color: #f5f1ea;
  padding-top: 80px;
  padding-bottom: 100px;
}

.product-grid {
  grid-column-gap: 28px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.product-card {
  color: #1c1916;
  cursor: pointer;
  flex-direction: column;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.product-card:hover {
  transform: translateY(-4px);
}

.product-img-wrap {
  z-index: 2;
  aspect-ratio: 1;
  background-color: #2e241e0f;
  background-image: url('../images/PHOTO-2026-03-23-19-20-16.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.product-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.product-img:hover {
  transform: scale(1.05);
}

.product-badge {
  z-index: 2;
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #4e2f31;
  border-radius: 999px;
  padding: 5px 14px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 14px;
  left: 14px;
}

.product-info {
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.product-title {
  color: #1c1916;
  margin-bottom: 4px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.product-price {
  color: #4e2f31;
  white-space: nowrap;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.product-cat-label {
  color: #1c191673;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
}

.quick-view-btn {
  z-index: 1000;
  opacity: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #000;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1c1916d9;
  border-radius: 999px;
  padding: 10px 24px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  position: absolute;
  bottom: 14px;
  left: 50%;
}

.shop-divider {
  background-color: #2e241e1a;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.image-5 {
  width: 100%;
  height: 100%;
}

.filter-bar {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #2e241e1a;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.filter-group {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.filter-label {
  color: #1c191680;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.filter-select {
  color: #1c1916;
  cursor: pointer;
  appearance: none;
  background-color: #0000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231c1916' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  border: 1px solid #2e241e26;
  border-radius: 12px;
  min-width: 170px;
  min-height: 40px;
  padding: 8px 36px 8px 16px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.result-count {
  color: #1c191680;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.list-item {
  line-height: 14px;
}

.prod-hero {
  background-color: #181311;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 92vh;
  padding: 140px 5% 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.prod-hero-overlay {
  z-index: 1;
  background-image: linear-gradient(#181311b3, #181311eb);
  position: absolute;
  inset: 0;
}

.prod-hero-content {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
  position: relative;
}

.prod-hero-eyebrow {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #b79d724d;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 8px 24px;
  font-family: Cormorant Garamond, serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.prod-hero-h1 {
  color: #fbf8f2;
  letter-spacing: -1px;
  margin-bottom: 28px;
  font-family: Cormorant Garamond, serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1.1;
}

.prod-hero-p {
  color: #fbf8f2b3;
  max-width: 620px;
  margin-bottom: 44px;
  font-family: Cormorant Garamond, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
}

.prod-hero-actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.prod-hero-line {
  background-color: #b79d7266;
  width: 500px;
  height: 1px;
  margin-top: 48px;
}

.prod-section {
  background-color: #f5f1ea;
  padding: 120px 5%;
}

.prod-section-dark {
  background-color: #181311;
  padding: 120px 5%;
}

.prod-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.prod-section-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.prod-section-eyebrow {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Cormorant Garamond, serif;
  font-size: 13px;
  font-weight: 600;
}

.prod-section-h2 {
  color: #1c1916;
  max-width: 700px;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.15;
}

.prod-section-lead {
  color: #665f58;
  max-width: 580px;
  font-family: Cormorant Garamond, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.prod-process-grid {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.prod-step-card {
  background-image: linear-gradient(#fbf8f2, #f0e7dc);
  border: 1px solid #b79d7233;
  border-radius: 20px;
  flex-direction: column;
  padding: 40px 32px;
  display: flex;
}

.prod-step-number {
  color: #b79d7259;
  margin-bottom: 16px;
  font-family: Cormorant Garamond, serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
}

.prod-step-h3 {
  color: #1c1916;
  margin-bottom: 12px;
  font-family: Cormorant Garamond, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.prod-step-desc {
  color: #665f58;
  font-family: Cormorant Garamond, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.prod-img-placeholder {
  background-color: #b79d721f;
  border: 1px solid #b79d7226;
  border-radius: 16px;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.prod-split-row {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: grid;
}

.prod-split-text {
  flex-direction: column;
  display: flex;
}

.prod-split-h2 {
  color: #1c1916;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
}

.prod-features-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.prod-feature-card {
  text-align: center;
  background-color: #fbf8f20f;
  border: 1px solid #fbf8f214;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 48px 28px;
  display: flex;
}

.prod-feature-icon {
  color: #fff;
  background-color: #b79d7226;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  display: flex;
}

.prod-feature-h3 {
  color: #fbf8f2;
  margin-bottom: 12px;
  font-family: Cormorant Garamond, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.prod-feature-p {
  color: #fbf8f299;
  font-family: Cormorant Garamond, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.prod-gallery-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.prod-gallery-item {
  background-image: linear-gradient(135deg, #b79d7214, #b79d722e);
  border: 1px solid #b79d7226;
  border-radius: 16px;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.prod-gallery-item.square {
  aspect-ratio: 1;
}

.prod-cta-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.prod-section-h2-light {
  color: #fbf8f2;
  max-width: 700px;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.15;
}

.prod-section-lead-light {
  color: #fbf8f299;
  max-width: 580px;
  margin-bottom: 40px;
  font-family: Cormorant Garamond, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.prod-split-p {
  color: #665f58;
  margin-bottom: 24px;
  font-family: Cormorant Garamond, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.prod-split-eyebrow {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Cormorant Garamond, serif;
  font-size: 13px;
  font-weight: 600;
}

.prod-divider {
  background-color: #b79d7266;
  width: 70%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.prod-section-tint {
  background-color: #fbf8f2;
  padding: 120px 5%;
}

.prod-cta-h2 {
  color: #fbf8f2;
  max-width: 650px;
  margin-bottom: 24px;
  font-family: Cormorant Garamond, serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 1.15;
}

.prod-cta-p {
  color: #fbf8f299;
  max-width: 540px;
  margin-bottom: 44px;
  font-family: Cormorant Garamond, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.7;
}

.prod-gallery-tall {
  background-image: linear-gradient(135deg, #b79d7214, #b79d722e);
  border: 1px solid #b79d7226;
  border-radius: 16px;
  grid-row: span 2 / span 2;
  width: 100%;
  height: 580px;
  overflow: hidden;
}

.prod-gallery-tall.long {
  aspect-ratio: 1 / 2;
}

.image-6 {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
}

.image-6.optitex {
  object-fit: contain;
}

.image-6.square {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 100%;
}

.image-6.long {
  aspect-ratio: 1 / 2;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.prod-optitex-section {
  background-color: #1f1b19;
  padding: 120px 5%;
  overflow: hidden;
}

.prod-optitex-grid {
  grid-column-gap: 72px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  display: grid;
}

.prod-optitex-text {
  flex-direction: column;
  display: flex;
}

.prod-optitex-badge {
  grid-column-gap: 10px;
  color: #b79d72;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b79d721a;
  border: 1px solid #b79d7233;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 24px;
  padding: 10px 18px;
  font-family: Cormorant Garamond, serif;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.prod-optitex-h2 {
  color: #fbf8f2;
  margin-bottom: 24px;
  font-family: Cormorant Garamond, serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.15;
}

.prod-optitex-p {
  color: #fbf8f2a6;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.prod-optitex-features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
  display: grid;
}

.prod-optitex-feat-item {
  grid-column-gap: 12px;
  background-color: #fbf8f20a;
  border: 1px solid #fbf8f20f;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 18px;
  display: flex;
}

.prod-optitex-feat-dot {
  background-color: #b79d72;
  border-radius: 100px;
  width: 8px;
  min-width: 8px;
  height: 8px;
  margin-top: 0;
}

.prod-optitex-feat-text {
  color: #fbf8f2cc;
  font-family: Cormorant Garamond, serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.prod-optitex-img {
  background-image: linear-gradient(135deg, #b79d720f, #b79d7229);
  border: 1px solid #b79d7226;
  border-radius: 20px;
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.prod-optitex-img._22 {
  background-image: none;
  border: 0 solid #000;
}

.msr-hero {
  background-color: #181311;
  justify-content: center;
  align-items: center;
  min-height: 92vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.msr-hero-overlay {
  z-index: 1;
  background-image: linear-gradient(#18131166, #181311f2);
  position: absolute;
  inset: 0;
}

.msr-hero-content {
  z-index: 2;
  text-align: center;
  max-width: 820px;
  padding: 120px 24px 100px;
  position: relative;
}

.msr-hero-eyebrow {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
}

.msr-hero-h1 {
  color: #fbf8f2;
  margin-bottom: 28px;
  font-family: Cormorant Garamond, serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 1.08;
}

.msr-hero-p {
  color: #fbf8f2b3;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  line-height: 1.7;
}

.msr-hero-line {
  background-color: #b79d72;
  width: 60px;
  height: 2px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.msr-section {
  background-color: #f5f1ea;
  padding-top: 100px;
  padding-bottom: 100px;
}

.msr-section-dark {
  background-color: #181311;
  padding-top: 100px;
  padding-bottom: 100px;
}

.msr-section-tint {
  background-color: #fbf8f2;
  padding-top: 100px;
  padding-bottom: 100px;
}

.msr-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.msr-section-header {
  text-align: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.msr-eyebrow {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 600;
}

.msr-h2 {
  color: #1c1916;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.15;
}

.msr-h2-light {
  color: #fbf8f2;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.15;
}

.msr-lead {
  color: #665f58;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.7;
}

.msr-lead-light {
  color: #fbf8f2a6;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.7;
}

.msr-split {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 72px;
  display: grid;
}

.msr-split-text {
  flex-direction: column;
  display: flex;
}

.msr-split-h2 {
  color: #1c1916;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.15;
}

.msr-split-h2-light {
  color: #fbf8f2;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.15;
}

.msr-split-p {
  color: #665f58;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1.7;
}

.msr-split-p-light {
  color: #fbf8f299;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1.7;
}

.msr-split-eyebrow {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 600;
}

.msr-img-placeholder {
  background-color: #b79d721f;
  border: 1px solid #b79d7233;
  border-radius: 16px;
  width: 100%;
  min-height: 420px;
  overflow: hidden;
}

.msr-img-dark {
  background-color: #b79d7214;
  border: 1px solid #b79d7226;
  border-radius: 16px;
  width: 100%;
  min-height: 420px;
  overflow: hidden;
}

.msr-methods-grid {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  display: grid;
}

.msr-method-card {
  background-color: #fbf8f2;
  border: 1px solid #b79d7226;
  border-radius: 20px;
  padding: 48px 40px;
}

.msr-method-icon {
  background-color: #b79d721f;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.msr-method-h3 {
  color: #1c1916;
  margin-bottom: 14px;
  font-family: Cormorant Garamond, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.msr-method-desc {
  color: #665f58;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.7;
}

.msr-steps-list {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.msr-step-row {
  align-items: center;
  gap: 14px;
  display: flex;
}

.msr-step-num {
  color: #fbf8f2;
  background-color: #43292a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.msr-step-label {
  color: #1c1916;
  font-size: 15px;
  line-height: 1.5;
}

.msr-demo-tabs {
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
  display: flex;
}

.msr-demo-tab {
  color: #fbf8f2;
  background-color: #b79d721f;
  border: 1px solid #b79d7240;
  border-radius: 50px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 500;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.msr-demo-tab:hover, .msr-demo-tab.w--current {
  background-color: #b79d7270;
}

.msr-demo-embed {
  background-color: #b79d720f;
  border: 1px solid #b79d7226;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  min-height: 560px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.msr-demo-label {
  color: #fbf8f266;
  text-align: center;
  font-size: 16px;
}

.msr-badge {
  color: #b79d72;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b79d721a;
  border: 1px solid #b79d7240;
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.msr-cta-wrapper {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.msr-cta-h2 {
  color: #1c1916;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.15;
}

.msr-cta-p {
  color: #665f58;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.7;
}

.msr-divider {
  background-color: #b79d72;
  width: 60px;
  height: 2px;
  margin: 32px auto;
}

.abt-hero {
  background-color: #181311;
  justify-content: center;
  align-items: center;
  min-height: 88vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.abt-hero-content {
  z-index: 2;
  text-align: center;
  max-width: 860px;
  padding: 120px 24px 100px;
  position: relative;
}

.abt-hero-h1 {
  color: #fbf8f2;
  margin-bottom: 28px;
  font-family: Cormorant Garamond, serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1.08;
}

.abt-hero-p {
  color: #fbf8f2a6;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.7;
}

.abt-stats-row {
  border-top: 1px solid #b79d7233;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.abt-stat-item {
  text-align: center;
}

.abt-stat-number {
  color: #b79d72;
  margin-bottom: 8px;
  font-family: Cormorant Garamond, serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.1;
}

.abt-stat-label {
  color: #665f58;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.abt-values-grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  display: grid;
}

.abt-value-card {
  background-color: #b79d720f;
  border: 1px solid #b79d721f;
  border-radius: 16px;
  padding: 40px 32px;
}

.abt-value-icon {
  background-color: #b79d721f;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

.abt-value-h3 {
  color: #fbf8f2;
  margin-bottom: 12px;
  font-family: Cormorant Garamond, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.abt-value-p {
  color: #fbf8f28c;
  font-size: 15px;
  line-height: 1.7;
}

.abt-quote {
  color: #1c1916;
  text-align: center;
  max-width: 780px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cormorant Garamond, serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

.abt-quote-author {
  color: #b79d72;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.abt-team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 20px;
  display: grid;
}

.abt-team-grid._22 {
  grid-template-columns: 1fr 1fr;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.abt-team-card {
  text-align: center;
}

.abt-team-photo {
  background-color: #b79d721a;
  border: 1px solid #b79d7226;
  border-radius: 16px;
  width: 100%;
  height: 360px;
  margin-bottom: 24px;
  overflow: hidden;
}

.abt-team-name {
  color: #1c1916;
  margin-bottom: 6px;
  font-family: Cormorant Garamond, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.abt-team-role {
  color: #b79d72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.cnt-hero {
  text-align: center;
  background-color: #181311;
  justify-content: center;
  align-items: center;
  padding: 160px 24px 100px;
  display: flex;
}

.cnt-hero-content {
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.cnt-hero-eyebrow {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, serif;
  font-size: 13px;
  font-weight: 600;
}

.cnt-hero-h1 {
  color: #fbf8f2;
  margin-bottom: 24px;
  font-family: Cormorant Garamond, serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.1;
}

.cnt-hero-p {
  color: #a89f96;
  max-width: 600px;
  font-family: Cormorant Garamond, serif;
  font-size: 20px;
  line-height: 1.6;
}

.cnt-info-strip {
  background-color: #1f1b19;
  border-bottom: 1px solid #b79d7226;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.cnt-info-card {
  text-align: center;
  border-right: 1px solid #b79d7226;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.cnt-info-icon {
  color: #b79d72;
  border: 1px solid #b79d724d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  font-family: Cormorant Garamond, serif;
  font-size: 28px;
  display: flex;
}

.cnt-info-h3 {
  color: #fbf8f2;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Cormorant Garamond, serif;
  font-size: 18px;
  font-weight: 600;
}

.cnt-info-text {
  color: #a89f96;
  font-family: Cormorant Garamond, serif;
  font-size: 16px;
  line-height: 1.6;
}

.cnt-form-section {
  background-color: #f5f1ea;
  justify-content: center;
  padding: 100px 24px;
  display: flex;
}

.cnt-form-container {
  width: 100%;
  max-width: 1100px;
}

.cnt-form-header {
  text-align: center;
  margin-bottom: 60px;
}

.cnt-form-eyebrow {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Cormorant Garamond, serif;
  font-size: 13px;
  font-weight: 600;
}

.cnt-form-h2 {
  color: #1c1916;
  margin-bottom: 16px;
  font-family: Cormorant Garamond, serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.15;
}

.cnt-form-lead {
  color: #665f58;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cormorant Garamond, serif;
  font-size: 18px;
  line-height: 1.6;
}

.cnt-steps-bar {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.cnt-step {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.cnt-step-num {
  color: #fbf8f2;
  background-color: #43292a;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Cormorant Garamond, serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.cnt-step-label {
  color: #1c1916;
  white-space: nowrap;
  font-family: Cormorant Garamond, serif;
  font-size: 15px;
  font-weight: 600;
}

.cnt-step-line {
  background-color: #b79d724d;
  width: 60px;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
}

.cnt-service-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
  display: grid;
}

.cnt-service-option {
  text-align: center;
  cursor: pointer;
  background-color: #fbf8f2;
  border: 2px solid #0000;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 28px 20px;
  transition-property: border-color, box-shadow, transform;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.cnt-service-option:hover {
  border-color: #b79d72;
  transform: translateY(-2px);
  box-shadow: 0 4px 20px #b79d7226;
}

.cnt-service-emoji {
  margin-bottom: 12px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  line-height: 1;
}

.cnt-service-name {
  color: #1c1916;
  font-family: Cormorant Garamond, serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.cnt-form-card {
  background-color: #fbf8f2;
  border-radius: 16px;
  padding: 48px;
  box-shadow: 0 4px 40px #1c19160f;
}

.cnt-form-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 24px;
  display: grid;
}

.cnt-form-group {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.cnt-form-label {
  color: #665f58;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Cormorant Garamond, serif;
  font-size: 13px;
  font-weight: 600;
}

.cnt-form-input {
  color: #1c1916;
  background-color: #f5f1ea;
  border: 1px solid #665f5833;
  border-radius: 8px;
  padding: 14px 16px;
  font-family: Cormorant Garamond, serif;
  font-size: 16px;
  transition-property: border-color, box-shadow;
  transition-duration: .2s;
}

.cnt-form-textarea {
  color: #1c1916;
  background-color: #f5f1ea;
  border: 1px solid #665f5833;
  border-radius: 8px;
  min-height: 140px;
  margin-bottom: 24px;
  padding: 14px 16px;
  font-family: Cormorant Garamond, serif;
  font-size: 16px;
}

.cnt-form-full {
  grid-row-gap: 8px;
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.cnt-form-select {
  color: #665f58;
  background-color: #f5f1ea;
  border: 1px solid #665f5833;
  border-radius: 8px;
  padding: 14px 16px;
  font-family: Cormorant Garamond, serif;
  font-size: 16px;
}

.cnt-form-actions {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.cnt-form-note {
  color: #a89f96;
  font-family: Cormorant Garamond, serif;
  font-size: 14px;
  font-style: italic;
}

.cnt-map-section {
  background-color: #181311;
  justify-content: center;
  padding: 80px 24px;
  display: flex;
}

.cnt-map-container {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.cnt-map-text {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.cnt-map-h2 {
  color: #fbf8f2;
  font-family: Cormorant Garamond, serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}

.cnt-map-detail {
  grid-column-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.cnt-map-detail-icon {
  color: #b79d72;
  flex-shrink: 0;
  margin-top: 4px;
  font-size: 20px;
}

.cnt-map-detail-label {
  color: #b79d72;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Cormorant Garamond, serif;
  font-size: 13px;
  font-weight: 600;
}

.cnt-map-detail-value {
  color: #a89f96;
  font-family: Cormorant Garamond, serif;
  font-size: 17px;
  line-height: 1.5;
}

.cnt-map-embed {
  background-color: #1f1b19;
  border: 1px solid #b79d7226;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.cnt-map-placeholder-text {
  color: #665f58;
  font-family: Cormorant Garamond, serif;
  font-size: 16px;
  font-style: italic;
}

.cnt-section-divider {
  background-color: #b79d72;
  width: 60px;
  height: 2px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.cnt-service-section-label {
  color: #1c1916;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, serif;
  font-size: 20px;
  font-weight: 500;
}

.cnt-qty-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
  display: grid;
}

.uni-hero {
  background-color: #181311;
  justify-content: center;
  align-items: center;
  padding: 160px 24px 100px;
  display: flex;
}

.uni-hero-inner {
  grid-column-gap: 80px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.uni-hero-text {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.uni-hero-eyebrow {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Cormorant Garamond, serif;
  font-size: 13px;
  font-weight: 600;
}

.uni-hero-h1 {
  color: #fbf8f2;
  font-family: Cormorant Garamond, serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.1;
}

.uni-hero-p {
  color: #a89f96;
  max-width: 500px;
  font-family: Cormorant Garamond, serif;
  font-size: 19px;
  line-height: 1.7;
}

.uni-hero-img {
  background-color: #1f1b19;
  border: 1px solid #b79d7226;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 440px;
  display: flex;
  overflow: hidden;
}

.uni-section {
  background-color: #f5f1ea;
  justify-content: center;
  padding: 100px 24px;
  display: flex;
}

.uni-section-dark {
  background-color: #181311;
  justify-content: center;
  padding: 100px 24px;
  display: flex;
}

.uni-container {
  width: 100%;
  max-width: 1200px;
}

.uni-section-header {
  text-align: center;
  margin-bottom: 60px;
}

.uni-eyebrow {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Cormorant Garamond, serif;
  font-size: 13px;
  font-weight: 600;
}

.uni-h2 {
  color: #1c1916;
  margin-bottom: 16px;
  font-family: Cormorant Garamond, serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.15;
}

.uni-h2-light {
  color: #fbf8f2;
  margin-bottom: 16px;
  font-family: Cormorant Garamond, serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.15;
}

.uni-h2-light.dark {
  color: var(--_brand-colors---deep);
}

.uni-lead {
  color: #665f58;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cormorant Garamond, serif;
  font-size: 18px;
  line-height: 1.6;
}

.uni-lead-light {
  color: #a89f96;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cormorant Garamond, serif;
  font-size: 18px;
  line-height: 1.6;
}

.uni-products-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.uni-product-card {
  cursor: pointer;
  background-color: #fbf8f2;
  border-radius: 16px;
  transition-property: transform, box-shadow;
  transition-duration: .4s;
  transition-timing-function: ease;
  overflow: hidden;
}

.uni-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px #1c19161a;
}

.uni-product-img {
  background-color: #f0e7dc;
  justify-content: center;
  align-items: center;
  min-height: 260px;
  font-size: 48px;
  display: flex;
}

.uni-product-info {
  padding: 24px;
}

.uni-product-name {
  color: #1c1916;
  margin-bottom: 8px;
  font-family: Cormorant Garamond, serif;
  font-size: 22px;
  font-weight: 500;
}

.uni-product-desc {
  color: #665f58;
  font-family: Cormorant Garamond, serif;
  font-size: 15px;
  line-height: 1.6;
}

.uni-features-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.uni-feature-item {
  grid-column-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.uni-feature-num {
  color: #b79d72;
  flex-shrink: 0;
  width: 50px;
  font-family: Cormorant Garamond, serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}

.uni-feature-text {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.uni-feature-h3 {
  color: #fbf8f2;
  font-family: Cormorant Garamond, serif;
  font-size: 22px;
  font-weight: 500;
}

.uni-feature-p {
  color: #a89f96;
  font-family: Cormorant Garamond, serif;
  font-size: 16px;
  line-height: 1.6;
}

.uni-process-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.uni-process-step {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uni-process-num {
  color: #b79d72;
  border: 2px solid #b79d72;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-family: Cormorant Garamond, serif;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.uni-process-h3 {
  color: #1c1916;
  font-family: Cormorant Garamond, serif;
  font-size: 20px;
  font-weight: 500;
}

.uni-process-p {
  color: #665f58;
  max-width: 220px;
  font-family: Cormorant Garamond, serif;
  font-size: 15px;
  line-height: 1.6;
}

.uni-gallery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.uni-gallery-item {
  background-color: #1f1b19;
  border: 1px solid #b79d721a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  transition-property: transform;
  transition-duration: .4s;
  display: flex;
  overflow: hidden;
}

.uni-gallery-item:hover {
  transform: scale(1.03);
}

.uni-cta-wrapper {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uni-cta-h2 {
  color: #1c1916;
  font-family: Cormorant Garamond, serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}

.uni-cta-p {
  color: #665f58;
  max-width: 500px;
  font-family: Cormorant Garamond, serif;
  font-size: 18px;
  line-height: 1.6;
}

.uni-divider {
  background-color: #b79d72;
  width: 60px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.uni-section-tint {
  background-color: #fbf8f2;
  justify-content: center;
  padding: 100px 24px;
  display: flex;
}

.image-7 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 15%;
  width: 100%;
  height: 100%;
}

.image-7._2 {
  object-position: 50% 0%;
}

.image-8 {
  width: 100%;
  height: 100%;
}

.blg-hero {
  background-color: #181311;
  padding: 140px 5% 80px;
}

.blg-hero-content {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.blg-hero-eyebrow {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, serif;
  font-size: .75rem;
  font-weight: 600;
}

.blg-hero-h1 {
  color: #fbf8f2;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.15;
}

.blg-hero-lead {
  color: #998f85;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cormorant Garamond, serif;
  font-size: 1.15rem;
  line-height: 1.7;
}

.blg-categories {
  background-color: #fbf8f2;
  border-bottom: 1px solid #e8ddd1;
  padding: 0 5%;
}

.blg-cat-wrap {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blg-cat-tab {
  color: #665f58;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 2px solid #0000;
  padding: 18px 24px;
  font-family: Cormorant Garamond, serif;
  font-size: .8rem;
  font-weight: 600;
  transition: color .3s, border-bottom-color .3s;
}

.blg-cat-tab:hover, .blg-cat-tab.blg-cat-active {
  color: #43292a;
  border-bottom-color: #43292a;
}

.blg-featured {
  background-color: #fbf8f2;
  padding: 80px 5% 40px;
}

.blg-featured-card {
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 48px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blg-featured-img {
  background-color: #e8ddd1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  min-height: 420px;
  overflow: hidden;
}

.blg-featured-content {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.blg-cat-badge {
  color: #b79d72;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Cormorant Garamond, serif;
  font-size: .7rem;
  font-weight: 700;
  display: inline-block;
}

.blg-featured-h2 {
  color: #1c1916;
  font-family: Cormorant Garamond, serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.blg-featured-excerpt {
  color: #665f58;
  font-family: Cormorant Garamond, serif;
  font-size: 1.05rem;
  line-height: 1.7;
}

.blg-meta {
  color: #998f85;
  letter-spacing: .5px;
  margin-right: 5px;
  font-family: Cormorant Garamon;
  font-size: .8rem;
}

.blg-meta._22 {
  margin-right: 20px;
}

.blg-grid-section {
  background-color: #fbf8f2;
  padding: 40px 5% 80px;
}

.blg-section-header {
  border-top: 1px solid #e8ddd1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.blg-section-h2 {
  color: #1c1916;
  font-family: Cormorant Garamond, serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.blg-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blg-card {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  height: 100%;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
  box-shadow: 0 1px 3px #0000000a;
}

.blg-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px #1813111a;
}

.blg-card-img {
  background-color: #e8ddd1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  min-height: 220px;
  overflow: hidden;
}

.blg-card-body {
  flex-direction: column;
  gap: 12px;
  padding: 24px 24px 28px;
  display: flex;
}

.blg-card-h3 {
  color: #1c1916;
  font-family: Cormorant Garamond, serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}

.blg-card-excerpt {
  color: #665f58;
  font-family: Cormorant Garamond, serif;
  font-size: .95rem;
  line-height: 1.6;
}

.blg-newsletter {
  background-color: #181311;
  padding: 80px 5%;
}

.blg-newsletter-content {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.blg-newsletter-h2 {
  color: #fbf8f2;
  margin-bottom: 16px;
  font-family: Cormorant Garamond, serif;
  font-size: 2rem;
  font-weight: 300;
}

.blg-newsletter-p {
  color: #998f85;
  margin-bottom: 32px;
  font-family: Cormorant Garamond, serif;
  font-size: 1.05rem;
  line-height: 1.7;
}

.shp-hero {
  text-align: center;
  background-color: #181311;
  padding: 140px 5% 80px;
}

.shp-hero-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.shp-hero-eyebrow {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, serif;
  font-size: .75rem;
  font-weight: 600;
}

.shp-hero-h1 {
  color: #fbf8f2;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.15;
}

.shp-hero-lead {
  color: #998f85;
  max-width: 550px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cormorant Garamond, serif;
  font-size: 1.15rem;
  line-height: 1.7;
}

.shp-search-wrap {
  border-bottom: 1px solid #665f58;
  align-items: center;
  gap: 12px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
  display: flex;
}

.shp-search-icon {
  color: #998f85;
  font-family: Cormorant Garamond, serif;
  font-size: 1rem;
}

.shp-search-text {
  color: #665f58;
  letter-spacing: 1px;
  font-family: Cormorant Garamond, serif;
  font-size: 1rem;
}

.shp-filters {
  background-color: #fbf8f2;
  border-bottom: 1px solid #e8ddd1;
  padding: 0 5%;
}

.shp-filter-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.shp-filter-wrap.shp-filters.shp-cat-tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: grid;
}

.shp-cat-tabs {
  flex-wrap: wrap;
  gap: 0;
  display: flex;
}

.shp-cat-tab {
  color: #665f58;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  background-color: #ddd0;
  border-bottom: 2px solid #0000;
  padding: 18px 24px;
  font-family: Cormorant Garamon;
  font-size: .9rem;
  font-weight: 500;
}

.shp-cat-tab:hover {
  color: #43292a;
  border-bottom-color: #43292a;
}

.shp-cat-tab.w--current {
  letter-spacing: 1px;
  background-color: #ddd0;
  border-bottom-color: #43292a;
  font-size: .8rem;
}

.shp-cat-tab.shp-cat-active {
  color: #43292a;
  border-bottom-color: #43292a;
}

.shp-sort-wrap {
  align-items: center;
  gap: 8px;
  display: flex;
}

.shp-sort-label {
  color: #998f85;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Cormorant Garamond, serif;
  font-size: .8rem;
}

.shp-sort-value {
  color: #1c1916;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Cormorant Garamond, serif;
  font-size: .8rem;
  font-weight: 600;
}

.shp-grid-section {
  background-color: #fbf8f2;
  padding: 60px 5% 80px;
}

.shp-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 28px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.shp-card {
  cursor: auto;
  background-color: #fff;
  border-radius: 4px;
  max-width: 300px;
  overflow: hidden;
}

.shp-card:hover {
  /* Removed: transform: translateY(-6px). The lift was eating the first
     click on the "CONFIGUREAZĂ" button — on hover the card jumped up by 6px,
     so the cursor (screen-locked) was no longer over the button, the click
     missed, and only a second click on the already-lifted card landed. The
     shadow alone gives enough hover feedback without displacing the click
     target. */
  box-shadow: 0 16px 48px #1813111f;
}

.shp-card-img-wrap {
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #432a2a80;
  position: relative;
  overflow: hidden;
}

.shp-card-badge {
  color: #fbf8f2;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #43292a;
  border-radius: 2px;
  padding: 5px 10px;
  font-family: Cormorant Garamond, serif;
  font-size: .65rem;
  font-weight: 600;
  position: absolute;
  top: 12px;
  left: 12px;
}

.shp-card-body {
  flex-direction: column;
  gap: 8px;
  padding: 20px 20px 24px;
  display: flex;
}

.shp-card-category {
  color: #b79d72;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Cormorant Garamond, serif;
  font-size: .7rem;
  font-weight: 600;
}

.shp-card-title {
  color: #1c1916;
  font-family: Cormorant Garamond, serif;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.3;
}

.shp-card-price-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  display: flex;
}

.shp-card-price {
  color: #43292a;
  font-family: Cormorant Garamond, serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.shp-card-colors {
  align-items: center;
  gap: 6px;
  display: flex;
}

.shp-color-dot {
  background-color: #1c1916;
  border: 1px solid #e8ddd1;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.shp-cta-banner {
  background-color: #43292a;
  padding: 80px 5%;
}

.shp-cta-content {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.shp-cta-text {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.shp-cta-eyebrow {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Cormorant Garamond, serif;
  font-size: .75rem;
  font-weight: 600;
}

.shp-cta-h2 {
  color: #fbf8f2;
  font-family: Cormorant Garamond, serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.shp-cta-p {
  color: #d4c4b5;
  font-family: Cormorant Garamond, serif;
  font-size: 1.05rem;
  line-height: 1.7;
}

.shp-cta-img {
  background-color: #6c4b4b;
  border-radius: 4px;
  min-height: auto;
  overflow: hidden;
}

.shp-3d-section {
  text-align: center;
  background-color: #181311;
  padding: 100px 5%;
}

.shp-3d-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.shp-3d-icon {
  background-color: #43292a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.shp-3d-icon-text {
  color: #b79d72;
  font-family: Cormorant Garamond, serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.shp-3d-h2 {
  color: #fbf8f2;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.shp-3d-p {
  color: #998f85;
  margin-bottom: 36px;
  font-family: Cormorant Garamond, serif;
  font-size: 1.1rem;
  line-height: 1.7;
}

.shp-3d-features {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  max-width: 800px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.shp-3d-feature {
  text-align: center;
}

.shp-3d-feat-num {
  color: #b79d72;
  margin-bottom: 8px;
  font-family: Cormorant Garamond, serif;
  font-size: 2.5rem;
  font-weight: 300;
}

.shp-3d-feat-label {
  color: #998f85;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Cormorant Garamond, serif;
  font-size: .8rem;
  font-weight: 600;
}

.shp-card-per-unit {
  color: #998f85;
  font-family: Cormorant Garamond, serif;
  font-size: .75rem;
  font-weight: 400;
}

.shp-card-min-order {
  color: #998f85;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 2px;
  font-family: Cormorant Garamond, serif;
  font-size: .7rem;
}

.shp-card-btn {
  color: #fbf8f2;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #43292a;
  border-width: 0;
  border-radius: 3px;
  width: 100%;
  margin-top: 12px;
  padding: 10px 0;
  font-family: Cormorant Garamond, serif;
  font-size: .7rem;
  font-weight: 600;
  transition: background-color .3s;
  display: block;
}

.shp-card-btn:hover {
  background-color: #6c4b4b;
}

/* Inline spinner shown by ConfigureLink the moment the user clicks. Solves
   the "first click did nothing" complaint — Next.js route navigation can
   take ~200–500ms to render the next page, so without immediate feedback
   visitors thought their click hadn't landed and clicked again. We keep
   the button colour identical (the button is still the active surface)
   and only swap the label text + prepend this spinner. */
.shp-card-btn-spinner {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  vertical-align: -2px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: shp-card-btn-spin 0.6s linear infinite;
}

@keyframes shp-card-btn-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Secondary "Solicită ofertă" CTA on shop cards. Visually subordinate to the
   primary CONFIGUREAZĂ button so the configurator stays the default funnel,
   but discoverable for visitors who already know what they want and prefer to
   skip straight to a quote request. The arrow uses an inline span so we can
   nudge it on hover without breaking the underline behavior. */
.shp-card-quote {
  color: #43292a;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin-top: 8px;
  padding: 6px 0;
  font-family: Cormorant Garamond, serif;
  font-size: .68rem;
  font-weight: 600;
  transition: color .2s;
}

.shp-card-quote:hover {
  color: #b79d72;
}

.shp-card-quote span {
  display: inline-block;
  margin-left: 4px;
  transition: transform .2s;
}

.shp-card-quote:hover span {
  transform: translateX(3px);
}

.hm-section-dark {
  background-color: #181311;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.hm-section-light {
  background-color: #fbf8f2;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.hm-section-accent {
  background-color: #43292a;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.hm-section-cta {
  background-color: #181311;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.hm-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.hm-split, .hm-split-reverse {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  display: grid;
}

.hm-kicker {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Cormorant Garamond, serif;
  font-size: 13px;
  font-weight: 600;
}

.hm-h2 {
  color: #fbf8f2;
  margin-bottom: 28px;
  font-family: Cormorant Garamond, serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 1.1;
}

.hm-h2-dark {
  color: #1c1916;
  margin-bottom: 28px;
  font-family: Cormorant Garamond, serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 1.1;
}

.hm-p-light {
  color: #fbf8f2b3;
  max-width: 520px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cormorant Garamond, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.hm-p-dark {
  color: #665f58;
  max-width: 520px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cormorant Garamond, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.hm-btn-primary {
  color: #181311;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background-color: #b79d72;
  border-radius: 0;
  padding: 16px 40px;
  font-family: Cormorant Garamond, serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s cubic-bezier(.16, 1, .3, 1);
  display: inline-block;
}

.hm-btn-primary:hover {
  background-color: #a08960;
  transform: translateY(-2px);
}

.hm-btn-outline {
  color: #b79d72;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #b79d72;
  padding: 15px 40px;
  font-family: Cormorant Garamond, serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s cubic-bezier(.16, 1, .3, 1);
  display: inline-block;
}

.hm-btn-outline:hover {
  color: #181311;
  background-color: #b79d72;
}

.hm-img-wrap {
  aspect-ratio: 4 / 3;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.hm-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}

.hm-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 64px;
  display: grid;
}

.hm-feature-item {
  text-align: center;
  border-top: 1px solid #665f5833;
  padding: 32px 16px;
}

.hm-feature-num {
  color: #1c1916;
  margin-bottom: 8px;
  font-family: Cormorant Garamond, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.hm-feature-label {
  color: #665f58;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Cormorant Garamond, serif;
  font-size: 14px;
  font-weight: 500;
}

.hm-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hm-blog-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 48px;
  display: grid;
}

.hm-blog-card {
  color: #1c1916;
  background-color: #f5f1ea;
  border-radius: 2px;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.hm-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px #1813111f;
}

.hm-blog-card-img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.hm-blog-card-body {
  padding: 24px;
}

.hm-blog-card-cat {
  color: #b79d72;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Cormorant Garamond, serif;
  font-size: 11px;
  font-weight: 600;
}

.hm-blog-card-title {
  color: #1c1916;
  margin-bottom: 0;
  font-family: Cormorant Garamond, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
}

.hm-product-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
  display: grid;
}

.hm-product-grid._22 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 25px;
}

.hm-product-card {
  color: #fbf8f2;
  background-color: #fbf8f214;
  border-radius: 2px;
  text-decoration: none;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), background-color .4s;
  overflow: hidden;
}

.hm-product-card:hover {
  background-color: #fbf8f224;
  transform: translateY(-4px);
}

.hm-product-card-body {
  padding: 16px;
}

.hm-product-name {
  color: #fbf8f2;
  margin-bottom: 4px;
  font-family: Cormorant Garamond, serif;
  font-size: 17px;
  font-weight: 500;
}

.hm-product-price {
  color: #b79d72;
  font-family: Cormorant Garamond, serif;
  font-size: 14px;
  font-weight: 400;
}

.hm-line {
  background-color: #b79d72;
  width: 48px;
  height: 1px;
  min-height: 0;
  max-height: 1px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.hm-line-center {
  background-color: #b79d72;
  width: 48px;
  height: 1px;
  min-height: 0;
  max-height: 1px;
  margin: 0 auto 24px;
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.hm-cta-h2 {
  color: #fbf8f2;
  margin-bottom: 24px;
  font-family: Cormorant Garamond, serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.15;
}

.hm-cta-sub {
  color: #fbf8f299;
  margin-bottom: 36px;
  font-family: Cormorant Garamond, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.hm-stats-row {
  gap: 48px;
  margin-top: 48px;
  display: flex;
}

.hm-stat-num {
  color: #1c1916;
  margin-bottom: 4px;
  font-family: Cormorant Garamond, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

.hm-stat-label {
  color: #665f58;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Cormorant Garamond, serif;
  font-size: 13px;
  font-weight: 500;
}

.hm-about-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hm-icon-circle {
  background-color: #b79d721f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  font-size: 28px;
  display: flex;
}

.hm-product-card-img {
  object-fit: cover;
  width: 100%;
  height: 180px;
}

.hm-center-mt {
  text-align: center;
  margin-top: 48px;
}

.btn-secondary-dark {
  color: #43292a;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  background-color: #0000;
  border: 1px solid #43292a;
  border-radius: 3px;
  margin-top: 16px;
  padding: 14px 28px;
  font-family: Cormorant Garamond, serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
  display: inline-block;
}

.btn-secondary-dark:hover {
  color: #fbf8f2;
  background-color: #43292a;
  border-color: #43292a;
  text-decoration: none;
  transform: none;
}

.image-9 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.cart-quantity {
  color: #4f2f31;
}

.cart {
  margin-left: 20px;
}

.code-embed-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.code-embed-3 {
  width: 100%;
}

.image-10 {
  width: 100%;
  height: 100%;
}

.art-hero {
  text-align: center;
  background-color: #181311;
  padding-top: 160px;
  padding-bottom: 80px;
  overflow: hidden;
}

.art-hero-inner {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.art-back-link {
  color: #b79d72;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  font-family: Cormorant Garamond, serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .2s;
  display: inline-flex;
}

.art-back-link:hover {
  opacity: .7;
}

.art-eyebrow {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Cormorant Garamond, serif;
  font-size: 13px;
  font-weight: 600;
}

.art-h1 {
  color: #fbf8f2;
  max-width: 800px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cormorant Garamond, serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.1;
}

.art-h1.centrat {
  text-align: center;
}

.art-lead {
  color: #fbf8f299;
  max-width: 640px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cormorant Garamond, serif;
  font-size: 20px;
  line-height: 1.6;
}

.art-meta {
  color: #fbf8f266;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-right: 5px;
  font-family: Cormorant Garamon;
  font-size: 15px;
}

.art-meta._22 {
  margin-right: 20px;
}

.art-hero-img-wrap {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.art-hero-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.art-body-section {
  background-color: #fbf8f2;
  padding-top: 80px;
  padding-bottom: 80px;
}

.art-body-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.art-rich-text {
  color: #1c1916;
  font-family: Cormorant Garamond, serif;
  font-size: 20px;
  line-height: 1.75;
}

.art-divider {
  border-top: 1px solid #1c19161f;
  margin-top: 64px;
  margin-bottom: 40px;
}

.art-tags-wrap {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.art-tags-label {
  color: #665f58;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 8px;
  font-family: Cormorant Garamond, serif;
  font-size: 14px;
  font-weight: 600;
}

.art-tag {
  color: #665f58;
  letter-spacing: .5px;
  background-color: #1c19160f;
  border-radius: 20px;
  padding: 6px 16px;
  font-family: Cormorant Garamond, serif;
  font-size: 14px;
}

.art-nav-row {
  justify-content: center;
  margin-top: 48px;
  display: flex;
}

.art-related-section {
  background-color: #f5f1ea;
  padding-top: 100px;
  padding-bottom: 100px;
}

.art-related-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.art-related-header {
  text-align: center;
  margin-bottom: 56px;
}

.art-related-h2 {
  color: #1c1916;
  font-family: Cormorant Garamond, serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.1;
}

.art-cta-section {
  background-color: #181311;
  padding-top: 100px;
  padding-bottom: 100px;
}

.art-cta-inner {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.art-cta-eyebrow {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, serif;
  font-size: 13px;
  font-weight: 600;
}

.art-cta-h2 {
  color: #fbf8f2;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.15;
}

.art-cta-p {
  color: #fbf8f299;
  max-width: 520px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cormorant Garamond, serif;
  font-size: 18px;
  line-height: 1.6;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.div-block-12, .div-block-13, .div-block-14 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block {
  text-decoration: none;
}

.pagination {
  margin-top: 20px;
}

.um-product-section {
  background-color: #fff;
  margin-top: 60px;
  padding: 80px 0 100px;
}

.um-product-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.um-breadcrumb {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #666;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  font-size: 14px;
  display: flex;
}

.um-breadcrumb-link {
  color: #666;
  text-decoration: none;
}

.um-breadcrumb-sep {
  color: #ccc;
}

.um-breadcrumb-current {
  color: #111;
  font-weight: 500;
}

.um-product-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  align-items: start;
  margin-bottom: 80px;
  display: grid;
}

.um-product-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 24px;
}

.um-product-main-image {
  aspect-ratio: 4 / 5;
  background-color: #f5f5f5;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

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

.um-product-thumbs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.um-thumb-placeholder {
  color: #888;
  text-align: center;
  background-color: #fafafa;
  border-radius: 8px;
  grid-column: 1 / -1;
  padding: 16px;
  font-size: 13px;
}

.um-product-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.um-product-category {
  color: #9a7a4a;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.um-product-title {
  color: #111;
  letter-spacing: -.02em;
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

.um-product-code {
  color: #666;
  font-size: 14px;
}

.um-product-code-val {
  color: #111;
  font-family: monospace;
  font-weight: 600;
}

.um-product-short {
  color: #444;
  margin: 8px 0;
  font-size: 17px;
  line-height: 1.6;
}

.um-sizes-block {
  background-color: #fafafa;
  border-radius: 12px;
  margin-top: 12px;
  padding: 24px;
}

.um-sizes-label {
  color: #111;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
}

.um-sizes-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.um-size-badge {
  color: #111;
  text-align: center;
  background-color: #fff;
  border: 1.5px solid #111;
  border-radius: 8px;
  min-width: 56px;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 600;
}

.um-sizes-note {
  color: #888;
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.5;
}

.um-product-cta {
  color: #fff;
  text-align: center;
  background-color: #111;
  border-radius: 10px;
  margin-top: 8px;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s;
  display: inline-block;
}

.um-product-cta-secondary {
  color: #111;
  text-align: center;
  background-color: #0000;
  border: 1.5px solid #111;
  border-radius: 10px;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.um-product-description-wrap {
  border-top: 1px solid #eee;
  margin-bottom: 80px;
  padding-top: 64px;
}

.um-section-heading {
  color: #111;
  letter-spacing: -.01em;
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 700;
}

.um-product-rich-text {
  color: #333;
  max-width: 820px;
  font-size: 16px;
  line-height: 1.75;
}

.um-cta-final {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, #111 0%, #2a2a2a 100%);
  border-radius: 20px;
  padding: 64px 48px;
}

.um-cta-final-heading {
  color: #fff;
  letter-spacing: -.01em;
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.um-cta-final-sub {
  color: #ccc;
  max-width: 620px;
  margin: 0 auto 28px;
  font-size: 17px;
  line-height: 1.6;
}

.um-cta-final-btn {
  color: #111;
  background-color: #fff;
  border-radius: 10px;
  padding: 18px 36px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.image-12 {
  aspect-ratio: 1;
  object-fit: cover;
  transition: all .2s;
}

.image-12:hover {
  transform: scale(1.1);
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link-2 {
  border: 1px solid #00000024;
  border-radius: 20px;
  overflow: hidden;
}

.prod-wrap {
  background-color: #fbf8f2;
  padding-top: 0;
  font-family: Cormorant Garamon;
}

.prod-hero-1 {
  text-align: center;
  background-color: #181311;
  padding: 170px 5% 50px;
}

.prod-hero-content-1 {
  max-width: 900px;
  margin: 0 auto;
}

.prod-breadcrumb {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #998f85;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Cormorant Garamon;
  font-size: .75rem;
  display: flex;
}

.prod-breadcrumb-link {
  color: #998f85;
  text-decoration: none;
  transition: color .3s;
}

.prod-breadcrumb-sep {
  color: #665f58;
}

.prod-breadcrumb-current {
  color: #b79d72;
}

.prod-eyebrow {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 20px;
  font-family: Cormorant Garamon;
  font-size: .75rem;
  font-weight: 600;
}

.prod-title {
  color: #fbf8f2;
  margin: 0 0 24px;
  font-family: Cormorant Garamond, serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.15;
}

.prod-code-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #43292a66;
  border: 1px solid #43292a;
  border-radius: 3px;
  align-items: center;
  padding: 8px 20px;
  display: inline-flex;
}

.prod-code-label {
  color: #998f85;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Cormorant Garamond, serif;
  font-size: .7rem;
  font-weight: 600;
}

.prod-code-val {
  color: #fbf8f2;
  letter-spacing: 1px;
  font-family: Cormorant Garamond, serif;
  font-size: .9rem;
  font-weight: 500;
}

.prod-main {
  background-color: #fbf8f2;
  padding: 50px 5%;
}

.prod-main-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.prod-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.prod-main-img-wrap {
  background-color: #fbfbfc;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.prod-main-img {
  aspect-ratio: 1;
  object-fit: contain;
  width: 50%;
  height: 100%;
  display: block;
}

.prod-thumbs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.prod-thumb-placeholder {
  color: #998f85;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e8ddd1;
  border-radius: 3px;
  grid-column: 1 / -1;
  padding: 20px;
  font-family: Cormorant Garamond, serif;
  font-size: .75rem;
}

.prod-info {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  padding-top: 8px;
  display: flex;
}

.prod-short {
  color: #665f58;
  margin: 0;
  font-family: Cormorant Garamond, serif;
  font-size: 1.15rem;
  line-height: 1.7;
}

.prod-sizes {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-top: 1px solid #e8ddd1;
  border-bottom: 1px solid #e8ddd1;
  flex-direction: column;
  padding: 24px 0;
  display: flex;
}

.prod-sizes-label {
  color: #1c1916;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Cormorant Garamond, serif;
  font-size: .8rem;
  font-weight: 600;
}

.prod-sizes-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.prod-size-badge {
  color: #43292a;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #43292a;
  border-radius: 3px;
  min-width: 52px;
  padding: 10px 16px;
  font-family: Cormorant Garamond, serif;
  font-size: .8rem;
  font-weight: 600;
  transition: background-color .2s ease, color .2s ease;
}

.prod-size-badge.prod-size-s, .prod-size-badge.prod-size-m, .prod-size-badge.prod-size-l {
  background-color: #0000;
}

.prod-size-badge.prod-size-xxl {
  background-color: #0000;
  border-style: none;
}

.prod-sizes-note {
  color: #998f85;
  font-family: Cormorant Garamond, serif;
  font-size: .85rem;
  font-style: italic;
  line-height: 1.6;
}

.prod-cta-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.prod-btn-primary {
  color: #fbf8f2;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #43292a;
  border-radius: 3px;
  width: 100%;
  padding: 16px 28px;
  font-family: Cormorant Garamond, serif;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}

.prod-btn-secondary {
  color: #43292a;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #43292a;
  border-radius: 3px;
  width: 100%;
  padding: 16px 28px;
  font-family: Cormorant Garamond, serif;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: block;
}

.prod-desc {
  background-color: #fbf8f2;
  padding: 40px 5% 60px;
}

.prod-desc-content {
  max-width: 900px;
  margin: 0 auto;
}

.prod-desc-eyebrow {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Cormorant Garamond, serif;
  font-size: .75rem;
  font-weight: 600;
}

.prod-desc-h2 {
  color: #1c1916;
  margin: 0 0 32px;
  font-family: Cormorant Garamond, serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.2;
}

.prod-desc-richtext {
  color: #665f58;
  font-family: Cormorant Garamond, serif;
  font-size: 1.05rem;
  line-height: 1.8;
}

.prod-cta-banner {
  background-color: #43292a;
  padding: 60px 5%;
}

.prod-cta-inner {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.prod-cta-eyebrow {
  color: #b79d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Cormorant Garamond, serif;
  font-size: .75rem;
  font-weight: 600;
}

.prod-cta-h2-1 {
  color: #fbf8f2;
  margin: 0 0 20px;
  font-family: Cormorant Garamond, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.prod-cta-p-1 {
  color: #d4c4b5;
  margin: 0 0 32px;
  font-family: Cormorant Garamond, serif;
  font-size: 1.1rem;
  line-height: 1.7;
}

.prod-cta-btn {
  color: #181311;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b79d72;
  border-radius: 3px;
  padding: 16px 40px;
  font-family: Cormorant Garamond, serif;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-13 {
  aspect-ratio: 1;
  object-fit: contain;
  transition: all .2s;
}

.image-13:hover {
  transform: scale(1.1);
}

.lightbox-link-3 {
  background-color: #fff;
  border: 1px solid #00000024;
  border-radius: 12px;
  overflow: hidden;
}

.image-14 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.cfg-cms-wrap {
  display: none;
}

.image-15 {
  width: 100%;
  height: 100%;
}

.image-16 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-17 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.image-17.bigger {
  aspect-ratio: 1.5 / 2;
}

/* TUM port note: the original Webflow export referenced a `stack11`
 * quick-stack on the "Gama de produse" container without ever shipping
 * a definition for it, so `.w-layout-layout` was rendering as a single
 * column and every product photo stretched to 100% width (each ~1000px
 * tall on desktop, stacked vertically). Lock the grid to 3 columns on
 * desktop, 2 on tablet, 1 on small mobile so the thumbnail row reads
 * as a gallery instead of a wall of full-bleed images. */
.stack11 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  margin-inline: auto;
}

.div-block-15 {
  background-color: #0000000a;
  border-radius: 12px;
  width: 100%;
  padding: 5px 10px;
}

.image-18, .image-19 {
  width: 100%;
  height: 100%;
}

.quick-stack {
  border-radius: 20px;
  box-shadow: inset 0 2px 5px #0003;
}

.div-block-16 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.image-20 {
  border-radius: 20px;
}

.div-block-17 {
  display: none;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field {
  border-radius: 5px;
  margin-bottom: 0;
  padding: 12px 30px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.section-5 {
  border-bottom: 1px solid #1813114a;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  display: flex;
}

.div-block-18 {
  width: 45%;
}

.collection-list-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-21 {
  width: 200px;
  transition: all .2s;
}

.image-21:hover {
  transform: scale(1.05);
}

.div-block-19 {
  width: 45%;
}

.rich-text-block {
  font-family: Cormorant Garamond, sans-serif;
}

.div-block-20 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-22 {
  width: 100px;
}

.collection-list-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.image-23 {
  width: 50%;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .nav-button-wrapper {
    margin-left: 20px;
  }

  .shp-filter-wrap.shp-filters.shp-cat-tabs {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .hero-layout {
    width: 50%;
  }

  .navbar-no-shadow-container {
    max-width: 90vw;
  }

  .nav-button-wrapper {
    margin-left: 41px;
  }

  .shp-filter-wrap.shp-filters.shp-cat-tabs {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .shp-cat-tab, .shp-cat-tab.w--current {
    font-size: 1rem;
  }

  .image-23 {
    width: 60%;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .hero-layout {
    grid-template-columns: 2.4fr;
    width: 50%;
  }

  .nav-button-wrapper {
    margin-left: 62px;
  }

  .shp-cat-tab, .shp-cat-tab.w--current {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 991px) {
  .hero-layout, .intro-grid, .split-cards, .industry-grid, .two-col, .timeline, .project-grid, .footer-grid {
    grid-template-columns: 1fr;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .prod-hero {
    min-height: 70vh;
    padding-top: 100px;
  }

  .prod-hero-h1 {
    font-size: 48px;
  }

  .prod-hero-p {
    font-size: 18px;
  }

  .prod-section, .prod-section-dark {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .prod-section-h2 {
    font-size: 36px;
  }

  .prod-process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .prod-split-row {
    grid-template-columns: 1fr;
  }

  .prod-split-h2 {
    font-size: 32px;
  }

  .prod-features-grid, .prod-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .prod-section-h2-light {
    font-size: 36px;
  }

  .prod-section-tint {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .prod-cta-h2 {
    font-size: 38px;
  }

  .prod-gallery-tall {
    grid-row: auto;
    height: 320px;
  }

  .prod-optitex-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .prod-optitex-grid {
    grid-template-columns: 1fr;
  }

  .prod-optitex-h2 {
    font-size: 34px;
  }

  .msr-hero-h1 {
    font-size: 52px;
  }

  .msr-split {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .msr-methods-grid {
    grid-template-columns: 1fr;
  }

  .abt-hero-h1 {
    font-size: 56px;
  }

  .abt-stats-row {
    grid-template-columns: 1fr 1fr;
  }

  .abt-values-grid, .abt-team-grid {
    grid-template-columns: 1fr;
  }

  .cnt-hero {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .cnt-hero-h1 {
    font-size: 48px;
  }

  .cnt-form-h2 {
    font-size: 38px;
  }

  .cnt-service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cnt-map-container {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .uni-hero {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .uni-hero-inner {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .uni-hero-h1 {
    font-size: 44px;
  }

  .uni-h2, .uni-h2-light {
    font-size: 38px;
  }

  .uni-products-grid, .uni-process-grid, .uni-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .blg-hero {
    padding: 100px 32px 60px;
  }

  .blg-hero-h1 {
    font-size: 2.8rem;
  }

  .blg-hero-lead {
    font-size: 1.05rem;
  }

  .blg-cat-wrap {
    flex-wrap: nowrap;
    padding-left: 24px;
    padding-right: 24px;
    overflow-x: auto;
  }

  .blg-featured {
    padding: 60px 32px;
  }

  .blg-featured-card {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .blg-featured-img {
    min-height: 320px;
  }

  .blg-grid-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .blg-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .blg-newsletter {
    padding: 60px 32px;
  }

  .shp-hero {
    padding: 100px 32px 60px;
  }

  .shp-hero-h1 {
    font-size: 2.8rem;
  }

  .shp-filters {
    padding-left: 24px;
    padding-right: 24px;
  }

  .shp-filter-wrap.shp-filters.shp-cat-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }

  .shp-filter-wrap.shp-filters.shp-cat-tabs .shp-cat-tab {
    flex: 0 0 auto;
  }

  .shp-cat-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .shp-grid-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .shp-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }

  .shp-cta-banner {
    padding: 60px 32px;
  }

  .shp-cta-content {
    gap: 40px;
  }

  .shp-cta-h2 {
    font-size: 2rem;
  }

  .shp-3d-section {
    padding: 80px 32px;
  }

  .shp-3d-h2 {
    font-size: 2rem;
  }

  .hm-section-dark, .hm-section-light, .hm-section-accent {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hm-section-cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hm-split, .hm-split-reverse {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hm-h2, .hm-h2-dark {
    font-size: 40px;
  }

  .hm-features-grid {
    gap: 24px;
    margin-top: 48px;
  }

  .hm-blog-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .hm-product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .hm-cta-h2 {
    font-size: 36px;
  }

  .art-hero {
    padding-top: 120px;
    padding-bottom: 64px;
  }

  .art-h1 {
    font-size: 44px;
  }

  .art-body-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .art-related-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .art-related-h2 {
    font-size: 36px;
  }

  .art-cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .art-cta-h2 {
    font-size: 36px;
  }

  .um-product-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .um-product-gallery {
    position: static;
  }

  .um-product-title {
    font-size: 34px;
  }

  .um-cta-final {
    padding: 48px 32px;
  }

  .um-cta-final-heading {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .btn {
    width: 100%;
    min-height: 54px;
  }

  .hero-h1 {
    font-size: 50px;
    line-height: .94;
  }

  /* ── Mobile hero restack ───────────────────────────────────────────
     Previously the dark content card overlaid the model photograph,
     covering her face on portrait viewports. Restack on mobile so the
     photograph carries the top of the viewport and the card sits below
     it. Also drops the 100vh constraint so the metric grid no longer
     spills past the iOS Safari fold. */
  .hero-home {
    height: auto;
    min-height: 100vh;
    padding-top: 56vh;        /* reserves the top of the hero for the photo */
    padding-bottom: 28px;
    justify-content: flex-end;
    align-items: stretch;
    background-position: 0 0, 50% 18%;  /* bg-image y-offset shows the model's upper body */
  }

  /* The autoplay video rarely fires on iOS Safari (Low Power Mode,
     cellular data saver, user interaction requirement). Hiding it on
     mobile lets the static photo carry the hero cleanly without a
     half-rendered <video> ghosting over the top. */
  .hero-home > video {
    display: none;
  }

  .hero-layout {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: 1fr;
  }

  .hero-copy-enhanced {
    margin-top: 0;
    padding: 22px 20px;
    /* Card sits below the photo (no longer overlaying it), so a near-
       opaque background reads as a distinct panel. */
    background-color: #0a0807d9;
    border-radius: 20px;
  }

  .eyebrow {
    margin-bottom: 14px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .h1.hero {
    font-size: 32px;
    line-height: 1.05;
    margin-bottom: 14px;
  }

  .text.gapupdown {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.45;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    grid-row-gap: 8px;
    margin-top: 18px;
  }

  /* Compress each metric: horizontal layout (number + label side by side)
     uses ~⅓ the vertical space vs the desktop stacked card and keeps the
     CTA buttons reachable without scrolling. */
  .hero-metric-item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
  }

  .hero-metric-number {
    font-size: 22px;
  }

  .hero-metric-label {
    font-size: 13px;
  }

  .editorial-stack {
    min-height: 360px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .shop-hero-h1 {
    font-size: 40px;
  }

  .cat-filters {
    justify-content: flex-start;
    overflow-x: auto;
  }

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

  .prod-hero-h1 {
    font-size: 36px;
  }

  .prod-section-h2 {
    font-size: 30px;
  }

  .prod-process-grid, .prod-features-grid, .prod-gallery-grid, .prod-optitex-features {
    grid-template-columns: 1fr;
  }

  .msr-hero-content {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .msr-hero-h1 {
    font-size: 40px;
  }

  .msr-section, .msr-section-dark, .msr-section-tint {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .msr-h2, .msr-h2-light {
    font-size: 36px;
  }

  .msr-split-h2, .msr-split-h2-light {
    font-size: 32px;
  }

  .msr-cta-h2 {
    font-size: 34px;
  }

  .abt-hero-content {
    padding-top: 80px;
    padding-bottom: 60px;
  }

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

  .abt-stat-number {
    font-size: 44px;
  }

  .abt-quote {
    font-size: 26px;
  }

  .cnt-hero-h1 {
    font-size: 38px;
  }

  .cnt-info-strip {
    grid-template-columns: 1fr;
  }

  .cnt-info-card {
    border-bottom: 1px solid #b79d7226;
    border-right-width: 0;
  }

  .cnt-form-h2 {
    font-size: 32px;
  }

  .cnt-steps-bar {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .cnt-step-line {
    display: none;
  }

  .cnt-form-card {
    padding: 28px 20px;
  }

  .cnt-form-row {
    grid-template-columns: 1fr;
  }

  .cnt-map-h2 {
    font-size: 32px;
  }

  .cnt-qty-grid {
    grid-template-columns: 1fr;
  }

  .uni-hero-h1 {
    font-size: 36px;
  }

  .uni-h2, .uni-h2-light {
    font-size: 32px;
  }

  .uni-products-grid, .uni-features-grid, .uni-process-grid {
    grid-template-columns: 1fr;
  }

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

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

  .uni-cta-h2 {
    font-size: 32px;
  }

  .blg-hero {
    padding: 80px 20px 48px;
  }

  .blg-hero-h1 {
    font-size: 2.2rem;
  }

  .blg-hero-lead {
    font-size: 1rem;
  }

  .blg-cat-wrap {
    gap: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blg-featured {
    padding: 48px 20px;
  }

  .blg-featured-card {
    gap: 24px;
  }

  .blg-featured-img {
    min-height: 240px;
  }

  .blg-featured-h2 {
    font-size: 1.8rem;
  }

  .blg-grid-section {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blg-section-header {
    flex-direction: column;
    gap: 12px;
  }

  .blg-section-h2 {
    font-size: 1.5rem;
  }

  .blg-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .blg-newsletter {
    padding: 48px 20px;
  }

  .blg-newsletter-h2 {
    font-size: 1.6rem;
  }

  .shp-hero {
    padding: 80px 20px 48px;
  }

  .shp-hero-h1 {
    font-size: 2.2rem;
  }

  .shp-hero-lead {
    margin-bottom: 28px;
    font-size: 1rem;
  }

  .shp-filter-wrap.shp-filters.shp-cat-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }

  .shp-filter-wrap.shp-filters.shp-cat-tabs .shp-cat-tab {
    flex: 0 0 auto;
  }

  .shp-grid-section {
    padding: 40px 20px 60px;
  }

  .shp-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .shp-card-img-wrap {
    min-height: 220px;
  }

  .shp-cta-banner {
    padding: 48px 20px;
  }

  .shp-cta-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .shp-cta-img {
    min-height: 280px;
  }

  .shp-3d-section {
    padding: 60px 20px;
  }

  .shp-3d-h2 {
    font-size: 1.8rem;
  }

  .shp-3d-features {
    gap: 24px;
  }

  .hm-section-dark, .hm-section-light, .hm-section-accent {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hm-section-cta {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .hm-h2, .hm-h2-dark {
    font-size: 32px;
  }

  .hm-features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hm-feature-num {
    font-size: 36px;
  }

  .hm-blog-grid {
    grid-template-columns: 1fr;
  }

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

  .hm-cta-h2 {
    font-size: 28px;
  }

  .hm-stats-row {
    flex-direction: column;
    gap: 24px;
  }

  .art-hero {
    padding-top: 100px;
    padding-bottom: 48px;
  }

  .art-hero-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .art-back-link {
    margin-bottom: 28px;
  }

  .art-h1 {
    font-size: 36px;
  }

  .art-lead {
    font-size: 18px;
  }

  .art-body-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .art-body-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .art-rich-text {
    font-size: 18px;
  }

  .art-related-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .art-related-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .art-related-h2 {
    font-size: 30px;
  }

  .art-cta-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .art-cta-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .art-cta-h2 {
    font-size: 28px;
  }

  .um-product-section {
    padding: 48px 0 64px;
  }

  .um-product-container {
    padding: 0 20px;
  }

  .um-product-title {
    font-size: 28px;
  }

  .um-product-short {
    font-size: 15px;
  }

  .um-size-badge {
    min-width: 48px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .section-5 {
    flex-flow: column;
  }

  .div-block-18, .div-block-19 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

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

  .msr-hero-h1 {
    font-size: 34px;
  }

  .abt-hero-h1 {
    font-size: 36px;
  }

  .abt-stats-row {
    grid-template-columns: 1fr;
  }

  .cnt-hero-h1 {
    font-size: 32px;
  }

  .cnt-service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blg-hero {
    padding: 72px 16px 40px;
  }

  .blg-hero-eyebrow {
    font-size: .65rem;
  }

  .blg-hero-h1 {
    font-size: 1.8rem;
  }

  .blg-cat-tab {
    padding-left: 12px;
    padding-right: 12px;
    font-size: .7rem;
  }

  .blg-featured {
    padding: 40px 16px;
  }

  .blg-featured-img {
    min-height: 200px;
  }

  .blg-featured-h2 {
    font-size: 1.5rem;
  }

  .blg-grid-section {
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blg-card-body {
    padding: 16px;
  }

  .blg-card-h3 {
    font-size: 1.15rem;
  }

  .blg-newsletter {
    padding: 40px 16px;
  }

  .blg-newsletter-h2 {
    font-size: 1.4rem;
  }

  .shp-hero {
    padding: 72px 16px 40px;
  }

  .shp-hero-eyebrow {
    font-size: .65rem;
  }

  .shp-hero-h1 {
    font-size: 1.8rem;
  }

  .shp-filter-wrap.shp-filters.shp-cat-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }

  .shp-filter-wrap.shp-filters.shp-cat-tabs .shp-cat-tab {
    flex: 0 0 auto;
  }

  .shp-cat-tab {
    padding-left: 14px;
    padding-right: 14px;
    font-size: .7rem;
  }

  .shp-grid-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .shp-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .shp-card-img-wrap {
    min-height: 200px;
  }

  .shp-card-body {
    padding: 16px;
  }

  .shp-cta-banner {
    padding: 40px 16px;
  }

  .shp-cta-h2 {
    font-size: 1.6rem;
  }

  .shp-3d-section {
    padding: 48px 16px;
  }

  .shp-3d-h2 {
    font-size: 1.5rem;
  }

  .shp-3d-feat-num {
    font-size: 2rem;
  }

  .hm-section-dark, .hm-section-light, .hm-section-accent {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hm-section-cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hm-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hm-h2, .hm-h2-dark {
    font-size: 28px;
  }

  .hm-p-light, .hm-p-dark {
    font-size: 16px;
  }

  .hm-btn-primary, .hm-btn-outline {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 12px;
  }

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

  .hm-cta-h2 {
    font-size: 24px;
  }

  .art-h1 {
    font-size: 30px;
  }

  .art-cta-h2 {
    font-size: 24px;
  }

  .image-21 {
    width: 120px;
  }

  .image-23 {
    width: 100%;
  }

  .collection-item-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-_0d6c718d-12f5-35fe-41f4-57dc759876cb-9fdadfc6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr .5fr 1fr 1fr;
}

#w-node-_21d63452-9b57-2099-99a5-16a007956f4e-9fdadfc6 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8591ed6f-78cf-1530-ad88-b21495512073-5778701c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr .5fr 1fr 1fr;
}

#w-node-_8591ed6f-78cf-1530-ad88-b21495512078-5778701c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0b981304-7bb3-d369-634d-65a16254c351-e9b2e427 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr .5fr 1fr 1fr;
}

#w-node-_0b981304-7bb3-d369-634d-65a16254c356-e9b2e427 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_228551de-939c-ff20-8b65-4c684e72e2e4-5778ac68 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr .5fr 1fr 1fr;
}

#w-node-_228551de-939c-ff20-8b65-4c684e72e2e9-5778ac68 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9fe90893-9ca9-53b5-4f32-6970f18e8bbd-4e344d28 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr .5fr 1fr 1fr;
}

#w-node-_9fe90893-9ca9-53b5-4f32-6970f18e8bc2-4e344d28 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_383a15bc-3f8d-318a-339f-ba39b11b83cd-7c2c9b4f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr .75fr 1fr;
}

#w-node-_383a15bc-3f8d-318a-339f-ba39b11b83d0-7c2c9b4f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_224fb051-533b-481f-1916-9e7ea082d2a1-29320301 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr .5fr 1fr 1fr;
}

#w-node-_224fb051-533b-481f-1916-9e7ea082d2a6-29320301 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1222a38e-2e53-b066-8894-f740137c2ffa-c667fdd3 {
  align-self: auto;
}

#w-node-_6f773cc9-945d-f063-da5a-64cc7e6c12ac-0687d5b3, #w-node-_8856fd7a-50f1-e623-13d9-7bb509542dcd-0687d5b3, #w-node-e265ae11-86a0-3abf-64bf-a8c499b431de-0687d5b3, #w-node-_3d28c38a-19fd-0bb0-8f11-d9cf216b0244-0687d5b3, #w-node-_269bbc05-de73-0fc4-8499-fc340dc033aa-0687d5b3, #w-node-_06f22951-a890-365a-894d-2d618a443653-0687d5b3, #w-node-_164cf940-97ea-dd8f-2959-477c7315f739-0687d5b3, #w-node-a0359f97-be24-d3ef-f899-abd3a3aae034-0687d5b3, #w-node-_3bf56719-41d6-dca6-87be-33209a888ca9-0687d5b3, #w-node-ac1e5b2d-4a3d-807b-f636-46759dda9ff5-0687d5b3, #w-node-_4b785910-0732-272e-c0d2-ee9bf80abc6c-0687d5b3, #w-node-_40f336e6-5292-b994-82d9-95907678bac7-0687d5b3, #w-node-e05d4094-7362-28d0-01ad-c91af2bb3fbf-0687d5b3, #w-node-_975e041e-d122-777e-5d03-43c3c0f5fabe-0687d5b3, #w-node-_567653a5-b80a-5f61-aaeb-ed1b63524c56-0687d5b3 {
  place-self: center;
}


@font-face {
  font-family: 'Atacama';
  src: url('../fonts/AtacamaTrial-VF-BF63b76d7eda2cb.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atacama';
  src: url('../fonts/AtacamaTrial-Bold-BF63b76d7cc352b.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atacama';
  src: url('../fonts/AtacamaTrial-LightContrast-BF63b76d7e62223.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atacama';
  src: url('../fonts/AtacamaTrial-SemiBold-BF63b76d7da9fdd.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ------- ProductView additions ------- */
.prod-main-grid {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 991px) {
  .prod-main-grid {
    grid-template-columns: 1fr;
  }
}

.prod-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.prod-colors {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 4px 0;
}

.prod-qty {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.prod-qty-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.prod-qty-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #43292a;
  border-radius: 3px;
  background: transparent;
  color: #43292a;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}
.prod-qty-btn:hover {
  background-color: #43292a;
  color: #fbf8f2;
}
.prod-qty-input {
  width: 70px;
  height: 40px;
  text-align: center;
  border: 1px solid #43292a;
  border-radius: 3px;
  background: transparent;
  color: #1c1916;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
}

.prod-meas {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border: 1px solid #e8ddd1;
  border-radius: 3px;
  background-color: #fdfaf3;
}
.prod-meas-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.prod-meas-manage {
  color: #43292a;
  font-family: 'Cormorant Garamond', serif;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
.prod-meas-manage:hover { color: #b79d72; }
.prod-meas-select {
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d8cdbd;
  border-radius: 3px;
  background-color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: .9rem;
  color: #1c1916;
}
.prod-meas-empty {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: .85rem;
  color: #665f58;
  line-height: 1.5;
}
.prod-meas-link {
  color: #43292a;
  text-decoration: underline;
}
.prod-meas-link:hover { color: #b79d72; }

.prod-cta-row {
  flex-direction: column;
  gap: 12px;
}
.prod-cta-row .prod-btn-primary,
.prod-cta-row .prod-btn-secondary {
  width: 100%;
}

.prod-form-error {
  margin: 0;
  padding: 10px 14px;
  border: 1px solid #c0392b;
  border-radius: 3px;
  background-color: #fde7e3;
  color: #8a2317;
  font-family: 'Cormorant Garamond', serif;
  font-size: .9rem;
}

.prod-signin-hint {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: .85rem;
  color: #665f58;
}

/* School-restricted product lock-out (MT School etc.): shown above the
   CTA row when the viewer is not enrolled at the partner institution. */
.prod-school-lock {
  margin: 0;
  padding: 10px 14px;
  border: 1px solid #c8a25a;
  border-radius: 3px;
  background-color: #fbf3e1;
  color: #5d3f12;
  font-family: 'Cormorant Garamond', serif;
  font-size: .9rem;
  line-height: 1.4;
}

/* Lightbox modal triggered from the main product image / thumbnails. */
.prod-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background-color: rgba(15, 12, 11, .92);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  gap: 20px;
}
.prod-lightbox-img {
  max-width: 90vw;
  max-height: 75vh;
  object-fit: contain;
  border-radius: 4px;
  /* No backdrop here — relying on the dark `.prod-lightbox` overlay above
     to be the single source of "background". The previous cream backdrop
     forced a square light rectangle around transparent product PNGs which
     clashed with the rest of the dark modal. Now that product images are
     uploaded with their background stripped, the image silhouette sits
     directly on the dark overlay, exactly as the rest of the chrome (close
     button, thumbnails) reads. */
}
.prod-lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid #fbf8f2;
  background: transparent;
  color: #fbf8f2;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}
.prod-lightbox-close:hover {
  background: #fbf8f2;
  color: #1c1916;
}
.prod-lightbox-strip {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 90vw;
}
.prod-lightbox-thumb {
  width: 70px;
  height: 70px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 3px;
  overflow: hidden;
}
.prod-lightbox-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}