.shippingPromise {
  display: flex;
  gap: 10px;
}

.headerActions,
.footerLinks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.trackLink {
  color: #7d5c49;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.catalogImageLink {
  display: block;
}

.catalogCard h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.catalogCardActions {
  display: grid;
  grid-template-columns: 1.35fr .8fr;
  gap: 8px;
  margin-top: 13px;
}

.catalogCardActions a,
.catalogCardActions button {
  display: grid;
  min-height: 36px;
  place-items: center;
  margin: 0;
  padding: 8px;
  border: 1px solid #211c1a;
  background: transparent;
  color: #211c1a;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.catalogCardActions button {
  width: auto;
}

.catalogCardActions a:hover,
.catalogCardActions button:hover {
  background: #211c1a;
  color: #fff;
}

.catalogCardActions a:last-child {
  border-color: #e3d7ce;
  background: #fbf5f0;
  font-weight: 500;
}

.catalogVideoIncluded {
  display: grid;
  min-height: 36px;
  place-items: center;
  padding: 8px;
  border: 1px solid #e3d7ce;
  background: #fbf5f0;
  color: #7d5c49;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.productHeader {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 6vw, 96px);
  border-bottom: 1px solid #ded7d1;
  background: #fcfaf7;
}

.productHeader nav {
  display: flex;
  gap: 24px;
  font-size: 12px;
}

.productHeader nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.breadcrumb {
  display: flex;
  gap: 9px;
  padding: 18px clamp(22px, 6vw, 96px);
  color: #756b66;
  font-size: 11px;
}

.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.productDetail {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
  gap: clamp(30px, 6vw, 90px);
  padding: 12px clamp(22px, 6vw, 96px) clamp(76px, 10vw, 130px);
}

.detailGallery {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(210px, .8fr);
  gap: 12px;
  align-items: stretch;
}

.galleryColumn {
  min-width: 0;
}

.detailMainImage {
  position: relative;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  background: #e9dfd7;
}

.detailMainImage img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}

.detailMainImage video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #211c1a;
}

.detailMainImage figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 8px 10px;
  background: rgba(33, 28, 26, .85);
  color: #fff;
  font-size: 10px;
}

.galleryThumbnails {
  display: flex;
  gap: 9px;
  margin-top: 10px;
}

.galleryThumbnails button {
  width: 72px;
  height: 90px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ded7d1;
  background: #f1e8e1;
}

.galleryThumbnails button.active {
  outline: 2px solid #211c1a;
  outline-offset: 2px;
}

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

.galleryVideoThumb {
  display: grid;
  place-items: center;
  gap: 5px;
  background: #211c1a !important;
  color: #fff;
}

.galleryVideoThumb span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid #f4d3b9;
  border-radius: 50%;
  color: #f4d3b9;
  font-size: 10px;
}

.galleryVideoThumb small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
}

.mediaStatus {
  padding: 20px;
  background: #f1e8e1;
}

.mediaStatus h3 {
  margin: 0 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.04;
}

.mediaStatus > p:not(.eyebrow) {
  color: #756b66;
  font-size: 12px;
}

.mediaStatus > div {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 5px 9px;
  padding: 12px 0;
  border-top: 1px solid #d0c1b4;
}

.mediaStatus span {
  grid-row: span 2;
  color: #7d5c49;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
}

.mediaStatus b,
.mediaStatus small {
  font-size: 11px;
}

.mediaStatus small {
  color: #756b66;
}

.detailBuyBox {
  align-self: start;
  padding: 12px 0;
}

.detailBuyBox h1 {
  margin-bottom: 19px;
  font-size: clamp(39px, 4.3vw, 61px);
}

.detailSku {
  color: #756b66;
  font-size: 12px;
}

.detailPrice {
  margin: 24px 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 33px;
}

.detailPrice del {
  margin-left: 8px;
  color: #9a8d85;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 15px;
}

.titleFacts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: -5px 0 22px;
}

.titleFacts span {
  padding: 6px 8px;
  border: 1px solid #d7c5b8;
  color: #715545;
  font-size: 10px;
  font-weight: 700;
}

.detailAssurance {
  border-top: 1px solid #ded7d1;
  border-bottom: 1px solid #ded7d1;
}

.detailAssurance p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #ded7d1;
  color: #756b66;
  font-size: 12px;
}

.detailAssurance p:last-child {
  border-bottom: 0;
}

.detailAssurance b {
  color: #211c1a;
}

.detailAdd {
  width: 100%;
  margin-top: 22px;
}

.detailPurchaseActions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 22px; }
.detailPurchaseActions .button { width: 100%; margin: 0; }
.detailCartButton { background: #fcfaf7; color: #211c1a; }
.detailCartButton:hover { background: #f0e1d5; }
.cartAdded { margin: 10px 0 0; color: #6c5141; font-size: 11px; font-weight: 700; }
.cartAdded a { text-decoration: underline; text-underline-offset: 3px; }

.detailPayment {
  color: #756b66;
  font-size: 10px;
}

.detailBuyBox details {
  border-top: 1px solid #ded7d1;
}

.detailBuyBox summary {
  padding: 13px 0;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.detailBuyBox details p {
  margin-top: 0;
  color: #756b66;
  font-size: 11px;
}

.productSpecs {
  margin: 0 0 12px;
}

.productSpecs div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  border-top: 1px solid #eee7e1;
  font-size: 11px;
}

.productSpecs dt {
  color: #756b66;
}

.productSpecs dd {
  margin: 0;
  text-align: right;
}

.listingTransparency {
  padding: clamp(56px, 8vw, 104px) clamp(22px, 6vw, 96px);
  background: #f1e8e1;
}

.listingTransparency h2 {
  max-width: 540px;
  margin-top: 9px;
}

.listingTransparency > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 34px;
  background: #d3c2b5;
}

.listingTransparency article {
  min-height: 124px;
  padding: 18px;
  background: #f9f5f0;
}

.listingTransparency b,
.listingTransparency span {
  display: block;
}

.listingTransparency b {
  margin-bottom: 9px;
  font-size: 12px;
}

.listingTransparency span {
  color: #756b66;
  font-size: 11px;
  line-height: 1.5;
}

.detailTimeline {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(30px, 6vw, 92px);
  padding: clamp(65px, 8vw, 110px) clamp(22px, 6vw, 96px);
  background: #211c1a;
  color: #fff;
}

.detailTimeline .eyebrow {
  color: #f4d3b9;
}

.detailTimeline h2 {
  color: #fff;
}

.detailTimeline ol,
.trackingDemo ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, .25);
}

.detailTimeline li {
  padding: 18px;
  background: #211c1a;
}

.detailTimeline b,
.detailTimeline span,
.trackingDemo b,
.trackingDemo span {
  display: block;
}

.detailTimeline b,
.trackingDemo b {
  margin-bottom: 6px;
  font-size: 12px;
}

.detailTimeline span {
  color: #d8cec7;
  font-size: 11px;
}

.trackHero {
  max-width: 710px;
  padding: clamp(75px, 10vw, 150px) clamp(22px, 6vw, 96px);
}

.trackHero h1 {
  margin-bottom: 20px;
}

.trackHero > p:not(.eyebrow) {
  max-width: 500px;
  color: #756b66;
  font-size: 16px;
}

.trackHero form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 11px;
  margin-top: 30px;
}

.trackHero label {
  display: grid;
  gap: 5px;
  color: #5d5049;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.trackHero input {
  min-width: 0;
  min-height: 46px;
  padding: 10px 11px;
  border: 1px solid #cfc0b2;
  background: #fffdfa;
  color: #211c1a;
  font: inherit;
  font-size: 13px;
  text-transform: none;
}

.trackHero form .button {
  align-self: end;
}

.trackingDemo {
  margin-top: 25px;
  padding: 22px;
  background: #f1e8e1;
}

.trackingDemo h2 {
  margin-bottom: 9px;
  font-size: 34px;
}

.trackingDemo > p:not(.eyebrow) {
  color: #756b66;
  font-size: 12px;
}

.trackingDemo ol {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 16px;
  background: #d7c9be;
}

.trackingDemo li {
  padding: 13px;
  background: #fffdfa;
}

.trackingDemo span {
  color: #756b66;
  font-size: 10px;
}

.trackNotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid #ded7d1;
  border-bottom: 1px solid #ded7d1;
}

.trackNotes article {
  min-height: 185px;
  padding: 28px clamp(22px, 6vw, 96px);
}

.trackNotes article + article {
  border-left: 1px solid #ded7d1;
}

.trackNotes h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.trackNotes p {
  margin: 0;
  color: #756b66;
  font-size: 12px;
}

.simplePage {
  min-height: 100vh;
  padding: 50px clamp(22px, 6vw, 96px);
}

.simplePage h1 {
  margin-top: 120px;
}

.shippingPromise span {
  padding: 4px 9px;
  border: 1px solid #cfc0b2;
  font-size: 11px;
  white-space: nowrap;
}

.shippingPromise b {
  display: block;
  color: #7d5c49;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.deliveryProofBanner {
  padding: clamp(55px, 8vw, 105px) clamp(22px, 6vw, 96px) 28px;
  background: #eaded5;
  color: #29211e;
}

.deliveryProofIntro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .75fr);
  gap: clamp(30px, 6vw, 95px);
  align-items: end;
  max-width: 1320px;
  margin: 0 auto 30px;
}

.deliveryProofIntro .eyebrow { color: #936149; }

.deliveryProofIntro h2 {
  margin: 8px 0 0;
  font-size: clamp(39px, 5vw, 70px);
  line-height: .98;
}

.deliveryProofIntro h2 em { color: #b6734f; }

.deliveryProofIntro > p {
  margin: 0 0 5px;
  color: #685d56;
  font-size: 15px;
  line-height: 1.6;
}

.deliveryProofCards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 1320px;
  margin: 0 auto;
}

.deliveryProofCards figure {
  position: relative;
  min-height: 460px;
  margin: 0;
  overflow: hidden;
  background: #4a403d;
}

.deliveryProofCards picture {
  position: absolute;
  inset: 0;
  display: block;
}

.deliveryProofCards img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .55s ease;
}

.deliveryProofCards figure:hover img { transform: scale(1.035); }

.deliveryProofCards figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 8px;
  padding: 50px 20px 20px;
  background: linear-gradient(transparent, rgba(20, 16, 15, .94));
  color: #fffaf5;
}

.deliveryProofCards span { color: #e9bcaa; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.deliveryProofCards strong { font-family: "Playfair Display", Georgia, serif; font-size: 25px; font-weight: 500; }
.deliveryProofCards p { max-width: 300px; margin: 0; color: #e6ddd7; font-size: 12px; line-height: 1.48; }

.deliveryProofFoot {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 1320px;
  margin: 12px auto 0;
  padding: 15px 0 0;
  border-top: 1px solid rgba(91, 70, 59, .24);
  color: #80533f;
  font-size: 11px;
}

.deliveryProofFoot span { max-width: 510px; color: #685d56; text-align: right; }

.productInfo small {
  display: block;
  margin-top: 7px;
  color: #7d5c49;
  font-size: 10px;
  letter-spacing: .04em;
}

.productInfo del {
  margin-left: 5px;
  color: #9a8d85;
  font-weight: 400;
  text-decoration-thickness: 1px;
}

.hotProof {
  padding: clamp(72px, 9vw, 130px) clamp(22px, 6vw, 96px);
  background: #fff;
}

.hotProofHeading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 38px;
}

.hotProofHeading h2 {
  grid-row: 2;
}

.hotProofHeading > p:not(.eyebrow) {
  max-width: 340px;
  margin: 0;
  color: #756b66;
}

.hotProofGrid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 15px;
}

.photoProof,
.videoProof {
  padding: 18px;
  background: #f5eee8;
}

.proofLabel {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

.proofLabel > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid #c48555;
  border-radius: 50%;
  color: #7d5c49;
  font-size: 10px;
}

.proofLabel strong,
.proofLabel small {
  display: block;
}

.proofLabel strong {
  font-size: 13px;
}

.proofLabel small {
  color: #756b66;
  font-size: 10px;
}

.photoProofGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.photoProofGrid figure {
  position: relative;
  min-height: 210px;
  margin: 0;
  overflow: hidden;
  background: #e8ddd1;
}

.photoProofGrid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}

.photoProofGrid a { display: block; height: 100%; }

.photoProofGrid figcaption {
  position: absolute;
  right: 7px;
  bottom: 7px;
  left: 7px;
  padding: 7px 8px;
  background: rgba(33, 28, 26, .85);
  color: #fff;
  font-size: 10px;
  line-height: 1.25;
}

.photoProofGrid button {
  position: relative;
  min-height: 210px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  background: #e8ddd1;
  text-align: left;
}

.photoProofGrid button.active { border-color: #211c1a; }
.photoProofGrid button > span { position: absolute; top: 7px; left: 7px; padding: 4px 6px; background: #211c1a; color: #fff; font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.photoProofGrid button > strong { position: absolute; right: 7px; bottom: 7px; left: 7px; padding: 7px 8px; background: rgba(33, 28, 26, .85); color: #fff; font-size: 10px; font-weight: 500; line-height: 1.25; }

.videoProof {
  background: #7d5c49;
  color: #fff;
}

.videoProof .proofLabel small {
  color: #ead8cc;
}

/* Approved video needs to lead with the footage. Its only overlay is the
   full-detail link, kept clear of the native video controls at the bottom. */
.videoProof.hasVideo .videoFrame {
  width: min(100%, 390px);
  min-height: 0;
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: #211c1a;
}

.videoProof.hasVideo .videoFrame > video { object-fit: contain; }

.videoProof.hasVideo .videoPlay {
  position: absolute;
  top: 12px;
  left: 12px;
  margin: 0;
  background: rgba(252, 250, 247, .94);
}

.videoFrame {
  position: relative;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border: 1px dashed rgba(255, 255, 255, .5);
  overflow: hidden;
}

.videoFrame > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  transition: transform 1s ease;
}

.videoFrame > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #211c1a;
}

.productCta {
  position: absolute;
  right: 11px;
  bottom: 11px;
  left: 11px;
  padding: 12px;
  background: rgba(252, 250, 247, .96);
  color: #211c1a;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  transition: opacity .18s;
}

.product:hover .productCta,
.productCta:focus {
  opacity: 1;
}

@media (max-width: 780px) {
  .productCta { opacity: 1; }
}

/* Desktop uses calm, screen-sized chapters instead of abrupt forced paging.
   Mobile stays a normal continuous scroll for accessibility and speed. */
@media (min-width: 781px) and (prefers-reduced-motion: no-preference) {
  main { scroll-snap-type: y proximity; }
  .hero,
  .deliveryProofBanner,
  .hotProof,
  #best-sellers,
  #collection,
  .factoryProof,
  .wholesale,
  .guide { scroll-snap-align: start; }

  .deliveryProofBanner,
  .hotProof,
  #best-sellers,
  #collection,
  .factoryProof { min-height: 100svh; }

  #best-sellers,
  .hotProof,
  .factoryProof { display: flex; flex-direction: column; justify-content: center; }
}

@media (min-width: 781px) {
  .products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.videoFrame.playing > img {
  animation: demoWearMovement 6s ease-in-out infinite alternate;
}

.videoShade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(33, 28, 26, .15) 0%, rgba(33, 28, 26, .82) 100%);
  pointer-events: none;
}

.videoFrame > span,
.videoFrame > strong,
.videoFrame > p,
.videoFrame > button,
.videoFrame > a {
  position: relative;
  z-index: 1;
}

.videoFrame > span {
  margin-bottom: auto;
  color: #f4d3b9;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.videoFrame strong {
  max-width: 280px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.05;
}

.videoFrame p {
  color: #ead8cc;
  font-size: 11px;
}

.videoPlay {
  width: fit-content;
  margin-top: 7px;
  padding: 8px 11px;
  border: 1px solid #fff;
  background: #fff;
  color: #211c1a;
  font-size: 11px;
  font-weight: 700;
}

@keyframes demoWearMovement {
  from { transform: scale(1) translateX(0); }
  to { transform: scale(1.1) translateX(-2%); }
}

.catalog {
  background: #fcfaf7;
}

.catalogHeading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 28px;
}

.catalogHeading > p {
  max-width: 405px;
  margin: 0;
  color: #756b66;
  font-size: 13px;
}

.catalogSearch {
  margin-bottom: 22px;
  padding: 14px;
  border: 1px solid #ded7d1;
  background: #fff;
}

.catalogSearch label {
  display: block;
  margin-bottom: 8px;
  color: #756b66;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.catalogSearch > div {
  display: flex;
  gap: 8px;
}

.catalogSearch input {
  min-width: 0;
  flex: 1;
  padding: 12px;
  border: 1px solid #bdaea2;
  color: #211c1a;
  font: inherit;
  font-size: 13px;
}

.catalogSearch button {
  padding: 0 16px;
  border: 1px solid #211c1a;
  background: #211c1a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.catalogSearch button:disabled {
  border-color: #d7cec7;
  background: #d7cec7;
  color: #756b66;
}

.catalogStorefront {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 30px;
}

.catalogSidebar {
  align-self: start;
  padding: 16px 0;
  border-top: 2px solid #211c1a;
}

.catalogToolbar {
  display: grid;
  gap: 5px;
  margin: 14px 0 20px;
}

.catalogToolbar button {
  padding: 9px 0;
  border: 0;
  border-bottom: 1px solid #ded7d1;
  background: transparent;
  color: #5d5049;
  font-size: 11px;
  text-align: left;
}

.catalogToolbar button.active,
.catalogToolbar button:hover {
  border-color: #211c1a;
  background: transparent;
  color: #211c1a;
  font-weight: 700;
}

.catalogHelp,
.catalogResultCount {
  margin: 0;
  color: #756b66;
  font-size: 11px;
  line-height: 1.5;
}

.catalogResultCount {
  margin-bottom: 14px;
}

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

.catalogCard {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2d9d2;
}

.catalogImageLink {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #eee8e2;
}

.catalogImageLink img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: #eee8e2;
  transition: transform .3s ease;
}

.catalogImageLink:hover img {
  transform: scale(1.025);
}

.catalogCard > div {
  padding: 14px;
}

.catalogCard span {
  color: #7d5c49;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.catalogCard h3 {
  display: -webkit-box;
  min-height: 37px;
  margin: 5px 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.catalogCard p,
.catalogCard small {
  display: block;
  margin: 0;
  color: #756b66;
  font-size: 10px;
}

.catalogCard b {
  display: block;
  margin: 9px 0 6px;
  font-size: 14px;
}

.catalogCard del {
  margin-left: 4px;
  color: #9a8d85;
  font-weight: 400;
}

.catalogCard button,
.loadMore {
  width: 100%;
  margin-top: 13px;
  padding: 10px 12px;
  border: 1px solid #211c1a;
  background: transparent;
  color: #211c1a;
  font-size: 11px;
  font-weight: 700;
}

.catalogCard button:hover,
.loadMore:hover {
  background: #211c1a;
  color: #fff;
}

.loadMore {
  display: block;
  width: min(315px, 100%);
  margin: 30px auto 0;
}

.catalogNote {
  margin: 20px 0 0;
  color: #7d5c49;
  font-size: 10px;
}

.catalogEmpty {
  padding: 42px 28px;
  border: 1px dashed #b7a698;
  background: #f6f0ea;
}

.catalogEmpty h3 {
  margin: 0 0 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  font-weight: 500;
}

.catalogEmpty p {
  max-width: 520px;
  margin: 0 0 17px;
  color: #756b66;
  font-size: 12px;
  line-height: 1.55;
}

.catalogEmpty a {
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.wholesaleProof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 29px;
}

.factoryProof {
  display: grid;
  grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
  gap: clamp(30px, 6vw, 92px);
  padding: clamp(72px, 9vw, 130px) clamp(22px, 6vw, 96px);
  background: #ebe3db;
}

.factoryIntro {
  max-width: 370px;
}

.factoryIntro h2 {
  margin-bottom: 22px;
}

.factoryIntro > p:not(.eyebrow) {
  color: #756b66;
}

.factoryTrust {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 26px;
}

.factoryTrust span {
  padding: 7px 9px;
  border: 1px solid #d7c5b8;
  color: #715545;
  font-size: 10px;
  font-weight: 700;
}

.factoryMedia {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.factoryFeature {
  position: relative;
  min-height: 270px;
  margin: 0;
  overflow: hidden;
  background: #eee5dc;
}

.factoryFeature.factoryWide {
  grid-column: 1 / -1;
  min-height: 370px;
}

.factoryFeature img,
.factoryPhotos img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.factoryFeature picture,
.factoryPhotos picture {
  display: block;
  width: 100%;
  height: 100%;
}

.factoryFeature img {
  position: absolute;
  inset: 0;
}

.factoryFeature figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 5px;
  padding: 44px 17px 17px;
  background: linear-gradient(transparent, rgba(22, 18, 16, .84));
  color: #fff;
}

.factoryFeature figcaption span,
.factoryFeature figcaption small {
  color: #f5ded0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.factoryFeature figcaption strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.04;
}

.factoryFeature figcaption small {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
}

.factoryPhotos {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.factoryPhotos figure {
  min-height: 160px;
  margin: 0;
  background: #eee5dc;
}

.factoryPhotos img {
  height: 155px;
}

.factoryPhotos figcaption {
  padding: 10px 11px;
  color: #756b66;
  font-size: 10px;
}

.wholesaleProof span {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .42);
  color: #f4e7df;
  font-size: 10px;
  letter-spacing: .04em;
}

.wholesaleSteps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 26px;
}

.wholesaleSteps article {
  min-height: 128px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, .32);
  background: rgba(33, 28, 26, .14);
}

.wholesaleSteps span,
.wholesaleSteps b,
.wholesaleSteps small { display: block; }
.wholesaleSteps span { margin-bottom: 14px; color: #f4d3b9; font-family: "Playfair Display", Georgia, serif; font-size: 20px; }
.wholesaleSteps b { font-size: 12px; }
.wholesaleSteps small { margin-top: 8px; color: #f1ded0; font-size: 10px; line-height: 1.45; }

.tradePage { min-height: 100vh; background: #fcfaf7; color: #211c1a; }
.tradeHeader { display: flex; min-height: 76px; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 6vw, 96px); border-bottom: 1px solid #ded7d1; }
.tradeHeader nav { display: flex; gap: 22px; font-size: 12px; }
.tradeHeader nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.tradeHero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: clamp(40px, 10vw, 150px); align-items: end; min-height: min(690px, calc(100svh - 76px)); padding: clamp(80px, 12vw, 160px) clamp(22px, 9vw, 150px) clamp(64px, 9vw, 120px); background: #eaded5; }
.tradeHero h1 { margin: 0 0 22px; font-size: clamp(52px, 6vw, 88px); }
.tradeHero h1 em { color: #9e4055; }
.tradeHero p:not(.eyebrow) { max-width: 520px; color: #5f5651; font-size: 16px; }
.tradeHero ol { display: grid; gap: 1px; margin: 0; padding: 0; list-style: none; background: #c9b5a6; }
.tradeHero li { min-height: 135px; padding: 20px; background: #fffaf6; }
.tradeHero li span, .tradeHero li b, .tradeHero li small { display: block; }
.tradeHero li span { color: #9e4055; font-family: "Playfair Display", Georgia, serif; font-size: 22px; }
.tradeHero li b { margin-top: 8px; font-size: 14px; }
.tradeHero li small { margin-top: 5px; color: #756b66; font-size: 11px; }
.tradeProof { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 9vw, 140px); padding: clamp(70px, 10vw, 135px) clamp(22px, 9vw, 150px); background: #fff; }
.tradeProof > div:last-child { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #ded7d1; }
.tradeProof article { min-height: 190px; padding: 22px 20px 20px 0; border-bottom: 1px solid #ded7d1; }
.tradeProof article + article { padding-left: 20px; border-left: 1px solid #ded7d1; }
.tradeProof b, .tradeProof span { display: block; }
.tradeProof b { font-size: 15px; }
.tradeProof span { margin-top: 12px; color: #756b66; font-size: 12px; line-height: 1.55; }
.tradeEvidence { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 8vw, 125px); padding: clamp(70px, 10vw, 135px) clamp(22px, 9vw, 150px); background: #f4eee8; }
.tradeEvidenceIntro { align-self: center; }
.tradeEvidenceIntro > p:not(.eyebrow) { max-width: 385px; color: #675e58; font-size: 13px; line-height: 1.6; }
.tradeEvidenceCta { display: inline-block; margin-top: 20px; padding-bottom: 4px; border-bottom: 1px solid #211c1a; color: #211c1a; font-size: 12px; font-weight: 700; }
.tradeEvidenceCta:hover, .tradeEvidenceCta:focus { color: #a55757; border-bottom-color: #a55757; }
.routeBack { display: inline-flex; align-items: center; min-height: 32px; padding: 6px 10px; border: 1px solid #cfc3b8; background: #fffaf5; color: #211c1a; font-weight: 700; }
.routeBack:hover, .routeBack:focus { border-color: #9b6249; color: #9b6249; text-decoration: none; }
.tradeEvidenceGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.tradeEvidence figure { position: relative; min-height: 340px; margin: 0; overflow: hidden; background: #ded4cc; }
.tradeEvidence img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.tradeEvidence figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 28px 14px 14px; background: linear-gradient(transparent, rgba(33,28,26,.9)); color: #fff; }
.tradeEvidence figcaption span, .tradeEvidence figcaption strong, .tradeEvidence figcaption small { display: block; }
.tradeEvidence figcaption span { color: #edc3a7; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.tradeEvidence figcaption strong { margin-top: 5px; font-size: 12px; line-height: 1.25; }
.tradeEvidence figcaption small { margin-top: 5px; color: #ddd2c9; font-size: 9px; line-height: 1.35; }
.tradeEnquiry { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: clamp(40px, 9vw, 145px); padding: clamp(70px, 10vw, 135px) clamp(22px, 9vw, 150px); background: #2a2422; color: #fffaf5; }
.tradeEnquiry .eyebrow { color: #ddaf9e; }
.tradeEnquiry h2 { color: #fffaf5; }
.tradeEnquiry > div > p:not(.eyebrow) { color: #e1d4cc; }
.tradeEnquiry > div > small { color: #ddaf9e; font-size: 11px; }
.tradeEnquiry form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tradeEnquiry label { display: grid; gap: 6px; color: #f5e9df; font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.tradeEnquiry input, .tradeEnquiry select, .tradeEnquiry textarea { width: 100%; min-height: 42px; padding: 11px 12px; border: 1px solid rgba(255,255,255,.32); border-radius: 0; background: rgba(255,255,255,.07); color: #fffaf5; font: inherit; font-size: 13px; }
.tradeEnquiry input::placeholder, .tradeEnquiry textarea::placeholder { color: #cdbcb1; }
.tradeEnquiry select option { color: #211c1a; }
.tradeEnquiry textarea { min-height: 104px; resize: vertical; }
.tradeFormFull { grid-column: 1 / -1; }
.tradeEnquiry .button { width: fit-content; border-color: #fffaf5; background: #fffaf5; color: #211c1a; }
.tradeEnquiry .button:hover { background: #ddaf9e; border-color: #ddaf9e; }
.tradeEnquiry form > small { color: #d7c4b8; font-size: 10px; line-height: 1.5; }

@media (max-width: 780px) {
  .wholesaleSteps, .tradeProof > div:last-child, .tradeEvidenceGrid, .tradeEnquiry form { grid-template-columns: 1fr; }
  .tradeHeader { min-height: 65px; }
  .tradeHero, .tradeProof, .tradeEvidence, .tradeEnquiry { grid-template-columns: 1fr; }
  .tradeHero { min-height: auto; padding-top: 74px; }
  .tradeProof article + article { padding-left: 0; border-left: 0; }
  .tradeFormFull { grid-column: auto; }
}

.bagTotal,
.checkoutSummary {
  margin: 21px 0;
  padding: 15px;
  background: #f0e9e3;
}

.bagTotal {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
}

.bagTotal small {
  grid-column: 1 / -1;
  color: #756b66;
  font-size: 11px;
}

.checkout {
  width: min(1020px, 100%);
  max-height: min(880px, calc(100vh - 32px));
  overflow: auto;
}

.checkoutTrust {
  padding: 30px;
}

.checkoutTitle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-right: 45px;
}

.checkoutTitle h2 {
  font-size: clamp(38px, 4vw, 52px);
}

.checkoutTitle > span {
  margin-top: 7px;
  padding: 4px 8px;
  border: 1px solid #cfc0b2;
  color: #756b66;
  font-size: 10px;
  letter-spacing: .06em;
  white-space: nowrap;
  text-transform: uppercase;
}

.checkoutSignals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 24px 0;
  background: #d8ccc2;
  border: 1px solid #d8ccc2;
}

.checkoutSignals span {
  padding: 11px 13px;
  background: #fffdfa;
  color: #5d5049;
  font-size: 11px;
}

.checkoutSignals b {
  display: block;
  color: #211c1a;
  font-size: 12px;
}

.checkoutLayout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(290px, .95fr);
  gap: 28px;
  align-items: start;
}

.checkoutForm {
  padding-right: 28px;
  border-right: 1px solid #ded7d1;
}

.formStep {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #5d5049;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.formStep:not(:first-child) {
  margin-top: 27px;
}

.formStep span {
  display: inline-grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: #7d5c49;
  color: #fff;
  font-size: 10px;
}

.paymentPreview,
.needHelp {
  margin: 0 0 18px;
  padding: 13px 14px;
  border-left: 3px solid #c48555;
  background: #f5eee8;
}

.paymentPreview strong,
.needHelp b {
  display: block;
  color: #211c1a;
  font-size: 12px;
}

.paymentPreview p,
.needHelp span {
  display: block;
  margin: 4px 0 0;
  color: #756b66;
  font-size: 11px;
  line-height: 1.45;
}

.checkoutForm .button {
  width: 100%;
}

.checkoutPrivacy {
  margin: 12px 0 0;
  color: #756b66;
  font-size: 10px;
  line-height: 1.45;
}

.orderCard {
  position: sticky;
  top: 0;
  padding: 18px;
  background: #f5eee8;
}

.orderCard > .eyebrow {
  margin-bottom: 10px;
}

.orderItems article {
  display: grid;
  grid-template-columns: 59px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 11px 0;
  border-top: 1px solid #d8ccc2;
}

.orderItems article:last-child {
  border-bottom: 1px solid #d8ccc2;
}

.orderItems img {
  display: block;
  width: 59px;
  height: 68px;
  object-fit: cover;
  object-position: top;
}

.orderItems h3 {
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
}

.orderItems p,
.orderItems small {
  margin: 3px 0 0;
  color: #756b66;
  font-size: 10px;
  line-height: 1.3;
}

.orderItems small {
  color: #7d5c49;
  letter-spacing: .03em;
}

.orderItems b {
  align-self: start;
  white-space: nowrap;
  font-size: 12px;
}

.orderDelivery {
  margin-top: 14px;
}

.orderDelivery p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 6px 0;
  color: #756b66;
  font-size: 11px;
}

.orderDelivery b {
  color: #211c1a;
  text-align: right;
}

.orderTotal {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 12px;
  margin: 12px 0;
  padding: 13px 0;
  border-top: 1px solid #211c1a;
  border-bottom: 1px solid #d8ccc2;
  font-size: 13px;
}

.orderTotal b {
  font-size: 17px;
}

.orderTotal small {
  grid-column: 1 / -1;
  color: #756b66;
  font-size: 10px;
}

.checkoutReview {
  max-width: 560px;
  margin: 34px auto 8px;
  padding: 24px;
  border: 1px solid #ded7d1;
  background: #f5eee8;
}

.checkoutGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.checkoutGrid label {
  display: grid;
  gap: 5px;
  color: #5d5049;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.checkoutGrid .full {
  grid-column: 1 / -1;
}

.checkoutGrid input {
  width: 100%;
  min-height: 43px;
  padding: 10px 11px;
  border: 1px solid #cfc0b2;
  border-radius: 0;
  outline-color: #7d5c49;
  background: #fffdfa;
  color: #211c1a;
  font: inherit;
  font-size: 13px;
  text-transform: none;
}

.checkoutSummary p,
.orderReady div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid #d7ccc2;
  font-size: 13px;
}

.checkoutSummary p:last-of-type,
.orderReady div:last-of-type {
  border-bottom: 0;
}

.checkoutSummary b,
.orderReady b {
  text-align: right;
}

.checkoutSummary small,
.orderReady small {
  display: block;
  margin-top: 12px;
  color: #756b66;
  font-size: 11px;
}

.orderReady > p {
  color: #756b66;
}

.orderReady .button {
  width: 100%;
  margin-top: 20px;
}

.modal .button:disabled {
  cursor: not-allowed;
  border-color: #b9afa8;
  background: #b9afa8;
}

.slaNote {
  margin-top: 24px;
  color: #7d5c49;
  font-size: 11px;
}

.wooAdmin {
  min-height: 100vh;
  background: #fcfaf7;
}

.wooHeader {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 6vw, 96px);
  border-bottom: 1px solid #ded7d1;
}

.wooHeader > div {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #756b66;
  font-size: 11px;
}

.wooHeader a:not(.brand) {
  color: #211c1a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.wooHero,
.wooWork,
.wooRule {
  padding-right: clamp(22px, 6vw, 96px);
  padding-left: clamp(22px, 6vw, 96px);
}

.wooHero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(38px, 7vw, 108px);
  padding-top: clamp(60px, 8vw, 110px);
  padding-bottom: clamp(55px, 7vw, 96px);
  background: #211c1a;
  color: #fff;
}

.wooHero h1,
.wooRule h2 {
  max-width: 600px;
  color: inherit;
}

.wooHero > div > p:not(.eyebrow) {
  max-width: 530px;
  color: #d8cec7;
  font-size: 13px;
  line-height: 1.6;
}

.wooMetrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  align-self: center;
  background: rgba(255, 255, 255, .24);
}

.wooMetrics article {
  min-height: 126px;
  padding: 18px;
  background: #2c2623;
}

.wooMetrics b,
.wooMetrics span {
  display: block;
}

.wooMetrics b {
  color: #f5d8c4;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 38px;
  font-weight: 500;
}

.wooMetrics span {
  margin-top: 7px;
  color: #d8cec7;
  font-size: 11px;
}

.wooWork {
  padding-top: clamp(55px, 7vw, 90px);
  padding-bottom: clamp(70px, 8vw, 110px);
}

.wooToolbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}

.wooToolbar h2 {
  margin: 8px 0 0;
}

.wooSearch {
  display: flex;
  min-width: min(100%, 400px);
}

.wooSearch input {
  min-width: 0;
  flex: 1;
  padding: 11px;
  border: 1px solid #bdaea2;
  background: #fff;
  font: inherit;
  font-size: 12px;
}

.wooSearch button {
  padding: 0 13px;
  border: 1px solid #211c1a;
  background: #211c1a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.wooSearch button:disabled {
  border-color: #ded7d1;
  background: #ded7d1;
  color: #756b66;
}

.wooFilters {
  display: flex;
  gap: 8px;
  margin: 27px 0 14px;
}

.wooFilters button {
  padding: 8px 11px;
  border: 1px solid #cfc0b2;
  background: transparent;
  color: #5d5049;
  font-size: 10px;
}

.wooFilters button.active {
  border-color: #211c1a;
  background: #211c1a;
  color: #fff;
}

.wooTable {
  border: 1px solid #ded7d1;
  background: #fff;
}

.wooTableHead,
.wooRow {
  display: grid;
  grid-template-columns: minmax(270px, 1.5fr) .55fr .62fr minmax(205px, 1.15fr) 100px;
  gap: 16px;
  align-items: center;
}

.wooTableHead {
  padding: 12px 16px;
  border-bottom: 1px solid #ded7d1;
  color: #756b66;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.wooRow {
  min-height: 116px;
  padding: 11px 16px;
  border-bottom: 1px solid #eee7e1;
  color: #5d5049;
  font-size: 11px;
}

.wooRow:last-child {
  border-bottom: 0;
}

.wooProduct {
  display: flex;
  min-width: 0;
  gap: 12px;
  align-items: center;
}

.wooProduct img {
  width: 62px;
  height: 82px;
  flex: 0 0 auto;
  object-fit: contain;
  background: #eee8e2;
}

.wooProduct b,
.wooProduct span {
  display: block;
}

.wooProduct b {
  display: -webkit-box;
  overflow: hidden;
  color: #211c1a;
  font-size: 12px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.wooProduct span {
  margin-top: 5px;
  color: #756b66;
  font-size: 10px;
}

.wooRow i {
  display: inline-block;
  padding: 5px 7px;
  border: 1px solid #d5bca8;
  color: #72513d;
  font-size: 10px;
  font-style: normal;
  white-space: nowrap;
}

.wooRow i.ready {
  border-color: #98b69d;
  color: #336b42;
}

.wooRow ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wooRow li {
  color: #756b66;
  font-size: 10px;
}

.wooRow li::before {
  margin-right: 5px;
  content: "○";
}

.wooRow li.locked::before,
.wooRow li.ready::before {
  color: #3c7950;
  content: "✓";
}

.wooRow a {
  color: #211c1a;
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.wooEmpty {
  padding: 45px;
  border: 1px dashed #b7a698;
  color: #756b66;
  text-align: center;
}

.wooRule {
  padding-top: clamp(58px, 8vw, 102px);
  padding-bottom: clamp(58px, 8vw, 102px);
  background: #f1e8e1;
}

.wooRule ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  background: #d4c2b6;
  counter-reset: step;
}

.wooRule li {
  min-height: 110px;
  padding: 17px;
  background: #f9f5f0;
  color: #5d5049;
  font-size: 12px;
  line-height: 1.4;
}

.wooRule li::before {
  display: block;
  margin-bottom: 10px;
  color: #7d5c49;
  content: "0" counter(step);
  counter-increment: step;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
}

@media (max-width: 780px) {
  .shippingPromise {
    width: 100%;
    flex-wrap: wrap;
  }

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

  .checkoutGrid .full {
    grid-column: auto;
  }

  .checkoutTrust {
    padding: 24px;
  }

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

  .productDetail,
  .detailGallery,
  .detailTimeline,
  .listingTransparency > div {
    grid-template-columns: 1fr;
  }

  .detailMainImage {
    min-height: 520px;
  }

  .detailTimeline ol {
    grid-template-columns: repeat(2, 1fr);
  }

  .trackHero form {
    grid-template-columns: 1fr;
  }

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

  .trackNotes article + article {
    border-top: 1px solid #ded7d1;
    border-left: 0;
  }

  .hotProofHeading,
  .hotProofGrid,
  .catalogHeading,
  .deliveryProofIntro {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .deliveryProofCards { grid-template-columns: 1fr; }
  .deliveryProofCards figure { min-height: 500px; }
  .deliveryProofFoot { align-items: flex-start; flex-direction: column; gap: 7px; }
  .deliveryProofFoot span { text-align: left; }

  .wooHero,
  .wooToolbar {
    grid-template-columns: 1fr;
    display: grid;
  }

  .wooToolbar {
    align-items: start;
  }

  .wooSearch {
    width: 100%;
  }

  .wooTableHead {
    display: none;
  }

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

  .wooProduct,
  .wooRow ul {
    grid-column: 1 / -1;
  }

  .wooRule ol {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalogStorefront {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .catalogSidebar {
    padding-bottom: 0;
  }

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

  .catalogToolbar button {
    padding-right: 7px;
  }

  .checkoutSignals,
  .checkoutLayout {
    grid-template-columns: 1fr;
  }

  .checkoutSignals {
    gap: 1px;
  }

  .checkoutForm {
    padding: 0 0 26px;
    border-right: 0;
    border-bottom: 1px solid #ded7d1;
  }

  .orderCard {
    position: static;
  }
}

@media (max-width: 430px) {
  .checkoutTitle {
    display: block;
  }

  .headerActions {
    gap: 10px;
  }

  .headerActions .trackLink {
    display: none;
  }

  .productHeader nav {
    gap: 12px;
  }

  .detailTimeline ol,
  .trackingDemo ol {
    grid-template-columns: 1fr;
  }

  .detailAssurance p {
    display: block;
  }

  .detailAssurance b {
    display: block;
    margin-bottom: 3px;
  }

  .checkoutTitle > span {
    display: inline-block;
    margin-top: 12px;
  }

  .factoryMedia,
  .factoryPhotos {
    grid-template-columns: 1fr;
  }

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

  .photoProofGrid figure,
  .videoFrame {
    min-height: 260px;
  }

  .wooHeader {
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .wooHeader > div {
    margin-top: 12px;
  }

  .wooMetrics,
  .wooRule ol {
    grid-template-columns: 1fr;
  }

  .wooFilters {
    flex-wrap: wrap;
  }

  .factoryPhotos {
    grid-column: auto;
  }
}

.orderConfirmed {
  min-height: 100vh;
  background: #f7f3ef;
  color: #211c1a;
}

.orderConfirmationHero {
  max-width: 920px;
  margin: 0 auto;
  padding: 82px 32px 100px;
}

.orderConfirmationHero h1 {
  max-width: 620px;
  margin: 10px 0 18px;
  font-family: Georgia, serif;
  font-size: clamp(48px, 7vw, 82px);
  font-weight: 400;
  line-height: .94;
}

.orderConfirmationHero h1 em { color: #9e4055; }

.orderConfirmationLead {
  max-width: 600px;
  margin: 0 0 26px;
  color: #655c57;
  font-size: 18px;
  line-height: 1.55;
}

.emailDeliveryNote {
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin: 22px 0 0;
  padding: 15px 18px;
  border: 1px solid #c8d8cc;
  background: #edf5ee;
  color: #275a37;
}

.emailDeliveryNote span { color: #4e6b55; font-size: 13px; }

.orderNumberCard {
  display: grid;
  gap: 12px;
  margin: 18px 0 24px;
  padding: 30px;
  background: #211c1a;
  color: #fffaf5;
}

.orderNumberCard > span { color: #d9b8a6; font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.orderNumberCard strong { font-size: clamp(26px, 4vw, 42px); letter-spacing: .065em; }
.orderNumberCard button { width: max-content; padding: 9px 12px; border: 1px solid #d9b8a6; background: transparent; color: #fffaf5; cursor: pointer; }
.orderNumberCard p { max-width: 550px; margin: 2px 0 0; color: #dcd3cc; line-height: 1.5; }

.orderNextSteps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #ded7d1;
}

.orderNextSteps article { display: grid; gap: 7px; min-height: 132px; padding: 21px; background: #fffdfb; }
.orderNextSteps b { font-size: 14px; }
.orderNextSteps span { color: #655c57; font-size: 14px; line-height: 1.45; }
.orderConfirmationActions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.previewDisclosure { max-width: 650px; margin-top: 32px; color: #776e68; font-size: 12px; line-height: 1.5; }

@media (max-width: 640px) {
  .orderConfirmationHero { padding: 55px 20px 68px; }
  .orderNextSteps { grid-template-columns: 1fr; }
  .emailDeliveryNote { display: grid; gap: 5px; }
  .orderConfirmationActions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .orderNumberCard { padding: 23px 20px; }
}
/* Customer contact and CN Express tracking preview */
.contactTrigger { padding: 0; border: 0; background: transparent; }
.contactModal { max-width: 510px; max-height: calc(100dvh - 32px); overflow-y: auto; }
.contactHours { margin: 0 0 18px; color: #756b66; font-size: 12px; }
.contactStyleNote { display: grid; gap: 3px; margin: 0 0 16px; padding: 13px 14px; border-left: 3px solid #c48555; background: #f3e8df; }
.contactStyleNote b { font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }.contactStyleNote span { font-size: 13px; font-weight: 700; line-height: 1.3; }.contactStyleNote small { color: #756b66; font-size: 10px; }
.contactChoices { display: grid; gap: 9px; margin: 21px 0 16px; }
.contactChoices > button,.contactChoices > a,.contactUnavailable { display: grid; gap: 3px; padding: 15px; border: 1px solid #d0c1b4; background: #fffdfa; color: #211c1a; text-align: left; }
.contactChoices > button:hover,.contactChoices > a:hover { border-color: #211c1a; background: #f5eee8; }
.contactChoices b { font-size: 13px; }.contactChoices span { color: #756b66; font-size: 11px; }.contactUnavailable { opacity: .64; }
.contactModal form { display: grid; gap: 12px; }.contactModal label { display: grid; gap: 6px; color: #5d5049; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }.contactModal input,.contactModal textarea { width: 100%; min-height: 42px; padding: 11px; border: 1px solid #cfc0b2; resize: vertical; background: #fffdfa; font: inherit; font-size: 13px; }.contactModal textarea { min-height: 105px; }
.chatTranscript { display: grid; gap: 9px; max-height: 250px; margin: 20px 0; overflow-y: auto; }.chatTranscript p { display: grid; gap: 4px; max-width: 86%; margin: 0; padding: 12px; background: #f1e8e1; }.chatTranscript p.buyerMessage { justify-self: end; background: #2a2422; color: #fffaf5; }.chatTranscript p.buyerMessage span { color: #f0e5dc; }.chatTranscript p.supportMessage { justify-self: start; }.chatTranscript b { font-size: 11px; }.chatTranscript span { color: #756b66; font-size: 12px; line-height: 1.45; }.contactFinePrint { display: block; margin: 14px 0; color: #756b66; font-size: 10px; line-height: 1.45; }
.trackingSnapshot { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 16px 0; background: #d7c9be; }.trackingSnapshot p { display: grid; gap: 4px; margin: 0; padding: 12px; background: #fffdfa; }.trackingSnapshot span { color: #756b66; font-size: 10px; }.trackingSnapshot b { font-size: 11px; overflow-wrap: anywhere; }.trackingEvidence { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0; }.trackingEvidence article { display: grid; gap: 5px; min-height: 110px; padding: 14px; border: 1px dashed #bdaea2; background: #fffdfa; }.trackingEvidence span { color: #7d5c49; font-size: 9px; font-weight: 700; letter-spacing: .09em; }.trackingEvidence b { font-size: 12px; }.trackingEvidence small { color: #756b66; font-size: 10px; line-height: 1.4; }
@media (max-width: 640px) { .trackingSnapshot,.trackingEvidence { grid-template-columns: 1fr; } }
