:root {
  --wine: #4c1019;
  --wine-soft: #7c4b54;
  --rose: #b79da0;
  --ink: #242426;
  --muted: #6b5e60;
  --paper: #fffaf6;
  --line: #eadeda;
}

/* Match the manufacturing-process module styling for quality-control content. */
.mq-quality-control {
  padding: 112px max(28px, 6vw) 124px;
  background: #fff;
}

.mq-quality-control-inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.mq-quality-control-header {
  display: block;
  max-width: 850px;
  margin: 0 auto 48px;
  text-align: center;
}

.mq-quality-control-kicker {
  margin: 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.17em;
  line-height: 1.35;
  text-transform: uppercase;
}

.mq-quality-control-heading h2 {
  margin: 18px 0 0;
  color: #3c3333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.mq-quality-control-summary {
  padding-top: 0;
}

.mq-quality-control-summary p {
  max-width: 700px;
  margin: 20px auto 0;
  color: #6e6563;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.mq-quality-control-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin: 20px auto 0;
  padding: 14px 26px;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  background: #fff;
  color: #4a4747;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
}

.mq-quality-control-view-all:hover,
.mq-quality-control-view-all:focus-visible {
  border-color: var(--wine);
  background: var(--wine);
  color: #fff;
}

.mq-quality-control-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 1200px);
  gap: 24px;
}

.mq-quality-control-media {
  aspect-ratio: 400 / 260;
  height: 260px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #eee7e5;
}

.mq-quality-control-card-copy {
  position: static;
  display: flex;
  flex-direction: column;
  min-height: 86px;
  margin: 0;
  padding: 19px 4px 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.mq-quality-control-card-copy h3 {
  margin: 0 0 3px;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
}

.mq-quality-control-card-copy p {
  margin: 0;
  color: #6e6563;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.mq-quality-control-card-copy span {
  margin-top: 16px;
  padding-top: 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .mq-quality-control {
    padding: 76px 20px 84px;
  }

  .mq-quality-control-header {
    margin-bottom: 36px;
  }

  .mq-quality-control-heading h2 {
    font-size: 38px;
  }

  .mq-quality-control-summary p {
    font-size: 16px;
  }

  .mq-quality-control-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mq-quality-control-media {
    height: auto;
  }

  .mq-quality-control-card-copy {
    min-height: 0;
    padding: 17px 2px 4px;
  }

  .mq-quality-control-card-copy h3 {
    font-size: 16px; /* initial override block */
  }
}

/* Restore the original quality-control layout; only heading typography matches the process module. */
.mq-quality-control {
  padding: 108px max(28px, 5.5vw) 120px;
  background: #faf9f6;
}

.mq-quality-control-inner {
  width: 100%;
  margin: 0;
}

.mq-quality-control-header {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  align-items: start;
  gap: clamp(48px, 8vw, 126px);
  margin-bottom: 68px;
  text-align: left;
}

.mq-quality-control-kicker {
  margin: 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.35;
  text-transform: uppercase;
}

.mq-quality-control-heading h2 {
  margin: 18px 0 0;
  color: #3c3333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.mq-quality-control-summary {
  padding-top: 2px;
  text-align: right;
}

.mq-quality-control-summary p {
  max-width: 700px;
  margin: 0;
  color: #6e6563;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.mq-quality-control-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  margin-top: 34px;
  padding: 17px 28px;
  border: 0;
  border-radius: 999px;
  background: #d7e4bd;
  color: #111;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.mq-quality-control-view-all:hover,
.mq-quality-control-view-all:focus-visible {
  border-color: transparent;
  background: #c9daa9;
  color: #111;
}

.mq-quality-control-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: auto;
  gap: clamp(16px, 1.8vw, 28px);
}

.mq-quality-control-media {
  aspect-ratio: 1.08;
  height: auto;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #e8e8e2;
}

.mq-quality-control-card-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 206px;
  margin: -54px 0 0;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 48px 48px 22px 22px;
  background: rgba(250, 250, 244, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 -8px 22px rgba(73, 80, 63, 0.06);
  -webkit-backdrop-filter: blur(18px) saturate(118%) brightness(1.04);
  backdrop-filter: blur(18px) saturate(118%) brightness(1.04);
}

.mq-quality-control-card-copy h3 {
  margin: 0;
  color: #161616;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: clamp(16px, calc(1.6vw - 4px), 23px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.mq-quality-control-card-copy p {
  margin: 18px 0 0;
  color: #737373;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.mq-quality-control-card-copy span {
  margin-top: 16px;
  padding-top: 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 980px) {
  .mq-quality-control-header {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mq-quality-control-summary p {
    max-width: 700px;
  }

  .mq-quality-control-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }
}

@media (max-width: 600px) {
  .mq-quality-control {
    padding: 76px 20px 84px;
  }

  .mq-quality-control-header {
    margin-bottom: 44px;
  }

  .mq-quality-control-kicker {
    font-size: 13px;
  }

  .mq-quality-control-heading h2 {
    margin-top: 18px;
    font-size: 38px;
  }

  .mq-quality-control-summary p {
    font-size: 16px;
  }

  .mq-quality-control-view-all {
    margin-top: 26px;
  }

  .mq-quality-control-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mq-quality-control-media {
    aspect-ratio: 1.12;
    height: auto;
    border-radius: 18px;
  }

  .mq-quality-control-card-copy {
    min-height: 168px;
    margin-top: -44px;
    padding: 27px 26px;
    border-radius: 36px 36px 18px 18px;
  }

  .mq-quality-control-card-copy h3 {
    font-size: 22px;
  }

  .mq-quality-control-card-copy p {
    margin-top: 12px;
    font-size: 15px;
  }
}

/* Match the Request a Quote CTA button to the home set-series button. */
.manufacturing-quality-page .mq-cta .btn {
  width: 274px;
  height: 64px;
  margin-top: 32px;
  border: 0;
  border-radius: 5px;
  background: #fffaf4;
  color: #35130f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.manufacturing-quality-page .mq-cta .btn:hover,
.manufacturing-quality-page .mq-cta .btn:focus-visible {
  border: 0;
  background: #fff;
  box-shadow: 0 14px 28px rgba(31, 8, 7, 0.24);
  outline: 0;
  transform: translateY(-2px);
}

@media (max-width: 1180px) {
  .manufacturing-quality-page .mq-cta .btn {
    width: 230px;
    height: 66px;
    margin-top: 40px;
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .manufacturing-quality-page .mq-cta .btn {
    width: min(100%, 264px);
    height: 58px;
    margin-top: 30px;
    font-size: 16px;
  }
}

/* Manufacturing eyebrow alignment and sizing. */
.manufacturing-quality-page .mq-eyebrow,
.manufacturing-quality-page .mq-section-kicker,
.manufacturing-quality-page .mq-pillars > header > p,
.manufacturing-quality-page .mq-material-comparison-kicker,
.manufacturing-quality-page .mq-why-choose-kicker,
.manufacturing-quality-page .mq-quality-control-kicker,
.manufacturing-quality-page .mq-certifications-kicker,
.manufacturing-quality-page .mq-faq-kicker,
.manufacturing-quality-page .mq-factory-heading > p:first-child,
.manufacturing-quality-page .mq-cta > p:first-child {
  color: #a75364;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}

.manufacturing-quality-page .mq-cta > p:first-child {
  color: #fff;
}

.manufacturing-quality-page .mq-cta {
  background: var(--wine);
}

/* Custom Sets CTA button: same dimensions and treatment as Manufacturing's Request a Quote button. */
.b2b-page.b2b-sets-page .b2b-final-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 66px 28px;
}

.b2b-page.b2b-sets-page .b2b-final-cta .btn {
  width: 274px;
  height: 64px;
  margin-top: 22px;
  border: 0;
  border-radius: 5px;
  background: #fffaf4;
  color: #35130f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.b2b-page.b2b-sets-page .b2b-final-cta > .b2b-eyebrow,
.b2b-page.b2b-sets-page .b2b-final-cta > h2,
.b2b-page.b2b-sets-page .b2b-final-cta > p:not(.b2b-eyebrow) {
  position: relative;
  top: -3px;
}

.b2b-page.b2b-sets-page .b2b-final-cta .btn:hover,
.b2b-page.b2b-sets-page .b2b-final-cta .btn:focus-visible {
  border: 0;
  background: #fff;
  box-shadow: 0 14px 28px rgba(31, 8, 7, .24);
  outline: 0;
  transform: translateY(-2px);
}

@media (max-width: 1180px) {
  .b2b-page.b2b-sets-page .b2b-final-cta .btn {
    width: 230px;
    height: 66px;
    margin-top: 30px;
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .b2b-page.b2b-sets-page .b2b-final-cta .btn {
    width: min(100%, 264px);
    height: 58px;
    margin-top: 20px;
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .b2b-page.b2b-sets-page .b2b-final-cta {
    padding: 34px 24px;
  }
}

/* The production-step update only supplies media; all existing step typography and layout remain intact. */
.b2b-sets-page .b2b-process-desktop-break {
  display: none;
}

.b2b-sets-page .b2b-process-card {
  display: block;
}

.b2b-sets-page .b2b-process-card > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.27 / 1;
  object-fit: cover;
  margin-top: 16px;
}

.b2b-sets-page .b2b-process-card p {
  font-size: 15px;
}

.b2b-sets-page .b2b-steps li {
  border-top: 0;
}

.b2b-sets-page .b2b-steps b {
  font-size: 15px;
}

/* Bulk process modules use the same image-led cards as Custom Solutions. */
.b2b-bulk-process .b2b-process-card {
  display: block;
}

.b2b-bulk-process .b2b-process-card > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.27 / 1;
  object-fit: cover;
  margin-top: 16px;
}

.b2b-bulk-process .b2b-process-card p {
  font-size: 15px;
}

.b2b-bulk-process .b2b-steps li {
  border-top: 0;
}

.b2b-bulk-process .b2b-steps b {
  font-size: 15px;
}

/* Match only the manufacturing page's Request a Quote button treatment. */
.b2b-sets-page .b2b-final-cta .btn {
  width: 274px;
  height: 64px;
  margin-top: 32px;
  border: 0;
  border-radius: 5px;
  background: #fffaf4;
  color: #35130f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.b2b-sets-page .b2b-final-cta .btn:hover,
.b2b-sets-page .b2b-final-cta .btn:focus-visible {
  border: 0;
  background: #fff;
  box-shadow: 0 14px 28px rgba(31, 8, 7, .24);
  outline: 0;
  transform: translateY(-2px);
}

@media (max-width: 1180px) {
  .b2b-sets-page .b2b-final-cta .btn {
    width: 230px;
    height: 66px;
    margin-top: 40px;
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .b2b-sets-page .b2b-final-cta .btn {
    width: min(100%, 264px);
    height: 58px;
    margin-top: 30px;
    font-size: 16px;
  }
}

.manufacturing-quality-page .mq-material-comparison-kicker {
  font-size: 16px;
}

/* Final CTA height override. */
.mq-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 360px;
  min-height: 360px;
  padding: 24px !important;
}

/* Align the section header with the content edges of the image grid. */
.mq-quality-control-heading {
  justify-self: start;
  text-align: left;
}

.mq-quality-control-summary {
  justify-self: end;
  text-align: right;
}

.mq-quality-control-summary p {
  margin-left: auto;
  margin-right: 0;
}

.mq-quality-control-grid {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 980px) {
  .mq-quality-control-heading,
  .mq-quality-control-summary {
    justify-self: stretch;
  }
}

/* Keep the Request a Quote call-to-action at a consistent 360px height. */
.mq-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 360px;
  min-height: 360px;
  padding: 24px;
}

/* Mahjong material comparison guide. */
.mq-material-comparison {
  padding: 68px max(28px, 6vw) 88px;
  background: #fff;
}

.mq-material-comparison-heading {
  width: min(100%, 1180px);
  margin: 0 auto 68px;
  text-align: center;
}

.mq-material-comparison-card {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 38px 64px 42px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(66, 70, 88, 0.1);
}

.mq-material-comparison-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 42px auto 0;
  padding: 7px 16px;
  border-radius: 999px;
  background: #eee8ff;
  color: #5c45bd;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.mq-material-comparison-kicker span {
  font-size: 19px;
  line-height: 0.8;
}

.mq-material-comparison-heading h2 {
  margin: 0;
  color: #171a29;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-align: center;
}

.mq-material-comparison-table-wrap {
  overflow-x: auto;
  outline: none;
  scrollbar-width: thin;
}

.mq-material-comparison-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  table-layout: fixed;
  color: #303649;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
}

.mq-material-comparison-table th,
.mq-material-comparison-table td {
  padding: 17px 18px;
  border-bottom: 1px solid #e4e6ed;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.42;
  text-align: left;
  vertical-align: middle;
}

.mq-material-comparison-table thead th {
  padding-top: 0;
  padding-bottom: 19px;
  color: #171a29;
  font-size: 16px;
  font-weight: 500;
  vertical-align: top;
}

.mq-material-comparison-table thead th:first-child,
.mq-material-comparison-table tbody th {
  width: 20%;
  padding-left: 0;
}

.mq-material-comparison-table thead th:not(:first-child) {
  text-align: center;
}

.mq-material-comparison-table tbody th {
  color: #171a29;
  font-size: 16px;
  font-weight: 600;
}

.mq-material-comparison-table tbody tr:last-child th,
.mq-material-comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.mq-material-comparison-name {
  display: block;
  min-height: 22px;
}

.mq-material-comparison-table img {
  display: block;
  width: 130px;
  height: 130px;
  margin: 12px auto 0;
  object-fit: cover;
  border-radius: 10px;
}

.mq-material-comparison-table-wrap:focus-visible {
  outline: 2px solid rgba(92, 69, 189, 0.45);
  outline-offset: 5px;
}

@media (max-width: 700px) {
  .mq-material-comparison {
    padding: 48px 16px 64px;
  }

  .mq-material-comparison-card {
    padding: 28px 20px 30px;
    border-radius: 22px;
  }

  .mq-material-comparison-card > h2 {
    margin: 19px 0 30px;
    font-size: 38px;
  }

  .mq-material-comparison-table {
    min-width: 780px;
  }

  .mq-material-comparison-table th,
  .mq-material-comparison-table td {
    padding: 15px 14px;
    font-size: 14px;
  }

  .mq-material-comparison-table thead th:first-child,
  .mq-material-comparison-table tbody th {
    padding-left: 0;
  }
}

/* Why brands choose Mahjoco. */
.mq-why-choose {
  padding: 116px max(28px, 6vw) 124px;
  background: #fbfaf8;
}

.mq-why-choose-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: stretch;
  width: 100%;
  margin: 0;
  gap: clamp(48px, 5.5vw, 86px);
}

.mq-why-choose-intro {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.mq-why-choose-kicker {
  margin: 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.35;
}

.mq-why-choose-intro h2 {
  max-width: 560px;
  margin: 24px 0 0;
  color: #242426;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, calc(4.4vw - 16px), 42px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.mq-why-choose-description {
  max-width: 520px;
  margin: 28px 0 0;
  color: #6e6563;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.mq-why-choose-media {
  width: calc(100% - 30px);
  aspect-ratio: 1.07;
  margin: 48px 0 0;
  overflow: hidden;
  background: #eee9e5;
}

.mq-why-choose-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mq-why-choose-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 332px;
  align-self: start;
  transform: translateY(20px);
  row-gap: 30px;
  column-gap: 20px;
}

.mq-why-choose-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 48px 48px 40px;
  border: 1px solid #e7dfda;
  border-radius: 44px;
  background: #fff;
}

.mq-why-choose-card h3 {
  margin: 0;
  color: #201b18;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: clamp(20px, 1.5vw, 28px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.mq-why-choose-card p {
  max-width: none;
  margin: 28px 0 0;
  color: #40342f;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

.mq-why-choose-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.mq-why-choose-card a:hover,
.mq-why-choose-card a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 900px) {
  .mq-why-choose-inner {
    grid-template-columns: 1fr;
    max-width: none;
    margin: 0;
  }

  .mq-why-choose-cards {
    transform: none;
  }

  .mq-why-choose-intro h2,
  .mq-why-choose-description {
    max-width: 680px;
  }

  .mq-why-choose-media {
    max-width: 680px;
  }
}

@media (max-width: 600px) {
  .mq-why-choose {
    padding: 76px 20px 84px;
  }

  .mq-why-choose-inner {
    gap: 42px;
  }

  .mq-why-choose-intro h2 {
    margin-top: 20px;
    font-size: 22px;
  }

  .mq-why-choose-description {
    margin-top: 22px;
    font-size: 16px;
  }

  .mq-why-choose-media {
    margin-top: 32px;
  }

  .mq-why-choose-cards {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
    row-gap: 26px;
    column-gap: 16px;
  }

  .mq-why-choose-card {
    min-height: 0;
    padding: 34px 28px 30px;
    border-radius: 32px;
  }

  .mq-why-choose-card h3 {
    font-size: 20px;
  }

  .mq-why-choose-card p {
    margin-top: 18px;
    font-size: 16px;
  }
}

/* Quality control at every step. */
.mq-quality-control {
  padding: 108px max(28px, 5.5vw) 120px;
  background: #faf9f6;
}

.mq-quality-control-inner {
  width: 100%;
  margin: 0;
}

.mq-quality-control-header {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  align-items: start;
  gap: clamp(48px, 8vw, 126px);
  margin-bottom: 68px;
}

.mq-quality-control-kicker {
  margin: 0;
  color: #83966d;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.mq-quality-control-heading h2 {
  max-width: 560px;
  margin: 24px 0 0;
  color: #242426;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, calc(4.4vw - 16px), 42px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.mq-quality-control-summary {
  padding-top: 2px;
}

.mq-quality-control-summary p {
  max-width: 520px;
  margin: 0;
  color: #5f6060;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.55;
}

.mq-quality-control-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  margin-top: 38px;
  padding: 17px 28px;
  border-radius: 999px;
  background: #d7e4bd;
  color: #111;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.mq-quality-control-view-all:hover,
.mq-quality-control-view-all:focus-visible {
  background: #c9daa9;
}

.mq-quality-control-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 28px);
}

.mq-quality-control-card {
  min-width: 0;
}

.mq-quality-control-media {
  aspect-ratio: 1.08;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #e8e8e2;
}

.mq-quality-control-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mq-quality-control-card-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 206px;
  margin: -54px 0 0;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 48px 48px 22px 22px;
  background: rgba(250, 250, 244, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 -8px 22px rgba(73, 80, 63, 0.06);
  -webkit-backdrop-filter: blur(18px) saturate(118%) brightness(1.04);
  backdrop-filter: blur(18px) saturate(118%) brightness(1.04);
}

.mq-quality-control-card-copy h3 {
  margin: 0;
  color: #161616;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: clamp(16px, calc(1.6vw - 4px), 23px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.mq-quality-control-card-copy p {
  margin: 18px 0 0;
  color: #737373;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.mq-quality-control-card-copy span {
  margin-top: 16px;
  padding-top: 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 980px) {
  .mq-quality-control-header {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mq-quality-control-summary p {
    max-width: 700px;
  }

  .mq-quality-control-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }
}

@media (max-width: 600px) {
  .mq-quality-control {
    padding: 76px 20px 84px;
  }

  .mq-quality-control-header {
    margin-bottom: 44px;
  }

  .mq-quality-control-kicker {
    font-size: 13px;
  }

  .mq-quality-control-heading h2 {
    margin-top: 18px;
    font-size: 42px;
  }

  .mq-quality-control-summary p {
    font-size: 16px;
  }

  .mq-quality-control-view-all {
    margin-top: 26px;
  }

  .mq-quality-control-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mq-quality-control-media {
    aspect-ratio: 1.12;
    border-radius: 18px;
  }

  .mq-quality-control-card-copy {
    min-height: 168px;
    margin-top: -44px;
    padding: 27px 26px;
    border-radius: 36px 36px 18px 18px;
  }

  .mq-quality-control-card-copy h3 {
    font-size: 22px;
  }

  .mq-quality-control-card-copy p {
    margin-top: 12px;
    font-size: 15px;
  }
}

/* Keep the Material Guide label on the same color as the home hero eyebrow. */
.manufacturing-quality-page .mq-material-comparison-kicker,
.manufacturing-quality-page .mq-material-comparison-kicker span {
  color: #a75364;
}

.mq-faq {
  padding: 108px max(28px, 5.5vw) 120px;
  background: #fff;
}

.mq-faq-inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.mq-faq-header {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.mq-faq-kicker {
  margin: 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.35;
  text-transform: uppercase;
}

.mq-faq-header h2 {
  margin: 18px 0 0;
  color: #3c3333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.mq-faq-header > p:last-child {
  max-width: 700px;
  margin: 20px auto 0;
  color: #6e6563;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.mq-faq-list {
  border-top: 1px solid #e4ded9;
}

.mq-faq-item {
  border-bottom: 1px solid #e4ded9;
}

.mq-faq-item h3 {
  margin: 0;
}

.mq-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
  padding: 22px 0;
  color: #3c3333;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.mq-faq-question:hover {
  color: var(--wine);
}

.mq-faq-question:focus-visible {
  outline: 2px solid rgba(76, 16, 25, 0.35);
  outline-offset: 4px;
}

.mq-faq-icon {
  flex: 0 0 auto;
  width: 24px;
  color: var(--wine);
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.mq-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.26s ease;
}

.mq-faq-item.is-open .mq-faq-answer {
  grid-template-rows: 1fr;
}

.mq-faq-answer-inner {
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding: 0;
  color: #6e6563;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.mq-faq-item.is-open .mq-faq-answer-inner {
  padding: 0 0 24px;
}

.mq-faq-answer-inner p {
  margin: 0;
}

.mq-faq-answer-inner p + p {
  margin-top: 12px;
}

@media (max-width: 700px) {
  .mq-faq {
    padding: 76px 20px 84px;
  }

  .mq-faq-header {
    margin-bottom: 36px;
  }

  .mq-faq-header h2 {
    font-size: 34px;
  }

  .mq-faq-question {
    gap: 16px;
    padding: 19px 0;
    font-size: 17px;
  }

  .mq-faq-answer-inner {
    font-size: 16px;
  }

  .mq-faq-item.is-open .mq-faq-answer-inner {
    padding: 0 0 20px;
  }
}

/* Certifications for the U.S. market. */
.mq-certifications {
  padding: 104px max(28px, 3.2vw) 120px;
  background: #fff;
}

.mq-certifications-inner {
  width: min(100%, 1580px);
  margin: 0 auto;
}

.mq-certifications-header {
  margin: 0 auto 64px;
  text-align: center;
}

.mq-certifications-kicker {
  margin: 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.35;
}

.mq-certifications-header h2 {
  margin: 18px 0 0;
  color: #3c3333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.mq-certifications-header > p:last-child {
  max-width: 700px;
  margin: 20px auto 0;
  color: #6e6563;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.mq-certifications-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: clamp(14px, 1.7vw, 28px);
}

.mq-certification-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  background: #fdfdfd;
  box-shadow: 0 8px 16px rgba(34, 34, 34, 0.05);
}

.mq-certification-card--featured {
  width: calc(100% + 20px);
  margin-left: -10px;
  box-shadow: 0 18px 28px rgba(34, 34, 34, 0.14);
}

.mq-certification-media {
  height: clamp(300px, 24vw, 386px);
  margin: 0;
  overflow: hidden;
  background: #f1f1ef;
}

.mq-certification-card--featured .mq-certification-media {
  height: calc(clamp(300px, 24vw, 386px) + 20px);
}

.mq-certification-card:nth-child(1) .mq-certification-media,
.mq-certification-card:nth-child(5) .mq-certification-media {
  height: calc(clamp(300px, 24vw, 386px) - 30px);
}

.mq-certification-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mq-certification-copy {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 112px;
  min-height: 0;
  margin-top: 0;
  padding: 20px 22px 22px;
  background: linear-gradient(150deg, rgba(189, 189, 189, 0.78), rgba(87, 87, 87, 0.86));
  color: #fff;
}

.mq-certification-copy h3 {
  margin: 0;
  color: #fff;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: clamp(12px, calc(1.35vw - 5px), 18px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.mq-certification-copy p {
  width: calc(100% + 20px);
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .mq-certifications-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 24px;
  }

  .mq-certification-card--featured {
    transform: none;
    width: auto;
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .mq-certifications {
    padding: 76px 20px 84px;
  }

  .mq-certifications-header {
    margin-bottom: 42px;
  }

  .mq-certifications-kicker {
    font-size: 13px;
  }

  .mq-certifications-header h2 {
    margin-top: 18px;
    font-size: 38px;
  }

  .mq-certifications-header > p:last-child {
    margin-top: 20px;
    font-size: 16px;
  }

  .mq-certifications-break {
    display: none;
  }

  .mq-certifications-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mq-certification-media,
  .mq-certification-card--featured .mq-certification-media,
  .mq-certification-card:nth-child(1) .mq-certification-media,
  .mq-certification-card:nth-child(5) .mq-certification-media {
    height: 300px;
  }

  .mq-certification-copy {
    height: 112px;
    min-height: 0;
    padding: 20px 22px 22px;
  }
}

* {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.home-page {
  background: #fdf9f8;
}

body.home-page main > section + section {
  margin-top: 20px;
}

body.home-page main > section.features {
  margin-top: 0;
}

body.home-page main > section.set-series,
body.home-page main > section.set-series + section {
  margin-top: 0;
}

body.search-open {
  overflow: hidden;
}

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

button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.site-header {
  position: sticky;
  top: -40px;
  z-index: 19;
  background: #fff;
}

.topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 40px;
  padding: 0 34px;
  background: linear-gradient(90deg, #ad9599, #b49da0 58%, #a98f91);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: none;
}

.topbar-left,
.topbar-message,
.socials,
.shipping {
  display: flex;
  align-items: center;
}

.topbar-message {
  justify-content: center;
  gap: 22px;
  font-size: 12px;
  letter-spacing: 1.2px;
  white-space: nowrap;
}

.topbar-dot {
  font-size: 12px;
  line-height: 1;
}

.topbar-left {
  gap: 16px;
}

.topbar-left span {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.68);
}

.shipping {
  gap: 28px;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 0.3px;
}

.shipping button {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  opacity: 0.9;
}

.socials {
  justify-content: flex-end;
  gap: 17px;
  letter-spacing: 0;
  text-transform: none;
}

.socials a {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
}

.socials svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.socials a[aria-label="Facebook"] svg,
.socials a[aria-label="Pinterest"] svg,
.socials a[aria-label="TikTok"] svg,
.socials a[aria-label="LinkedIn"] svg {
  fill: currentColor;
  stroke: none;
}


.mainnav {
  position: relative;
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 90px;
  padding: 0 20px 0 30px;
  border-bottom: 1px solid rgba(86, 16, 26, 0.05);
  box-shadow: none;
  background: rgba(255, 255, 255, 0.96);
}

.brand {
  display: flex;
  align-items: center;
  color: var(--wine);
  min-width: 0;
  transform: translate(-6px, 3px);
}

.brand img {
  display: block;
  width: auto;
  height: 42px;
}

.navlinks {
  display: flex;
  align-items: center;
  justify-self: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  transform: translateX(-50px);
  gap: clamp(46px, calc(2.5vw + 10px), 66px);
  color: #282a2b;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-item {
  position: relative;
  z-index: 1;
}

.navlinks > .nav-item {
  position: relative;
}

.navlinks > .nav-item:first-child {
  position: static;
}

.nav-item:hover,
.nav-item:focus-within {
  z-index: 60;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 34px 0;
}

.nav-link::before {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  height: 2px;
  background: #781927;
  content: "";
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: left center;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-link::after {
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transition: transform 0.18s ease, margin-top 0.18s ease;
}

.nav-item-plain .nav-link::after {
  display: none;
}

.nav-item:hover .nav-link,
.nav-item:focus-within .nav-link {
  color: var(--wine);
}

.nav-item:hover .nav-link::before,
.nav-item:focus-within .nav-link::before {
  opacity: 1;
  transform: scaleX(1);
}

.nav-item:hover .nav-link::after,
.nav-item:focus-within .nav-link::after {
  margin-top: 4px;
  transform: rotate(225deg);
}

.nav-item-plain:hover .nav-link::after,
.nav-item-plain:focus-within .nav-link::after {
  display: none;
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1000;
  display: grid;
  min-width: 250px;
  padding: 25px 30px 28px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(76, 16, 25, 0.08);
  color: var(--wine);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  opacity: 0;
  pointer-events: none;
  text-transform: none;
  transform: translate(-50%, 10px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-dropdown a {
  position: relative;
  display: block;
  width: max-content;
  padding: 10px 0;
  white-space: nowrap;
}

.nav-dropdown a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: #781927;
  content: "";
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: left center;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus {
  color: var(--wine);
}

.nav-dropdown a:hover::after,
.nav-dropdown a:focus::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-dropdown-products {
  left: 50%;
  right: auto;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  display: grid;
  width: 100vw;
  min-width: 100vw;
  padding: 34px 30px 38px;
  color: var(--wine);
  transform: translate(calc(-50% + 34px), 10px);
}

.nav-dropdown-products .nav-dropdown-column {
  min-width: 0;
  padding: 0 22px;
}

.nav-dropdown-products .nav-dropdown-column + .nav-dropdown-column {
  border-left: 1px solid var(--line);
}

.nav-dropdown-products a {
  width: max-content;
  max-width: 100%;
  padding: 10px 0;
  color: var(--wine-soft);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  white-space: normal;
}

.nav-dropdown-products .nav-dropdown-heading {
  padding: 0 0 18px;
  color: var(--wine);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-dropdown-products a:not(.nav-dropdown-heading) {
  font-weight: 400;
}

.nav-dropdown-products a:not(.nav-dropdown-heading)::after {
  height: 2px;
  background: #781927;
}

.nav-dropdown-products .nav-dropdown-heading::after {
  display: none;
}

.nav-dropdown-products a:hover,
.nav-dropdown-products a:focus {
  color: var(--wine);
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-item:hover .nav-dropdown-products,
.nav-item:focus-within .nav-dropdown-products {
  transform: translate(calc(-50% + 34px), 0);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--wine);
  justify-self: end;
  white-space: nowrap;
}

.nav-actions button {
  position: relative;
  width: 28px;
  height: 28px;
  padding: 0;
  transform: translateX(-6px);
}

.nav-actions svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.nav-separator {
  width: 1px;
  height: 38px;
  background: rgba(76, 16, 25, 0.35);
}

.quote,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

.quote {
  width: 174px;
  height: 46px;
  background: var(--wine);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  background: rgba(36, 36, 38, 0.46);
  opacity: 0;
  transition: opacity 0.24s ease;
}

body.search-open .search-overlay {
  opacity: 1;
}

.search-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 21;
  width: min(640px, calc(100vw - 96px));
  height: 100vh;
  background: #fffaf8;
  color: var(--wine);
  box-shadow: -18px 0 42px rgba(76, 16, 25, 0.12);
  transform: translateX(100%);
  transition: transform 0.28s ease;
}

body.search-open .search-panel {
  transform: translateX(0);
}

.search-panel-inner {
  height: 100%;
  overflow-y: auto;
  padding: 24px 30px 40px;
  scrollbar-color: #bdbdbd transparent;
  scrollbar-width: thin;
}

.search-panel-inner::-webkit-scrollbar {
  width: 14px;
}

.search-panel-inner::-webkit-scrollbar-thumb {
  border: 4px solid #fffaf8;
  border-radius: 999px;
  background: #c7b6b8;
}

.search-form {
  display: grid;
  grid-template-columns: 28px 1fr 30px;
  align-items: center;
  gap: 11px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(76, 16, 25, 0.48);
}

.search-form svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.search-form input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--ink);
  font: inherit;
  font-size: 18px;
  line-height: 1.2;
}

.search-form input::placeholder {
  color: var(--wine-soft);
  opacity: 1;
}

.search-close {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  color: var(--wine);
}

.search-close span {
  position: absolute;
  top: 14px;
  left: 4px;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.search-close span:first-child {
  transform: rotate(45deg);
}

.search-close span:last-child {
  transform: rotate(-45deg);
}

.popular-searches {
  padding: 34px 0 30px;
  border-bottom: 1px solid var(--line);
}

.searched-products {
  padding-top: 34px;
}

.popular-searches h2,
.searched-products h2 {
  margin: 0;
  color: var(--wine);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.popular-searches p {
  margin: 18px 0 0;
  color: var(--wine-soft);
  font-size: 16px;
  line-height: 1.35;
}

.search-product-list {
  display: grid;
  gap: 26px;
  margin-top: 28px;
}

.search-product {
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  gap: 18px;
  color: var(--ink);
}

.search-product img {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 4px;
  background: #fbf6f3;
  object-fit: cover;
}

.search-product strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.22;
}

.search-product em {
  display: block;
  margin-top: 14px;
  color: var(--wine-soft);
  font-size: 16px;
  font-style: normal;
  line-height: 1;
}

.hero {
  min-height: 624px;
  background-color: #fbf5f1;
  background-image: linear-gradient(90deg, rgba(252, 247, 243, 0.9) 0%, rgba(252, 247, 243, 0.61) 34%, rgba(252, 247, 243, 0.09) 58%), url("assets/home/hero-banner.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-hero {
  min-height: 564px;
}

.hero.custom-sets-hero {
  min-height: 560px;
  background-image: linear-gradient(90deg, rgba(252, 247, 243, 0.9) 0%, rgba(252, 247, 243, 0.61) 34%, rgba(252, 247, 243, 0.09) 58%), url("assets/custom-solution/Custom-Mahjong-Sets/hero.webp");
}

.custom-sets-page .content-page {
  display: flex;
  flex-direction: column;
}

.custom-sets-page .content-page .hero {
  order: 1;
}

.custom-sets-page .content-page .custom-options {
  order: 2;
  padding-top: 130px;
}

.custom-sets-page .content-page .custom-process {
  order: 3;
}

.hero.custom-sets-hero .hero-buttons .btn {
  width: 314px;
}

.hero.custom-sets-hero .hero-copy {
  padding-left: 70px;
}

.custom-subpage-hero > img {
  display: none;
}

.custom-subpage-private .custom-subpage-hero {
  background-image: linear-gradient(90deg, rgba(252, 247, 243, 0.9) 0%, rgba(252, 247, 243, 0.61) 34%, rgba(252, 247, 243, 0.09) 58%), url("assets/home/private-label-programs-solution.webp");
}

.custom-subpage-event .custom-subpage-hero {
  background-image: linear-gradient(90deg, rgba(252, 247, 243, 0.9) 0%, rgba(252, 247, 243, 0.61) 34%, rgba(252, 247, 243, 0.09) 58%), url("assets/home/event-corporate-gifting-solution.webp");
}

.hero-copy {
  width: min(760px, 56vw);
  padding: 148px 0 0 50px;
}

.eyebrow {
  margin: 0 0 18px;
  color: #a75364;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-style: italic;
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 3.85vw, 56px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.hero h1 em {
  font-style: italic;
}

.intro {
  width: 520px;
  margin: 24px 0 49px;
  font-size: 18px;
  line-height: 1.6;
}

.hero-buttons {
  display: flex;
  gap: 24px;
}

.btn {
  width: 194px;
  height: 42px;
  border: 1px solid var(--wine);
}

.hero-buttons .btn {
  width: 214px;
  height: 62px;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

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

.btn.primary:hover,
.btn.primary:focus {
  background: #651825;
  border-color: #651825;
  box-shadow: 0 10px 22px rgba(76, 16, 25, 0.18);
  transform: translateY(-2px);
}

.btn.secondary {
  background: rgba(255, 255, 255, 0.48);
  color: var(--wine);
}

.btn.secondary:hover,
.btn.secondary:focus {
  background: var(--wine);
  color: #fff;
  box-shadow: 0 10px 22px rgba(76, 16, 25, 0.14);
  transform: translateY(-2px);
}

.features {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  align-items: center;
  gap: 32px;
  max-width: 1230px;
  margin: 0 auto;
  padding: 28px 10px 27px;
}

.features::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: #fff;
  content: "";
  transform: translateX(-50%);
}

.features article {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.feature-icon {
  width: 30px;
  color: #a05a64;
  font-size: 32px;
  text-align: center;
}

.features h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.15;
}

.features p {
  margin: 3px 0 0;
  color: #4f4545;
  font-size: 16px;
}

.product-showcase {
  background: #fcf9f8;
}

.product-showcase-inner {
  max-width: none;
  margin: 0 auto;
  padding: 66px 50px 74px;
}

.product-showcase-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 25px;
}

.product-showcase h2 {
  margin: 0;
  color: #312c2c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
}

.product-showcase-header a {
  color: #312c2c;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.capabilities-intro .product-showcase-header {
  margin-bottom: 32px;
}

.capabilities-intro h2 {
  font-size: 32px;
}

.capabilities-intro .product-showcase-header p {
  max-width: 880px;
  margin: 20px 0 0;
  color: #4f4545;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.capability-card {
  display: flex;
  overflow: hidden;
  min-width: 0;
  border: none;
  border-radius: 6px;
  background: #fff;
  color: #312c2c;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.capability-card-media {
  position: relative;
  overflow: hidden;
  background: #f4efed;
}

.capability-card-media::before {
  display: block;
  padding-top: calc(75% + 26px);
  content: "";
}

.capability-badge {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  padding: 7px 10px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 2px 8px rgba(49, 44, 44, 0.08);
  color: #312c2c;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  transition: opacity 0.2s ease;
}

.capability-card-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.capability-card:nth-child(2) .capability-card-media img,
.capability-card:nth-child(5) .capability-card-media img {
  object-position: center 45%;
}

.capability-card-copy {
  display: flex;
  min-height: 222px;
  padding: 24px 18px 28px;
  flex: 1;
  flex-direction: column;
}

.capability-card h3 {
  margin: 0;
  min-height: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.18;
}

.capability-card p {
  margin: 11px 0 15px;
  min-height: 40.3px;
  color: #625959;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

.capability-tags {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
  min-height: 24px;
  margin-bottom: 20px;
}

.capability-tags span {
  padding: 6px 8px;
  border: 1px solid #e3d8d4;
  border-radius: 999px;
  background: #fcf8f6;
  color: #665657;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}

.capability-card-copy > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.capability-card-copy > span > span {
  font-size: 16px;
}

.capability-card:hover,
.capability-card:focus-visible {
  border-color: #bca5a4;
  box-shadow: 0 12px 28px rgba(75, 38, 41, 0.1);
  outline: 0;
  transform: translateY(-3px);
}

.capability-card:hover .capability-card-copy > span,
.capability-card:focus-visible .capability-card-copy > span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.capability-card:hover img,
.capability-card:focus-visible img {
  transform: scale(1.04);
}

.capability-card:hover .capability-badge,
.capability-card:focus-visible .capability-badge {
  opacity: 0;
}

.projects-collections {
  height: auto;
  min-height: 0;
  overflow: visible;
  background: #fff;
  color: #312c2c;
}

.projects-collections-inner {
  padding: 128px 50px 156px;
}

.projects-collections h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
}

.projects-collections-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.projects-collections-header a {
  color: #3d3838;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.projects-collections-header a.is-seasonal {
  transform: translateY(10px);
}

.projects-collections-tabs {
  display: flex;
  gap: 34px;
  margin: 28px 0 32px;
  border-bottom: 1px solid #e7deda;
}

.projects-collections-tabs button {
  position: relative;
  padding: 0 0 13px;
  color: #6a6060;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}

.projects-collections-tabs button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
  content: "";
}

.projects-collections-tabs button.active {
  color: var(--wine);
}

.projects-collections-tabs button.active::after {
  background: var(--wine);
}

.projects-collections-tabs button:focus-visible {
  outline: 1px solid var(--wine);
  outline-offset: 5px;
}

.projects-collections-grid {
  display: grid;
  gap: 18px;
}

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

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

.projects-collections .seasonal-collection-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.projects-collections-card {
  display: block;
  min-width: 0;
  color: #312c2c;
}

.projects-collections-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 5px;
  background: #f4efed;
}

.projects-collections-image img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.projects-collections-card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 12px 0 0;
  color: #303033;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.projects-collections-card p {
  margin: 10px 0 0;
  color: #303033;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.projects-collections-card .projects-collections-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  margin-top: 22px;
  padding: 0 12px;
  border: 1px solid #dedbda;
  border-radius: 4px;
  background: #fff;
  color: #4f4a4a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.projects-collections-card:hover img,
.projects-collections-card:focus-visible img {
  transform: scale(1.035);
}

.projects-collections-card:hover .projects-collections-cta,
.projects-collections-card:focus-visible .projects-collections-cta {
  border-color: var(--wine);
  background: var(--wine);
  color: #fff;
}

.projects-collections-card:focus-visible {
  outline: 1px solid var(--wine);
  outline-offset: 4px;
}

.projects-collections .product-card .product-cta {
  margin-top: auto;
  transform: translateY(20px);
}

@media (max-width: 1180px) {
  .capabilities-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .capabilities-intro .product-showcase-header {
    margin-bottom: 24px;
  }

  .capabilities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .capability-card-copy {
    min-height: 214px;
    padding: 17px 15px 16px;
  }

  .capability-card h3 {
    font-size: 19px;
  }

  .projects-collections-inner {
    padding: 114px 20px 142px;
  }

  .projects-collections h2 {
    font-size: 28px;
  }

  .projects-collections-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .projects-collections-header a {
    font-size: 14px;
  }

  .projects-collections-tabs {
    gap: 24px;
    overflow-x: auto;
    margin: 24px 0 28px;
  }

  .projects-collections-tabs button {
    font-size: 17px;
  }
}

@media (max-width: 520px) {
  .capabilities-intro .product-showcase-inner {
    padding-inline: 20px;
  }

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

  .featured-projects-grid,
  .seasonal-projects-grid {
    grid-template-columns: 1fr;
  }

  .capability-card-media {
    aspect-ratio: 16 / 10;
  }

  .capability-card-copy {
    min-height: 0;
  }
}

.home-hero .hero-copy {
  width: min(820px, calc(56vw + 60px));
  padding-top: 108px;
}

.home-hero h1 {
  font-size: clamp(38px, 3.85vw, 50px);
  white-space: nowrap;
}

.home-hero .eyebrow {
  margin-bottom: 22px;
}

.home-hero .intro {
  margin-top: 28px;
  margin-bottom: 53px;
}

.home-hero .hero-buttons .btn {
  width: 250px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  overflow: hidden;
}

.product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-width: 0;
  color: #303033;
}

.product-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  background: #f5f3f2;
}

.product-card:nth-child(n + 7) {
  display: none;
}

.product-card img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px;
  object-fit: cover;
  transition: transform 0.24s ease;
}

.product-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 7px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  color: #303033;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.product-card strong {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 12px;
  min-height: 38.4px;
  color: #303033;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-rating {
  display: block;
  margin-top: 10px;
  min-height: 36px;
  color: #4f4a4a;
  font-size: 15px;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  line-height: 1.2;
}

.product-rating {
  color: #303033;
}

.product-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 20px);
  height: 40px;
  margin-top: 32px;
  padding: 0 12px;
  border: 1px solid #dedbda;
  border-radius: 4px;
  background: #fff;
  color: #4f4a4a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.product-card:hover,
.product-card:focus-visible {
  outline: 0;
}

.product-card:hover img,
.product-card:focus-visible img {
  transform: scale(1.035);
}

.product-card:hover .product-cta,
.product-card:focus-visible .product-cta {
  border-color: var(--wine);
  background: var(--wine);
  color: #fff;
}

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

.listing-page {
  max-width: none;
  min-height: 760px;
  margin: 0;
  padding: 0 50px 86px;
  color: var(--wine);
  background: #fff;
}

.product-category-rail {
  background: #fff;
  color: var(--wine);
}

.product-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  height: 64px;
  border-bottom: 1px solid #eef3fb;
  color: var(--wine-soft);
  font-size: 17px;
  line-height: 1;
}

.product-breadcrumb a,
.product-breadcrumb span[aria-hidden="true"] {
  color: var(--wine-soft);
}

.product-breadcrumb span:last-child {
  color: var(--wine);
}

.category-rail-inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 41px 30px 34px;
  background: #f3eaf3;
}

.category-rail-card {
  display: grid;
  min-width: 0;
  gap: 24px;
  color: var(--wine);
}

.category-rail-card img {
  display: block;
  width: 100%;
  aspect-ratio: auto;
  height: calc(100% + 4px);
  background: #fff;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.category-rail-card:hover img,
.category-rail-card:focus-visible img {
  transform: scale(1.012);
}

.category-rail-card strong {
  overflow: hidden;
  color: var(--wine);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listing-page h1 {
  margin: 0;
  padding: 70px 0 72px;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}

.listing-page h1:has(+ .listing-intro) {
  padding-bottom: 20px;
}

.listing-intro {
  max-width: 880px;
  margin: 0 auto 52px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.65;
  text-align: center;
}

.listing-layout {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 32px;
}

.listing-filter {
  padding-top: 4px;
}

.listing-filter section {
  display: grid;
  gap: 23px;
  margin-bottom: 45px;
}

.listing-filter button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
}

.filter-toggle-icon {
  width: 10px;
  height: 10px;
  margin-right: 49px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(225deg);
  transition: transform 0.16s ease, margin-top 0.16s ease;
}

.listing-filter section.is-collapsed .filter-toggle-icon {
  margin-top: -5px;
  transform: rotate(45deg);
}

.listing-filter section.is-collapsed label,
.listing-filter section.is-collapsed .filter-options {
  display: none;
}

.listing-filter label {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--wine);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.filter-options {
  display: grid;
  gap: 23px;
}

.listing-filter input {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid var(--line);
  border-radius: 0;
  margin: 0;
  appearance: none;
  background: #fff;
}

.listing-filter input:checked {
  border-color: #b8d5f7;
  background: #fff;
}

.listing-filter input:checked::after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  background: #f2a9c7;
  content: "";
}

.listing-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.listing-toolbar p {
  margin: 0;
  color: var(--wine);
  font-size: 21px;
}

.listing-toolbar select {
  width: 246px;
  height: 56px;
  padding: 0 46px 0 18px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  color: var(--wine);
  font: inherit;
  font-size: 21px;
  appearance: auto;
}

.listing-results {
  width: calc(100% + 50px);
  transform: translateX(-50px);
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 330px);
  gap: 42px;
  justify-content: space-between;
}

.listing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 330px;
  min-width: 0;
}

.listing-card-media {
  position: relative;
  overflow: hidden;
  width: 330px;
  height: 330px;
  background: #fbfbfb;
}

.listing-card-media img {
  display: block;
  width: 330px;
  height: 330px;
  object-fit: cover;
  transition: filter 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}

.listing-card-media .listing-card-image-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.listing-card:hover .listing-card-image-hover,
.listing-card:focus-within .listing-card-image-hover {
  opacity: 1;
}

.listing-card:hover .listing-card-image-default,
.listing-card:focus-within .listing-card-image-default {
  opacity: 0;
}

.listing-card-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 24px;
  background: #fbf6f3;
  color: var(--wine-soft);
  font-size: 14px;
  text-align: center;
}

.listing-card:hover,
.listing-card:focus-within {
  color: var(--wine);
}

.listing-card:hover .listing-card-media img,
.listing-card:focus-within .listing-card-media img {
  filter: saturate(1.05);
  transform: scale(1.035);
}

.listing-card:hover h2,
.listing-card:focus-within h2 {
  color: var(--wine);
}

.tile-badge {
  position: absolute;
  top: 4px;
  left: 7px;
  z-index: 1;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
}

.tile-badge.pink {
  background: #f45bad;
}

.tile-badge.navy {
  background: var(--wine);
}

.tile-badge.badge-offset {
  left: 82px;
}

.listing-card h2 {
  display: -webkit-box;
  overflow: hidden;
  margin: 18px 0 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.listing-card-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--wine);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(76, 16, 25, 0.08);
}

.listing-card-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--wine);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-underline-offset: 4px;
}

.listing-card-button-arrow {
  display: inline-block;
  transition: transform 0.18s ease;
}

.listing-card:hover .listing-card-button-arrow,
.listing-card:focus-within .listing-card-button-arrow {
  transform: translateX(3px);
}

.listing-card:hover .listing-card-button-text,
.listing-card:focus-within .listing-card-button-text {
  text-decoration: underline;
}

.listing-card p {
  margin: 8px 0 0;
  color: var(--wine-soft);
  font-size: 16px;
  line-height: 1.25;
}

.product-detail-page {
  padding: 0 50px 80px;
  background: #fff;
  color: var(--wine);
}

/* Shared product-detail framework: match the contact-button red-brown and compact heading scale. */
.product-framework-page [data-current-product-sections] {
  --b2b-ink: #2e2526;
  --b2b-muted: #756a68;
  --b2b-paper: #fffaf6;
  --b2b-blush: #f6eeea;
  --b2b-line: #eadbd7;
}

.product-framework-page [data-current-product-sections] .b2b-section-head h2 {
  color: var(--wine);
  font-size: clamp(14px, calc(4vw - 20px), 38px);
}

.product-framework-page [data-current-product-sections] .b2b-section,
.product-framework-page [data-current-product-sections] .b2b-section--cream,
.product-framework-page [data-current-product-sections] .b2b-audience-band,
.product-framework-page [data-current-product-sections] .b2b-faq {
  background: #fff;
}

.product-detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding-block: 10px;
  color: var(--muted);
  font-size: 14px;
}

.product-detail-breadcrumb a {
  color: var(--wine);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(390px, 0.92fr);
  gap: 18px;
  align-items: start;
}

.product-detail-gallery {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  width: min(100%, 690px);
  min-width: 0;
}

.product-detail-main-image {
  display: grid;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  overflow: visible;
  place-items: center;
  background: #faf8f7;
}

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

.product-detail-thumbs-wrap {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  min-height: 0;
  align-self: start;
}

.product-detail-thumbs {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  gap: 4px;
  margin-top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  align-content: start;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}

.product-detail-thumbs::-webkit-scrollbar {
  display: none;
}

.product-detail-thumbs-toggle {
  position: absolute;
  right: 50%;
  bottom: 8px;
  z-index: 2;
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid rgba(76, 16, 25, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 12px rgba(76, 16, 25, 0.12);
  place-items: center;
  transform: translateX(50%);
  cursor: pointer;
}

.product-detail-thumbs-toggle span {
  width: 9px;
  height: 9px;
  border-right: 1.5px solid var(--wine);
  border-bottom: 1.5px solid var(--wine);
  transform: rotate(45deg) translate(-2px, -2px);
}

.product-detail-thumbs-toggle.is-at-end span {
  transform: rotate(225deg) translate(-2px, -2px);
}

.product-detail-thumbs-toggle:hover,
.product-detail-thumbs-toggle:focus-visible {
  background: #fff;
  outline: 2px solid rgba(76, 16, 25, 0.18);
  outline-offset: 2px;
}

.product-detail-thumbs button {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 2px solid transparent;
  background: #faf8f7;
}

.product-detail-thumbs button.active {
  border-color: var(--wine);
}

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

@media (max-width: 900px) {
  .product-detail-gallery {
    display: block;
    width: 100%;
  }

  .product-detail-thumbs-wrap {
    height: auto;
    margin-top: 18px;
  }

  .product-detail-thumbs {
    display: flex;
    gap: 12px;
    height: auto;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .product-detail-thumbs-toggle {
    display: none;
  }

  .product-detail-thumbs button {
    flex: 0 0 92px;
    height: 92px;
  }
}

.product-detail-info {
  display: grid;
  gap: 24px;
  padding-top: 4px;
}

.product-detail-info h1 {
  margin: 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: clamp(16px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.08;
}

.product-spec-list {
  display: grid;
  border-top: 1px solid var(--line);
  margin: 0;
}

.product-spec-list div {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.product-spec-list dt {
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.product-spec-list dd {
  margin: 0;
  color: #3f3839;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
}

.product-inquiry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  margin-top: 14px;
  border-radius: 4px;
  background: var(--wine);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  transition: background 0.18s ease, transform 0.18s ease;
}

.product-inquiry-btn:hover,
.product-inquiry-btn:focus-visible {
  background: #651825;
  outline: 0;
  transform: translateY(-2px);
}

.set-series {
  display: grid;
  grid-template-columns: minmax(360px, 620px) minmax(420px, 1fr) minmax(360px, 618px);
  align-items: center;
  overflow: hidden;
  height: 588px;
  min-height: 0;
  padding: 40px 39px;
  background: radial-gradient(circle at 50% 50%, #5b1d1a 0%, #4b1713 52%, #3e130f 100%);
  color: #fff8f2;
}

.set-series-media {
  overflow: hidden;
  align-self: stretch;
  min-height: 0;
}

.set-series-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.set-series-copy {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0 22px 3px;
  text-align: center;
}

.set-series-mark {
  position: relative;
  display: grid;
  width: 62px;
  height: 56px;
  place-items: center;
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.set-series-mark::after {
  position: absolute;
  right: 1px;
  bottom: 4px;
  left: 1px;
  height: 14px;
  border-bottom: 1px solid rgba(255, 248, 242, 0.82);
  content: "";
  background:
    linear-gradient(30deg, transparent 38%, rgba(255, 248, 242, 0.72) 39% 43%, transparent 44%) left 5px bottom 0 / 18px 12px no-repeat,
    linear-gradient(-30deg, transparent 38%, rgba(255, 248, 242, 0.72) 39% 43%, transparent 44%) right 5px bottom 0 / 18px 12px no-repeat;
}

.set-series-brand {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 12px;
  text-indent: 12px;
}

.set-series h2 {
  max-width: 100%;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}

.set-series-rule {
  position: relative;
  width: 265px;
  height: 14px;
  margin: 24px 0 18px;
}

.set-series-rule::before,
.set-series-rule::after {
  position: absolute;
  top: 6px;
  width: 121px;
  height: 1px;
  background: rgba(255, 248, 242, 0.28);
  content: "";
}

.set-series-rule::before {
  left: 0;
}

.set-series-rule::after {
  right: 0;
}

.set-series-rule span {
  display: block;
  width: 7px;
  height: 7px;
  margin: 3px auto 0;
  border-radius: 50%;
  background: #fff8f2;
}

.set-series-text {
  max-width: 520px;
  margin: 0;
  color: #fff8f2;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.38;
}

.set-series-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 64px;
  margin-top: 32px;
  border-radius: 5px;
  background: #fffaf4;
  color: #35130f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.set-series-button:hover,
.set-series-button:focus-visible {
  background: #fff;
  box-shadow: 0 14px 28px rgba(31, 8, 7, 0.24);
  outline: 0;
  transform: translateY(-2px);
}

.content-page {
  background: #fffaf8;
  color: #3c3838;
}

.content-hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(420px, 1fr);
  gap: 76px;
  align-items: center;
  padding: 78px 64px 84px;
}

.content-hero img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.content-copy h1 {
  margin: 0;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.2vw, 68px);
  font-weight: 400;
  line-height: 1.08;
}

.content-copy p {
  max-width: 1300px;
  margin: 28px 0 0;
  color: #3d3d3d;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.42;
}

.content-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  height: 58px;
  margin-top: 48px;
  padding: 0 28px;
  border: 1px solid var(--wine);
  border-radius: 4px;
  color: var(--wine);
  font-size: 18px;
  font-weight: 500;
}

.content-copy a:hover,
.content-copy a:focus-visible {
  background: var(--wine);
  color: #fff;
  outline: 0;
}

.custom-process {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(56px, 8vw, 132px);
  align-items: start;
  width: min(1220px, calc(100% - 128px));
  margin: 0 auto;
  padding: 108px 0 124px;
  color: #3c3838;
}

.custom-process-intro {
  position: sticky;
  top: 140px;
}

.custom-process-kicker {
  margin: 0 0 22px;
  color: #7d7675;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 1;
}

.custom-process-intro h2 {
  max-width: 520px;
  margin: 0;
  color: #272324;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: clamp(10px, 4vw, 32px);
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.03;
}

.custom-process-summary {
  max-width: 560px;
  margin: 30px 0 20px;
  color: #777071;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

.custom-process-visual {
  position: relative;
  display: flex;
  align-items: center;
  width: min(100%, 430px);
  height: 298px;
  margin-top: 0;
  overflow: hidden;
  border-radius: 4px;
  background: linear-gradient(135deg, #f6e9e7, #f1d8d3);
}

.custom-process-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-process-tile {
  position: absolute;
  display: grid;
  width: 78px;
  height: 94px;
  place-items: center;
  border: 1px solid rgba(90, 42, 55, 0.2);
  border-radius: 7px;
  background: #fffaf8;
  box-shadow: 0 12px 22px rgba(90, 42, 55, 0.12);
  color: #5a2a37;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
}

.custom-process-tile-one { left: 58px; top: 37px; transform: rotate(-12deg); }
.custom-process-tile-two { left: 158px; top: 28px; transform: rotate(4deg); }
.custom-process-tile-three { left: 258px; top: 44px; transform: rotate(13deg); }

.custom-process-line {
  position: absolute;
  right: 30px;
  bottom: 34px;
  left: 30px;
  height: 1px;
  background: rgba(90, 42, 55, 0.3);
}

.custom-process-caption {
  position: absolute;
  right: 30px;
  bottom: 12px;
  color: #8a686d;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.custom-process-steps {
  display: grid;
  gap: 36px;
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
}

.custom-process-steps li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.custom-process-number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #f4e9eb;
  color: #5a2a37;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.custom-process-steps h3 {
  margin: 0;
  color: #272324;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
}

.custom-process-steps p {
  max-width: 700px;
  margin: 10px 0 0;
  color: #777071;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.custom-options {
  padding: 0 18px 76px;
  background: #fffaf6;
  color: #4c1019;
}

.custom-options-inner {
  max-width: 1340px;
  margin: 0 auto;
}

.custom-options-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 34px;
  text-align: center;
}

.custom-options-heading-lower {
  margin-top: 130px;
  margin-bottom: 0;
}

.custom-options-heading-customize {
  margin-bottom: 0;
}

.custom-options-heading.custom-options-heading-customize h2 {
  font-weight: 700;
}

.custom-options-heading.custom-options-heading-lower h2 {
  font-weight: 700;
}

.custom-options-subtitle {
  margin: 24px 0 44px;
  color: #4e4947;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.custom-options-actions {
  justify-content: center;
  margin-top: 74px;
}

.custom-options-actions .btn {
  width: 274px;
}

.custom-options-actions-what .btn {
  width: 374px;
}

@media (min-width: 901px) {
  .custom-options-heading-customize,
  .custom-options-subtitle,
  .custom-options-grid-customize,
  .custom-options-grid-set,
  .custom-options-actions {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}

.custom-options-heading h2 {
  margin: 0;
  color: #5a1722;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.custom-options-heading span {
  display: none;
}

.custom-options-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.custom-option-card {
  overflow: hidden;
  border: 1px solid #eadfd9;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 4px 14px rgba(76, 16, 25, 0.06);
}

.custom-option-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.18 / 1;
  background: #f7f1ee;
  object-fit: cover;
}

.custom-options-grid-customize .custom-option-card {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.custom-options-grid-customize {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.custom-options-grid-customize .custom-option-card img {
  width: 100%;
  height: 230px;
  aspect-ratio: auto;
  object-fit: cover;
  background: transparent;
}

.custom-options-grid-customize .custom-option-card div {
  min-height: 0;
  padding: 20px 0 0;
  text-align: left;
}

.custom-options-grid-customize .custom-option-card h3 {
  font-size: 18px;
  text-transform: none;
}

.custom-options-grid-customize .custom-option-card p {
  width: calc(100% - 10px);
  font-size: 14px;
}

.custom-options-grid-set {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.custom-options-grid-set .custom-option-card {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.custom-options-grid-set .custom-option-card img {
  width: 100%;
  height: 230px;
  aspect-ratio: auto;
  background: transparent;
  object-fit: cover;
}

.custom-options-grid-set .custom-option-card div {
  min-height: 0;
  align-items: flex-start;
  padding: 20px 0 0;
  text-align: left;
}

.custom-options-grid-set .custom-option-card h3 {
  min-height: 0;
  font-size: 18px;
  text-align: left;
  text-transform: none;
  width: 100%;
}

.custom-options-grid-set .custom-option-card p {
  width: calc(100% - 10px);
  font-size: 14px;
  text-align: left;
}

.custom-options-grid-customize .custom-option-card img,
.custom-options-grid-set .custom-option-card img {
  transition: transform 0.24s ease;
}

.custom-options-grid-customize .custom-option-card:hover img,
.custom-options-grid-customize .custom-option-card:focus-within img,
.custom-options-grid-set .custom-option-card:hover img,
.custom-options-grid-set .custom-option-card:focus-within img {
  transform: scale(1.035);
}

.custom-option-card div {
  min-height: 132px;
  padding: 17px 16px 20px;
  text-align: center;
}

.custom-option-card h3 {
  margin: 0;
  color: #5a1722;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.12;
  text-transform: uppercase;
}

.custom-option-card p {
  margin: 15px 0 0;
  color: #4e4947;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
}

.custom-set-card div {
  min-height: 206px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-set-card h3 {
  min-height: 32px;
}

.custom-set-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 142px);
  height: 40px;
  margin-top: auto;
  border: 1px solid rgba(76, 16, 25, 0.58);
  border-radius: 2px;
  color: #5a1722;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}

.custom-set-card a:hover,
.custom-set-card a:focus-visible {
  border-color: #4c1019;
  background: #4c1019;
  color: #fff;
  outline: 0;
}

.custom-voices {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding: 58px 50px 0;
  background: #fff;
  color: #111;
}

.custom-voices-inner {
  max-width: 1460px;
  margin: 0 auto;
}

.custom-voices-kicker {
  margin: 0 0 56px 50px;
  color: #111;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1;
  text-transform: uppercase;
}

.custom-voices-slides {
  position: relative;
  height: 565px;
}

.custom-voice-slide {
  display: grid;
  position: absolute;
  inset: 0;
  grid-template-columns: minmax(0, 1fr) 514px;
  gap: 96px;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.custom-voice-slide.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.custom-voice-copy {
  display: flex;
  min-height: 514px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  max-width: 680px;
  padding-left: 50px;
  transform: translateY(-30px);
}

.custom-voice-copy blockquote {
  margin: 0;
  color: #050505;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 1.95vw, 30px);
  font-weight: 100;
  line-height: calc(1.18em + 2px);
  transform: translateX(40px);
}

.custom-voice-role {
  position: absolute;
  bottom: 0;
  left: 90px;
  margin: 0;
  color: #151515;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.35;
}

.custom-voice-role strong,
.custom-voice-role span {
  display: block;
}

.custom-voice-role strong {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
}

.custom-voice-slide img {
  display: block;
  width: 514px;
  height: 514px;
  object-fit: cover;
  transform: translateX(-100px);
}

.custom-voices-arrow {
  display: grid;
  position: absolute;
  z-index: 2;
  top: 48%;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #8c8c8c;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
}

.custom-voices-arrow::before {
  display: block;
  width: 12px;
  height: 12px;
  border: 0 solid currentColor;
  content: "";
}

.custom-voices-arrow-prev::before {
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: rotate(45deg);
}

.custom-voices-arrow-next::before {
  border-right-width: 2px;
  border-top-width: 2px;
  transform: rotate(45deg);
}

.custom-voices-arrow:hover,
.custom-voices-arrow:focus-visible {
  color: #4c1019;
  outline: 0;
}

.custom-voices-arrow-prev {
  left: 50px;
}

.custom-voices-arrow-next {
  right: 50px;
}

.custom-voices-dots {
  display: flex;
  justify-content: center;
  gap: 28px;
  min-height: 8px;
  margin-top: 58px;
}

.custom-voices-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cfcac6;
  cursor: pointer;
}

.custom-voices-dots button.active,
.custom-voices-dots button:hover,
.custom-voices-dots button:focus-visible {
  background: #1d1d1d;
  outline: 0;
}

.mahjong-products {
  background: #fcf9f8;
  color: #141414;
}

.mahjong-products-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 66px 50px 58px;
}

.mahjong-products-heading {
  text-align: left;
}

.mahjong-products-heading h2 {
  margin: 0;
  color: #312c2c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
}

.mahjong-product-map {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 25px;
}

.mahjong-product-map::before {
  display: none;
}

.mahjong-product-node {
  display: block;
  min-width: 0;
  color: #303033;
}

.mahjong-product-node::before {
  display: none;
}

.mahjong-product-node span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  margin: 0;
  padding: 0 23px;
  border: 1px solid #dedbda;
  border-radius: 999px;
  background: #fff;
  color: #303033;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.mahjong-product-node:hover,
.mahjong-product-node:focus-visible {
  outline: 0;
}

.mahjong-product-node:hover span,
.mahjong-product-node:focus-visible span,
.mahjong-product-node:first-child span {
  border-color: var(--wine);
  background: var(--wine);
  color: #fff;
  box-shadow: none;
}

.categories,
.collections {
  display: grid;
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 30px;
  gap: 22px;
}

.categories {
  grid-template-columns: repeat(6, 1fr);
}

.category-card {
  overflow: hidden;
  min-width: 0;
  border-radius: 7px;
  background: #fbf6f3;
}

.category-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.31;
  object-fit: cover;
}

.category-card strong {
  display: block;
  padding: 14px 14px 0;
  font-size: 14px;
  line-height: 1.1;
}

.category-card span {
  display: block;
  padding: 9px 14px 16px;
  color: #332b2c;
  font-size: 11px;
}

.collection-section {
  max-width: none;
  margin: 17px 0 0;
  padding: 0 50px;
}

.collection-section .section-heading {
  padding: 0 0 14px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 14px;
}

.section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.section-heading a {
  color: var(--wine);
  font-size: 12px;
  font-weight: 700;
}

.collections {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  max-width: none;
  padding: 0 0 34px;
}

.collection-card {
  position: relative;
  overflow: hidden;
  min-height: 137px;
  border-radius: 8px 8px 0 0;
  background: #221719;
}

.collection-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(40, 18, 20, 0.28);
}

.collection-card img {
  display: block;
  width: 100%;
  height: 137px;
  object-fit: cover;
}

.collection-card span {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.28);
}

.site-footer {
  display: grid;
  min-height: 520px;
  padding: 82px 64px 54px;
  background: #fff;
  color: #3b3b3d;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(460px, 1fr) 190px 260px 300px;
  gap: clamp(36px, 5vw, 86px);
  align-items: start;
}

.footer-cta h2 {
  max-width: 810px;
  margin: 0;
  color: #383638;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, calc(2.55vw - 4px), 32px);
  font-weight: 400;
  line-height: 1.28;
}

.footer-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 41px;
}

.footer-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 48px;
  padding: 0 24px;
  border: 1px solid #ddd9d6;
  border-radius: 5px;
  background: #fff;
  color: #444246;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.footer-buttons a:hover,
.footer-buttons a:focus-visible {
  border-color: #4c1019;
  color: #4c1019;
  box-shadow: 0 10px 22px rgba(76, 16, 25, 0.08);
  outline: 0;
}

.footer-column {
  display: grid;
  gap: 17px;
  color: #4d4d50;
  font-size: 15px;
  line-height: 1.2;
}

.footer-column h3 {
  margin: 0 0 3px;
  color: #333336;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-column a {
  width: fit-content;
}

.footer-column a:hover,
.footer-column a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: #4c1019;
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: 0;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 32px 28px;
  min-width: 300px;
  padding-top: 2px;
  color: #060606;
  transform: translateX(-50px);
}

.footer-socials::after {
  flex: 0 0 100%;
  color: #3b3b3d;
  content: "Email: Contact@mahjoco.com";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  text-align: right;
}

.footer-socials a {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  overflow: visible;
}

.footer-socials svg {
  width: 28px;
  height: 28px;
  display: block;
  flex: 0 0 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.footer-socials a[aria-label="Facebook"] svg,
.footer-socials a[aria-label="Pinterest"] svg,
.footer-socials a[aria-label="TikTok"] svg,
.footer-socials a[aria-label="LinkedIn"] svg {
  fill: currentColor;
  stroke: none;
}

.footer-socials a[aria-label="X"] span {
  display: block;
  color: #060606;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.footer-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-top: auto;
  padding-top: 72px;
  color: #555558;
  font-size: 14px;
  line-height: 1.35;
}

.seasonal-collections {
  max-width: none;
  padding: 40px 50px 54px;
  background: #fff;
  color: #3d3838;
}

.seasonal-collections-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.seasonal-collections-heading h1,
.seasonal-collections-heading h2 {
  margin: 0;
  color: #303033;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.12;
}

.seasonal-collections-heading a {
  color: #3d3838;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seasonal-collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.seasonal-collection-card {
  display: block;
  min-width: 0;
  color: #3d3838;
}

.seasonal-collection-card img {
  display: block;
  width: 100%;
  height: auto !important;
  aspect-ratio: 3 / 2 !important;
  border-radius: 4px;
  background: #f4efec;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.projects-collections .seasonal-collection-card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 12px 0 0;
  min-height: 38.4px;
  color: #303033;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.projects-collections .seasonal-collection-card p {
  display: block;
  margin: 10px 0 0;
  min-height: 36px;
  color: #303033;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.projects-collections .seasonal-collection-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.projects-collections .seasonal-collection-card .product-cta {
  margin-top: auto;
  width: calc(100% - 20px);
  margin-left: 0;
  margin-right: 20px;
  transform: translateY(30px);
}

.projects-collections .seasonal-collection-card:hover .product-cta,
.projects-collections .seasonal-collection-card:focus-visible .product-cta {
  border-color: var(--wine);
  background: var(--wine);
  color: #fff;
}

.projects-collections .product-grid {
  overflow: visible;
}

.projects-collections .product-card img {
  padding: 0;
}

.projects-collections .product-card,
.projects-collections .seasonal-collection-card {
  height: auto;
  min-height: 0;
}

.projects-collections .product-card strong,
.projects-collections .seasonal-collection-card h3 {
  min-height: 38.4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.18;
  -webkit-line-clamp: unset;
}

.projects-collections .product-rating {
  min-height: 36px;
}

.projects-collections .featured-projects-grid .product-card strong {
  font-size: 18px;
}

.projects-collections .featured-projects-grid .product-rating {
  margin-top: 14px;
}

.projects-collections .seasonal-collection-card h3 {
  font-size: 18px;
}

.projects-collections .seasonal-collection-card p {
  min-height: 0;
}

.built-business {
  padding: 76px 50px 82px;
  background: #fff;
  color: #343033;
}

.built-business-inner {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 2.28fr);
  column-gap: clamp(38px, 5vw, 86px);
  row-gap: 0;
  align-items: start;
  max-width: 1440px;
  margin: 0 auto;
}

.built-business-heading {
  max-width: 350px;
  padding-top: 8px;
  text-align: left;
}

.built-business-kicker {
  margin: 0 0 20px;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: clamp(28px, 3.1vw, 48px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}

.built-business-heading h2 {
  margin: 0;
  color: #3a3638;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: clamp(28px, 2.1vw, 36px);
  font-weight: 600;
  line-height: 1.18;
}

.built-business-heading p {
  margin: 22px 0 0;
  color: #4d484b;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.built-business-heading .built-business-kicker {
  margin: 0 0 20px;
}

.built-business-carousel {
  min-width: 0;
}

.built-business-viewport {
  width: 100%;
  overflow: hidden;
}

.built-business-track {
  display: flex;
  width: 200%;
  transition: transform 0.42s ease;
}

.built-business-page {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  width: 50%;
  flex: 0 0 50%;
  min-width: 0;
}

.built-business-card {
  display: flex;
  min-width: 0;
  min-height: 540px;
  padding: 30px 25px 22px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #eee;
  border-radius: 34px;
  background: #fbfbfb;
  box-shadow: 0 4px 14px rgba(76, 16, 25, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.built-business-card:hover {
  box-shadow: 0 8px 20px rgba(76, 16, 25, 0.12);
  transform: translateY(-3px);
}

.built-business-stars {
  color: #f5c542;
  font-family: Arial, sans-serif;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 1;
}

.built-business-card h3 {
  margin: 18px 0 6px;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.built-business-card h3 a {
  transition: color 0.18s ease;
}

.built-business-card h3 a:hover,
.built-business-card h3 a:focus-visible {
  color: #651825;
  outline: 0;
}

.built-business-card-label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin: 0;
  padding: 6px 8px;
  border: 1px solid #e3d8d4;
  border-radius: 999px;
  background: #fcf8f6;
  color: #665657;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.built-business-card-text {
  min-height: 84px;
  margin: 21px 0 18px;
  color: #413d40;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.32;
}

.built-business-card img {
  position: relative;
  top: -30px;
  display: block;
  width: 100%;
  height: 170px;
  margin-top: auto;
  object-fit: cover;
}

.built-business-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 7px;
  color: #ad4e35;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateY(-10px);
  transition: color 0.18s ease;
}

.built-business-card-cta-label {
  display: inline-block;
  line-height: 1.2;
  text-decoration: none;
  text-underline-offset: 4px;
}

.built-business-card-cta-arrow {
  display: inline-flex;
  align-items: center;
  margin-left: 22px;
  font-size: 1.8em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.18s ease;
}

.built-business-card-cta:hover,
.built-business-card-cta:focus-visible {
  color: #7f2b1d;
  outline: 0;
}

.built-business-card-cta:hover .built-business-card-cta-label,
.built-business-card-cta:focus-visible .built-business-card-cta-label {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
}

.built-business-card-cta:hover .built-business-card-cta-arrow,
.built-business-card-cta:focus-visible .built-business-card-cta-arrow {
  transform: translateX(4px);
}

.built-business-card[data-buyer-card-url] {
  cursor: pointer;
}

.built-business-card[data-buyer-card-url]:focus-visible {
  outline: 2px solid #ad4e35;
  outline-offset: 4px;
}

.built-business-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  grid-column: 1 / -1;
  justify-self: center;
  gap: 28px;
  margin: 27px auto 0;
}

.built-business-arrow {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--wine);
  border-radius: 50%;
  color: var(--wine);
  font-family: Arial, sans-serif;
  font-size: 21px;
  line-height: 1;
  transition: background 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.built-business-arrow:hover,
.built-business-arrow:focus-visible {
  background: var(--wine);
  color: #fff;
  outline: 0;
}

.built-business-arrow:disabled {
  cursor: default;
  opacity: 0.35;
}

.built-business-dots {
  display: flex;
  align-items: center;
  gap: 9px;
}

.built-business-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid var(--wine);
  border-radius: 50%;
  background: transparent;
}

.built-business-dots button.is-active {
  background: var(--wine);
}

.built-business-quote-mark {
  display: block;
  height: 38px;
  margin: 7px auto -5px;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 70px;
  line-height: 0.72;
}

.built-business-heading-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 258px);
  height: 56px;
  margin-top: 34px;
  border-radius: 999px;
  background: var(--wine);
  color: #fff;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.18s ease, transform 0.18s ease;
}

.built-business-heading-cta:hover,
.built-business-heading-cta:focus-visible {
  background: #651825;
  outline: 0;
  transform: translateY(-2px);
}

/* Kept scoped for older home markup references outside the new buyer module. */
.built-business-card-heading h3 {
  margin: 0;
  color: #242426;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.built-business-list {
  margin: 0;
  padding: 10px 26px 14px;
  list-style: none;
}

.built-business-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  gap: 20px;
  border-bottom: 1px solid #e8ded9;
  color: #303033;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.3;
}

.built-business-list li:last-child {
  border-bottom: 0;
}

.built-business-list li span:last-child {
  color: var(--wine);
  font-size: 15px;
  line-height: 1;
}

.built-business-list-iconic {
  padding-top: 10px;
}

.built-business-list-iconic li {
  justify-content: flex-start;
}

.built-business-list-iconic li span {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.built-business-list-iconic li i {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #e2d8d3;
  border-radius: 50%;
  background: #fbf5ef;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-style: normal;
}

.built-business-process-card {
  min-width: 0;
}

.built-business-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
  margin: 0;
  padding: 82px 18px 34px;
  list-style: none;
}

.built-business-process::before {
  position: absolute;
  top: 141px;
  right: 12%;
  left: 12%;
  height: 1px;
  background: #b98183;
  content: "";
}

.built-business-process li {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 0;
  gap: 12px;
  color: #303033;
  text-align: center;
}

.built-business-step-number {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #f5eee8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.built-business-step-icon {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid #dfd0c8;
  border-radius: 50%;
  background: #fbf5ef;
  color: var(--wine);
  font-size: 31px;
}

.built-business-process strong {
  min-height: 40px;
  color: #303033;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.built-business-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 368px;
  height: 62px;
  margin: 40px auto 0;
  border-radius: 4px;
  background: var(--wine);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1;
  transition: background 0.18s ease, transform 0.18s ease;
}

.built-business-cta:hover,
.built-business-cta:focus-visible {
  background: #651825;
  outline: 0;
  transform: translateY(-2px);
}

.collection-detail-page {
  min-height: 720px;
  padding: 64px 50px 86px;
  background: #fff;
  color: var(--wine);
}

.collection-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: center;
}

.collection-detail-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 1.5 / 1;
  border-radius: 4px;
  background: #f4efec;
  object-fit: cover;
}

.collection-detail-copy h1 {
  margin: 0;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.05;
}

.collection-detail-copy p {
  max-width: 620px;
  margin: 22px 0 0;
  color: #4f4a4a;
  font-size: 20px;
  line-height: 1.55;
}

.collection-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 0;
}

.collection-detail-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  height: 46px;
  padding: 0 22px;
  border: 1px solid var(--wine);
  border-radius: 4px;
  color: var(--wine);
  font-size: 15px;
  font-weight: 600;
  transition: background 0.18s ease, color 0.18s ease;
}

.collection-detail-actions a:first-child,
.collection-detail-actions a:hover,
.collection-detail-actions a:focus-visible {
  background: var(--wine);
  color: #fff;
  outline: 0;
}

.christmas-collection-page {
  padding: 0 0 86px;
}

.christmas-collection-page .collection-detail-hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  height: 530px;
  min-height: 530px;
  overflow: hidden;
}

.christmas-collection-page .collection-detail-hero img {
  width: 100%;
  height: 500px;
  min-height: 500px;
  align-self: center;
  justify-self: stretch;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: cover;
  background: #f4efec;
  justify-self: start;
}

.christmas-collection-page .collection-detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 500px;
  max-width: none;
  padding: 66px 50px;
  background: #5A2A37;
}

.easter-collection-page .collection-detail-copy {
  background: #dfe9c8;
}

.christmas-collection-page.easter-collection-page .collection-detail-copy h1,
.christmas-collection-page.easter-collection-page .christmas-hero-kicker,
.christmas-collection-page.easter-collection-page .christmas-hero-note {
  color: #23422f;
}

.christmas-collection-page.easter-collection-page .collection-detail-actions a:first-child {
  color: #23422f;
}

.easter-collection-page .easter-featured-copy {
  min-height: 0;
  width: 100%;
  padding: 34px 0 0;
  transform: none;
}

.christmas-collection-page .collection-detail-copy h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(16px, 2.3vw, 38px);
  font-weight: 100;
  line-height: 1.18;
  transform: translateY(-20px);
}

.lunar-new-year-page .collection-detail-copy {
  background: #6f202c;
}

.halloween-collection-page .collection-detail-copy {
  background: #b65c89;
}

.valentine-collection-page .collection-detail-copy {
  background: #d97d97;
}

.valentine-collection-page .collection-detail-actions a {
  color: #7a2948;
}

.valentine-collection-page .collection-detail-actions a:first-child {
  color: #7a2948;
}

.valentine-collection-page .collection-detail-actions a:first-child:hover,
.valentine-collection-page .collection-detail-actions a:first-child:focus-visible {
  color: #7a2948;
}

.valentine-collection-page .christmas-featured-panel[data-christmas-featured-panel="sets"] .christmas-featured-copy h3 {
  color: #a56068;
  font-size: 26px;
}

.halloween-collection-page .christmas-featured-panel[data-christmas-featured-panel="sets"] .christmas-featured-main-image {
  width: 460px;
  max-width: 100%;
}

.halloween-collection-page .halloween-featured-set-gallery {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.halloween-collection-page .christmas-featured-panel[data-christmas-featured-panel="sets"] .christmas-featured-button {
  background: linear-gradient(90deg, #e85b8a, #d94378);
}

.halloween-collection-page .christmas-featured-panel[data-christmas-featured-panel="sets"] .christmas-featured-button:hover,
.halloween-collection-page .christmas-featured-panel[data-christmas-featured-panel="sets"] .christmas-featured-button:focus-visible {
  background: #c62f68;
}

.halloween-collection-page .christmas-featured-panel[data-christmas-featured-panel="sets"] .christmas-featured-copy h3 {
  color: var(--wine);
}

.halloween-collection-page .christmas-featured-tabs button {
  font-size: 16px;
}

.christmas-collection-page .christmas-hero-kicker {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(-20px);
}

.christmas-collection-page .christmas-hero-note {
  margin: 14px 0 0;
  color: #fff;
  width: 100%;
  max-width: none;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

.christmas-collection-page .collection-detail-actions {
  margin-top: 40px;
}

.christmas-collection-page .collection-detail-actions a {
  min-width: 248px;
  height: 62px;
  padding: 0 28px;
  border: 1px solid #fff;
  background: #fff;
  color: #5A2A37;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.christmas-collection-page .collection-detail-actions a:nth-child(2) {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.christmas-collection-page .collection-detail-actions a:first-child:hover,
.christmas-collection-page .collection-detail-actions a:first-child:focus-visible {
  border-color: #fff;
  background: #f6ece7;
  color: #5A2A37;
  box-shadow: 0 10px 22px rgba(36, 10, 18, 0.18);
  transform: translateY(-2px);
}

.christmas-collection-page .collection-detail-actions a:nth-child(2):hover,
.christmas-collection-page .collection-detail-actions a:nth-child(2):focus-visible {
  border-color: #fff;
  background: #fff;
  color: #5A2A37;
  box-shadow: 0 10px 22px rgba(36, 10, 18, 0.14);
  transform: translateY(-2px);
}

.christmas-collection-page .collection-detail-actions a:hover,
.christmas-collection-page .collection-detail-actions a:focus-visible {
  outline: 0;
}

.christmas-collection-page .collection-detail-actions a:first-child {
  background: #fff;
  color: #5A2A37;
}

.christmas-collection-page .collection-detail-actions a:first-child:hover,
.christmas-collection-page .collection-detail-actions a:first-child:focus-visible {
  background: #f6ece7;
}

.valentine-gift-banner {
  display: grid;
  min-height: 320px;
  width: min(1340px, calc(100% - 100px));
  margin: 60px auto 0;
  place-items: center;
  padding: 72px 50px;
  border-radius: 20px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/collections/valentine-collection/gift-banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  text-align: center;
}

.valentine-gift-banner-content {
  width: min(100%, 760px);
}

.valentine-gift-banner h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.12;
}

.valentine-gift-banner p {
  max-width: 650px;
  margin: 22px auto 0;
  color: #fff;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

.valentine-gift-banner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 248px;
  min-height: 62px;
  margin-top: 34px;
  padding: 0 28px;
  border: 1px solid #fff;
  background: #fff;
  color: #5A2A37;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.valentine-gift-banner-button:hover,
.valentine-gift-banner-button:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #5A2A37;
  box-shadow: 0 10px 22px rgba(76, 16, 25, 0.18);
  transform: translateY(-2px);
  outline: 0;
}

/* Keep collection hero button colors unchanged while matching the home hero hover motion. */
.christmas-collection-page .collection-detail-hero .collection-detail-actions a:hover,
.christmas-collection-page .collection-detail-hero .collection-detail-actions a:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #5A2A37;
  box-shadow: 0 10px 22px rgba(76, 16, 25, 0.18);
  transform: translateY(-2px);
  outline: 0;
}

.christmas-story {
  display: grid;
  grid-template-columns: 580px minmax(420px, 1fr);
  gap: 52px;
  align-items: center;
  padding: 116px 100px 104px;
  background: #fff;
}

.christmas-story img {
  display: block;
  width: 580px;
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.christmas-story-copy {
  max-width: 720px;
  transform: translateY(30px);
}

.christmas-story-copy h2 {
  margin: 0;
  color: #353232;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, calc(3.4vw - 10px), 40px);
  font-weight: 400;
  line-height: 1.12;
}

.christmas-story-copy p {
  margin: 0;
  color: #5b574f;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

.christmas-story-copy h2 + p {
  margin-top: 20px;
}

@media (min-width: 701px) {
  .lunar-new-year-page .christmas-story-copy {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
  }

.lunar-new-year-page .christmas-story > img {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .lunar-new-year-page .christmas-story-copy h2 {
    transform: translateY(-20px);
  }

  .valentine-collection-page .valentine-story-copy {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
  }

  .valentine-collection-page .valentine-story > img {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .valentine-collection-page .valentine-story-copy h2 {
    transform: translateY(-20px);
  }
}

.christmas-featured {
  padding: 24px 100px 74px;
  background: #fff;
}

.christmas-featured h2 {
  margin: 0;
  color: #312c2c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 200;
  line-height: 1.15;
  text-transform: uppercase;
}

.christmas-featured-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
  margin-bottom: 30px;
}

.christmas-featured-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 23px;
  border: 1px solid #dedbda;
  border-radius: 999px;
  background: #fff;
  color: #303033;
  font-family: inherit;
  font-size: 14px;
  font-weight: 200;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

.christmas-featured-tabs button.active,
.christmas-featured-tabs button:hover,
.christmas-featured-tabs button:focus-visible {
  border-color: var(--wine);
  background: var(--wine);
  color: #fff;
  outline: 0;
}

.christmas-featured-panel[hidden] {
  display: none;
}

.christmas-featured-content {
  display: grid;
  grid-template-columns: minmax(0, calc(50% - 120px)) minmax(0, calc(50% + 120px));
  gap: 0;
  align-items: center;
  margin-top: 20px;
  overflow: hidden;
  border: 0;
  border-radius: 0 10px 10px 0;
  background: #fff;
}

.christmas-featured-main-image {
  display: block;
  width: 460px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  background: #f7f4f2;
  object-fit: cover;
}

.christmas-featured-copy {
  display: flex;
  min-height: 460px;
  flex-direction: column;
  justify-content: center;
  width: calc(100% + 60px);
  padding: 34px 44px;
  border-left: 0;
  color: #4e4a4b;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  transform: translateX(-60px);
}

.christmas-featured-kicker {
  margin: 0 0 14px;
  color: #b21f2b;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1;
  text-transform: uppercase;
}

.christmas-featured-copy h3 {
  margin: 0 0 18px;
  color: #173c28;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.12;
}

.christmas-collection-page .christmas-featured-copy h3 {
  font-size: 26px;
}

.christmas-featured-copy p {
  margin: 0;
  color: #4f4b4d;
  font-size: 16px;
  line-height: 1.45;
}

.christmas-featured-copy p + p {
  margin-top: 8px;
}

.christmas-featured-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
  width: calc(100% + 30px);
}

.christmas-featured-card {
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background: #fff;
}

.christmas-featured-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  background: rgb(236, 231, 228);
  object-fit: contain;
}

.christmas-featured-gallery > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  background: rgb(236, 231, 228);
  object-fit: contain;
}

.lunar-featured-gallery {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  margin-top: 20px;
}

.lunar-featured-gallery figure {
  min-width: 0;
  margin: 0;
}

.lunar-featured-gallery figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.lunar-featured-gallery figcaption {
  margin-top: 20px;
  padding-top: 0;
  color: #2c2628;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
}

.lunar-featured-gallery h3 {
  margin: 0;
  color: inherit;
  font: inherit;
}

.lunar-featured-gallery p {
  margin: 10px 0 14px;
  color: #514d4f;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.28;
}

.lunar-new-year-page .christmas-featured-panel[data-christmas-featured-panel="related"] .christmas-packaging-gallery {
  margin-top: 20px;
}

@media (max-width: 700px) {
  .lunar-featured-gallery {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    overflow-x: auto;
  }
}

.christmas-featured-card h4 {
  margin: 10px 12px 4px;
  color: #2c2628;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.08;
  white-space: nowrap;
}

.christmas-featured-card p {
  margin: 0 12px 14px;
  color: #514d4f;
  font-size: 15px;
  line-height: 1.28;
}

.christmas-featured-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 260px;
  height: 58px;
  margin-top: 18px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(90deg, #b21624, #a70f20);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.christmas-featured-button:hover,
.christmas-featured-button:focus-visible {
  background: #651825;
  outline: 0;
  box-shadow: 0 10px 22px rgba(76, 16, 25, 0.18);
  transform: translateY(-2px);
}

.christmas-featured-panel[data-christmas-featured-panel="sets"] .christmas-featured-button {
  margin-top: 22px;
  margin-bottom: 4px;
}

.lunar-showcase {
  padding: 82px 7.2vw 96px;
  background: #fff;
}

.lunar-showcase-kicker {
  margin: 0 0 26px;
  color: #565961;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}

.lunar-showcase h2 {
  margin: 0;
  color: #353232;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, calc(3.4vw - 6px), 44px);
  font-weight: 400;
  line-height: 1.12;
}

.lunar-showcase-intro {
  max-width: 700px;
  margin: 28px 0 0;
  color: #17181b;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: clamp(15px, calc(1.55vw - 6px), 22px);
  font-weight: 400;
  line-height: 1.35;
}

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

.lunar-showcase-grid img {
  display: block;
  width: calc(100% + 10px);
  height: auto;
  aspect-ratio: auto;
  border-radius: 18px;
  background: #f7f1ed;
  object-fit: contain;
}

@media (max-width: 700px) {
  .lunar-showcase-grid img {
    height: auto;
    aspect-ratio: auto;
  }
}

.lunar-showcase-card {
  margin: 0;
  width: calc(100% + 10px);
}

.lunar-showcase-card figcaption {
  padding: 32px 4px 0;
}

.lunar-showcase-card h3 {
  margin: 0;
  color: #353232;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.15;
}

.lunar-showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.lunar-showcase-tags span {
  padding: 7px 11px;
  border: 1px solid #d8c6c2;
  border-radius: 999px;
  color: #6f202c;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}

.lunar-showcase-card p {
  margin: 18px 0 0;
  color: #565961;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.christmas-packaging-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 54px;
}

.christmas-packaging-gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  background: #f7f4f2;
  object-fit: contain;
}

.christmas-branded-gallery.valentine-product-gallery figure {
  margin: 0;
}

.christmas-branded-gallery.valentine-product-gallery figcaption {
  margin-top: 20px;
  color: #2c2628;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  text-align: left;
}

.christmas-branded-gallery.valentine-product-gallery figcaption strong,
.christmas-branded-gallery.valentine-product-gallery figcaption span {
  display: block;
  text-align: left;
}

.christmas-branded-gallery.valentine-product-gallery figcaption span {
  margin-top: 10px;
  color: #514d4f;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.28;
}

.christmas-branded-gallery figure {
  margin: 0;
}

.christmas-branded-gallery figcaption {
  margin-top: 20px;
  color: #2c2628;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
}

.lunar-new-year-page .christmas-branded-gallery figcaption strong,
.lunar-new-year-page .christmas-branded-gallery figcaption span {
  display: block;
  text-align: left;
}

.lunar-new-year-page .christmas-branded-gallery figcaption span {
  margin-top: 10px;
  color: #514d4f;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.28;
}

.christmas-branded-button {
  display: flex;
  width: 460px;
  border: 1px solid var(--wine);
  background: transparent;
  color: var(--wine);
  margin: 54px auto 0;
}

.christmas-branded-button:hover,
.christmas-branded-button:focus-visible {
  background: #651825;
  border-color: #651825;
  color: #fff;
}

@media (max-width: 700px) {
  .valentine-gift-banner {
    width: calc(100% - 48px);
    padding: 56px 24px;
  }

  .christmas-collection-page .collection-detail-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .christmas-collection-page .collection-detail-hero img {
    width: 100%;
    height: auto;
    aspect-ratio: 580 / 420;
  }

  .christmas-collection-page .collection-detail-copy {
    left: 24px;
    right: 24px;
  }

  .christmas-collection-page .christmas-hero-note {
    width: 100%;
  }

  .christmas-story {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 84px 24px 78px;
  }

  .christmas-featured {
    padding: 18px 24px 54px;
  }

  .christmas-featured-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .christmas-featured-main-image {
    width: min(100%, 420px);
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .christmas-featured-copy {
    min-height: auto;
    padding: 28px 22px;
  }

  .christmas-featured-gallery {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .christmas-featured-card img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }

  .christmas-featured-button {
    width: min(100%, 260px);
    gap: 24px;
  }

  .christmas-branded-button {
    width: min(100%, 460px);
  }

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

.seasonal-collection-card p {
  margin: 8px 0 0;
  color: #4f4a4a;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.42;
}

.seasonal-collection-card:hover img,
.seasonal-collection-card:focus-visible img {
  transform: scale(1.018);
}

.seasonal-collection-card:focus-visible {
  outline: 1px solid var(--wine);
  outline-offset: 4px;
}

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

@media (min-width: 761px) and (max-width: 1180px) {
  .nav-dropdown-products {
    transform: translate(calc(-50% + 50px), 10px);
  }

  .nav-item:hover .nav-dropdown-products,
  .nav-item:focus-within .nav-dropdown-products {
    transform: translate(calc(-50% + 50px), 0);
  }
}

@media (max-width: 760px) {
  .seasonal-collections {
    padding: 34px 20px 44px;
  }

  .seasonal-collections-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .seasonal-collections-heading h1,
  .seasonal-collections-heading h2 {
    font-size: 28px;
  }

  .seasonal-collection-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .built-business {
    padding: 56px 20px 64px;
  }

  .built-business-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .built-business-heading {
    margin-bottom: 34px;
  }

  .built-business-heading h2 {
    font-size: 36px;
  }

  .built-business-heading p {
    margin-top: 16px;
    font-size: 16px;
  }

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

  .built-business-card-heading {
    gap: 16px;
    min-height: 92px;
    padding: 16px 18px;
  }

  .built-business-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .built-business-icon svg {
    width: 29px;
    height: 29px;
  }

  .built-business-card-heading h3 {
    font-size: 22px;
  }

  .built-business-list {
    padding-inline: 18px;
  }

  .built-business-list li {
    font-size: 16px;
  }

  .built-business-process {
    padding-inline: 10px;
  }

  .built-business-step-icon {
    width: 64px;
    height: 64px;
    font-size: 26px;
  }

  .built-business-process strong {
    font-size: 14px;
  }

  .built-business-cta {
    width: min(100%, 368px);
    margin-top: 30px;
    font-size: 19px;
  }
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom p:first-child {
  white-space: nowrap;
}

.footer-bottom strong {
  font-weight: 800;
}

.footer-bottom p:last-child {
  color: #858487;
  white-space: nowrap;
  transform: translateX(-50px);
}

.whatsapp-contact {
  position: fixed;
  right: 20px;
  bottom: 96px;
  z-index: 30;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  background: var(--wine);
  color: #fff;
  box-shadow: 0 14px 28px rgba(76, 16, 25, 0.22);
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.whatsapp-contact:hover,
.whatsapp-contact:focus-visible {
  background: #651825;
  box-shadow: 0 18px 34px rgba(76, 16, 25, 0.26);
  outline: 0;
  transform: translateY(-2px);
}

.whatsapp-contact svg {
  display: block;
  width: 34px;
  height: 34px;
  fill: currentColor;
}

@media (max-width: 1180px) {
  .mainnav {
    grid-template-columns: 1fr auto;
    row-gap: 16px;
    padding: 18px 24px;
  }

  .navlinks {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .hero-copy {
    width: min(560px, 58vw);
  }

  .categories,
  .collections {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-grid {
    max-width: none;
  }

  .listing-page {
    padding-inline: 34px;
  }

  .category-rail-inner {
    padding-inline: 34px;
  }

  .category-rail-card strong {
    font-size: 18px;
  }

  .listing-layout {
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 28px;
  }

  .listing-results {
    width: 100%;
    transform: none;
  }

  .listing-grid {
    grid-template-columns: repeat(2, minmax(0, 330px));
    gap: 30px;
    justify-content: space-between;
  }

  .set-series {
    grid-template-columns: minmax(260px, 1fr) minmax(360px, 0.92fr) minmax(260px, 1fr);
    min-height: 310px;
    padding: 42px 24px;
  }

  .set-series-media img {
    min-height: 0;
  }

  .set-series-copy {
    padding-inline: 28px;
  }

  .set-series-brand {
    margin-bottom: 24px;
    font-size: 16px;
    letter-spacing: 10px;
    text-indent: 10px;
  }

  .set-series-text {
    max-width: 520px;
    font-size: 13px;
  }

  .set-series-button {
    width: 230px;
    height: 66px;
    margin-top: 40px;
    font-size: 18px;
  }

  .site-footer {
    padding: 70px 34px 42px;
  }

  .footer-main {
    grid-template-columns: minmax(0, 1fr) 190px 250px;
  }

  .footer-socials {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-top: 0;
  }

  .footer-socials::after {
    text-align: left;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 56px;
  }

  .footer-bottom p:last-child {
    white-space: normal;
  }

  .footer-bottom p:first-child {
    white-space: normal;
  }
}

@media (max-width: 900px) {
  .product-detail {
    grid-template-columns: 1fr;
  }

  .product-detail-main-image {
    min-height: 0;
  }

  .product-detail-main-image img {
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .set-series {
    grid-template-columns: 1fr;
    gap: 26px;
    height: auto;
    min-height: 0;
    padding: 34px 20px 42px;
  }

  .set-series-media {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  .set-series-media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 620 / 696;
  }

  .set-series-copy {
    order: -1;
    padding: 0;
  }

  .set-series h2 {
    font-size: 34px;
  }

  .set-series-text {
    max-width: min(500px, 100%);
    font-size: 12px;
  }

  .set-series-button {
    width: min(100%, 264px);
    height: 58px;
    margin-top: 30px;
    font-size: 16px;
  }

  .content-hero {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 48px 24px 58px;
  }

  .content-hero img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .content-copy p {
    font-size: 19px;
  }

  .custom-process {
    grid-template-columns: 1fr;
    gap: 54px;
    width: auto;
    margin-inline: 24px;
    padding: 72px 0 78px;
  }

  .custom-process-intro {
    position: static;
  }

  .custom-process-intro h2 {
    max-width: 660px;
    font-size: clamp(8px, 8vw, 26px);
  }

  .custom-process-visual {
    margin-top: 38px;
  }

  .custom-options {
    padding: 0 24px 58px;
  }

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

  .custom-voices {
    padding: 38px 24px 0;
  }

  .custom-voices-kicker {
    margin: 0 0 34px;
  }

  .custom-voices-slides {
    height: auto;
  }

  .custom-voice-slide,
  .custom-voice-slide.active {
    position: relative;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .custom-voice-slide:not(.active) {
    display: none;
  }

  .custom-voice-copy {
    display: block;
    min-height: 0;
    max-width: none;
    padding-left: 0;
    transform: translateY(-30px);
  }

  .custom-voice-copy blockquote {
    font-size: 30px;
    transform: none;
  }

  .custom-voice-role {
    position: static;
    margin-top: 44px;
  }

  .custom-voice-slide img {
    width: min(100%, 514px);
    height: auto;
    aspect-ratio: 1 / 1;
    transform: none;
  }

  .custom-voices-arrow {
    top: auto;
    bottom: 42px;
    width: 32px;
    height: 32px;
  }

  .custom-voices-arrow-prev {
    left: 24px;
  }

  .custom-voices-arrow-next {
    right: 24px;
  }

  .custom-voices-dots {
    min-height: 8px;
    margin-top: 34px;
  }

  .mahjong-products-inner {
    padding: 54px 24px 68px;
  }

  .mahjong-product-map {
    gap: 14px;
    margin-top: 25px;
  }

  .mahjong-product-node span {
    height: 42px;
    padding: 0 23px;
    font-size: 14px;
  }
}

@media (max-width: 760px) {
  .topbar {
    grid-template-columns: 1fr;
    height: auto;
    gap: 8px;
    padding: 10px 18px;
    text-align: center;
  }

  .topbar-left,
  .socials {
    display: none;
  }

  .shipping {
    gap: 18px;
    font-size: 12px;
  }

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

  .brand img {
    height: 35px;
  }

  .nav-actions {
    justify-content: space-between;
  }

  .navlinks {
    gap: 18px;
  }

  .listing-page {
    padding: 0 24px 64px;
  }

  .product-breadcrumb {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 24px;
  }

  .category-rail-inner {
    display: flex;
    overflow-x: auto;
    padding: 50px 14px 48px;
  }

  .category-rail-card {
    flex: 0 0 260px;
  }

  .listing-page h1 {
    padding: 88px 0 44px;
    font-size: 40px;
  }

  .listing-layout {
    grid-template-columns: 1fr;
  }

  .listing-filter {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding-top: 0;
  }

  .listing-filter section {
    margin-bottom: 0;
  }

  .listing-filter label {
    font-size: 17px;
  }

  .listing-toolbar {
    margin-top: 16px;
  }

  .search-panel {
    width: min(100vw, 620px);
  }

  .search-panel-inner {
    padding: 22px 20px 40px;
  }

  .search-form {
    grid-template-columns: 34px 1fr 36px;
  }

  .search-form svg {
    width: 28px;
    height: 28px;
  }

  .search-form input {
    font-size: 18px;
  }

  .popular-searches {
    padding: 34px 0 32px;
  }

  .searched-products {
    padding-top: 34px;
  }

  .popular-searches h2,
  .searched-products h2 {
    font-size: 17px;
  }

  .popular-searches p {
    margin-top: 22px;
    font-size: 15px;
  }

  .search-product-list {
    gap: 34px;
    margin-top: 34px;
  }

  .search-product {
    grid-template-columns: 112px 1fr;
    gap: 18px;
  }

  .search-product img {
    width: 112px;
    height: 112px;
  }

  .search-product strong {
    font-size: 17px;
  }

  .search-product em {
    margin-top: 14px;
    font-size: 15px;
  }

  .hero {
    min-height: 800px;
    background-image: linear-gradient(180deg, rgba(252, 247, 243, 0.9) 0%, rgba(252, 247, 243, 0.66) 47%, rgba(252, 247, 243, 0.14) 72%), url("assets/home/hero-banner.webp");
    background-position: 58% bottom;
    background-size: cover;
  }

  .home-hero {
    min-height: 740px;
  }

  .hero-copy {
    width: auto;
    padding: 42px 4px 0;
  }

  .eyebrow {
    font-size: 18px;
  }

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

  .intro {
    width: auto;
    font-size: 17px;
  }

  .hero-buttons {
    flex-wrap: wrap;
    gap: 12px;
  }

  .hero-buttons .btn {
    width: calc(50% - 6px);
    height: 62px;
    min-width: 0;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
  }

  .features {
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 24px;
  }

  .product-showcase-inner {
    padding: 56px 50px 62px;
  }

  .product-showcase-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .product-showcase h2 {
    font-size: 30px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-content: stretch;
  }

  .product-card,
  .product-image {
    width: 100%;
  }

  .product-image {
    height: auto;
    aspect-ratio: 1;
  }

  .set-series {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: 0;
    padding: 34px 20px 42px;
  }

  .set-series-media {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  .set-series-media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 620 / 696;
  }

  .set-series-copy {
    order: -1;
    padding: 0;
  }

  .set-series-mark {
    margin-bottom: 14px;
  }

  .set-series-brand {
    margin-bottom: 20px;
  }

  .set-series h2 {
    font-size: 34px;
  }

  .set-series-rule {
    margin: 24px 0 19px;
  }

  .set-series-text {
    max-width: min(500px, 100%);
    font-size: 12px;
  }

  .set-series-button {
    width: min(100%, 264px);
    height: 58px;
    margin-top: 30px;
    font-size: 16px;
  }

  .mahjong-products-inner {
    padding: 46px 20px 58px;
  }

  .mahjong-product-map {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .mahjong-product-node {
    flex: 0 0 auto;
  }

  .mahjong-product-node span {
    height: 42px;
    padding: 0 23px;
    font-size: 14px;
  }

  .categories,
  .collections {
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 20px;
    gap: 16px;
  }

  .section-heading {
    padding-inline: 20px;
  }

  .site-footer {
    min-height: auto;
    padding: 52px 24px 34px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-cta h2 {
    font-size: 18px;
    line-height: 1.22;
  }

  .footer-buttons {
    gap: 12px;
    margin-top: 30px;
  }

  .footer-buttons a {
    min-width: calc(50% - 6px);
    height: 46px;
    padding: 0 16px;
    font-size: 14px;
  }

  .footer-column {
    gap: 16px;
    font-size: 15px;
  }

  .footer-socials {
    gap: 24px;
  }

  .footer-bottom {
    gap: 16px;
    padding-top: 46px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .custom-options-heading {
    gap: 8px;
  }

  .custom-options-heading h2 {
    font-size: 22px;
  }

  .custom-options-heading span {
    width: 30px;
  }

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

  .custom-option-card div {
    padding-inline: 12px;
  }

  .quote {
    width: 120px;
  }

  .product-detail-page {
    padding-inline: 18px;
  }

  .product-detail-info h1 {
    font-size: 22px;
  }

  .product-spec-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .product-detail-thumbs {
    display: flex;
    overflow-x: auto;
  }

  .product-detail-thumbs button {
    flex: 0 0 92px;
    height: 92px;
  }

  .search-panel {
    width: 100vw;
  }

  .search-product {
    grid-template-columns: 88px 1fr;
  }

  .search-product img {
    width: 88px;
    height: 88px;
  }

  .search-product strong {
    font-size: 16px;
  }

  .search-product em {
    font-size: 14px;
  }

  .features,
  .product-grid,
  .categories,
  .collections {
    grid-template-columns: 1fr;
  }

  .listing-page {
    padding-inline: 18px;
  }

  .product-breadcrumb {
    padding-inline: 18px;
    font-size: 15px;
  }

  .category-rail-inner {
    padding-right: 8px;
    padding-left: 8px;
  }

  .category-rail-card {
    flex-basis: 220px;
  }

  .category-rail-card strong {
    font-size: 17px;
  }

  .listing-page h1 {
    padding-top: 88px;
    font-size: 34px;
  }

  .listing-filter,
  .listing-grid {
    grid-template-columns: 1fr;
  }

  .listing-card,
  .listing-card-media,
  .listing-card-media img {
    width: min(100%, 330px);
  }

  .listing-card-media,
  .listing-card-media img {
    height: min(330px, calc(100vw - 36px));
  }

  .listing-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .listing-toolbar select {
    width: 100%;
  }

  .set-series {
    padding-inline: 16px;
  }

  .set-series-brand {
    font-size: 14px;
    letter-spacing: 7px;
    text-indent: 7px;
  }

  .set-series h2 {
    font-size: 28px;
  }

  .set-series-rule {
    width: 220px;
  }

  .set-series-rule::before,
  .set-series-rule::after {
    width: 98px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .footer-cta h2 {
    font-size: 16px;
  }

  .footer-buttons a {
    width: 100%;
    min-width: 0;
  }
}

/* Mobile containment: keep existing desktop styling while preventing intrinsic
   navigation and hero content from widening the page viewport. */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
  }

  .topbar {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .topbar-message {
    justify-content: flex-start;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .topbar-message::-webkit-scrollbar,
  .navlinks::-webkit-scrollbar {
    display: none;
  }

  .mainnav {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-width: 0;
    padding: 18px 20px;
    overflow: visible;
  }

  .brand,
  .navlinks,
  .nav-actions {
    max-width: 100%;
    min-width: 0;
    transform: none;
  }

  .navlinks {
    grid-column: 1;
    grid-row: 2;
    justify-self: stretch;
  }

  .nav-dropdown-products {
    left: 50%;
    right: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100vw;
    min-width: 100vw;
    padding: 24px 18px 28px;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    transform: translate(-50%, 10px);
  }

  .nav-item:hover .nav-dropdown-products,
  .nav-item:focus-within .nav-dropdown-products {
    transform: translate(-50%, 0);
  }

  .nav-actions {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    justify-self: stretch;
  }

  .hero-copy,
  .hero.custom-sets-hero .hero-copy {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 36px;
    overflow-wrap: break-word;
  }

  .intro,
  .hero-buttons {
    max-width: 100%;
  }

  .home-hero .hero-copy {
    width: auto;
    padding-top: 2px;
  }

  .home-hero h1 {
    font-size: clamp(16px, 5.2vw, 30px);
  }

  .home-hero .hero-buttons .btn {
    width: 100%;
  }

  .footer-bottom p:last-child {
    transform: none;
  }
}

/* Page-wide typography: keep the site in a lighter serif voice. */
body,
button,
input,
select,
textarea {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}

.topbar,
.navlinks,
.quote,
.btn,
.hero-buttons .btn,
.features h2,
.product-card strong,
.product-badge,
.product-cta,
.category-rail-card strong,
.listing-filter button span,
.listing-card h2,
.tile-badge,
.mahjong-products-heading p,
.section-heading a,
.collection-card span,
.footer-buttons a,
.footer-column h3,
.footer-bottom strong,
.search-product strong,
.popular-searches h2,
.searched-products h2 {
  font-weight: 500;
}

.product-card strong,
.product-badge,
.collection-card span,
.footer-bottom strong {
  font-weight: 600;
}

.footer-socials a[aria-label="X"] span {
  font-family: Georgia, "Times New Roman", Times, serif;
}

@media (min-width: 1181px) {
  .projects-collections .featured-projects-grid,
  .projects-collections .seasonal-collection-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* Custom solution detail pages */
.solution-page {
  background: #fff;
  color: var(--ink);
}

.private-value-section {
  background: #fff;
  color: #101114;
  font-family: inherit;
  padding: 50px 100px 60px;
}

.private-value-inner {
  max-width: none;
  margin: 0 auto;
}

.private-value-kicker {
  margin: 0 0 27px;
  color: #303033;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 1;
}

.private-value-section h2 {
  margin: 0;
  color: #050608;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: clamp(10px, 4vw, 32px);
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.03;
}

.private-value-intro {
  max-width: 760px;
  margin: 30px 0 44px;
  color: #777071;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.58;
}

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

.private-value-card {
  display: flex;
  align-items: center;
  min-height: 160px;
  padding: 37px 38px;
  border: 1px solid #e4e4e4;
  border-radius: 22px;
  background: #fff;
}

.private-value-icon {
  display: grid;
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  margin-right: 56px;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 22px;
  color: #fff;
  box-shadow: 0 12px 17px rgba(119, 58, 28, 0.22);
}

.private-value-card-wine .private-value-icon { background: #8f292e; }
.private-value-card-orange .private-value-icon { background: #c94d27; }
.private-value-card-tan .private-value-icon { background: #c8783d; }
.private-value-card-stone .private-value-icon { background: #928477; }

.private-value-icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
}

.private-value-card h3 {
  margin: 0 0 15px;
  color: #090a0c;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
}

.private-value-card p {
  margin: 0;
  color: #4e4947;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .private-value-section { padding-inline: 100px; }
  .private-value-card { padding-inline: 28px; }
  .private-value-icon { margin-right: 28px; }
  .private-value-card h3 { font-size: 18px; }
  .private-value-card p { font-size: 16px; }
}

@media (max-width: 700px) {
  .private-value-section { padding: 42px 20px 48px; }
  .private-value-kicker { margin-bottom: 18px; font-size: 13px; }
  .private-value-section h2 { font-size: 28px; letter-spacing: -0.4px; }
  .private-value-intro { margin: 22px 0 34px; font-size: 18px; line-height: 1.5; }
  .private-value-desktop-break { display: none; }
  .private-value-grid { grid-template-columns: 1fr; gap: 16px; }
  .private-value-card { min-height: 0; padding: 23px 18px; border-radius: 16px; }
  .private-value-icon { width: 46px; height: 46px; flex-basis: 46px; margin-right: 18px; border-width: 4px; border-radius: 12px; }
  .private-value-icon svg { width: 32px; height: 32px; }
  .private-value-card h3 { margin-bottom: 10px; font-size: 18px; letter-spacing: 0; }
  .private-value-card p { font-size: 16px; line-height: 1.45; }
}

/* B2B custom solution pages */
.b2b-page {
  --b2b-ink: #2e2526;
  --b2b-muted: #756a68;
  --b2b-paper: #fffaf6;
  --b2b-blush: #f6eeea;
  --b2b-line: #eadbd7;
  background: var(--b2b-paper);
  color: var(--b2b-ink);
}

.b2b-page main { overflow: hidden; }
.b2b-page .btn.primary,
.b2b-page .btn.secondary { margin-top: 0; text-decoration: none; }
.b2b-page .btn.primary { color: #fff; }
.b2b-page .btn.secondary { background: transparent; color: var(--wine); }
.b2b-page .btn.secondary:hover,
.b2b-page .btn.secondary:focus-visible { background: var(--wine); color: #fff; }
.b2b-eyebrow { margin: 0 0 18px; color: var(--wine); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.b2b-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr); align-items: stretch; min-height: 650px; background: var(--b2b-blush); }
.b2b-hero-copy { display: flex; flex-direction: column; justify-content: center; width: min(650px, 100%); padding: 90px clamp(28px, 7vw, 108px); padding-right: clamp(28px, 5vw, 76px); }
.b2b-hero h1 { max-width: 650px; margin: 0; color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 5vw, 76px); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.b2b-lead { max-width: 580px; margin: 28px 0 0; color: var(--b2b-muted); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 18px; line-height: 1.65; }
.b2b-hero-media { min-height: 650px; margin: 0; overflow: hidden; background: #e9d7d3; }
.b2b-hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.b2b-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.b2b-actions .btn { min-width: 0; padding-inline: 23px; }
.b2b-section { padding: 116px max(28px, 6vw); background: #fff; }
.b2b-section--cream { background: var(--b2b-paper); }
.b2b-section--compact { padding-top: 94px; padding-bottom: 94px; }
.b2b-section--process { background: var(--b2b-blush); }
.b2b-sets-page .b2b-section--process { background: #fcf9f8; }
.b2b-section-head { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.b2b-section-head h2, .b2b-split-copy h2, .b2b-brand-detail h2, .b2b-packaging-detail h2, .b2b-gift-config h2, .b2b-hospitality-brand h2, .b2b-material-callout h2, .b2b-seasonal h2 { margin: 0; color: var(--b2b-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4vw, 58px); font-weight: 400; letter-spacing: -.035em; line-height: 1.02; }
.b2b-section-head > p:last-child { max-width: 650px; margin: 22px auto 0; color: var(--b2b-muted); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
.b2b-card-grid { display: grid; gap: 24px; max-width: 1280px; margin: 0 auto; }
.b2b-card-grid--six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.b2b-card-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.b2b-section--options { padding-right: max(28px, 3.2vw); padding-left: max(28px, 3.2vw); background: #fbfaf8; }
.b2b-section--options .b2b-section-head { max-width: 1440px; margin-right: auto; margin-bottom: 38px; margin-left: auto; text-align: left; }
.b2b-section--options .b2b-section-head > p:last-child { max-width: 620px; margin-right: 0; margin-left: 0; }
.b2b-card-rail-shell { position: relative; max-width: 1920px; margin: 0 auto; }
.b2b-card-rail-shell .b2b-card-grid--six { display: flex; flex-wrap: nowrap; gap: 24px; max-width: none; margin: 0; padding: 0 0 8px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-behavior: smooth; scroll-snap-type: x mandatory; }
.b2b-card-rail-shell .b2b-card-grid--six::-webkit-scrollbar { display: none; }
.b2b-card-rail-shell .b2b-image-card { flex: 0 0 calc((100% - 120px) / 6); min-width: 0; scroll-snap-align: start; }
.b2b-card-rail-shell .b2b-image-card img { aspect-ratio: 1.08 / 1; border-radius: 5px; object-fit: cover; }
.b2b-card-rail-shell .b2b-image-card h3 { margin-top: 18px; color: var(--b2b-ink); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 18px; font-weight: 700; line-height: 1.2; }
.b2b-card-rail-shell .b2b-image-card p { max-width: 280px; margin-top: 8px; color: #665d5b; font-size: 14px; line-height: 1.5; }
.b2b-card-rail-button { position: absolute; z-index: 1; top: 31%; display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid rgba(46,37,38,.16); border-radius: 50%; background: rgba(255,255,255,.94); color: var(--b2b-ink); box-shadow: 0 5px 16px rgba(46,37,38,.1); cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 30px; line-height: 1; transform: translateY(-50%); transition: background .2s ease, opacity .2s ease, transform .2s ease; }
.b2b-card-rail-button span { display: block; margin-top: -4px; }
.b2b-card-rail-button:hover, .b2b-card-rail-button:focus-visible { background: #fff; transform: translateY(-50%) scale(1.05); }
.b2b-card-rail-button:disabled { opacity: .55; pointer-events: none; }
.b2b-card-rail-button--prev { left: -21px; }
.b2b-card-rail-button--next { right: -21px; }
.b2b-image-card img, .b2b-link-card img { display: block; width: 100%; height: auto; aspect-ratio: 1.18; object-fit: cover; background: #f3eae6; }
.b2b-image-card h3, .b2b-link-card h3 { margin: 20px 0 0; color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 400; line-height: 1.1; }
.b2b-image-card p, .b2b-link-card p { margin: 10px 0 0; color: var(--b2b-muted); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 14px; line-height: 1.55; }
.b2b-link-card { color: inherit; text-decoration: none; }
.b2b-link-card span, .b2b-product-rail span, .b2b-link-card:focus-visible h3 { color: var(--wine); }
.b2b-link-card span { display: block; margin-top: 17px; font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.b2b-link-card:hover img, .b2b-link-card:focus-visible img, .b2b-image-card:hover img { transform: scale(1.025); }
.b2b-card-grid img { transition: transform .25s ease; }
.b2b-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); max-width: 1440px; margin: 0 auto; }
.b2b-split--dark { background: var(--wine); color: #fff; }
.b2b-split-media { min-height: 580px; overflow: hidden; }
.b2b-split-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.b2b-split-copy { display: flex; flex-direction: column; justify-content: center; padding: 88px clamp(32px, 7vw, 110px); }
.b2b-split-copy h2 { color: #fff; }
.b2b-split-copy .b2b-eyebrow { color: #dfbfc1; }
.b2b-split-copy > p:not(.b2b-eyebrow) { max-width: 520px; margin: 24px 0 0; color: #eadbdd; font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 16px; line-height: 1.7; }
.b2b-hospitality-page .b2b-split-copy .text-link { font-size: 17px; }
.b2b-checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 28px; margin: 34px 0 38px; padding: 0; list-style: none; color: #fff; font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 14px; }
.b2b-checklist li::before { margin-right: 10px; color: #e6bfc4; content: "＋"; }
.text-link { color: var(--wine); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.text-link:hover, .text-link:focus-visible { text-decoration: underline; }
.text-link--light { color: #fff; }
.b2b-material-callout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(240px, .8fr) auto; align-items: center; gap: 42px; padding: 76px max(28px, 8vw); background: #fcf9f8; }
.b2b-material-callout h2 { font-size: clamp(30px, 3.6vw, 50px); }
.b2b-material-callout > div:first-child p:last-child { max-width: 550px; margin: 18px 0 0; color: #665a51; font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 15px; line-height: 1.6; }
.b2b-material-list { display: flex; flex-direction: column; gap: 10px; padding-left: 24px; border-left: 1px solid rgba(76,16,25,.28); color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.b2b-material-callout .btn { white-space: nowrap; }
.b2b-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; max-width: 1280px; margin: 0 auto; padding: 0; list-style: none; }
.b2b-steps--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.b2b-steps li { padding-top: 20px; border-top: 1px solid var(--wine); }
.b2b-steps b, .b2b-value-grid span, .b2b-reorder-grid b, .b2b-audience-grid span { display: block; color: var(--wine); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.b2b-steps h3 { margin: 25px 0 0; color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; line-height: 1.1; }
.b2b-steps p { margin: 13px 0 0; color: var(--b2b-muted); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 14px; line-height: 1.55; }
.b2b-faq { padding: 112px max(28px, 6vw) 120px; background: #fff; }
.b2b-faq-list { max-width: 920px; margin: 0 auto; border-top: 1px solid var(--b2b-line); }
.b2b-faq details { border-bottom: 1px solid var(--b2b-line); }
.b2b-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0; color: var(--wine); cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 21px; list-style: none; }
.b2b-faq summary::-webkit-details-marker { display: none; }
.b2b-faq summary::after { color: var(--wine); content: "+"; font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 20px; }
.b2b-faq details[open] summary::after { content: "−"; }
.b2b-faq details p { max-width: 760px; margin: -5px 0 24px; color: var(--b2b-muted); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 15px; line-height: 1.65; }
.b2b-faq details a { color: var(--wine); font-weight: 700; }
.b2b-final-cta { padding: 112px 28px 120px; background: var(--wine); color: #fff; text-align: center; }
.b2b-final-cta .b2b-eyebrow { color: #dfbfc1; }
.b2b-final-cta h2 { max-width: 800px; margin: 0 auto; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 68px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.b2b-final-cta > p:not(.b2b-eyebrow) { max-width: 600px; margin: 22px auto 32px; color: #eadbdd; font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 16px; line-height: 1.6; }
.b2b-final-cta .btn.primary { border-color: #fff; background: #fff; color: var(--wine); }
.b2b-final-cta .btn.primary:hover, .b2b-final-cta .btn.primary:focus-visible { background: #eadbdd; border-color: #eadbdd; }

/* Private label */
.b2b-product-rail { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; max-width: 1280px; margin: 0 auto; }
.b2b-product-rail a { color: inherit; text-decoration: none; }
.b2b-product-rail img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1.12; object-fit: cover; }
.b2b-product-rail strong { display: block; margin-top: 16px; color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 400; }
.b2b-product-rail span { display: block; margin-top: 8px; font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.b2b-brand-detail, .b2b-packaging-detail, .b2b-gift-config, .b2b-hospitality-brand { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; background: #f0e6e1; }
.b2b-brand-detail-copy, .b2b-packaging-detail-copy, .b2b-gift-config-copy, .b2b-hospitality-brand-copy { padding: 100px clamp(28px, 8vw, 120px); }
.b2b-brand-detail-copy > p:not(.b2b-eyebrow), .b2b-packaging-detail-copy > p:not(.b2b-eyebrow), .b2b-gift-config-copy > p:not(.b2b-eyebrow), .b2b-hospitality-brand-copy > p:not(.b2b-eyebrow) { max-width: 530px; margin: 22px 0 0; color: var(--b2b-muted); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
.b2b-brand-detail-media, .b2b-packaging-detail-media, .b2b-gift-config-media, .b2b-hospitality-brand-media { min-height: 560px; overflow: hidden; }
.b2b-brand-detail-media img, .b2b-packaging-detail-media img, .b2b-gift-config-media img, .b2b-hospitality-brand-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.b2b-mini-grid, .b2b-detail-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 28px; max-width: 560px; margin: 38px 0 42px; }
.b2b-mini-grid div, .b2b-detail-list div { display: flex; flex-direction: column; gap: 7px; padding-top: 13px; border-top: 1px solid rgba(76,16,25,.22); }
.b2b-mini-grid b, .b2b-detail-list b { color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; }
.b2b-mini-grid span, .b2b-detail-list span { color: var(--b2b-muted); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 13px; line-height: 1.45; }
.b2b-section--oem { background: #fff; }
.b2b-oem-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 1100px; margin: 0 auto; border-top: 1px solid var(--b2b-line); border-bottom: 1px solid var(--b2b-line); }
.b2b-oem-grid article { padding: 48px 52px 52px; }
.b2b-oem-grid article + article { border-left: 1px solid var(--b2b-line); }
.b2b-oem-tag, .b2b-config-label, .b2b-compare-grid article > span { color: var(--wine); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .17em; }
.b2b-oem-grid h3 { margin: 25px 0 0; color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 400; line-height: 1.1; }
.b2b-oem-grid p, .b2b-config-grid p, .b2b-value-grid p, .b2b-reorder-grid p, .b2b-audience-grid p { margin: 18px 0 28px; color: var(--b2b-muted); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 14px; line-height: 1.65; }
.b2b-audience-band { padding: 108px max(28px, 6vw); background: var(--b2b-blush); }
.b2b-audience-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1280px; margin: 0 auto; border-top: 1px solid var(--b2b-line); }
.b2b-audience-grid a { padding: 30px 28px 22px 0; color: inherit; text-decoration: none; }
.b2b-audience-grid a + a { padding-left: 28px; border-left: 1px solid var(--b2b-line); }
.b2b-audience-grid h3 { margin: 24px 0 0; color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; }
.b2b-audience-grid p { margin-bottom: 0; }

/* Packaging */
.b2b-packaging-detail { background: #eee4de; }
.b2b-packaging-detail-copy { order: 2; }
.b2b-packaging-detail-media { order: 1; }
.b2b-scenario-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding: 112px max(28px, 6vw); background: #fff; }
.b2b-scenario-grid .b2b-section-head { grid-column: 1 / -1; margin-bottom: 22px; }
.b2b-scenario-grid article { background: var(--b2b-paper); }
.b2b-scenario-grid article img { display: block; width: 100%; height: auto; aspect-ratio: 1.35; object-fit: cover; }
.b2b-scenario-grid article div { padding: 24px 26px 28px; }
.b2b-scenario-grid h3 { margin: 0; color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; }
.b2b-scenario-grid p { margin: 10px 0 0; color: var(--b2b-muted); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 14px; line-height: 1.55; }

/* Corporate gifting */
.b2b-gifting-scenes { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; max-width: 1280px; margin: 0 auto; }
.b2b-gifting-scenes article img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1.08; object-fit: cover; }
.b2b-gifting-scenes h3 { margin: 18px 0 0; color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; }
.b2b-gifting-scenes p { margin: 9px 0 0; color: var(--b2b-muted); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 13px; line-height: 1.5; }
.b2b-gift-config { background: var(--wine); color: #fff; }
.b2b-gift-config-copy { order: 1; }
.b2b-gift-config-media { order: 2; }
.b2b-gift-config h2 { color: #fff; }
.b2b-gift-config-copy > p:not(.b2b-eyebrow) { color: #eadbdd; }
.b2b-gift-config .b2b-eyebrow { color: #dfbfc1; }
.b2b-gift-config .b2b-checklist { margin-bottom: 40px; }

@media (min-width: 901px) {
  .b2b-gifts-page .b2b-gift-config-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .b2b-gifts-page .b2b-gift-config-media { min-height: 580px; }
}

.b2b-config-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1280px; margin: 0 auto; border-top: 1px solid var(--b2b-line); border-bottom: 1px solid var(--b2b-line); }
.b2b-config-grid article { min-height: 285px; padding: 34px 34px 32px; }
.b2b-config-grid article + article { border-left: 1px solid var(--b2b-line); }
.b2b-config-grid .is-featured { background: var(--b2b-blush); }
.b2b-config-grid h3 { margin: 26px 0 0; color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 400; line-height: 1.12; }
.b2b-config-grid a { color: var(--wine); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 16px; font-weight: 600; text-decoration: none; text-transform: uppercase; }
.b2b-config-grid a:hover, .b2b-config-grid a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.b2b-program-band { padding: 116px max(28px, 6vw); background: transparent; }
.b2b-program-points { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1280px; margin: 0 auto; border-top: 1px solid rgba(76,16,25,.26); }
.b2b-program-points span { display: flex; flex-direction: column; gap: 18px; padding: 25px 28px 0 0; color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.b2b-program-points span + span { padding-left: 28px; border-left: 1px solid rgba(76,16,25,.26); }
.b2b-program-points b { font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 11px; letter-spacing: .13em; }

/* Retail & wholesale */
.b2b-retail-points { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1280px; margin: 0 auto; border-top: 1px solid var(--b2b-line); }
.b2b-retail-points article { padding: 28px 28px 10px 0; }
.b2b-retail-points article + article { padding-left: 28px; border-left: 1px solid var(--b2b-line); }
.b2b-retail-points b { color: var(--wine); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 11px; letter-spacing: .14em; }
.b2b-retail-points h3 { margin: 24px 0 0; color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; }
.b2b-retail-points p { margin: 14px 0 0; color: var(--b2b-muted); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 14px; line-height: 1.6; }
.b2b-retail-points a { color: var(--wine); font-weight: 700; }
.b2b-compare { padding: 112px max(28px, 6vw); background: var(--b2b-blush); }
.b2b-compare .b2b-section-head { margin-bottom: 44px; }
.b2b-compare-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 1100px; margin: 0 auto; background: #fff; }
.b2b-compare-grid article { padding: 44px 48px 48px; }
.b2b-compare-grid article + article { background: var(--wine); }
.b2b-compare-grid article + article > span, .b2b-compare-grid article + article h3 { color: #fff; }
.b2b-compare-grid article + article p { color: #fff; }
.b2b-compare-grid h3 { max-width: 420px; margin: 24px 0 0; color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 400; line-height: 1.1; }
.b2b-compare-grid p { max-width: 440px; margin: 18px 0 30px; color: var(--b2b-muted); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 15px; line-height: 1.6; }
.b2b-compare-grid .btn { font-size: 13px; }
.b2b-compare-grid article + article .btn.primary { border-color: #fff; background: #fff; color: var(--wine); }
.b2b-seasonal { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: 60px; align-items: center; padding: 108px max(28px, 8vw); background: #fff; }
.b2b-seasonal-copy h2 { max-width: 440px; }
.b2b-seasonal-copy > p:not(.b2b-eyebrow) { max-width: 420px; margin: 22px 0 28px; color: var(--b2b-muted); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 15px; line-height: 1.65; }
.b2b-seasonal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.b2b-seasonal-grid a { color: inherit; text-decoration: none; }
.b2b-seasonal-grid img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1.15; object-fit: cover; }
.b2b-seasonal-grid span { display: block; margin-top: 15px; color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 19px; }

/* Hotels & clubs */
.b2b-value-grid, .b2b-reorder-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1280px; margin: 0 auto; border-top: 1px solid var(--b2b-line); }
.b2b-value-grid article, .b2b-reorder-grid article { padding: 28px 28px 10px 0; }
.b2b-value-grid article + article, .b2b-reorder-grid article + article { padding-left: 28px; border-left: 1px solid var(--b2b-line); }
.b2b-hospitality-page .b2b-value-grid { gap: 24px; border-top: 0; }
.b2b-hospitality-page .b2b-value-grid article, .b2b-hospitality-page .b2b-value-grid article + article { padding-left: 0; border-left: 0; }
.b2b-hospitality-page .b2b-value-grid article { padding-top: 0; }
.b2b-hospitality-page .b2b-value-grid article > span { margin-bottom: 18px; font-size: 13px; }
.b2b-hospitality-page .b2b-value-image { position: relative; overflow: hidden; width: 100%; aspect-ratio: 1.28; border-radius: 4px; }
.b2b-hospitality-page .b2b-value-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .24s ease; }
.b2b-hospitality-page .b2b-value-grid article:hover img { transform: scale(1.035); }
.b2b-wholesale-page .b2b-retail-points { gap: 24px; border-top: 0; }
.b2b-wholesale-page .b2b-retail-points article,
.b2b-wholesale-page .b2b-retail-points article + article { padding: 0; border-left: 0; }
.b2b-wholesale-page .b2b-retail-points article > b { display: block; margin-bottom: 18px; font-size: 13px; }
.b2b-wholesale-page .b2b-retail-points .b2b-value-image { position: relative; overflow: hidden; width: 100%; aspect-ratio: 1.28; border-radius: 4px; }
.b2b-wholesale-page .b2b-retail-points .b2b-value-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .24s ease; }
.b2b-wholesale-page .b2b-retail-points article:hover .b2b-value-image img { transform: scale(1.035); }
.b2b-value-grid h3, .b2b-reorder-grid h3 { margin: 24px 0 0; color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; }
.b2b-space-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 1280px; margin: 0 auto; }
.b2b-space-grid a { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; }
.b2b-space-grid img { display: block; width: 100%; height: auto; aspect-ratio: 1.25; object-fit: cover; }
.b2b-space-grid h3 { margin: 21px 0 0; color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 400; }
.b2b-space-grid p { margin: 10px 0 16px; color: var(--b2b-muted); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 14px; line-height: 1.55; }
.b2b-space-grid span { margin-top: auto; padding-top: 16px; color: var(--wine); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.b2b-hospitality-brand { background: #e8ded8; }
.b2b-hospitality-page .b2b-hospitality-brand-copy .text-link { font-size: 17px; }

@media (max-width: 900px) {
  .b2b-hero { grid-template-columns: 1fr; }
  .b2b-hero-copy { width: auto; padding: 70px 24px 58px; }
  .b2b-hero-media { min-height: 420px; max-height: 580px; }
  .b2b-hero h1 { font-size: clamp(42px, 10vw, 64px); }
  .b2b-card-grid--four, .b2b-card-grid--six, .b2b-product-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b2b-split, .b2b-brand-detail, .b2b-packaging-detail, .b2b-gift-config, .b2b-hospitality-brand { grid-template-columns: 1fr; }
  .b2b-split-media, .b2b-brand-detail-media, .b2b-packaging-detail-media, .b2b-gift-config-media, .b2b-hospitality-brand-media { min-height: 420px; }
  .b2b-split-copy, .b2b-brand-detail-copy, .b2b-packaging-detail-copy, .b2b-gift-config-copy, .b2b-hospitality-brand-copy { padding: 72px 24px; }
  .b2b-material-callout { grid-template-columns: 1fr; gap: 26px; }
  .b2b-material-list { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; border: 0; font-size: 17px; }
  .b2b-steps, .b2b-steps--five, .b2b-value-grid, .b2b-reorder-grid, .b2b-audience-grid, .b2b-gifting-scenes, .b2b-program-points, .b2b-retail-points { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b2b-oem-grid, .b2b-config-grid { grid-template-columns: 1fr; }
  .b2b-oem-grid article + article, .b2b-config-grid article + article { border-top: 1px solid var(--b2b-line); border-left: 0; }
  .b2b-scenario-grid, .b2b-space-grid { grid-template-columns: 1fr; }
  .b2b-scenario-grid .b2b-section-head { grid-column: auto; }
  .b2b-seasonal { grid-template-columns: 1fr; gap: 38px; }
  .b2b-card-rail-shell .b2b-image-card { flex-basis: calc((100% - 48px) / 3); }
  .b2b-card-rail-button--prev { left: -15px; }
  .b2b-card-rail-button--next { right: -15px; }
}

@media (max-width: 520px) {
  .b2b-section, .b2b-faq, .b2b-scenario-grid { padding-top: 76px; padding-bottom: 78px; }
  .b2b-section-head { margin-bottom: 36px; }
  .b2b-section-head h2, .b2b-split-copy h2, .b2b-brand-detail h2, .b2b-packaging-detail h2, .b2b-gift-config h2, .b2b-hospitality-brand h2, .b2b-material-callout h2 { font-size: 38px; }
  .b2b-lead { font-size: 16px; }
  .b2b-actions .btn { width: 100%; }
  .b2b-card-grid--four, .b2b-card-grid--six, .b2b-product-rail, .b2b-steps, .b2b-steps--five, .b2b-value-grid, .b2b-reorder-grid, .b2b-audience-grid, .b2b-gifting-scenes, .b2b-program-points, .b2b-retail-points { grid-template-columns: 1fr; }
  .b2b-value-grid article + article, .b2b-reorder-grid article + article, .b2b-audience-grid a + a, .b2b-program-points span + span { padding-left: 0; border-top: 1px solid var(--b2b-line); border-left: 0; }
  .b2b-audience-grid a + a, .b2b-program-points span + span { padding-top: 25px; }
  .b2b-material-list { grid-template-columns: 1fr; gap: 8px; }
  .b2b-compare-grid { grid-template-columns: 1fr; }
  .b2b-compare-grid article + article { border-top: 1px solid rgba(255,255,255,.2); }
  .b2b-split-media, .b2b-brand-detail-media, .b2b-packaging-detail-media, .b2b-gift-config-media, .b2b-hospitality-brand-media { min-height: 300px; }
  .b2b-mini-grid, .b2b-detail-list, .b2b-checklist { grid-template-columns: 1fr; }
  .b2b-card-rail-shell .b2b-card-grid--six { gap: 16px; padding-bottom: 5px; }
  .b2b-card-rail-shell .b2b-image-card { flex-basis: min(78vw, 300px); }
  .b2b-card-rail-button { display: none; }
  .b2b-faq summary { font-size: 18px; }
  .b2b-final-cta { padding: 80px 24px 88px; }
}

/* Keep Custom Solutions typography in the same visual language as Home. */
.b2b-page .b2b-eyebrow {
  margin-bottom: 18px;
  color: #a75364;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: none;
}

.b2b-page .b2b-section-head h2,
.b2b-page .b2b-split-copy h2,
.b2b-page .b2b-brand-detail h2,
.b2b-page .b2b-packaging-detail h2,
.b2b-page .b2b-gift-config h2,
.b2b-page .b2b-hospitality-brand h2,
.b2b-page .b2b-material-callout h2,
.b2b-page .b2b-seasonal h2,
.b2b-page .b2b-final-cta h2 {
  color: #312c2c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.15;
}

.b2b-page .b2b-section-head > p:last-child,
.b2b-page .b2b-split-copy > p:not(.b2b-eyebrow),
.b2b-page .b2b-brand-detail-copy > p:not(.b2b-eyebrow),
.b2b-page .b2b-packaging-detail-copy > p:not(.b2b-eyebrow),
.b2b-page .b2b-gift-config-copy > p:not(.b2b-eyebrow),
.b2b-page .b2b-hospitality-brand-copy > p:not(.b2b-eyebrow),
.b2b-page .b2b-seasonal-copy > p:not(.b2b-eyebrow) {
  color: #4f4545;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.b2b-page .b2b-split-copy h2,
.b2b-page .b2b-gift-config h2,
.b2b-page .b2b-final-cta h2 {
  color: #fff;
}

.b2b-page .b2b-split-copy .b2b-eyebrow,
.b2b-page .b2b-gift-config .b2b-eyebrow,
.b2b-page .b2b-final-cta .b2b-eyebrow {
  color: #dfbfc1;
}

.b2b-page .b2b-split-copy > p:not(.b2b-eyebrow),
.b2b-page .b2b-gift-config-copy > p:not(.b2b-eyebrow),
.b2b-page .b2b-final-cta > p:not(.b2b-eyebrow) {
  color: #eadbdd;
}

.b2b-page .b2b-image-card h3,
.b2b-page .b2b-link-card h3,
.b2b-page .b2b-space-grid h3,
.b2b-page .b2b-gifting-scenes h3,
.b2b-page .b2b-steps h3,
.b2b-page .b2b-value-grid h3,
.b2b-page .b2b-reorder-grid h3,
.b2b-page .b2b-audience-grid h3,
.b2b-page .b2b-retail-points h3,
.b2b-page .b2b-oem-grid h3,
.b2b-page .b2b-config-grid h3,
.b2b-page .b2b-compare-grid h3 {
  color: #312c2c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.18;
}

.b2b-page .b2b-image-card p,
.b2b-page .b2b-link-card p,
.b2b-page .b2b-space-grid p,
.b2b-page .b2b-gifting-scenes p,
.b2b-page .b2b-steps p,
.b2b-page .b2b-value-grid p,
.b2b-page .b2b-reorder-grid p,
.b2b-page .b2b-audience-grid p,
.b2b-page .b2b-retail-points p,
.b2b-page .b2b-oem-grid p,
.b2b-page .b2b-config-grid p,
.b2b-page .b2b-compare-grid p {
  color: #625959;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
}

.b2b-page .b2b-program-points span {
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15;
}

/* Custom Mahjong Sets: image-led production path (superseded; original styles retained) */
/*
.b2b-sets-page .b2b-section--process {
  padding: 102px clamp(30px, 3.9vw, 68px) 70px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.78), transparent 42%),
    #faf8f5;
}

.b2b-sets-page .b2b-section--process .b2b-section-head {
  max-width: 900px;
  margin-bottom: 76px;
}

.b2b-sets-page .b2b-section--process .b2b-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-bottom: 24px;
  color: #5e1722;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .34em;
}

.b2b-sets-page .b2b-section--process .b2b-eyebrow::before,
.b2b-sets-page .b2b-section--process .b2b-eyebrow::after {
  width: 43px;
  height: 1px;
  background: #b88a45;
  content: "";
}

.b2b-sets-page .b2b-section--process .b2b-section-head h2 {
  color: #211f1e;
  font-size: clamp(46px, 4.35vw, 67px);
  letter-spacing: -.025em;
  line-height: 1.03;
}

.b2b-sets-page .b2b-section--process .b2b-section-head > p:last-child {
  max-width: 690px;
  margin-top: 23px;
  color: #555258;
  font-size: 16px;
  letter-spacing: .035em;
  line-height: 1.68;
}

.b2b-sets-page .b2b-process-cards {
  position: relative;
  gap: clamp(18px, 1.65vw, 26px);
  max-width: 1416px;
  padding-top: 80px;
}

.b2b-sets-page .b2b-process-cards::before {
  position: absolute;
  z-index: 0;
  top: 36px;
  right: 8px;
  left: 8px;
  height: 1px;
  background: #c89a57;
  content: "";
}

.b2b-sets-page .b2b-process-cards::after {
  position: absolute;
  z-index: 0;
  top: 33px;
  left: 25%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bd9256;
  content: "";
  box-shadow: calc((min(1416px, 92vw) - 24px) / 4) 0 #bd9256,
              calc((min(1416px, 92vw) - 24px) / 2) 0 #bd9256;
}

.b2b-sets-page .b2b-process-cards > li {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0;
  border: 0;
}

.b2b-sets-page .b2b-process-cards .b2b-process-number {
  position: absolute;
  top: -80px;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 2px solid #f6efe5;
  border-radius: 50%;
  background: #681321;
  color: #fff;
  box-shadow: 0 0 0 2px #bd9256, inset 0 0 0 1px rgba(255,255,255,.28);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1;
  transform: translateX(-50%);
}

.b2b-sets-page .b2b-process-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(75,52,43,.07);
  border-radius: 17px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 24px rgba(69,48,39,.11);
}

.b2b-sets-page .b2b-process-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 1.32 / 1;
  object-fit: cover;
}

.b2b-sets-page .b2b-process-cards > li:nth-child(1) img { object-position: 54% 50%; }
.b2b-sets-page .b2b-process-cards > li:nth-child(2) img { object-position: 12% 28%; }
.b2b-sets-page .b2b-process-cards > li:nth-child(3) img { object-position: 50% 48%; }
.b2b-sets-page .b2b-process-cards > li:nth-child(4) img { object-position: 48% 52%; }

.b2b-sets-page .b2b-process-card > div {
  min-height: 260px;
  padding: 23px 29px 30px;
}

.b2b-sets-page .b2b-process-card > div::before {
  display: block;
  width: 22px;
  height: 1px;
  margin-bottom: 20px;
  background: #bc8b49;
  content: "";
}

.b2b-sets-page .b2b-process-cards .b2b-process-card h3 {
  margin: 0;
  color: #201f1e;
  font-size: clamp(22px, 1.9vw, 29px);
  line-height: 1.12;
}

.b2b-sets-page .b2b-process-cards .b2b-process-card h3::after {
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 17px;
  background: #651624;
  content: "";
}

.b2b-sets-page .b2b-process-cards .b2b-process-card p {
  margin-top: 19px;
  color: #58545a;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .b2b-sets-page .b2b-section--process {
    padding: 82px 28px 90px;
  }

  .b2b-sets-page .b2b-process-cards {
    gap: 66px 24px;
    padding-top: 72px;
  }

  .b2b-sets-page .b2b-process-cards::before,
  .b2b-sets-page .b2b-process-cards::after {
    display: none;
  }

  .b2b-sets-page .b2b-process-cards > li::before {
    position: absolute;
    top: -37px;
    right: 0;
    left: 0;
    z-index: -1;
    height: 1px;
    background: #c89a57;
    content: "";
  }

  .b2b-sets-page .b2b-process-cards .b2b-process-number {
    top: -73px;
  }
}

@media (max-width: 520px) {
  .b2b-sets-page .b2b-section--process {
    padding: 70px 20px 80px;
  }

  .b2b-sets-page .b2b-section--process .b2b-section-head {
    margin-bottom: 52px;
  }

  .b2b-sets-page .b2b-section--process .b2b-eyebrow {
    gap: 14px;
    font-size: 10px;
    letter-spacing: .22em;
  }

  .b2b-sets-page .b2b-section--process .b2b-eyebrow::before,
  .b2b-sets-page .b2b-section--process .b2b-eyebrow::after {
    width: 24px;
  }

  .b2b-sets-page .b2b-section--process .b2b-section-head h2 {
    font-size: 39px;
  }

  .b2b-process-desktop-break {
    display: none;
  }

  .b2b-sets-page .b2b-process-cards {
    gap: 68px;
    padding-top: 72px;
  }

  .b2b-sets-page .b2b-process-card > div {
    min-height: 0;
    padding: 22px 25px 28px;
  }

  .b2b-sets-page .b2b-process-cards .b2b-process-card h3 {
    font-size: 27px;
  }

  .b2b-sets-page .b2b-process-cards .b2b-process-card p {
    font-size: 14px;
  }
}
*/

@media (max-width: 520px) {
  .b2b-page .b2b-section-head h2,
  .b2b-page .b2b-split-copy h2,
  .b2b-page .b2b-brand-detail h2,
  .b2b-page .b2b-packaging-detail h2,
  .b2b-page .b2b-gift-config h2,
  .b2b-page .b2b-hospitality-brand h2,
  .b2b-page .b2b-material-callout h2,
  .b2b-page .b2b-seasonal h2,
  .b2b-page .b2b-final-cta h2 {
    font-size: 30px;
  }

  .b2b-page .b2b-eyebrow { font-size: 12px; }
}

/* Match every Custom Solutions hero to the Seasonal Collection hero. */
.b2b-page .b2b-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 736px);
  gap: 0;
  height: 500px;
  min-height: 500px;
  overflow: hidden;
  background: #fff;
}

.b2b-page .b2b-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: 500px;
  max-width: none;
  padding: 66px 50px;
  background: #5a2a37;
}

.b2b-page .b2b-hero-media {
  align-self: start;
  width: 100%;
  min-height: 0;
  height: 500px;
  margin: 0;
  overflow: hidden;
  background: #f4efec;
}

.b2b-page .b2b-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.b2b-wholesale-page .b2b-hero-media img {
  object-position: left center;
}

.b2b-page .b2b-hero .b2b-eyebrow {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(-20px);
}

.b2b-page .b2b-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(16px, 2.3vw, 38px);
  font-weight: 100;
  letter-spacing: normal;
  line-height: 1.18;
  transform: translateY(-20px);
}

.b2b-page .b2b-hero .b2b-lead {
  width: 100%;
  max-width: none;
  margin: 14px 0 0;
  color: #fff;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
}

.b2b-page .b2b-hero .b2b-actions {
  margin-top: 60px;
}

.b2b-page .b2b-hero .b2b-actions .btn {
  width: 250px;
  min-width: 250px;
  height: 62px;
  padding: 0;
  border: 1px solid #fff;
  background: #fff;
  color: #5a2a37;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.b2b-page .b2b-hero .b2b-actions .btn:first-child:hover,
.b2b-page .b2b-hero .b2b-actions .btn:first-child:focus-visible {
  border-color: #fff;
  background: #f6ece7;
  color: #5a2a37;
  box-shadow: 0 10px 22px rgba(36, 10, 18, 0.18);
  transform: translateY(-2px);
}

.b2b-page .b2b-hero .b2b-actions .btn:nth-child(2) {
  background: transparent;
  color: #fff;
}

.b2b-page .b2b-hero .b2b-actions .btn:nth-child(2):hover,
.b2b-page .b2b-hero .b2b-actions .btn:nth-child(2):focus-visible {
  border-color: #fff;
  background: #fff;
  color: #5a2a37;
  box-shadow: 0 10px 22px rgba(36, 10, 18, 0.14);
  transform: translateY(-2px);
}

/* Bulk Orders hero follows the Home hero layout while using its own banner. */
.bulk-hero {
  background-image: linear-gradient(90deg, rgba(252, 247, 243, 0.9) 0%, rgba(252, 247, 243, 0.61) 34%, rgba(252, 247, 243, 0.09) 58%), url("assets/wholesale/bulk-orders/hero.webp");
}

.bulk-hero h1 {
  white-space: normal;
}

@media (max-width: 700px) {
  .bulk-hero {
    background-image: linear-gradient(180deg, rgba(252, 247, 243, 0.9) 0%, rgba(252, 247, 243, 0.66) 47%, rgba(252, 247, 243, 0.14) 72%), url("assets/wholesale/bulk-orders/hero.webp");
  }

  .b2b-page .b2b-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .b2b-page .b2b-hero-copy {
    height: 500px;
    padding: 66px 24px;
  }

  .b2b-page .b2b-hero-media {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 580 / 420;
  }
}

@media (max-width: 520px) {
  .b2b-page .b2b-hero .b2b-actions .btn {
    width: 100%;
    min-width: 0;
  }
}

/* Center the Customize Every Detail intro and remove its rail controls. */
.b2b-page .b2b-section--options .b2b-section-head {
  text-align: center;
}

.b2b-page .b2b-section--options .b2b-section-head > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 701px) {
  .b2b-page .b2b-section--options .b2b-section-head > p:last-child {
    max-width: none;
    white-space: nowrap;
  }
}

.b2b-sets-page .b2b-section--options .b2b-card-rail-button {
  display: none;
}

.b2b-page .b2b-link-card span,
.b2b-page .b2b-space-grid span {
  font-size: 14px;
}

.b2b-page .b2b-link-card:hover span,
.b2b-page .b2b-link-card:focus-visible span,
.b2b-page .b2b-space-grid a:hover span,
.b2b-page .b2b-space-grid a:focus-visible span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.b2b-page .b2b-compare-grid article + article > span,
.b2b-page .b2b-compare-grid article + article h3,
.b2b-page .b2b-compare-grid article + article p {
  color: #fff;
}

/* Use the Different Markets product cards as the shared B2B product pattern. */
.b2b-page .b2b-space-grid img {
  aspect-ratio: 1.18;
  transition: transform .25s ease;
}

@media (min-width: 901px) {
  .b2b-wholesale-page #product-mix .b2b-card-grid {
    row-gap: 34px;
  }
}

.b2b-wholesale-page #core-products .b2b-link-card {
  display: flex;
  flex-direction: column;
}

.b2b-wholesale-page #core-products .b2b-link-card span {
  margin-top: auto;
  padding-top: 17px;
}

.b2b-wholesale-page .b2b-home-hero {
  background-image: linear-gradient(90deg, rgba(252, 247, 243, 0.9) 0%, rgba(252, 247, 243, 0.61) 34%, rgba(252, 247, 243, 0.09) 58%), url("assets/wholesale/retail-product-mix/hero.webp");
}

.b2b-wholesale-page .b2b-channel-process {
  background: #fcf9f8;
}

.b2b-wholesale-page .b2b-channel-process .b2b-process-card {
  display: block;
}

.b2b-wholesale-page .b2b-channel-process .b2b-process-card > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.27 / 1;
  object-fit: cover;
  margin-top: 16px;
}

.b2b-wholesale-page .b2b-channel-process .b2b-process-card p {
  font-size: 15px;
}


.b2b-wholesale-page .b2b-channel-process .b2b-steps li {
  border-top: 0;
}

.b2b-wholesale-page .b2b-channel-process .b2b-steps b {
  font-size: 15px;
}

.b2b-wholesale-page .b2b-channel-process .b2b-process-card .text-link {
  display: inline-block;
  margin-top: 18px;
}

.b2b-wholesale-page .b2b-seasonal {
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.65fr);
  gap: clamp(36px, 5vw, 84px);
  align-items: center;
  padding: 96px max(28px, 6vw);
  background: #fbf8f5;
}

.b2b-wholesale-page .b2b-seasonal-copy .b2b-eyebrow {
  margin-bottom: 24px;
  color: #a75364;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.b2b-wholesale-page .b2b-seasonal-copy h2 {
  max-width: 440px;
  color: #312c2c;
  font-size: 32px;
  line-height: 1.15;
}

.b2b-wholesale-page .b2b-seasonal-copy > p:not(.b2b-eyebrow) {
  max-width: 420px;
  margin: 26px 0 30px;
  color: #4f4545;
  font-size: 17px;
  line-height: 1.7;
}

.b2b-wholesale-page .b2b-seasonal-copy .text-link {
  display: inline-block;
  padding-top: 22px;
  border-top: 1px solid #c89a8f;
  color: var(--wine);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .06em;
}

.b2b-wholesale-page .b2b-seasonal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(0, 1fr);
  grid-template-rows: repeat(3, minmax(140px, 1fr));
  gap: 12px;
  max-width: none;
  min-height: 560px;
}

.b2b-wholesale-page .b2b-seasonal-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 0;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 13px;
  color: #fff;
  text-decoration: none;
}

.b2b-wholesale-page .b2b-seasonal-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(23, 8, 8, .7), rgba(23, 8, 8, 0) 60%);
  content: "";
}

.b2b-wholesale-page .b2b-seasonal-card img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  transition: transform .25s ease;
}

.b2b-wholesale-page .b2b-seasonal-card:hover img,
.b2b-wholesale-page .b2b-seasonal-card:focus-visible img {
  transform: scale(1.035);
}

.b2b-wholesale-page .b2b-seasonal-card-copy {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0 28px 24px;
  color: #fff;
}

.b2b-wholesale-page .b2b-seasonal-card-copy strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.6vw, 26px);
  font-weight: 400;
  line-height: 1.05;
}

.b2b-wholesale-page .b2b-seasonal-card-copy small {
  display: block;
  margin-top: 12px;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.b2b-wholesale-page .b2b-seasonal-card-copy small b {
  font-size: 17px;
  font-weight: 400;
}

.b2b-wholesale-page .b2b-seasonal-card--christmas { grid-column: 1; grid-row: 1 / 3; }
.b2b-wholesale-page .b2b-seasonal-card--valentine { grid-column: 2; grid-row: 1; }
.b2b-wholesale-page .b2b-seasonal-card--easter { grid-column: 2; grid-row: 2; }
.b2b-wholesale-page .b2b-seasonal-card--halloween { grid-column: 1; grid-row: 3; }
.b2b-wholesale-page .b2b-seasonal-card--lunar { grid-column: 2; grid-row: 3; }

@media (max-width: 900px) {
  .b2b-wholesale-page .b2b-seasonal {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .b2b-wholesale-page .b2b-seasonal-copy h2 {
    max-width: 600px;
  }

  .b2b-wholesale-page .b2b-seasonal-copy > p:not(.b2b-eyebrow) {
    max-width: 600px;
  }
}

@media (max-width: 520px) {
  .b2b-wholesale-page .b2b-seasonal {
    gap: 34px;
    padding-top: 76px;
    padding-bottom: 78px;
  }

  .b2b-wholesale-page .b2b-seasonal-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  .b2b-wholesale-page .b2b-seasonal-card,
  .b2b-wholesale-page .b2b-seasonal-card--christmas,
  .b2b-wholesale-page .b2b-seasonal-card--valentine,
  .b2b-wholesale-page .b2b-seasonal-card--easter,
  .b2b-wholesale-page .b2b-seasonal-card--halloween,
  .b2b-wholesale-page .b2b-seasonal-card--lunar {
    grid-column: 1;
    grid-row: auto;
    min-height: 220px;
  }
}

.b2b-page .b2b-space-grid h3 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.18;
}

.b2b-page .b2b-space-grid p {
  margin-bottom: 0;
  font-size: 13px;
}

.b2b-page .b2b-space-grid span {
  display: block;
  margin-top: auto;
  padding-top: 16px;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.b2b-page .b2b-space-grid a:hover img,
.b2b-page .b2b-space-grid a:focus-visible img {
  transform: scale(1.025);
}

.b2b-page.b2b-sets-page .b2b-split {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
}

.b2b-page.b2b-sets-page .b2b-split-media {
  height: auto;
  min-height: 0;
}

.b2b-page.b2b-sets-page .b2b-split-media img {
  height: auto;
  object-fit: initial;
}

@media (min-width: 901px) {
  .b2b-sets-page .b2b-split-copy {
    padding-top: 58px;
    padding-bottom: 58px;
  }
}

/* Private label workflow: keep the existing type treatment and present each step as a card. */
.b2b-private-page .b2b-section--process .b2b-steps,
.b2b-hospitality-page .b2b-section--process .b2b-steps,
.b2b-wholesale-page .b2b-section--process .b2b-steps {
  position: relative;
  gap: 28px;
  max-width: 1440px;
}

.b2b-private-page .b2b-section--process .b2b-steps::before,
.b2b-hospitality-page .b2b-section--process .b2b-steps::before,
.b2b-wholesale-page .b2b-section--process .b2b-steps::before {
  position: absolute;
  top: 35%;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--b2b-line);
  content: "";
}

.b2b-private-page .b2b-section--process .b2b-steps li,
.b2b-hospitality-page .b2b-section--process .b2b-steps li,
.b2b-wholesale-page .b2b-section--process .b2b-steps li {
  position: relative;
  z-index: 1;
  min-height: 238px;
  padding: 34px 30px 36px;
  border: 1px solid rgba(76, 16, 25, .1);
  border-top: 2px solid var(--wine);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 15px 28px rgba(76, 16, 25, .08);
}

.b2b-private-page .b2b-section--process .b2b-steps h3,
.b2b-hospitality-page .b2b-section--process .b2b-steps h3,
.b2b-wholesale-page .b2b-section--process .b2b-steps h3 {
  color: var(--wine);
}

@media (max-width: 900px) {
.b2b-private-page .b2b-section--process .b2b-steps,
.b2b-hospitality-page .b2b-section--process .b2b-steps,
.b2b-wholesale-page .b2b-section--process .b2b-steps {
    gap: 24px;
  }

.b2b-private-page .b2b-section--process .b2b-steps::before,
.b2b-hospitality-page .b2b-section--process .b2b-steps::before,
.b2b-wholesale-page .b2b-section--process .b2b-steps::before {
    display: none;
  }
}

@media (max-width: 520px) {
.b2b-private-page .b2b-section--process .b2b-steps li,
.b2b-hospitality-page .b2b-section--process .b2b-steps li,
.b2b-wholesale-page .b2b-section--process .b2b-steps li {
    min-height: 0;
    padding: 28px 24px 30px;
  }
}

/* Bulk process modules match the lightweight image-led process on Custom Solutions. */
.b2b-bulk-process {
  background: #fcf9f8;
}

.b2b-bulk-process .b2b-steps {
  position: static;
  gap: 28px;
  max-width: 1280px;
}

.b2b-wholesale-page .b2b-bulk-process .b2b-steps::before {
  display: none;
}

.b2b-wholesale-page .b2b-bulk-process .b2b-steps li {
  position: static;
  z-index: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  border-top: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 900px) {
  .b2b-bulk-process .b2b-steps {
    gap: 28px;
  }
}

@media (max-width: 520px) {
  .b2b-wholesale-page .b2b-bulk-process .b2b-steps li {
    min-height: 0;
    padding: 0;
  }
}

/* Keep process images consistent across Custom Solutions and Bulk Orders. */
.b2b-sets-page .b2b-process-card,
.b2b-wholesale-page .b2b-bulk-process .b2b-process-card {
  overflow: hidden;
}

.b2b-sets-page .b2b-process-card > img,
.b2b-wholesale-page .b2b-bulk-process .b2b-process-card > img {
  transition: transform .25s ease;
}

.b2b-sets-page .b2b-process-card:hover > img,
.b2b-sets-page .b2b-process-card:focus-within > img,
.b2b-wholesale-page .b2b-bulk-process .b2b-process-card:hover > img,
.b2b-wholesale-page .b2b-bulk-process .b2b-process-card:focus-within > img {
  transform: scale(1.025);
}

.b2b-quality-process .b2b-quality-cta {
  max-width: 1280px;
  margin: 54px auto 0;
  text-align: center;
}

.b2b-quality-process .b2b-quality-cta .text-link {
  font-size: 17px;
}

/* Match the private label audience items to the workflow card treatment. */
.b2b-private-page .b2b-audience-grid {
  gap: 28px;
  border-top: 0;
}

.b2b-private-page .b2b-audience-grid a,
.b2b-private-page .b2b-audience-grid a + a {
  min-height: 238px;
  padding: 34px 30px 36px;
  border: 1px solid rgba(76, 16, 25, .1);
  border-top: 2px solid var(--wine);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 15px 28px rgba(76, 16, 25, .08);
}

.b2b-private-page .b2b-audience-grid h3 {
  color: var(--wine);
}

/* Match Retail Support cards to the Private Label workflow cards without changing the section background. */
.b2b-wholesale-page .b2b-retail-support-process .b2b-steps {
  position: relative;
  gap: 28px;
  max-width: 1440px;
}

.b2b-wholesale-page .b2b-retail-support-process .b2b-steps::before {
  position: absolute;
  top: 35%;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--b2b-line);
  content: "";
}

.b2b-wholesale-page .b2b-retail-support-process .b2b-steps li {
  position: relative;
  z-index: 1;
  min-height: 238px;
  padding: 34px 30px 36px;
  border: 1px solid rgba(76, 16, 25, .1);
  border-top: 2px solid var(--wine);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 15px 28px rgba(76, 16, 25, .08);
}

.b2b-wholesale-page .b2b-retail-support-process .b2b-steps h3 {
  color: var(--wine);
}

@media (max-width: 900px) {
  .b2b-wholesale-page .b2b-retail-support-process .b2b-steps {
    gap: 24px;
  }

  .b2b-wholesale-page .b2b-retail-support-process .b2b-steps::before {
    display: none;
  }
}

@media (max-width: 520px) {
  .b2b-wholesale-page .b2b-retail-support-process .b2b-steps li {
    min-height: 0;
    padding: 28px 24px 30px;
  }
}

@media (min-width: 901px) {
  .b2b-private-page .private-label-product-grid {
    max-width: 1920px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.b2b-private-page .private-label-product-grid img {
  aspect-ratio: 1.08 / 1;
  border-radius: 5px;
}

.b2b-private-page .private-label-product-grid h3 {
  margin-top: 20px;
}

.b2b-private-page .private-label-product-grid .b2b-link-card {
  display: flex;
  flex-direction: column;
}

.b2b-private-page .private-label-product-grid .b2b-link-card span {
  margin-top: auto;
  padding-top: 17px;
  font-size: 12px;
  font-weight: 600;
}

.b2b-private-page .b2b-brand-detail-media {
  min-height: 520px;
}

.b2b-private-page .b2b-brand-detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 900px) {
  .b2b-private-page .b2b-brand-detail-media {
    min-height: 380px;
  }

  .b2b-private-page .b2b-brand-detail-copy {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}

@media (max-width: 520px) {
  .b2b-private-page .b2b-brand-detail-media {
    min-height: 260px;
  }
}

@media (max-width: 520px) {
  .b2b-private-page .b2b-audience-grid a,
  .b2b-private-page .b2b-audience-grid a + a {
    min-height: 0;
    padding: 28px 24px 30px;
    border-left: 1px solid rgba(76, 16, 25, .1);
  }
}

/* Custom Packaging: use the same product-card and section rhythm as the
   Custom Sets and Private Label pages while keeping packaging-specific copy. */
@media (min-width: 901px) {
  .b2b-packaging-page .b2b-section--options .b2b-card-grid--six {
    max-width: 1920px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .b2b-packaging-page .b2b-section--options .b2b-link-card h3 {
    min-height: 3.54em;
  }
}

.b2b-packaging-page .b2b-section--options .b2b-image-card img {
  aspect-ratio: 1.08 / 1;
  border-radius: 5px;
}

.b2b-packaging-page .b2b-section--options .b2b-image-card h3 {
  margin-top: 20px;
  color: #312c2c;
  font-size: 20px;
  line-height: 1.18;
}

.b2b-packaging-page .b2b-section--options .b2b-image-card p {
  color: #625959;
  font-size: 13px;
  line-height: 1.55;
}

.b2b-packaging-page .b2b-section--options .b2b-link-card {
  display: flex;
  flex-direction: column;
}

.b2b-packaging-page .b2b-section--options .b2b-link-card img {
  aspect-ratio: 1.08 / 1;
  border-radius: 5px;
}

.b2b-packaging-page .b2b-section--options .b2b-section-head h2 {
  font-size: 32px;
}

.b2b-packaging-page .b2b-section--options .b2b-link-card h3 {
  margin-top: 20px;
  color: #312c2c;
  font-size: 18px;
  line-height: 1.18;
}

.b2b-packaging-page .b2b-section--options .b2b-link-card p {
  margin-top: -2px;
  color: #625959;
  font-size: 13px;
  line-height: 1.55;
}

.b2b-packaging-page .b2b-section--options .b2b-link-card span {
  margin-top: auto;
  padding-top: 13px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 600;
}

.b2b-packaging-page .b2b-packaging-detail {
  background: #f0e6e1;
}

.b2b-packaging-page .b2b-packaging-detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.b2b-packaging-page .b2b-packaging-detail h2 {
  font-size: 36px;
}

.b2b-packaging-page .b2b-packaging-detail-media {
  order: 2;
  min-height: 520px;
}

.b2b-packaging-page .b2b-scenario-grid {
  gap: 24px;
  padding-top: 108px;
  padding-bottom: 108px;
}

.b2b-packaging-page .b2b-scenario-grid article {
  background: transparent;
}

.b2b-packaging-page .b2b-scenario-grid article div {
  padding: 0;
}

.b2b-packaging-page .b2b-scenario-grid article img {
  aspect-ratio: 1.18;
  transition: transform .25s ease;
}

.b2b-packaging-page .b2b-scenario-grid article:hover img,
.b2b-packaging-page .b2b-scenario-grid article:focus-within img {
  transform: scale(1.025);
}

.b2b-packaging-page .b2b-scenario-grid h3 {
  margin-top: 20px;
  color: #312c2c;
  font-size: 20px;
  line-height: 1.18;
}

.b2b-packaging-page .b2b-scenario-grid p {
  color: #625959;
  font-size: 15px;
  line-height: 1.55;
}

.b2b-packaging-page .b2b-section--process {
  background: #fcf9f8;
}

.b2b-packaging-page .b2b-section--process .b2b-steps {
  position: relative;
  gap: 28px;
  max-width: 1440px;
}

.b2b-packaging-page .b2b-section--process .b2b-steps::before {
  position: absolute;
  top: 35%;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--b2b-line);
  content: "";
}

.b2b-packaging-page .b2b-section--process .b2b-steps li {
  position: relative;
  z-index: 1;
  min-height: 238px;
  padding: 34px 30px 36px;
  border: 1px solid rgba(76, 16, 25, .1);
  border-top: 2px solid var(--wine);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 15px 28px rgba(76, 16, 25, .08);
}

.b2b-packaging-page .b2b-section--process .b2b-steps h3 {
  margin-top: 25px;
  color: var(--wine);
}

.b2b-page.b2b-packaging-page .b2b-final-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 66px 28px;
}

.b2b-page.b2b-packaging-page .b2b-final-cta .btn {
  width: 274px;
  height: 64px;
  margin-top: 22px;
  border: 0;
  border-radius: 5px;
  background: #fffaf4;
  color: #35130f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.b2b-page.b2b-packaging-page .b2b-final-cta > .b2b-eyebrow,
.b2b-page.b2b-packaging-page .b2b-final-cta > h2,
.b2b-page.b2b-packaging-page .b2b-final-cta > p:not(.b2b-eyebrow) {
  position: relative;
  top: -3px;
}

.b2b-page.b2b-packaging-page .b2b-final-cta .btn:hover,
.b2b-page.b2b-packaging-page .b2b-final-cta .btn:focus-visible {
  border: 0;
  background: #fff;
  box-shadow: 0 14px 28px rgba(31, 8, 7, .24);
  outline: 0;
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .b2b-packaging-page .b2b-packaging-detail-copy {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .b2b-packaging-page .b2b-packaging-detail-media {
    min-height: 380px;
  }

  .b2b-packaging-page .b2b-section--process .b2b-steps {
    gap: 24px;
  }

  .b2b-packaging-page .b2b-section--process .b2b-steps::before {
    display: none;
  }
}

@media (max-width: 1180px) {
  .b2b-page.b2b-packaging-page .b2b-final-cta .btn {
    width: 230px;
    height: 66px;
    margin-top: 30px;
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .b2b-page.b2b-packaging-page .b2b-final-cta .btn {
    width: min(100%, 264px);
    height: 58px;
    margin-top: 20px;
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .b2b-packaging-page .b2b-scenario-grid {
    padding-top: 76px;
    padding-bottom: 78px;
  }

  .b2b-packaging-page .b2b-section--options .b2b-section-head h2 {
    font-size: 30px;
  }

  .b2b-packaging-page .b2b-packaging-detail h2 {
    font-size: 34px;
  }

  .b2b-packaging-page .b2b-section--process .b2b-steps li {
    min-height: 0;
    padding: 28px 24px 30px;
  }

  .b2b-page.b2b-packaging-page .b2b-final-cta {
    padding: 34px 24px;
  }

  .b2b-packaging-page .b2b-packaging-detail-media {
    min-height: 260px;
  }
}

/* Match the soft red-tinted background of the custom set workflow section. */
.b2b-private-page .b2b-section--process,
.b2b-private-page .b2b-audience-band {
  background: #fcf9f8;
}

.b2b-private-page .b2b-section--process .b2b-section-head h2,
.b2b-private-page .b2b-audience-band .b2b-section-head h2 {
  color: #312c2c;
}

.b2b-private-page .b2b-section--process .b2b-section-head .b2b-eyebrow,
.b2b-private-page .b2b-audience-band .b2b-section-head .b2b-eyebrow {
  color: #a75364;
}

/* Match the custom set page's footer CTA layout and button treatment. */
.b2b-page.b2b-private-page .b2b-final-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 66px 28px;
}

.b2b-page.b2b-private-page .b2b-final-cta .btn {
  width: 274px;
  height: 64px;
  margin-top: 22px;
  border: 0;
  border-radius: 5px;
  background: #fffaf4;
  color: #35130f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.b2b-page.b2b-private-page .b2b-final-cta > .b2b-eyebrow,
.b2b-page.b2b-private-page .b2b-final-cta > h2,
.b2b-page.b2b-private-page .b2b-final-cta > p:not(.b2b-eyebrow) {
  position: relative;
  top: -3px;
}

.b2b-page.b2b-private-page .b2b-final-cta .btn:hover,
.b2b-page.b2b-private-page .b2b-final-cta .btn:focus-visible {
  border: 0;
  background: #fff;
  box-shadow: 0 14px 28px rgba(31, 8, 7, .24);
  outline: 0;
  transform: translateY(-2px);
}

@media (max-width: 1180px) {
  .b2b-page.b2b-private-page .b2b-final-cta .btn {
    width: 230px;
    height: 66px;
    margin-top: 30px;
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .b2b-page.b2b-private-page .b2b-final-cta .btn {
    width: min(100%, 264px);
    height: 58px;
    margin-top: 20px;
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .b2b-page.b2b-private-page .b2b-final-cta {
    padding: 34px 24px;
  }
}

/* Shared Custom Solutions module treatment. Custom Mahjong Sets is the
   reference page for spacing, card proportions and CTA presentation. */
.b2b-page .b2b-section--process {
  background: #fcf9f8;
}

.b2b-page .b2b-gifting-scenes article img {
  aspect-ratio: 1.18;
  border-radius: 0;
  transition: transform .25s ease;
}

.b2b-page .b2b-gifting-scenes article:hover img {
  transform: scale(1.025);
}

@media (min-width: 901px) {
  .b2b-gifts-page .b2b-gift-config {
    min-height: 580px;
  }

  .b2b-page .b2b-split-media {
    min-height: 480px;
  }

  .b2b-page .b2b-split-copy {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .b2b-page .b2b-brand-detail-copy,
  .b2b-page .b2b-packaging-detail-copy,
  .b2b-page .b2b-gift-config-copy,
  .b2b-page .b2b-hospitality-brand-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .b2b-page .b2b-brand-detail-media,
  .b2b-page .b2b-packaging-detail-media,
  .b2b-page .b2b-gift-config-media,
  .b2b-page .b2b-hospitality-brand-media {
    min-height: 580px;
  }

  .b2b-page .b2b-section--compact {
    padding-top: 116px;
    padding-bottom: 116px;
  }
}

.b2b-page .b2b-final-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 66px 28px;
}

.b2b-page .b2b-final-cta .btn {
  width: 274px;
  height: 64px;
  margin-top: 32px;
  border: 0;
  border-radius: 5px;
  background: #fffaf4;
  color: #35130f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.b2b-page .b2b-final-cta .btn:hover,
.b2b-page .b2b-final-cta .btn:focus-visible {
  border: 0;
  background: #fff;
  box-shadow: 0 14px 28px rgba(31, 8, 7, .24);
  outline: 0;
  transform: translateY(-2px);
}

@media (max-width: 1180px) {
  .b2b-page .b2b-final-cta .btn {
    width: 230px;
    height: 66px;
    margin-top: 30px;
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .b2b-page .b2b-final-cta .btn {
    width: min(100%, 264px);
    height: 58px;
    margin-top: 20px;
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .b2b-page .b2b-final-cta {
    padding: 34px 24px;
  }
}

/* Match Make It Your Own to the Private Label detail module. */
.b2b-page.b2b-gifts-page .b2b-config-grid article {
  display: flex;
  flex-direction: column;
}

.b2b-page.b2b-gifts-page .b2b-config-grid h3 {
  min-height: calc(1.18em * 3);
}

.b2b-page.b2b-gifts-page .b2b-config-grid p {
  margin-top: -6px;
  margin-bottom: 20px;
  font-size: 15px;
}

.b2b-page.b2b-gifts-page .b2b-config-grid a {
  margin-top: auto;
}

@media (max-width: 900px) {
  .b2b-page.b2b-gifts-page .b2b-config-grid h3 {
    min-height: 0;
  }
}

.b2b-page.b2b-gifts-page .b2b-gift-config {
  background: #f0e6e1;
  color: var(--b2b-ink);
}

.b2b-page.b2b-gifts-page .b2b-gift-config-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.b2b-page.b2b-gifts-page .b2b-gift-config h2 {
  color: #312c2c;
}

.b2b-page.b2b-gifts-page .b2b-gift-config .b2b-eyebrow {
  color: #a75364;
}

.b2b-page.b2b-gifts-page .b2b-gift-config-copy > p:not(.b2b-eyebrow) {
  color: #4f4545;
}

.b2b-page.b2b-gifts-page .b2b-gift-config .b2b-checklist {
  gap: 18px 28px;
  margin-top: 22px;
  margin-bottom: 41px;
  color: #312c2c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.1;
}

.b2b-page.b2b-gifts-page .b2b-gift-config .b2b-checklist li {
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 0;
}

.b2b-page.b2b-gifts-page .b2b-gift-config .b2b-checklist li:nth-child(-n + 4) {
  border-bottom: 0;
}

.b2b-page.b2b-gifts-page .b2b-gift-config .b2b-checklist li:nth-child(-n + 4)::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  border-bottom: 1px solid rgba(76, 16, 25, .22);
  content: "";
}

.b2b-page.b2b-gifts-page .b2b-gift-config .b2b-checklist li::before {
  display: none;
}

.b2b-page.b2b-gifts-page .b2b-gift-touchpoints li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.b2b-page.b2b-gifts-page .b2b-gift-touchpoints li img {
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 4px;
  object-fit: cover;
}

.b2b-page.b2b-gifts-page .b2b-gift-touchpoints li span {
  display: block;
}

.b2b-page.b2b-gifts-page .b2b-gift-config .text-link {
  color: var(--wine);
  font-size: 16px;
  font-weight: 600;
}

.b2b-page.b2b-gifts-page .b2b-gift-config .text-link:hover,
.b2b-page.b2b-gifts-page .b2b-gift-config .text-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.b2b-page.b2b-gifts-page .b2b-config-grid a {
  position: relative;
  top: -10px;
}

.solution-page .content-page,
.solution-page .custom-options {
  background: #fff;
}

.solution-detail {
  background: #fffaf6;
}

.solution-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(42px, 6vw, 96px);
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto;
  padding: 108px 0 88px;
}

.solution-kicker {
  margin: 0 0 18px;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.solution-hero h1 {
  margin: 0;
  color: var(--wine);
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 400;
  line-height: 0.98;
}

.solution-hero p:not(.solution-kicker) {
  max-width: 650px;
  margin: 28px 0 0;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.solution-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.solution-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.solution-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid var(--wine);
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.solution-actions a:first-child {
  background: var(--wine);
  color: #fff;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto 96px;
  background: var(--line);
}

.solution-grid article {
  min-height: 250px;
  padding: 42px 38px;
  background: #fffaf6;
}

.solution-grid h2,
.solution-process h2 {
  margin: 0 0 18px;
  color: var(--wine);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.08;
}

.solution-grid p {
  margin: 0;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.58;
}

.solution-process {
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto 118px;
}

.solution-process ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: solution-step;
}

.solution-process li {
  position: relative;
  min-height: 190px;
  padding: 66px 28px 30px;
  border-top: 1px solid var(--wine);
  counter-increment: solution-step;
}

.solution-process li::before {
  position: absolute;
  top: 24px;
  left: 28px;
  color: var(--wine);
  content: "0" counter(solution-step);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.solution-process strong {
  display: block;
  margin-bottom: 12px;
  color: var(--wine);
  font-size: 24px;
  font-weight: 400;
}

.solution-process span {
  display: block;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .solution-hero,
  .solution-grid,
  .solution-process,
  .solution-process ol {
    grid-template-columns: 1fr;
  }

  .solution-hero,
  .solution-grid,
  .solution-process {
    width: min(100% - 44px, 680px);
  }

  .solution-hero {
    padding: 70px 0 58px;
  }
}

/* About page */
.about-page {
  --about-olive: #5c5a45;
  --about-sage: #999f87;
  --about-paper: var(--paper);
  --about-text: #57544d;
  background: var(--about-paper);
  color: var(--about-text);
}

.about-page main {
  background: var(--about-paper);
}

.about-page .site-footer {
  background: var(--about-paper);
}

.about-hero {
  display: grid;
  height: 400px;
  place-content: center;
  padding: 0 24px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("assets/about/about-hero.webp") center / cover no-repeat;
  color: #f7f3ec;
  text-align: center;
}

.about-hero p {
  margin: 0 0 20px;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.about-hero h1 {
  width: min(620px, 92vw);
  margin: 0 auto;
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 200;
  line-height: 1.08;
}

.about-story,
.about-values,
.about-offices {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  width: min(1172px, 100%);
  margin: 0 auto;
}

.about-story {
  column-gap: 132px;
}

.about-story-local {
  padding: 104px 0 88px;
}

.about-story-started {
  padding: 0 0 102px;
  column-gap: 122px;
}

.about-copy {
  max-width: 590px;
}

.about-story-local .about-copy {
  align-self: center;
}

.about-story-started .about-copy {
  justify-self: center;
  padding-top: 24px;
}

.about-copy h2,
.about-values h2,
.about-offices h2 {
  margin: 0 0 28px;
  color: #5b574f;
  font-size: 34px;
  font-weight: 100;
  line-height: 1.29;
}

.about-copy p,
.about-values p,
.about-offices p {
  margin: 0;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

.about-copy a,
.about-offices a {
  display: inline-block;
  margin-top: 16px;
  border-bottom: 1px solid currentColor;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.about-story img {
  display: block;
  width: 100%;
  height: auto;
}

.about-story-local img {
  max-width: 445px;
  justify-self: end;
}

.about-story-started img {
  max-width: 445px;
}

.about-stats {
  background: var(--about-sage);
  color: #f5f0e9;
  display: grid;
  align-items: center;
}

.about-stats-inner {
  display: grid;
  grid-template-columns: 560px minmax(0, 1fr);
  align-items: center;
  gap: 72px;
  width: min(1420px, calc(100% - 160px));
  height: 360px;
  min-height: 0;
  margin: 0 auto;
}

.about-stats dl {
  display: grid;
  align-self: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 54px 76px;
  margin: 0;
  transform: translateX(30px);
}

.about-stats dt {
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  white-space: nowrap;
}

.about-stats dd {
  margin: 14px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 100;
  line-height: 1.25;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.about-stats dl > div:nth-child(even) {
  transform: translateX(40px);
}

.about-stats-global,
.about-stats-serve {
  display: block;
  overflow: visible;
  white-space: nowrap;
}

.about-stats img {
  width: min(100%, 625px);
  max-width: 625px;
  height: auto;
  aspect-ratio: 1258 / 743;
  object-fit: contain;
  align-self: center;
  justify-self: center;
  margin-block: auto;
  mix-blend-mode: screen;
  opacity: 0.86;
  transform: translateY(30px);
}

.about-shelf {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
}

.about-values {
  align-items: start;
  gap: 128px;
  padding: 104px 0 86px;
}

.about-values-list {
  width: 100%;
  max-width: 646px;
}

.about-values-list h2 {
  margin: 0 0 46px;
  color: #4f4b46;
  font-size: 34px;
  font-weight: 100;
  line-height: 1.29;
}

.about-values details {
  border-top: 1px solid #ddd9d4;
}

.about-values details:last-child {
  border-bottom: 1px solid #ddd9d4;
}

.about-values summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding: 0 26px 0 22px;
  color: #4d4944;
  list-style: none;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
}

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

.about-values summary::after {
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #77736e;
  border-bottom: 1.5px solid #77736e;
  content: "";
  transform: rotate(45deg) translateY(-3px);
}

.about-values details[open] summary::after {
  transform: rotate(225deg) translate(-1px, -1px);
}

.about-values details p {
  max-width: 770px;
  padding: 0 26px 24px 22px;
  color: #625d57;
  font-size: 16px;
  line-height: 1.62;
}

.about-values img {
  display: block;
  width: 100%;
  max-width: 445px;
  height: auto;
  aspect-ratio: 1160 / 1356;
  object-fit: cover;
  justify-self: end;
}

.about-offices {
  gap: 132px;
  padding: 0 0 142px;
}

.about-offices img {
  display: block;
  width: 100%;
  max-width: 445px;
  height: auto;
}

.about-offices > div {
  align-self: center;
}

.about-offices h2 {
  margin-bottom: 48px;
}

.about-offices ul {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  grid-template-rows: repeat(3, auto);
  column-gap: 60px;
  row-gap: 22px;
  margin: 0 0 48px;
  padding: 0;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  list-style: none;
}

.about-offices li {
  text-align: left;
}

/* Halloween collection editorial showcase */
.halloween-collection-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(560px, 1.08fr);
  gap: clamp(54px, 5vw, 88px);
  align-items: center;
  width: calc(100% - 100px);
  min-height: 780px;
  margin: 0 50px 18px;
  padding: 18px 48px;
  overflow: hidden;
  border-radius: 32px;
  background: #f5f4fc;
}

.halloween-showcase-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 0.86fr 1fr;
  gap: 22px 24px;
  height: 744px;
}

.halloween-showcase-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #eeeaf5;
}

.halloween-showcase-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.halloween-showcase-card span {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 26px;
  border-radius: 999px;
  background: #f8e6b6;
  color: #161525;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
}

.halloween-showcase-card-purple span {
  right: 50%;
  bottom: 16px;
  transform: translateX(50%);
}

.halloween-showcase-card-gift span {
  top: 16px;
  right: 16px;
  background: #6f3d8c;
  color: #fff;
}

.halloween-showcase-card-essentials span {
  right: 50%;
  bottom: 16px;
  background: #5b2b73;
  color: #fff;
  transform: translateX(50%);
}

.halloween-showcase-copy {
  max-width: 860px;
  padding: 20px 0;
}

.halloween-showcase-kicker {
  margin: 0 0 30px;
  color: #70439d;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.halloween-showcase-copy h2 {
  margin: 0;
  color: #101020;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: clamp(36px, calc(3.25vw - 4px), 56px);
  font-weight: 400;
  letter-spacing: -1.5px;
  line-height: 1.2;
}

.halloween-showcase-intro {
  max-width: 820px;
  margin: 32px 0 44px;
  color: #4c4b6f;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}

.halloween-showcase-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 324px;
  min-height: 74px;
  padding: 0 28px 0 34px;
  border: 1px solid #5b2b73;
  border-radius: 999px;
  background: #5b2b73;
  color: #fff;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.halloween-showcase-button span {
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  transform: translateX(-6px);
}

.halloween-showcase-button:hover,
.halloween-showcase-button:focus-visible {
  background: #48215f;
  border-color: #48215f;
  color: #fff;
  box-shadow: 0 10px 22px rgba(91, 43, 115, 0.18);
  outline: 0;
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  .halloween-collection-showcase {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 42px;
    padding-inline: 28px;
  }

  .halloween-showcase-gallery {
    height: 620px;
  }

  .halloween-showcase-copy h2 {
    font-size: clamp(32px, calc(4.2vw - 4px), 48px);
  }

  .halloween-showcase-intro {
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  .halloween-collection-showcase {
    grid-template-columns: 1fr;
    gap: 44px;
    width: 100%;
    min-height: 0;
    margin: 0 0 18px;
    padding: 16px;
    border-radius: 24px;
  }

  .halloween-showcase-gallery {
    height: min(112vw, 610px);
    gap: 12px;
  }

  .halloween-showcase-card {
    border-radius: 18px;
  }

  .halloween-showcase-card span {
    min-height: 32px;
    padding: 0 14px;
    font-size: 13px;
  }

  .halloween-showcase-kicker {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .halloween-showcase-copy h2 {
    font-size: clamp(26px, calc(10vw - 4px), 40px);
    letter-spacing: -0.7px;
  }

  .halloween-showcase-intro {
    margin: 22px 0 30px;
    font-size: 13px;
  }

  .halloween-showcase-button {
    width: min(100%, 324px);
    min-height: 60px;
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .about-story,
  .about-values,
  .about-offices,
  .about-stats-inner {
    width: min(100% - 4px, 660px);
  }

  .about-story,
  .about-values,
  .about-offices,
  .about-stats-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-stats-inner {
    height: auto;
    min-height: 360px;
  }

  .about-stats img {
    transform: none;
  }

  .about-story-local,
  .about-story-started,
  .about-values,
  .about-offices {
    padding: 68px 0;
  }

  .about-story-local img,
  .about-story-started img,
  .about-values img,
  .about-offices img {
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
  }

  .about-story-started img {
    order: 2;
  }

  .about-story-started .about-copy {
    order: 1;
    justify-self: start;
    padding-top: 0;
  }

  .about-stats-inner {
    min-height: 0;
    padding: 64px 0;
  }

  .about-stats dl {
    grid-template-columns: 1fr 1fr;
    transform: none;
  }

  .about-shelf {
    height: 230px;
  }

  .about-offices ul {
    grid-template-columns: 1fr;
    gap: 18px;
  }

}

@media (max-width: 560px) {
  .about-hero {
    min-height: 360px;
  }

  .about-hero h1 {
    font-size: 32px;
  }

  .about-copy h2,
  .about-values h2,
  .about-offices h2 {
    font-size: 30px;
  }

  .about-stats dl,
  .about-offices ul {
    grid-template-columns: 1fr;
  }

}

/* Standardize action button corners without changing labels or tab controls. */
.quote,
.btn,
.set-series-button,
  .product-cta,
.product-inquiry-btn,
.listing-card-button,
.footer-buttons a,
.collection-detail-actions a,
.solution-actions a,
.christmas-featured-button,
.christmas-branded-button,
.halloween-showcase-button,
.valentine-gift-banner-button,
.not-found-actions a {
  border-radius: 2px;
}

/* Align collection featured product titles and descriptions consistently. */
.christmas-collection-page .christmas-featured-copy h3,
.christmas-collection-page .lunar-featured-gallery h3,
.christmas-collection-page .christmas-branded-gallery figcaption strong,
.christmas-collection-page .valentine-product-gallery figcaption strong {
  transform: translateX(2px);
}

.christmas-collection-page .christmas-featured-copy p,
.christmas-collection-page .lunar-featured-gallery p,
.christmas-collection-page .christmas-branded-gallery figcaption span,
.christmas-collection-page .valentine-product-gallery figcaption span {
  width: calc(100% - 10px);
  margin-top: 4px;
}

.christmas-collection-page .christmas-featured-copy p + p {
  margin-top: 12px;
}

.christmas-collection-page .lunar-featured-gallery p,
.christmas-collection-page .christmas-branded-gallery figcaption span,
.christmas-collection-page .valentine-product-gallery figcaption span {
  margin-top: 14px;
}

/* Match home product-image hover behavior across collection content areas. */
.christmas-collection-page .christmas-featured-card img,
.christmas-collection-page .christmas-featured-gallery > img,
.christmas-collection-page .lunar-featured-gallery figure img,
.christmas-collection-page .christmas-packaging-gallery img,
.lunar-showcase-grid img,
.halloween-showcase-card img {
  transition: transform 0.22s ease;
}

.christmas-collection-page .christmas-featured-card:hover img,
.christmas-collection-page .christmas-featured-card:focus-within img,
.christmas-collection-page .christmas-featured-gallery > img:hover,
.christmas-collection-page .christmas-featured-gallery > img:focus-visible,
.christmas-collection-page .lunar-featured-gallery figure:hover img,
.christmas-collection-page .lunar-featured-gallery figure:focus-within img,
.christmas-collection-page .christmas-packaging-gallery figure:hover img,
.christmas-collection-page .christmas-packaging-gallery figure:focus-within img,
.christmas-collection-page .christmas-packaging-gallery > img:hover,
.christmas-collection-page .christmas-packaging-gallery > img:focus-visible,
.lunar-showcase-card:hover img,
.lunar-showcase-card:focus-within img,
.halloween-showcase-card:hover img,
.halloween-showcase-card:focus-within img {
  transform: scale(1.035);
}

/* Home information module: manufacturing, process and quality overview. */
.home-info-module {
  background: #fff;
  color: #312c2c;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-weight: 400;
}

.home-info-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 96px 7.5% 112px;
}

.home-info-heading {
  max-width: 860px;
  margin: 0 auto 76px;
  text-align: center;
}

.home-info-heading h2 {
  margin: 0;
  color: #312c2c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
}

.home-info-heading p {
  max-width: 820px;
  margin: 20px auto 0;
  color: #4f4545;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6;
  text-transform: none;
}

.home-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 7.5%;
  align-items: stretch;
}

.home-info-column {
  display: flex;
  min-width: 0;
  min-height: 510px;
  padding: 0;
  flex-direction: column;
}

.home-info-column + .home-info-column {
  padding-right: 0;
  padding-left: 0;
  border-left: 0;
}

.home-info-column-heading {
  min-width: 0;
}

.home-info-icon {
  display: block;
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  color: var(--wine);
}

.home-info-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.home-info-column h3 {
  margin: 0;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.18;
}

.home-info-column-heading p {
  max-width: 390px;
  margin: 54px 0 0;
  color: #625959;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.home-info-specs,
.home-quality-list {
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.home-info-specs > div {
  padding: 0 0 18px;
}

.home-info-specs > div + div {
  padding-top: 18px;
}

.home-info-specs dt,
.home-info-specs dd {
  margin: 0;
}

.home-info-specs dt {
  color: #3a3031;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.home-info-specs .home-info-spec-value {
  color: var(--wine);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}

.home-info-specs dd {
  margin-top: 4px;
  color: #746868;
  font-size: 14px;
  line-height: 1.35;
}

.home-info-cta {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 20px;
  margin-top: auto;
  padding-top: 44px;
  color: var(--wine);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.18s ease, gap 0.18s ease;
}

.home-info-cta span {
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.home-info-cta:hover,
.home-info-cta:focus-visible {
  color: #651825;
  gap: 20px;
  outline: 0;
}

/* Keep buyer-card shadows visible inside the carousel clipping window. */
.built-business-viewport {
  width: calc(100% + 24px);
  margin: -20px -12px -22px;
  padding: 20px 12px 22px;
}

.built-business-card {
  border-color: #eadeda;
  background: #fff;
  box-shadow: 0 10px 24px rgba(76, 16, 25, 0.13);
}

.built-business-card:hover {
  box-shadow: 0 14px 30px rgba(76, 16, 25, 0.17);
}

.built-business-card img {
  top: -60px;
}

/* Keep the current carousel page to exactly three visible cards. */
.built-business-viewport {
  width: 100%;
  margin: -20px 0 -22px;
  padding: 20px 0 22px;
}

.built-business-card {
  box-shadow: 0 10px 24px rgba(76, 16, 25, 0.07);
}

.built-business-card:hover {
  box-shadow: 0 14px 30px rgba(76, 16, 25, 0.1);
}

.built-business-page {
  padding: 0 18px 22px;
}

.built-business-heading-cta {
  width: min(100%, 278px);
  font-size: 13px;
}

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

.built-business-card img {
  width: calc(100% + 20px);
  margin-left: -10px;
}

.built-business-card {
  width: calc(100% + 10px);
  margin-inline: -5px;
  min-height: 510px;
}

.built-business-card-cta {
  justify-content: flex-start;
  gap: 4px;
}

.home-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 60px 0 0;
  padding: 0;
  list-style: none;
}

.home-process-list li {
  position: relative;
  min-width: 0;
}

.home-process-list li:not(:last-child)::after {
  position: absolute;
  top: 13px;
  right: -15px;
  left: 42px;
  border-top: 1px solid #cdb6b7;
  content: "";
}

.home-process-list li:not(:last-child)::before {
  position: absolute;
  top: 9px;
  right: -16px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #9d7377;
  border-right: 1px solid #9d7377;
  content: "";
  transform: rotate(45deg);
}

.home-process-number {
  display: block;
  color: var(--wine);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}

.home-process-label {
  display: block;
  margin-top: 18px;
  color: #3a3031;
  font-size: 16px;
  line-height: 1.35;
}

.home-quality-list {
  margin-top: 48px;
}

.home-quality-list li {
  padding: 0 0 19px;
}

.home-quality-list li + li {
  padding-top: 19px;
}

.home-quality-list strong,
.home-quality-list span {
  display: block;
}

.home-quality-list strong {
  color: #3a3031;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.home-quality-list span {
  margin-top: 4px;
  color: #746868;
  font-size: 14px;
  line-height: 1.35;
}

@media (max-width: 1180px) {
  .home-info-inner {
    padding: 82px 6% 94px;
  }

  .home-info-grid {
    column-gap: 5%;
  }

  .home-info-column {
    min-height: 480px;
  }

  .home-process-list {
    gap: 12px;
  }

  .home-process-list li:not(:last-child)::after {
    right: -10px;
    left: 34px;
  }

  .home-process-list li:not(:last-child)::before {
    right: -11px;
  }
}

@media (max-width: 900px) {
  .home-info-inner {
    padding: 72px 34px 84px;
  }

  .home-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 42px;
    row-gap: 48px;
  }

  .home-info-column:nth-child(3) {
    grid-column: 1 / -1;
    min-height: 0;
    padding: 48px 0 0;
    border-top: 1px solid #eadeda;
    border-left: 0;
  }
}

@media (max-width: 600px) {
  .home-info-inner {
    padding: 64px 20px 76px;
  }

  .home-info-heading {
    margin-bottom: 54px;
  }

  .home-info-heading h2 {
    font-size: 29px;
  }

  .home-info-heading p {
    margin-top: 15px;
    font-size: 14px;
  }

  .home-info-grid {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .home-info-column,
  .home-info-column:nth-child(2),
  .home-info-column:nth-child(3) {
    grid-column: auto;
    min-height: 0;
    padding: 60px 0 0;
    border-top: 1px solid #eadeda;
    border-left: 0;
  }

  .home-info-column:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .home-info-column h3 {
    font-size: 22px;
  }

  .home-info-column-heading p {
    max-width: 430px;
    margin-top: 30px;
  }

  .home-info-specs,
  .home-quality-list {
    margin-top: 32px;
  }

  .home-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 30px;
    margin-top: 38px;
  }

  .home-process-list li {
    padding-right: 0;
  }

  .home-process-list li:nth-child(2)::after,
  .home-process-list li:nth-child(2)::before {
    display: none;
  }

  .home-process-list li:nth-child(1)::after,
  .home-process-list li:nth-child(3)::after {
    right: -18px;
    left: 40px;
  }

  .home-process-list li:nth-child(1)::before,
  .home-process-list li:nth-child(3)::before {
    right: -19px;
  }

  .home-info-cta {
    padding-top: 30px;
  }
}

/* Home manufacturing and quality module, placed immediately above the footer. */
body.home-page main > section.home-manufacturing {
  margin-top: 0;
}

.home-manufacturing {
  background: #fdf9f6;
  color: #2e2524;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  overflow: hidden;
}

.home-manufacturing-inner {
  width: min(1382px, calc(100% - 10%));
  margin: 0 auto;
  padding: 92px 0 152px;
}

.home-manufacturing-header {
  text-align: center;
}

.home-manufacturing-header h2 {
  margin: 0;
  color: #91321b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.012em;
  line-height: 1.08;
}

.home-manufacturing-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin: 28px auto 19px;
  color: #a23b20;
}

.home-manufacturing-divider span {
  display: block;
  width: 83px;
  border-top: 1.5px solid currentColor;
}

.home-manufacturing-divider svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.home-manufacturing-header > p {
  margin: 0;
  color: #2e2524;
  font-size: 16px;
  line-height: 1.35;
}

.home-manufacturing-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 5.7%;
  margin-top: 52px;
  text-align: center;
}

.home-manufacturing-highlight {
  min-width: 0;
}

.home-manufacturing-icon {
  display: grid;
  width: 112px;
  height: 112px;
  margin: 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #fffaf7;
}

.home-manufacturing-icon-image {
  display: block;
  width: 75px;
  height: 75px;
  object-fit: contain;
}

.home-manufacturing-highlight:nth-child(3) .home-manufacturing-icon-image {
  transform: translateY(4px);
}

.home-manufacturing-highlight h3 {
  margin: 27px 0 18px;
  color: #91321b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.home-manufacturing-rule {
  display: block;
  width: 43px;
  margin: 0 auto;
  border-top: 2px solid #a43b1e;
}

.home-manufacturing-highlight p {
  margin: 20px auto 0;
  color: #302827;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.65;
}

.home-manufacturing-commitments {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 231px;
  margin: 62px 0 0;
  padding: 17px 0 14px;
  border-radius: 16px;
  background: #fff;
  list-style: none;
}

.home-manufacturing-commitments li {
  display: grid;
  min-width: 0;
  align-content: start;
  justify-items: center;
  padding: 0 27px;
  text-align: center;
}

.home-manufacturing-commitments li > img,
.home-manufacturing-commitments li > div {
  transform: translateY(-4px);
}

.home-manufacturing-commitments li + li {
  position: relative;
  border-left: 0;
}

.home-manufacturing-commitments li + li::before {
  position: absolute;
  top: 50%;
  left: 0;
  height: calc(100% - 80px);
  border-left: 1px solid #e4cfc2;
  content: "";
  transform: translateY(-50%);
}

.home-manufacturing-commitment-icon {
  display: block;
  width: 104px;
  height: 104px;
  object-fit: contain;
}

.home-manufacturing-commitments h4 {
  margin: 13px 0 12px;
  color: #91321b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15;
  white-space: normal;
}

.home-manufacturing-commitments p {
  margin: 0;
  color: #352b2a;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .home-manufacturing-inner {
    width: min(100% - 48px, 900px);
    padding-top: 84px;
  }

  .home-manufacturing-highlights {
    column-gap: 28px;
  }

  .home-manufacturing-commitments {
    padding-inline: 16px;
  }

  .home-manufacturing-commitments li {
    padding-inline: 16px;
  }

  .home-manufacturing-commitment-icon {
    width: 92px;
    height: 92px;
  }

  .home-manufacturing-commitments h4 {
    font-size: 16px;
  }

  .home-manufacturing-commitments p {
    font-size: 13px;
  }
}

@media (max-width: 820px) {
  .home-manufacturing-inner {
    width: min(100% - 40px, 560px);
    padding: 78px 0 116px;
  }

  .home-manufacturing-header h2 {
    font-size: 30px;
  }

  .home-manufacturing-highlights {
    grid-template-columns: 1fr;
    row-gap: 56px;
    margin-top: 48px;
  }

  .home-manufacturing-highlight h3 {
    font-size: 20px;
  }

  .home-manufacturing-highlight p {
    max-width: 390px;
    font-size: 16px;
  }

  .home-manufacturing-commitments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 30px;
    min-height: 0;
    margin-top: 48px;
    padding: 20px 16px;
  }

  .home-manufacturing-commitments li:nth-child(3)::before {
    display: none;
  }

  .home-manufacturing-commitments li:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .home-manufacturing-inner {
    width: min(100% - 36px, 440px);
    padding-top: 70px;
    padding-bottom: 116px;
  }

  .home-manufacturing-divider {
    gap: 11px;
    margin-block: 22px 15px;
  }

  .home-manufacturing-divider span {
    width: 60px;
  }

  .home-manufacturing-divider svg {
    width: 24px;
    height: 24px;
  }

  .home-manufacturing-header > p {
    font-size: 16px;
  }

  .home-manufacturing-highlights {
    margin-top: 42px;
  }

  .home-manufacturing-icon {
    width: 104px;
    height: 104px;
  }

  .home-manufacturing-icon-image {
    width: 70px;
    height: 70px;
  }

  .home-manufacturing-highlight h3 {
    margin-top: 24px;
    font-size: 19px;
  }

  .home-manufacturing-highlight p {
    font-size: 16px;
    line-height: 1.55;
  }

  .home-manufacturing-desktop-break {
    display: none;
  }

  .home-manufacturing-commitments {
    grid-template-columns: 1fr;
    row-gap: 0;
    margin-top: 40px;
    padding: 20px 22px;
  }

  .home-manufacturing-commitments li,
  .home-manufacturing-commitments li:first-child,
  .home-manufacturing-commitments li:last-child {
    grid-column: auto;
    padding: 17px 0;
    border-left: 0;
  }

  .home-manufacturing-commitments li + li {
    border-top: 1px solid #e4cfc2;
  }

  .home-manufacturing-commitments li + li::before {
    display: none;
  }

  .home-manufacturing-commitments h4 {
    font-size: 14px;
  }

  .home-manufacturing-commitments p {
    font-size: 14px;
  }
}

/* Buyer support links immediately above the homepage footer. */
.home-footer-promo {
  margin-top: -80px;
  background: #fff;
  color: #282628;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  overflow: hidden;
}

body.home-page .site-footer {
  background: #fff;
}

.home-footer-promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100% - 10%, 1382px);
  margin: 0 auto;
  padding: 78px 0 92px;
  column-gap: 5%;
}

.home-footer-promo-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  text-align: center;
}

.home-footer-promo-icon {
  display: grid;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  place-items: center;
  border-radius: 50%;
  background: transparent;
}

.home-footer-promo-icon-image {
  display: block;
  width: 130px;
  height: 130px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.home-footer-promo-card h2 {
  margin: 22px 0 0;
  color: #ad4e35;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 1.7vw, 30px);
  font-weight: 400;
  line-height: 1.12;
}

.home-footer-promo-card p {
  margin: 20px auto 0;
  color: #282628;
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 400;
  line-height: 1.55;
}

.home-footer-promo-link {
  display: inline-flex;
  align-items: center;
  align-self: center;
  margin-top: auto;
  padding-top: 25px;
  color: #ad4e35;
  font-size: clamp(15px, 0.8vw, 17px);
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.home-footer-promo-link-label {
  display: inline-block;
  line-height: 1.2;
  text-decoration: none;
  text-underline-offset: 4px;
}

.home-footer-promo-link-arrow {
  display: inline-flex;
  align-items: center;
  margin-left: 22px;
  font-size: 1.8em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.18s ease;
}

.home-footer-promo-link:hover,
.home-footer-promo-link:focus-visible {
  color: #7f2b1d;
  outline: 0;
}

.home-footer-promo-link:hover .home-footer-promo-link-label,
.home-footer-promo-link:focus-visible .home-footer-promo-link-label {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
}

.home-footer-promo-link:hover .home-footer-promo-link-arrow,
.home-footer-promo-link:focus-visible .home-footer-promo-link-arrow {
  transform: translateX(4px);
}

@media (max-width: 1100px) {
  .home-footer-promo-grid {
    width: min(100% - 48px, 960px);
    column-gap: 28px;
  }

  .home-footer-promo-card h2 {
    font-size: 24px;
  }

  .home-footer-promo-card p {
    font-size: 16px;
  }
}

@media (max-width: 820px) {
  .home-footer-promo-grid {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 560px);
    padding: 64px 0 58px;
    row-gap: 56px;
  }

  .home-footer-promo-icon {
    width: 112px;
    height: 112px;
  }

  .home-footer-promo-icon-image {
    width: 114px;
    height: 114px;
  }

  .home-footer-promo-card h2 {
    margin-top: 20px;
    font-size: 24px;
  }

  .home-footer-promo-card p {
    margin-top: 20px;
    font-size: 16px;
  }

  .home-footer-promo-link {
    margin-top: auto;
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .home-footer-promo-grid {
    width: min(100% - 36px, 440px);
    padding: 58px 0 54px;
    row-gap: 58px;
  }

  .home-footer-promo-card h2 {
    font-size: 22px;
  }

  .home-footer-promo-card p {
    font-size: 16px;
  }

  .home-footer-promo-link {
    font-size: 15px;
    letter-spacing: 0.13em;
  }

  .home-footer-promo-link-arrow {
    margin-left: 20px;
  }
}

/* About subpage: Manufacturing & Quality. */
.manufacturing-quality-page {
  overflow-x: hidden;
}

.manufacturing-quality-page main {
  background: #fff;
}

.mq-hero {
  position: relative;
  display: grid;
  place-items: center;
  height: 500px;
  min-height: 500px;
  background: #252526;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.mq-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: min(100% - 40px, 1040px);
  max-width: none;
  padding: clamp(72px, 9vw, 138px) 0;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.mq-eyebrow,
.mq-section-kicker,
.mq-pillars > header > p,
.mq-cta > p {
  margin: 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.35;
  text-transform: uppercase;
}

.mq-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, calc(5vw + 6px), 70px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.06;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.34);
}

.mq-hero-copy > p:not(.mq-eyebrow) {
  max-width: 800px;
  margin: 26px auto 0;
  color: #fff;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.48);
}

.mq-hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.mq-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  margin: 0;
}

.mq-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mq-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(19, 20, 22, 0.42), rgba(30, 27, 27, 0.34));
  content: "";
}

.mq-hero .btn.primary {
  width: 250px;
  height: 62px;
  border-color: var(--wine);
  background: var(--wine);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.mq-pillars {
  max-width: 1540px;
  margin: 0 auto;
  padding: 104px 6% 116px;
}

.mq-pillars > header {
  max-width: 780px;
  margin: 0 auto 68px;
  text-align: center;
}

.mq-pillars h2 {
  margin: 18px 0 0;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, calc(4vw + 6px), 60px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.mq-cta h2 {
  margin: 18px 0 0;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, calc(4vw + 2px), 56px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.mq-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 44px);
}

.mq-pillar-grid article {
  padding: 46px 38px 44px;
  border: 1px solid #eadeda;
  background: #fdf9f6;
  text-align: center;
}

.mq-pillar-grid img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.mq-pillar-grid h3 {
  margin: 28px 0 0;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.mq-pillar-grid p {
  max-width: 350px;
  margin: 17px auto 0;
  color: #6b5d5d;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.manufacturing-quality-page .home-info-module {
  background: #f8f3ef;
}

.manufacturing-quality-page .home-info-heading .mq-section-kicker {
  margin-bottom: 18px;
  color: var(--wine);
  font-size: 13px;
  line-height: 1.35;
}

.mq-cta {
  padding: 110px 24px 116px;
  background: var(--wine);
  color: #fff;
  text-align: center;
}

.mq-cta > p,
.mq-cta h2 {
  color: #fff;
}

.mq-cta h2 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.mq-cta .btn {
  margin-top: 34px;
  border-color: #fff;
  background: #fff;
  color: var(--wine);
}

@media (max-width: 980px) {
  .mq-hero-copy {
    width: min(100% - 48px, 820px);
  }

  .mq-pillar-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .mq-hero-copy {
    width: min(100% - 36px, 620px);
    padding: 72px 0 76px;
  }

  .mq-hero h1 {
    font-size: 36px;
  }

  .mq-hero-copy > p:not(.mq-eyebrow) {
    font-size: 15px;
  }

  .mq-pillars {
    padding: 72px 20px 78px;
  }

  .mq-pillars > header {
    margin-bottom: 44px;
  }

  .mq-pillar-grid article {
    padding: 38px 24px 36px;
  }

  .mq-hero .btn.primary {
    width: 100%;
    height: 62px;
    font-size: 16px;
    font-weight: 700;
  }

  .mq-cta {
    padding: 78px 20px 84px;
  }
}

/* Manufacturing page content modules. */
.mq-section-heading {
  max-width: 920px;
  margin: 0 auto 62px;
  text-align: center;
}

.mq-section-heading p {
  margin: 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.35;
  text-transform: uppercase;
}

.mq-section-heading h2 {
  margin: 18px 0 0;
  color: #3c3333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, calc(4.2vw + 6px), 60px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.mq-overview {
  max-width: 1160px;
  margin: 0 auto;
  padding: 112px 28px 122px;
  color: #342d2d;
}

.mq-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 76px;
}

.mq-overview-item {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 0 18px;
  min-height: 146px;
  padding: 28px 0 26px;
  border-top: 1px solid #ddd8d4;
}

.mq-overview-column:last-child .mq-overview-item:last-child,
.mq-overview-column:first-child .mq-overview-item:last-child {
  border-bottom: 1px solid #ddd8d4;
}

.mq-overview-mark {
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1;
}

.mq-overview-item h3 {
  margin: 0;
  color: #403636;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.mq-overview-item p {
  max-width: 410px;
  margin: 10px 0 0;
  color: #6e6563;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.mq-factory {
  padding: 110px max(28px, 6vw) 124px;
  background: #f8f3ef;
}

.mq-factory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 1200px);
  margin: 0 auto;
  gap: 22px;
}

.mq-factory-card {
  min-width: 0;
  background: #fff;
  box-shadow: 0 12px 28px rgba(76, 16, 25, 0.06);
}

.mq-factory-image {
  height: 238px;
  overflow: hidden;
}

.mq-factory-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mq-factory-card-copy {
  min-height: 150px;
  padding: 27px 28px 31px;
}

.mq-factory-card-copy > span {
  display: block;
  width: 44px;
  height: 2px;
  margin-bottom: 21px;
  background: #c9bdcc;
}

.mq-factory-card-copy h3 {
  margin: 0;
  color: #413838;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.mq-factory-card-copy p {
  margin: 9px 0 0;
  color: #746b69;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.mq-quality {
  max-width: 1120px;
  margin: 0 auto;
  padding: 120px 28px 132px;
}

.mq-quality-list {
  position: relative;
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mq-quality-list::before {
  position: absolute;
  top: 38px;
  bottom: 38px;
  left: 39px;
  width: 1px;
  background: #cfc4ca;
  content: "";
}

.mq-quality-list > li {
  position: relative;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.mq-quality-number {
  position: relative;
  z-index: 1;
  color: #ebe8ea;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  line-height: 1;
  text-align: center;
}

.mq-quality-list article {
  padding: 27px 31px 28px;
  border: 1px solid #d9d0dc;
  background: #fff;
  box-shadow: 0 8px 22px rgba(76, 16, 25, 0.035);
}

.mq-quality-list h3 {
  margin: 0;
  color: #403636;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.mq-quality-list article > p {
  max-width: 710px;
  margin: 10px 0 17px;
  color: #6d6361;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.mq-checks {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mq-checks span {
  padding: 6px 10px;
  background: #f6f1f0;
  color: #655958;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
}

.mq-compliance {
  padding: 104px max(28px, 6vw) 118px;
  background: #f8f3ef;
}

.mq-compliance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 1200px);
  margin: 0 auto;
  gap: 18px;
}

.mq-compliance-grid article {
  min-height: 190px;
  padding: 26px 23px 28px;
  border: 1px solid #e2d9d5;
  background: #fff;
}

.mq-compliance-index {
  color: #bbaeb7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
}

.mq-compliance-grid h3 {
  margin: 28px 0 0;
  color: #423838;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.mq-compliance-grid p {
  margin: 9px 0 0;
  color: #746b69;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.mq-cta-description {
  max-width: 560px;
  margin: 18px auto 0 !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  line-height: 1.55 !important;
  text-transform: none !important;
}

/* Inside Our Factory carousel. Real factory photography can replace these
   clearly labelled placeholders without changing the module structure. */
.mq-factory {
  padding: 96px 28px 108px;
  background: transparent;
}

.mq-factory-inner {
  max-width: 1440px;
  margin: 0 auto;
}

.mq-factory-heading {
  max-width: 850px;
  margin: 0 auto 48px;
  text-align: center;
}

.mq-factory-heading > p:first-child {
  margin: 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .17em;
  line-height: 1.35;
  text-transform: uppercase;
}

.mq-factory-heading h2 {
  margin: 18px 0 0;
  color: #3c3333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.12;
}

.mq-factory-heading .mq-factory-description,
.mq-faq-header > p:last-child {
  max-width: 700px;
  margin: 20px auto 0;
  color: #6e6563;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6;
  text-transform: none;
}

.mq-factory-carousel {
  position: relative;
}

.mq-factory-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 2px 10px;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  scroll-behavior: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
  touch-action: pan-y;
}

.mq-factory-viewport::-webkit-scrollbar {
  display: none;
}

.mq-factory-track.is-dragging,
.mq-factory-viewport:active {
  cursor: grabbing;
}

.mq-factory-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 22px;
  width: max-content;
  max-width: none;
  margin: 0;
}

.mq-factory-slide {
  flex: 0 0 330px;
  width: 330px;
  margin: 0;
  scroll-snap-align: start;
}

.mq-factory-slide img {
  display: block;
  width: 330px;
  height: 300px;
  border-radius: 8px;
  background: #eee7e5;
  object-fit: cover;
  transition: transform .25s ease, filter .25s ease;
}

.mq-factory-slide:hover img,
.mq-factory-slide:focus-within img {
  filter: brightness(.97);
  transform: scale(1.012);
}

.mq-factory-arrow {
  position: absolute;
  z-index: 1;
  top: 150px;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(90, 42, 55, .22);
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: var(--wine);
  box-shadow: 0 6px 18px rgba(76, 16, 25, .1);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background .2s ease, transform .2s ease, opacity .2s ease;
}

.mq-factory-arrow:hover,
.mq-factory-arrow:focus-visible {
  background: #fff;
  outline: 0;
  transform: translateY(-50%) scale(1.04);
}

.mq-factory-arrow:disabled {
  opacity: .45;
}

.mq-factory-arrow--prev {
  left: -21px;
}

.mq-factory-arrow--next {
  right: -21px;
}

@media (max-width: 700px) {
  .mq-factory {
    padding: 76px 20px 84px;
  }

  .mq-factory-heading {
    margin-bottom: 36px;
    text-align: center;
  }

  .mq-factory-heading h2 {
    font-size: 38px;
  }

  .mq-factory-heading .mq-factory-description {
    margin-right: auto;
    margin-left: auto;
  }

  .mq-factory-arrow {
    display: none;
  }

  .mq-factory-slide {
    flex-basis: min(330px, 84vw);
    width: min(330px, 84vw);
  }

  .mq-factory-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 11 / 10;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mq-factory-viewport {
    scroll-behavior: auto;
  }

  .mq-factory-slide img {
    transition: none;
  }
}

@media (max-width: 900px) {
  .mq-factory-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .mq-compliance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 680px;
  }
}

@media (max-width: 600px) {
  .mq-overview,
  .mq-quality {
    padding: 76px 20px 84px;
  }

  .mq-factory,
  .mq-compliance {
    padding: 76px 20px 84px;
  }

  .mq-section-heading {
    margin-bottom: 40px;
  }

  .mq-section-heading h2 {
    font-size: 38px;
  }

  .mq-overview-grid {
    grid-template-columns: 1fr;
  }

  .mq-overview-column:last-child .mq-overview-item:last-child {
    border-bottom: 1px solid #ddd8d4;
  }

  .mq-factory-image {
    height: 205px;
  }

  .mq-quality-list::before {
    display: none;
  }

  .mq-quality-list > li {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mq-quality-number {
    font-size: 52px;
    text-align: left;
  }

  .mq-quality-list article {
    padding: 23px 20px 24px;
  }

  .mq-compliance-grid {
    grid-template-columns: 1fr;
  }
}

/* Materials & Production Options. */
.mq-material-options {
  padding: 112px max(28px, 6vw) 124px;
  background: #f8f3ef;
}

.mq-material-options-intro {
  max-width: 700px;
  margin: 20px auto 0;
  color: #6e6563;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.mq-material-options-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 1200px);
  margin: 0 auto;
  gap: 20px;
}

.mq-material-option {
  min-height: 238px;
  padding: 28px 27px 30px;
  border: 1px solid #e2d9d5;
  background: #fff;
}

.mq-material-option-index {
  color: #bbaeb7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
}

.mq-material-option h3 {
  margin: 28px 0 0;
  color: #423838;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.mq-material-option p {
  margin: 12px 0 0;
  color: #746b69;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.mq-material-option a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}

.mq-material-option a:hover,
.mq-material-option a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Material-specific production process tabs. */
.mq-material-process {
  padding: 112px max(28px, 6vw) 124px;
  background: #fff;
}

.mq-material-heading {
  max-width: 850px;
  margin: 0 auto 48px;
  text-align: center;
}

.mq-material-heading h2 {
  margin: 18px 0 0;
  color: #3c3333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.mq-material-intro {
  max-width: 700px;
  margin: 20px auto 0;
  color: #6e6563;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.mq-material-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 2px 0 4px;
  scrollbar-width: thin;
}

.mq-material-tab {
  flex: 0 0 auto;
  min-width: 0;
  padding: 14px 26px;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  background: #fff;
  color: #4a4747;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.25;
  text-transform: none;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.mq-material-tab::after {
  display: none;
}

.mq-material-tab:hover,
.mq-material-tab:focus-visible,
.mq-material-tab.is-active {
  border-color: var(--wine);
  background: var(--wine);
  color: #fff;
}

.mq-material-tab:focus-visible {
  outline: 2px solid rgba(120, 25, 39, 0.3);
  outline-offset: 3px;
}

.mq-material-panels {
  width: min(100%, 1200px);
  margin: 30px auto 0;
}

.mq-material-panel {
  padding: 0;
  background: transparent;
}

.mq-material-panel[hidden] {
  display: none;
}

.mq-material-panel-heading {
  text-align: center;
}

.mq-material-panel-heading h3 {
  margin: 0;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.2;
}

.mq-material-panel-heading p {
  margin: 8px auto 0;
  color: #6e6563;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.mq-material-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 37px auto 32px;
  gap: 11px;
  color: var(--wine);
  flex-wrap: wrap;
}

.mq-material-flow span {
  padding: 9px 12px;
  border: 1px solid #dacdd2;
  background: #fff;
  color: #5a4d50;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.mq-material-flow i {
  color: #a78c98;
  font-size: 17px;
  font-style: normal;
  line-height: 1;
}

.mq-material-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  gap: 24px;
}

.mq-material-steps li {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 0;
  padding: 0;
  background: transparent;
}

.mq-material-step-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 400 / 260;
  height: 260px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #eee7e5;
}

.mq-material-step-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mq-material-step-media--placeholder {
  flex-direction: column;
  padding: 18px;
  background: linear-gradient(135deg, #f1e9e7, #e8dfe1);
  color: #8b777d;
  text-align: center;
}

.mq-material-step-media--placeholder span {
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.mq-material-step-copy {
  min-height: 86px;
  padding: 19px 4px 0;
}

.mq-material-step-copy h4 {
  min-height: 2.3em;
  margin: 0 0 3px;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.15;
}

.mq-material-steps p {
  margin: 0;
  color: #706664;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 700px) {
  .mq-material-options {
    padding: 76px 20px 84px;
  }

  .mq-material-options-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .mq-material-process {
    padding: 76px 20px 84px;
  }

  .mq-material-heading {
    margin-bottom: 36px;
  }

  .mq-material-tabs {
    width: 100%;
    justify-content: flex-start;
  }

  .mq-material-tab {
    min-width: 0;
    flex: 0 0 auto;
    padding: 11px 18px;
    font-size: 14px;
    white-space: nowrap;
  }

  .mq-material-panel {
    padding: 0;
  }

  .mq-material-flow {
    gap: 7px;
    margin-top: 29px;
  }

  .mq-material-flow span {
    padding: 7px 8px;
    font-size: 9px;
  }

  .mq-material-flow i {
    font-size: 13px;
  }

  .mq-material-steps {
    grid-template-columns: 1fr;
  }

  .mq-material-steps li {
    display: block;
  }

  .mq-material-step-media {
    height: auto;
  }

  .mq-material-step-media--placeholder {
    border: 0;
  }

  .mq-material-step-copy {
    min-height: 0;
    padding: 17px 2px 4px;
  }

  .mq-material-step-copy h4 {
    min-height: 0;
    font-size: 16px;
  }

}

/* Final restore: original quality-control layout with glass cards. */
.mq-quality-control {
  padding: 108px max(28px, 5.5vw) 120px;
  background: #faf9f6;
}

.mq-quality-control-inner {
  width: 100%;
  margin: 0;
}

.mq-quality-control-header {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  align-items: start;
  gap: clamp(48px, 8vw, 126px);
  margin-bottom: 68px;
  text-align: left;
}

.mq-quality-control-kicker {
  margin: 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.35;
  text-transform: uppercase;
}

.mq-quality-control-heading h2 {
  margin: 18px 0 0;
  color: #3c3333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.mq-quality-control-summary {
  padding-top: 2px;
  text-align: right;
}

.mq-quality-control-summary p {
  max-width: 700px;
  margin: 0;
  color: #6e6563;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.mq-quality-control-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: auto;
  gap: clamp(16px, 1.8vw, 28px);
}

.mq-quality-control-media {
  aspect-ratio: 1.08;
  height: auto;
  border-radius: 22px;
}

.mq-quality-control-card-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 206px;
  margin: -54px 0 0;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 48px 48px 22px 22px;
  background: rgba(250, 250, 244, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 -8px 22px rgba(73, 80, 63, 0.06);
  -webkit-backdrop-filter: blur(18px) saturate(118%) brightness(1.04);
  backdrop-filter: blur(18px) saturate(118%) brightness(1.04);
}

.mq-quality-control-card-copy h3 {
  margin: 0;
  color: #161616;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: clamp(16px, calc(1.6vw - 4px), 23px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.mq-quality-control-card-copy p {
  margin: 18px 0 0;
  color: #737373;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.mq-quality-control-card-copy span {
  margin-top: 16px;
  padding-top: 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 980px) {
  .mq-quality-control-header {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mq-quality-control-summary p {
    max-width: 700px;
  }

  .mq-quality-control-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }
}

@media (max-width: 700px) {
  .mq-quality-control-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mq-quality-control-media {
    height: auto;
  }

  .mq-quality-control-card-copy {
    min-height: 206px;
    margin: -54px 0 0;
    padding: 36px;
    border-radius: 48px 48px 22px 22px;
  }
}

@media (max-width: 600px) {
  .mq-quality-control {
    padding: 76px 20px 84px;
  }

  .mq-quality-control-header {
    margin-bottom: 44px;
  }

  .mq-quality-control-kicker {
    font-size: 13px;
  }

  .mq-quality-control-heading h2 {
    margin-top: 18px;
    font-size: 38px;
  }

  .mq-quality-control-summary p {
    font-size: 16px;
  }

  .mq-quality-control-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mq-quality-control-media {
    aspect-ratio: 1.12;
    border-radius: 18px;
  }

  .mq-quality-control-card-copy {
    min-height: 168px;
    margin-top: -44px;
    padding: 27px 26px;
    border-radius: 36px 36px 18px 18px;
  }

  .mq-quality-control-card-copy h3 {
    font-size: 22px;
  }

  .mq-quality-control-card-copy p {
    margin-top: 12px;
    font-size: 15px;
  }
}

/* Final quality-control overrides to match Mahjong Manufacturing Processes. */
.mq-quality-control {
  padding: 112px max(28px, 6vw) 124px;
  background: #fff;
}

.mq-quality-control-inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.mq-quality-control-header {
  display: block;
  max-width: 850px;
  margin: 0 auto 48px;
  text-align: center;
}

.mq-quality-control-kicker {
  margin: 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.35;
  text-transform: uppercase;
}

.mq-quality-control-heading h2 {
  margin: 18px 0 0;
  color: #3c3333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.mq-quality-control-summary {
  padding-top: 0;
  text-align: center;
}

.mq-quality-control-summary p {
  max-width: 700px;
  margin: 20px auto 0;
  color: #6e6563;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.mq-quality-control-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin: 20px auto 0;
  padding: 14px 26px;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  background: #fff;
  color: #4a4747;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
}

.mq-quality-control-view-all:hover,
.mq-quality-control-view-all:focus-visible {
  border-color: var(--wine);
  background: var(--wine);
  color: #fff;
}

.mq-quality-control-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 1200px);
  gap: 24px;
}

.mq-quality-control-media {
  aspect-ratio: 400 / 260;
  height: 260px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #eee7e5;
}

.mq-quality-control-card-copy {
  position: static;
  display: flex;
  flex-direction: column;
  min-height: 86px;
  margin: 0;
  padding: 19px 4px 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.mq-quality-control-card-copy h3 {
  margin: 0 0 3px;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
}

.mq-quality-control-card-copy p {
  margin: 0;
  color: #6e6563;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.mq-quality-control-card-copy span {
  margin-top: 16px;
  padding-top: 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .mq-quality-control {
    padding: 76px 20px 84px;
  }

  .mq-quality-control-header {
    margin-bottom: 36px;
  }

  .mq-quality-control-heading h2 {
    font-size: 38px;
  }

  .mq-quality-control-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mq-quality-control-media {
    height: auto;
  }

  .mq-quality-control-card-copy {
    min-height: 0;
    padding: 17px 2px 4px;
  }

  .mq-quality-control-card-copy h3 {
    font-size: 16px;
  }
}

/* Final restore: original quality-control layout with glass cards. */
.mq-quality-control {
  padding: 116px max(28px, 6vw) 124px;
  background: #faf9f6;
}

.mq-quality-control-inner {
  width: 100%;
  margin: 0;
}

.mq-quality-control-header {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  align-items: start;
  gap: clamp(48px, 8vw, 126px);
  max-width: none;
  margin: 0 0 68px;
  text-align: left;
}

.mq-quality-control-kicker {
  margin: 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.35;
  text-transform: uppercase;
}

.mq-quality-control-heading h2 {
  max-width: 560px;
  margin: 24px 0 0;
  color: #242426;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, calc(4.4vw - 16px), 42px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.mq-quality-control-summary {
  padding-top: 32px;
  text-align: right;
}

.mq-quality-control-summary p {
  max-width: 670px;
  margin: 0;
  color: #6e6563;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.mq-quality-control-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  gap: clamp(16px, 1.8vw, 28px);
}

.mq-quality-control-media {
  aspect-ratio: 1.08;
  height: auto;
  border-radius: 22px;
}

.mq-quality-control-card-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 206px;
  margin: -54px 0 0;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 48px 48px 22px 22px;
  background: rgba(250, 250, 244, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 -8px 22px rgba(73, 80, 63, 0.06);
  -webkit-backdrop-filter: blur(18px) saturate(118%) brightness(1.04);
  backdrop-filter: blur(18px) saturate(118%) brightness(1.04);
}

.mq-quality-control-card-copy h3 {
  margin: 0;
  color: #161616;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: clamp(16px, calc(1.6vw - 4px), 23px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.mq-quality-control-card-copy p {
  margin: 18px 0 0;
  color: #737373;
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.mq-quality-control-card-copy span {
  margin-top: 16px;
  padding-top: 0;
  color: var(--wine);
  font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 980px) {
  .mq-quality-control-header {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mq-quality-control-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }
}

@media (max-width: 700px) {
  .mq-quality-control-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .mq-quality-control {
    padding: 76px 20px 84px;
  }

  .mq-quality-control-header {
    margin-bottom: 44px;
  }

  .mq-quality-control-kicker {
    font-size: 13px;
  }

  .mq-quality-control-heading h2 {
    margin-top: 20px;
    font-size: 22px;
  }

  .mq-quality-control-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mq-quality-control-media {
    aspect-ratio: 1.12;
    border-radius: 18px;
  }

  .mq-quality-control-card-copy {
    min-height: 168px;
    margin-top: -44px;
    padding: 27px 26px;
    border-radius: 36px 36px 18px 18px;
  }

  .mq-quality-control-card-copy h3 {
    font-size: 18px;
  }

  .mq-quality-control-card-copy p {
    margin-top: 12px;
    font-size: 15px;
  }
}

/* Final CTA background override: restore the original red-brown color. */
.manufacturing-quality-page .mq-cta {
  background: var(--wine);
}

/* Product detail information: workflow cards; retain the original FAQ. */
body:has(.product-detail-page) [data-current-product-sections] > :is(.b2b-section, .b2b-audience-band) { background: transparent; }
body:has(.product-detail-page) [data-current-product-sections] :is(.b2b-value-grid, .b2b-audience-grid) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  border: 0;
  padding: 0 0 30px;
}
body:has(.product-detail-page) [data-current-product-sections] :is(.b2b-value-grid > article, .b2b-audience-grid > a) {
  min-width: 0;
  min-height: 238px;
  padding: 34px 30px 36px;
  border: 1px solid rgba(76, 16, 25, .1);
  border-top: 2px solid var(--wine);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 15px 28px rgba(76, 16, 25, .08);
}
body:has(.product-detail-page) [data-current-product-sections] :is(.b2b-value-grid, .b2b-audience-grid) h3 {
  margin: 25px 0 0;
  color: var(--wine);
  line-height: 1.2;
}
body:has(.product-detail-page) [data-current-product-sections] :is(.b2b-value-grid, .b2b-audience-grid) p {
  margin: 13px 0 0;
  line-height: 1.55;
}
body:has(.product-detail-page) [data-current-product-sections] :is(.b2b-value-grid, .b2b-audience-grid):has(> :nth-child(5)) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 900px) {
  body:has(.product-detail-page) [data-current-product-sections] :is(.b2b-value-grid, .b2b-audience-grid),
  body:has(.product-detail-page) [data-current-product-sections] :is(.b2b-value-grid, .b2b-audience-grid):has(> :nth-child(5)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  body:has(.product-detail-page) [data-current-product-sections] :is(.b2b-value-grid, .b2b-audience-grid),
  body:has(.product-detail-page) [data-current-product-sections] :is(.b2b-value-grid, .b2b-audience-grid):has(> :nth-child(5)) {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  body:has(.product-detail-page) [data-current-product-sections] :is(.b2b-value-grid > article, .b2b-audience-grid > a) {
    padding: 28px 24px;
  }
}
