/* TJ Salt Exports — International B2B UI */
:root {
  --tj-ink: #101418;
  --tj-ink-soft: #1c242d;
  --tj-paper: #f5f3ef;
  --tj-paper-2: #ebe7e0;
  --tj-line: rgba(16, 20, 24, 0.12);
  --tj-muted: #5e6770;
  --tj-copper: #9a6b3f;
  --tj-copper-2: #b88955;
  --tj-salt: #e8d7c8;
  --tj-white: #ffffff;
  --tj-radius: 2px;
  --tj-font: "Manrope", system-ui, sans-serif;
  --tj-display: "Newsreader", Georgia, serif;
  --tj-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  scroll-behavior: smooth;
}

body.tj-intl {
  font-family: var(--tj-font) !important;
  color: var(--tj-ink) !important;
  background: var(--tj-paper) !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.tj-intl h1,
body.tj-intl h2,
body.tj-intl h3,
body.tj-intl .title,
body.tj-intl .tj-display {
  font-family: var(--tj-display) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em;
  color: var(--tj-ink) !important;
}

/* ---------- Custom Premium Header ---------- */
body.tj-custom-header .ekit-template-content-header,
body.tj-custom-header .elementor-15653,
body.tj-custom-header .whb-main-header,
body.tj-custom-header .whb-general-header,
body.tj-custom-header .whb-header {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.tj-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  color: #f6f1e8;
}

/* Trust strip — credibility first */
.tj-trustbar {
  position: relative;
  background: #0a0c0e;
  border-bottom: 1px solid rgba(184, 137, 85, 0.28);
  overflow: hidden;
}

.tj-trustbar::before {
  content: "";
  position: absolute;
  left: -20%;
  top: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(196, 154, 99, 0.12), transparent);
  animation: tjTrustShine 5.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes tjTrustShine {
  0%, 15% { transform: translateX(0); opacity: 0; }
  35% { opacity: 1; }
  55%, 100% { transform: translateX(320%); opacity: 0; }
}

.tj-trustbar__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 34px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}

.tj-trustbar__item {
  margin: 0;
  font-family: var(--tj-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(246, 241, 232, 0.72);
  white-space: nowrap;
}

.tj-trustbar__item span {
  color: rgba(246, 241, 232, 0.78);
}

.tj-trustbar__item--center {
  justify-self: center;
  color: #c49a63;
}

.tj-trustbar__item--center span {
  color: #c49a63;
}

.tj-trustbar__item--right {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.tj-trustbar__item a {
  color: rgba(246, 241, 232, 0.78) !important;
  text-decoration: none !important;
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 500;
  transition: color 0.25s var(--tj-ease);
}

.tj-trustbar__item a:hover {
  color: #fff !important;
}

.tj-trustbar__item--right a[href^="mailto:"] {
  text-transform: lowercase;
}

.tj-trustbar__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(196, 154, 99, 0.8);
  display: inline-block;
  box-shadow: 0 0 8px rgba(196, 154, 99, 0.55);
}

/* Trust strip — credibility first */
.tj-trustbar {
  position: relative;
  background: #0a0c0e;
  border-bottom: 1px solid rgba(184, 137, 85, 0.28);
  overflow: hidden;
}

.tj-trustbar::before {
  content: "";
  position: absolute;
  left: -20%;
  top: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(196, 154, 99, 0.12), transparent);
  animation: tjTrustShine 5.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes tjTrustShine {
  0%, 15% { transform: translateX(0); opacity: 0; }
  35% { opacity: 1; }
  55%, 100% { transform: translateX(320%); opacity: 0; }
}

.tj-trustbar__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 34px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}

.tj-trustbar__item {
  margin: 0;
  font-family: var(--tj-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(246, 241, 232, 0.72);
  white-space: nowrap;
}

.tj-trustbar__item span {
  color: rgba(246, 241, 232, 0.78);
}

.tj-trustbar__item--center {
  justify-self: center;
  color: #c49a63;
}

.tj-trustbar__item--center span {
  color: #c49a63;
}

.tj-trustbar__item--right {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.tj-trustbar__item a {
  color: rgba(246, 241, 232, 0.78) !important;
  text-decoration: none !important;
  transition: color 0.25s var(--tj-ease);
}

.tj-trustbar__item a:hover {
  color: #fff !important;
}

.tj-trustbar__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(196, 154, 99, 0.8);
  display: inline-block;
  box-shadow: 0 0 8px rgba(196, 154, 99, 0.55);
}

/* Main navigation row — classic TJ glass */
.tj-site-header__main {
  position: relative;
  overflow: visible;
  transition: background 0.4s var(--tj-ease), border-color 0.4s var(--tj-ease), backdrop-filter 0.4s var(--tj-ease), box-shadow 0.4s var(--tj-ease);
  border-bottom: 1px solid transparent;
}

body.tj-intl-home .tj-site-header__main {
  background: linear-gradient(180deg, rgba(10, 12, 14, 0.28), rgba(10, 12, 14, 0.05));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: none;
}

body.tj-intl-home.tj-nav-scrolled .tj-site-header__main,
body.tj-intl:not(.tj-intl-home) .tj-site-header__main {
  background: rgba(12, 15, 18, 0.9);
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.tj-site-header__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) auto minmax(160px, 0.8fr);
  align-items: center;
  gap: 32px;
  transition: min-height 0.35s var(--tj-ease);
}

body.tj-nav-scrolled .tj-site-header__inner {
  min-height: 66px;
}

.tj-site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none !important;
  color: inherit !important;
  min-width: 0;
  transition: transform 0.35s var(--tj-ease);
}

.tj-site-header__brand:hover {
  transform: translateY(-1px);
}

.tj-site-header__brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.96;
  flex: 0 0 auto;
  transition: transform 0.45s var(--tj-ease), filter 0.35s var(--tj-ease);
}

.tj-site-header__brand:hover img {
  transform: rotate(-6deg) scale(1.06);
  filter: brightness(0) invert(1) drop-shadow(0 0 10px rgba(196, 154, 99, 0.45));
}

.tj-site-header__brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  min-width: 0;
}

.tj-site-header__name {
  font-family: var(--tj-display);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #f7f2ea;
  white-space: nowrap;
  transition: color 0.3s var(--tj-ease);
}

.tj-site-header__brand:hover .tj-site-header__name {
  color: #fff;
}

.tj-site-header__tag {
  margin-top: 6px;
  font-family: var(--tj-font);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(246, 241, 232, 0.58);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Modern floating nav capsule */
.tj-site-header__nav {
  justify-self: center;
}

.tj-site-header__menu {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 10px 28px rgba(0, 0, 0, 0.18);
}

.tj-nav-indicator {
  position: absolute;
  top: 6px;
  left: 0;
  height: calc(100% - 12px);
  border-radius: 10px;
  background: rgba(196, 154, 99, 0.22);
  border: 1px solid rgba(196, 154, 99, 0.35);
  box-shadow: 0 0 18px rgba(196, 154, 99, 0.2);
  transition: left 0.35s var(--tj-ease), width 0.35s var(--tj-ease), opacity 0.25s var(--tj-ease);
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.tj-nav-indicator.is-on {
  opacity: 1;
}

.tj-site-header__menu > li {
  position: relative;
  z-index: 1;
}

.tj-site-header__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  font-family: var(--tj-font);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: rgba(246, 241, 232, 0.72) !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 10px;
  justify-content: center;
  height: 38px;
  line-height: 1 !important;
  cursor: pointer;
  transition: color 0.25s var(--tj-ease), transform 0.25s var(--tj-ease);
}

.tj-site-header__link:hover,
.tj-site-header__link.is-active {
  color: #ffffff !important;
}

.tj-site-header__link.is-active {
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.25);
}

/* Underline removed — hover uses .tj-nav-indicator box only */
.tj-site-header__link::after {
  content: none !important;
  display: none !important;
}

.tj-site-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  justify-self: end;
}

.tj-site-header__cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  font-family: var(--tj-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #101418 !important;
  background: linear-gradient(180deg, #d4ab70 0%, #c49a63 55%, #b5874f 100%) !important;
  border: 1px solid #d0a56a !important;
  border-radius: 10px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 10px 24px rgba(0, 0, 0, 0.28);
  transition: background 0.3s var(--tj-ease), color 0.3s var(--tj-ease), border-color 0.3s var(--tj-ease), transform 0.3s var(--tj-ease), box-shadow 0.3s var(--tj-ease);
}

.tj-site-header__cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.4) 48%, transparent 62%);
  transform: translateX(-120%);
  transition: transform 0.65s var(--tj-ease);
}

.tj-site-header__cta:hover {
  background: linear-gradient(180deg, #f4e6d2, #e8d3b4) !important;
  border-color: #f4e6d2 !important;
  color: #101418 !important;
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.5) inset,
    0 14px 30px rgba(0, 0, 0, 0.35);
}

.tj-site-header__cta:hover::after {
  transform: translateX(120%);
}

.tj-site-header__cta--block {
  width: 100%;
  margin-top: 8px;
  min-height: 48px;
  border-radius: 2px;
}

.tj-site-header__menu > li {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

button.tj-site-header__trigger {
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
  gap: 4px;
}

button.tj-site-header__trigger .tj-chevron {
  transition: transform 0.25s var(--tj-ease);
  opacity: 0.75;
}

button.tj-site-header__trigger[aria-expanded="true"] .tj-chevron {
  transform: rotate(180deg);
}

button.tj-site-header__trigger[aria-expanded="true"],
.tj-site-header__link.is-active {
  color: #ffffff !important;
}

/* Mega panels under classic header */
.tj-mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 30;
  padding: 0 0 18px;
  background: linear-gradient(180deg, rgba(12, 15, 18, 0.98), rgba(10, 12, 14, 0.96));
  border-bottom: 1px solid rgba(196, 154, 99, 0.22);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.tj-mega[hidden] {
  display: none !important;
}

.tj-mega__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 8px;
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) 1.4fr;
  gap: 36px;
}

.tj-mega__inner--products {
  grid-template-columns: minmax(200px, 0.75fr) 1.7fr;
}

.tj-mega__inner--products .tj-mega__cols {
  grid-template-columns: minmax(0, 1.45fr) minmax(200px, 0.7fr);
  gap: 32px;
  align-items: start;
}

.tj-mega__list--split {
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  row-gap: 2px;
}

.tj-mega__list--split a {
  padding: 8px 10px;
}

.tj-mega__list--split .tj-mega__item-label {
  font-size: 13px;
  line-height: 1.25;
}

.tj-mega__list--split .tj-mega__item-desc {
  font-size: 11px;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tj-mega__list--products a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tj-mega__thumb {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
}

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

.tj-mega__list--products .tj-mega__item-label {
  font-size: 13px;
  line-height: 1.3;
}

.tj-mega__inner--company {
  grid-template-columns: minmax(240px, 1fr) minmax(220px, 0.8fr);
}

.tj-mega__eyebrow {
  margin: 0 0 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c49a63;
}

.tj-mega__title {
  margin: 0 0 10px;
  font-family: var(--tj-display);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #f7f2ea;
}

.tj-mega__text {
  margin: 0 0 16px;
  max-width: 34ch;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(246, 241, 232, 0.68);
}

.tj-mega__featured {
  display: inline-flex;
  margin: 0 14px 10px 0;
  font-size: 13px;
  font-weight: 650;
  color: #e0b57a !important;
  text-decoration: none !important;
}

.tj-mega__featured:hover { color: #fff !important; }
.tj-mega__featured--alt { color: rgba(246,241,232,0.78) !important; }

.tj-mega__contact-line {
  margin: 0;
  font-size: 13px;
  color: rgba(246, 241, 232, 0.7);
}
.tj-mega__contact-line a {
  color: #e0b57a !important;
  text-decoration: none !important;
}
.tj-mega__contact-line a:hover { color: #fff !important; }

.tj-mega__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 28px;
}
.tj-mega__inner--company .tj-mega__cols {
  grid-template-columns: 1fr;
}

.tj-mega__col-title {
  margin: 0 0 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(246, 241, 232, 0.45);
}

.tj-mega__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
}

.tj-mega__list a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none !important;
  transition: background 0.25s var(--tj-ease);
}
.tj-mega__list a:hover {
  background: rgba(196, 154, 99, 0.12);
}
.tj-mega__item-label {
  display: block;
  font-size: 13px;
  font-weight: 650;
  color: #f7f2ea;
}
.tj-mega__item-desc {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: rgba(246, 241, 232, 0.5);
}

.tj-site-header__burger {
  display: none !important;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 2px;
  background: transparent !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  box-shadow: none !important;
}

.tj-site-header__burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: #f4efe8;
}

.tj-mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 10001;
  background: rgba(8, 10, 12, 0.55);
  backdrop-filter: blur(6px);
}

.tj-mobile-drawer[hidden] { display: none !important; }

.tj-mobile-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(360px, 90vw);
  height: 100%;
  background: #0e1216;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px;
  box-shadow: -24px 0 60px rgba(0, 0, 0, 0.4);
  overflow: auto;
}

.tj-mobile-drawer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.tj-mobile-drawer__close {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: #f4efe8;
  font-size: 28px;
  line-height: 1;
  border-radius: 2px;
  cursor: pointer;
}

.tj-mobile-drawer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tj-mobile-drawer nav a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #f4efe8 !important;
  text-decoration: none !important;
  font-family: var(--tj-font);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tj-mobile-drawer__trust {
  margin: 24px 0 8px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tj-mobile-drawer__trust p {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(246, 241, 232, 0.7);
}

.tj-mobile-drawer__trust a {
  color: #c49a63 !important;
  text-decoration: none !important;
}

@media (max-width: 1100px) {
  .tj-trustbar__item--center { display: none; }
  .tj-trustbar__inner { grid-template-columns: 1fr 1fr; }
  .tj-site-header__tag { max-width: 28ch; }
  .tj-mega__inner { grid-template-columns: 1fr; gap: 20px; }
  .tj-mega__inner--products .tj-mega__cols { grid-template-columns: 1fr; }
  .tj-mega__list--split { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 980px) {
  .tj-trustbar__inner {
    grid-template-columns: 1fr;
    min-height: 30px;
    justify-items: center;
  }
  .tj-trustbar__item,
  .tj-trustbar__item--right { justify-self: center; }
  .tj-trustbar__item:first-child { display: none; }
  .tj-site-header__nav,
  .tj-mega { display: none !important; }
  .tj-site-header__cta { display: none !important; }
  .tj-site-header__burger { display: inline-flex !important; }
  .tj-site-header__inner {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 68px;
  }
  .tj-site-header__tag { display: none; }
  .tj-site-header__cta--block {
    display: inline-flex !important;
    border-radius: 10px;
  }
}

.tj-mobile-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tj-mobile-acc__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
.tj-mobile-acc__btn::after {
  content: "+";
  color: #c49a63;
  font-weight: 500;
}
.tj-mobile-acc__btn[aria-expanded="true"]::after { content: "–"; }
.tj-mobile-acc__panel {
  list-style: none;
  margin: 0;
  padding: 4px 0 12px 12px;
}
.tj-mobile-acc__panel[hidden] { display: none !important; }
.tj-mobile-acc__panel a {
  display: block;
  padding: 10px 0;
  color: rgba(255,255,255,0.72) !important;
  text-decoration: none !important;
  font-size: 14px;
  border-bottom: 0 !important;
}

@media (max-width: 560px) {
  .tj-site-header__name { font-size: 18px; }
  .tj-site-header__inner,
  .tj-trustbar__inner { width: calc(100% - 28px); }
  .tj-trustbar__item { font-size: 10px; letter-spacing: 0.08em; }
}

/* Hero under fixed header */
body.tj-intl-home .tj-hero {
  min-height: 100vh;
  min-height: 100dvh;
}

body.tj-intl:not(.tj-intl-home) {
  padding-top: 118px;
}

/* ---------- Buttons / CTAs ---------- */
body.tj-intl .btn,
body.tj-intl .button,
body.tj-intl .wp-element-button,
body.tj-intl a.elementor-button,
body.tj-intl .elementor-button,
body.tj-intl .woodmart-button,
body.tj-intl .wd-button,
body.tj-intl .product .button,
body.tj-intl .single_add_to_cart_button,
body.tj-intl .woocommerce a.button,
body.tj-intl .woocommerce button.button {
  font-family: var(--tj-font) !important;
  font-weight: 650 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  border-radius: var(--tj-radius) !important;
  box-shadow: none !important;
  transition: transform 0.35s var(--tj-ease), background 0.35s var(--tj-ease), color 0.35s var(--tj-ease), border-color 0.35s var(--tj-ease) !important;
}

body.tj-intl .elementor-button-link,
body.tj-intl a.elementor-button {
  background: var(--tj-ink) !important;
  color: var(--tj-white) !important;
  border: 1px solid var(--tj-ink) !important;
  padding: 14px 26px !important;
}

body.tj-intl .elementor-button-link:hover,
body.tj-intl a.elementor-button:hover {
  background: var(--tj-copper) !important;
  border-color: var(--tj-copper) !important;
  color: var(--tj-white) !important;
  transform: translateY(-1px);
}

body.tj-intl .tj-btn-ghost,
body.tj-intl .elementor-button.tj-btn-ghost {
  background: transparent !important;
  color: var(--tj-ink) !important;
  border: 1px solid rgba(16, 20, 24, 0.35) !important;
}

body.tj-intl .tj-btn-ghost:hover {
  border-color: var(--tj-ink) !important;
  background: var(--tj-ink) !important;
  color: #fff !important;
}

/* ---------- Homepage hero composition ---------- */
body.tj-intl-home .tj-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #120e0c;
  perspective: 1200px;
  isolation: isolate;
}

body.tj-intl-home .tj-hero__media {
  position: absolute;
  inset: -4%;
  z-index: 0;
  transform-style: preserve-3d;
  transition: transform 0.45s var(--tj-ease);
  will-change: transform;
}

body.tj-intl-home .tj-hero__slides {
  position: absolute;
  inset: 0;
}

body.tj-intl-home .tj-hero__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.55s var(--tj-ease), transform 4.5s var(--tj-ease);
  z-index: 0;
}

body.tj-intl-home .tj-hero__slide.is-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.02);
}

body.tj-intl-home .tj-hero__slide.is-leaving {
  opacity: 0;
  z-index: 2;
}

body.tj-intl-home .tj-hero__slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: var(--tj-pos, 72% 45%);
  filter: saturate(1.1) contrast(1.08) brightness(0.9);
  transform: scale(1.04);
  animation: none;
}

body.tj-intl-home .tj-hero__slide.is-active img {
  animation: tjKenActive 8s var(--tj-ease) forwards;
}

@keyframes tjKenActive {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1.2%, -0.8%, 0); }
}

/* Slider UI */
body.tj-intl-home .tj-hero__slider-ui {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  max-width: 960px;
  opacity: 0;
  transform: translateY(14px);
  animation: tjRise 0.9s var(--tj-ease) 0.72s forwards;
}

body.tj-intl-home .tj-hero__slide-label {
  margin: 0;
  font-family: var(--tj-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

body.tj-intl-home .tj-hero__dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.tj-intl-home .tj-hero__dot {
  width: 28px;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: background 0.3s var(--tj-ease), width 0.3s var(--tj-ease), transform 0.3s var(--tj-ease);
}

body.tj-intl-home .tj-hero__dot.is-active {
  width: 42px;
  background: #e0b57a;
  box-shadow: 0 0 16px rgba(224, 181, 122, 0.45);
}

body.tj-intl-home .tj-hero__dot:hover {
  background: rgba(255, 255, 255, 0.55);
}

body.tj-intl-home .tj-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg,
      rgba(10, 8, 7, 0.92) 0%,
      rgba(10, 8, 7, 0.78) 28%,
      rgba(10, 8, 7, 0.42) 52%,
      rgba(10, 8, 7, 0.18) 72%,
      rgba(10, 8, 7, 0.28) 100%),
    linear-gradient(180deg,
      rgba(10, 8, 7, 0.55) 0%,
      rgba(10, 8, 7, 0.12) 34%,
      rgba(10, 8, 7, 0.35) 68%,
      rgba(10, 8, 7, 0.88) 100%);
  pointer-events: none;
}

body.tj-intl-home .tj-hero__glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(900px 520px at 78% 42%, rgba(201, 120, 72, 0.32), transparent 62%),
    radial-gradient(700px 420px at 18% 80%, rgba(184, 137, 85, 0.14), transparent 55%);
  mix-blend-mode: soft-light;
  animation: tjGlowPulse 7s ease-in-out infinite alternate;
}

@keyframes tjGlowPulse {
  from { opacity: 0.75; transform: scale(1); }
  to { opacity: 1; transform: scale(1.04); }
}

/* Slow light sweep for depth / "alive" feel */
body.tj-intl-home .tj-hero::after {
  content: "";
  position: absolute;
  inset: -20% -40%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 35%,
    rgba(255, 230, 190, 0.08) 48%,
    rgba(255, 255, 255, 0.12) 50%,
    rgba(255, 230, 190, 0.08) 52%,
    transparent 65%
  );
  transform: translateX(-30%) rotate(8deg);
  animation: tjBeam 9s ease-in-out infinite;
  mix-blend-mode: screen;
}

@keyframes tjBeam {
  0%, 20% { transform: translateX(-45%) rotate(8deg); opacity: 0; }
  35% { opacity: 0.7; }
  55% { opacity: 0.45; }
  70%, 100% { transform: translateX(45%) rotate(8deg); opacity: 0; }
}

body.tj-intl-home .tj-hero__content {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 150px 0 58px;
  transform-style: preserve-3d;
  transition: transform 0.45s var(--tj-ease);
  will-change: transform;
}

body.tj-intl-home .tj-hero__eyebrow {
  margin: 0 0 16px;
  font-family: var(--tj-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e0b57a;
  text-shadow: 0 0 24px rgba(224, 181, 122, 0.35);
}

body.tj-intl-home .tj-hero__brand {
  font-family: var(--tj-display) !important;
  font-size: clamp(46px, 7.2vw, 92px) !important;
  line-height: 0.94 !important;
  color: #fff !important;
  margin: 0 0 18px !important;
  max-width: 11ch;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 50px rgba(0, 0, 0, 0.55),
    0 2px 0 rgba(0, 0, 0, 0.35);
  opacity: 0;
  transform: translateY(22px) translateZ(40px);
  animation: tjRise 0.9s var(--tj-ease) 0.12s forwards;
}

body.tj-intl-home .tj-hero__headline {
  font-family: var(--tj-font) !important;
  font-size: clamp(17px, 2.1vw, 22px) !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  max-width: 38ch;
  margin: 0 0 30px !important;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateY(22px) translateZ(28px);
  animation: tjRise 0.9s var(--tj-ease) 0.28s forwards;
}

body.tj-intl-home .tj-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
  opacity: 0;
  transform: translateY(22px) translateZ(24px);
  animation: tjRise 0.9s var(--tj-ease) 0.42s forwards;
}

body.tj-intl-home .tj-hero__btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  font-family: var(--tj-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 2px;
  transition: transform 0.35s var(--tj-ease), background 0.35s var(--tj-ease), color 0.35s var(--tj-ease), border-color 0.35s var(--tj-ease), box-shadow 0.35s var(--tj-ease);
}

body.tj-intl-home .tj-hero__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.35) 48%, transparent 62%);
  transform: translateX(-130%);
  transition: transform 0.7s var(--tj-ease);
}

body.tj-intl-home .tj-hero__btn:hover::after {
  transform: translateX(130%);
}

body.tj-intl-home .tj-hero__btn--primary {
  background: linear-gradient(180deg, #d4ab70 0%, #c49a63 48%, #b5874f 100%) !important;
  color: #101418 !important;
  border: 1px solid #d0a56a !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 12px 28px rgba(0, 0, 0, 0.35),
    0 4px 0 rgba(120, 80, 40, 0.35);
}

body.tj-intl-home .tj-hero__btn--primary:hover {
  background: linear-gradient(180deg, #f3e6d2 0%, #e8d3b4 100%) !important;
  border-color: #f3e6d2 !important;
  color: #101418 !important;
  transform: translateY(-3px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.5) inset,
    0 18px 36px rgba(0, 0, 0, 0.4),
    0 6px 0 rgba(120, 80, 40, 0.28);
}

body.tj-intl-home .tj-hero__btn--ghost {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px) saturate(1.2);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255,255,255,0.18);
}

body.tj-intl-home .tj-hero__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
  color: #fff !important;
  transform: translateY(-3px);
}

/* Ghost buttons on light homepage sections (cream background) */
body.tj-intl-home .tj-section a.tj-hero__btn--ghost,
body.tj-intl-home a.tj-hero__btn--ghost.tj-btn-dark {
  background: #ffffff !important;
  color: #101418 !important;
  border: 1px solid rgba(16, 20, 24, 0.38) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.tj-intl-home .tj-section a.tj-hero__btn--ghost:hover,
body.tj-intl-home a.tj-hero__btn--ghost.tj-btn-dark:hover {
  background: #101418 !important;
  color: #ffffff !important;
  border-color: #101418 !important;
  transform: translateY(-2px);
}

body.tj-intl-home .tj-section a.tj-hero__btn--primary {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 10px 22px rgba(16, 20, 24, 0.12),
    0 2px 0 rgba(120, 80, 40, 0.2);
}

/* Floating glass proof panel — 3D depth */
body.tj-intl-home .tj-hero__proof {
  list-style: none;
  margin: 0;
  padding: 18px 8px 18px 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 960px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03)),
    rgba(12, 10, 9, 0.35);
  backdrop-filter: blur(16px) saturate(1.25);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(18px) translateZ(18px);
  animation: tjRise 0.9s var(--tj-ease) 0.58s forwards;
}

body.tj-intl-home .tj-hero__proof li {
  padding: 6px 18px 6px 4px;
  transition: transform 0.35s var(--tj-ease), background 0.35s var(--tj-ease);
  border-radius: 2px;
}

body.tj-intl-home .tj-hero__proof li:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.04);
}

body.tj-intl-home .tj-hero__proof li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  margin-right: 10px;
  padding-right: 18px;
}

body.tj-intl-home .tj-hero__proof strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--tj-font);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e0b57a;
}

body.tj-intl-home .tj-hero__proof span {
  display: block;
  font-family: var(--tj-display);
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 500;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.94);
}

@keyframes tjRise {
  to { opacity: 1; transform: translateY(0) translateZ(0); }
}

body.tj-intl-home .wd-page-title,
body.tj-intl-home .page-title {
  display: none !important;
}

body.tj-intl-home .elementor-element-tjh1 .elementor-container,
body.tj-intl-home .elementor-element-tjh1 .elementor-widget-wrap,
body.tj-intl-home .elementor-element-tjh1c {
  padding: 0 !important;
  margin: 0 !important;
}

body.tj-intl-home .elementor-element-tjh1 .elementor-widget-html {
  margin: 0 !important;
}

@media (max-width: 900px) {
  body.tj-intl-home .tj-hero__slide img {
    filter: saturate(1.08) contrast(1.06) brightness(0.88);
  }
  body.tj-intl-home .tj-hero__proof {
    grid-template-columns: 1fr 1fr;
    gap: 10px 8px;
    padding: 16px;
  }
  body.tj-intl-home .tj-hero__proof li:not(:last-child) {
    border-right: 0;
    margin-right: 0;
    padding-right: 4px;
  }
}

@media (max-width: 640px) {
  body.tj-intl-home .tj-hero__content {
    padding: 120px 0 40px;
    width: calc(100% - 28px);
  }
  body.tj-intl-home .tj-hero__slide img {
    filter: saturate(1.05) contrast(1.04) brightness(0.92);
    object-position: center 40% !important;
  }
  body.tj-intl-home .tj-hero__slider-ui {
    flex-direction: column;
    align-items: flex-start;
  }
  body.tj-intl-home .tj-hero__shade {
    background:
      linear-gradient(180deg, rgba(10, 8, 7, 0.55) 0%, rgba(10, 8, 7, 0.45) 40%, rgba(10, 8, 7, 0.88) 100%),
      linear-gradient(90deg, rgba(10, 8, 7, 0.75) 0%, rgba(10, 8, 7, 0.35) 100%);
  }
  body.tj-intl-home .tj-hero__proof {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  body.tj-intl-home .tj-hero__btn {
    width: 100%;
  }
  body.tj-intl-home .tj-hero::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.tj-intl-home .tj-hero__media img,
  body.tj-intl-home .tj-hero__glow,
  body.tj-intl-home .tj-hero::after {
    animation: none !important;
  }
}

/* Trust strip */
.tj-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--tj-line);
  border-bottom: 1px solid var(--tj-line);
  background: var(--tj-white);
}

.tj-trust__item {
  padding: 28px 22px;
  border-right: 1px solid var(--tj-line);
  text-align: left;
}

.tj-trust__item:last-child { border-right: 0; }

.tj-trust__label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tj-muted);
  margin-bottom: 8px;
  font-weight: 700;
}

.tj-trust__value {
  font-family: var(--tj-display);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.15;
  color: var(--tj-ink);
}

/* Sections */
.tj-section {
  padding: clamp(48px, 6vw, 84px) 0;
}

.tj-section__head {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 28px;
}

.tj-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tj-copper);
  margin: 0 0 12px;
}

.tj-section__title {
  font-size: clamp(32px, 5vw, 56px) !important;
  line-height: 1.05 !important;
  max-width: 16ch;
  margin: 0 0 14px !important;
}

.tj-section__text {
  max-width: 52ch;
  color: var(--tj-muted);
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.tj-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  box-sizing: border-box;
}

/* Product cards — readable static layout (no hover overlay text) */
body.tj-intl .products .product,
body.tj-intl .wd-product,
body.tj-intl ul.products li.product {
  background: #ffffff !important;
  border: 1px solid var(--tj-line) !important;
  border-radius: var(--tj-radius) !important;
  box-shadow: none !important;
  overflow: visible !important;
  height: auto !important;
  min-height: 0 !important;
  transition: border-color 0.35s var(--tj-ease), transform 0.35s var(--tj-ease) !important;
}

body.tj-intl .products .product:hover,
body.tj-intl ul.products li.product:hover {
  border-color: rgba(154, 107, 63, 0.55) !important;
  transform: translateY(-3px);
}

body.tj-intl .wd-product .product-wrapper {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 0 !important;
  background: #fff !important;
  overflow: visible !important;
}

body.tj-intl .wd-product .product-element-top {
  position: relative !important;
  background: #fff !important;
  /* Title/price live INSIDE this node in Woodmart — do not clip it */
  max-height: none !important;
  aspect-ratio: auto !important;
  height: auto !important;
  overflow: visible !important;
  flex: 0 0 auto !important;
}

body.tj-intl .wd-product .product-image-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #16191d !important;
  aspect-ratio: 4 / 5;
  width: 100%;
  max-height: none;
  height: auto !important;
  overflow: hidden !important;
  padding: 10px !important;
  box-sizing: border-box !important;
}

body.tj-intl .wd-product .product-image-link img,
body.tj-intl .products .product .product-image-link img,
body.tj-intl ul.products li.product .product-image-link img,
body.tj-intl .wd-product img.attachment-woocommerce_thumbnail,
body.tj-intl .wd-product img.size-woocommerce_thumbnail {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* Kill Woodmart hover-info absolute overlays — put copy under image */
body.tj-intl .wd-product.wd-hover-info .top-information,
body.tj-intl .wd-product.wd-hover-info .bottom-information,
body.tj-intl .wd-product [class*="-information"] {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-height: none !important;
  height: auto !important;
  padding: 14px 16px 0 !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  color: var(--tj-ink) !important;
  z-index: 1 !important;
  backface-visibility: visible !important;
  overflow: visible !important;
}

body.tj-intl .wd-product.wd-hover-info .bottom-information {
  padding: 8px 16px 16px !important;
  margin-top: 0 !important;
}

body.tj-intl .wd-product.wd-hover-info:hover .bottom-information,
body.tj-intl .wd-product.wd-hover-info:hover .top-information {
  transform: none !important;
  opacity: 1 !important;
}

body.tj-intl .wd-product .bottom-information .price,
body.tj-intl .wd-product .bottom-information .price :is(ins, del, bdi, span) {
  position: static !important;
  display: inline !important;
  min-width: 0 !important;
  bottom: auto !important;
  color: var(--tj-copper) !important;
}

body.tj-intl .wd-entities-title,
body.tj-intl .wd-entities-title a,
body.tj-intl .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.tj-intl .product-title a {
  font-family: var(--tj-display) !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  color: #101418 !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

body.tj-intl .wd-entities-title a:hover {
  color: #9a6b3f !important;
}

body.tj-intl .wd-product-cats,
body.tj-intl .wd-product-cats a {
  color: #6b7280 !important;
  font-size: 12px !important;
  letter-spacing: 0.04em !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

body.tj-intl .woocommerce-Price-amount,
body.tj-intl .wd-product .price,
body.tj-intl .wd-product .price .amount,
body.tj-intl .wd-product .price bdi {
  color: #9a6b3f !important;
  font-weight: 600 !important;
  opacity: 1 !important;
}

/* B2B: hide $0.00 and show request-quote cue */
body.tj-intl .wd-product .bottom-information .price {
  font-size: 0 !important;
  line-height: 0 !important;
}
body.tj-intl .wd-product .bottom-information .price * {
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  visibility: hidden !important;
}
body.tj-intl .wd-product .bottom-information .price::after {
  content: "Request quote";
  visibility: visible !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a6b3f !important;
}

body.tj-intl .wd-product .wd-buttons {
  opacity: 0;
  pointer-events: none;
}

body.tj-intl .wd-product:hover .wd-buttons {
  opacity: 0;
}

/* CTA band */
body.tj-intl .tj-cta,
.elementor-widget-html .tj-cta {
  background:
    linear-gradient(135deg, rgba(16, 20, 24, 0.94), rgba(28, 36, 45, 0.9)),
    url("https://tjsaltexport.com/wp-content/uploads/2026/08/WhatsApp_Image_2026-08-27_at_11.49.22_PM__1_-4ae4cfb8-8c3c-41c8-87df-7a1779b31cd4.png") center/cover;
  color: #fff !important;
  padding: clamp(72px, 10vw, 120px) 0;
}

body.tj-intl .tj-cta .tj-wrap {
  width: min(1180px, calc(100% - 48px));
}

body.tj-intl .tj-cta h2,
body.tj-intl .elementor-widget-html .tj-cta h2,
body.tj-intl .elementor-widget-container .tj-cta h2,
.wd-page-content .tj-cta h2 {
  color: #ffffff !important;
  font-family: var(--tj-display) !important;
  font-size: clamp(34px, 5vw, 58px) !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  max-width: 16ch;
  margin: 0 0 18px !important;
  opacity: 1 !important;
}

body.tj-intl .tj-cta p,
body.tj-intl .elementor-widget-html .tj-cta p {
  color: rgba(255, 255, 255, 0.82) !important;
  max-width: 46ch;
  font-size: 17px !important;
  line-height: 1.7 !important;
  margin: 0 0 28px !important;
  opacity: 1 !important;
}

body.tj-intl .tj-cta__row {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

body.tj-intl .tj-cta .elementor-button,
body.tj-intl .tj-cta .tj-btn,
body.tj-intl .tj-cta a.elementor-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px !important;
  background: var(--tj-copper-2, #c49a63) !important;
  border: 1px solid var(--tj-copper-2, #c49a63) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}

body.tj-intl .tj-cta a.tj-btn-ghost,
body.tj-intl .tj-cta .elementor-button.tj-btn-ghost {
  background: transparent !important;
  border-color: rgba(255,255,255,0.45) !important;
  color: #fff !important;
}

/* Footer — brand ink + readable light text (beat Elementor #535353 icons) */
body.tj-intl .ekit-template-content-footer,
body.tj-intl .ekit-template-content-footer .elementor-16085,
body.tj-intl footer,
body.tj-intl .elementor-location-footer {
  background: #101418 !important;
  color: rgba(246, 241, 232, 0.78) !important;
}

body.tj-intl .ekit-template-content-footer .e-con,
body.tj-intl .ekit-template-content-footer .elementor-element-1f6b39c,
body.tj-intl .ekit-template-content-footer .elementor-element-7b535a4,
body.tj-intl .ekit-template-content-footer [data-element_type="container"] {
  background-color: #101418 !important;
  background-image: none !important;
}

body.tj-intl .ekit-template-content-footer .elementor-heading-title,
body.tj-intl .ekit-template-content-footer h2,
body.tj-intl .ekit-template-content-footer h3,
body.tj-intl .ekit-template-content-footer h4,
body.tj-intl .ekit-template-content-footer .elementor-widget-heading .elementor-heading-title {
  color: #ffffff !important;
  font-family: var(--tj-display) !important;
  font-weight: 500 !important;
  opacity: 1 !important;
}

body.tj-intl .ekit-template-content-footer,
body.tj-intl .ekit-template-content-footer p,
body.tj-intl .ekit-template-content-footer .elementor-widget-text-editor,
body.tj-intl .ekit-template-content-footer .elementor-icon-list-text,
body.tj-intl .ekit-template-content-footer .elementor-icon-list-item,
body.tj-intl .ekit-template-content-footer span {
  color: rgba(246, 241, 232, 0.78) !important;
}

body.tj-intl .ekit-template-content-footer a,
body.tj-intl .ekit-template-content-footer a .elementor-icon-list-text,
body.tj-intl .ekit-template-content-footer .elementor-icon-list-item a {
  color: rgba(246, 241, 232, 0.88) !important;
  text-decoration: none !important;
  transition: color 0.25s var(--tj-ease);
}

body.tj-intl .ekit-template-content-footer a:hover,
body.tj-intl .ekit-template-content-footer a:hover .elementor-icon-list-text {
  color: #c49a63 !important;
}

body.tj-intl .ekit-template-content-footer .elementor-icon-list-icon,
body.tj-intl .ekit-template-content-footer .elementor-icon-list-icon i,
body.tj-intl .ekit-template-content-footer .elementor-icon-list-icon svg,
body.tj-intl .ekit-template-content-footer .elementor-icon-list-icon svg path {
  color: #c49a63 !important;
  fill: #c49a63 !important;
  stroke: #c49a63 !important;
}

body.tj-intl .ekit-template-content-footer .elementor-widget-icon-list .elementor-icon-list-item {
  margin-bottom: 8px !important;
}

body.tj-intl .ekit-template-content-footer .elementor-widget-icon-box .elementor-icon-box-title,
body.tj-intl .ekit-template-content-footer .elementor-icon-box-description,
body.tj-intl .ekit-template-content-footer .elementor-icon-box-title span {
  color: rgba(246, 241, 232, 0.88) !important;
}

body.tj-intl .ekit-template-content-footer .elementor-social-icon,
body.tj-intl .ekit-template-content-footer .elementor-social-icon i,
body.tj-intl .ekit-template-content-footer .elementor-social-icon svg {
  color: #c49a63 !important;
  fill: #c49a63 !important;
  background: transparent !important;
}

/* Forms */
body.tj-intl input[type="text"],
body.tj-intl input[type="email"],
body.tj-intl input[type="tel"],
body.tj-intl textarea,
body.tj-intl select {
  border-radius: var(--tj-radius) !important;
  border: 1px solid var(--tj-line) !important;
  background: #fff !important;
  box-shadow: none !important;
}

/* Soft reveal for sections */
.tj-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--tj-ease), transform 0.8s var(--tj-ease);
}

.tj-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

/* Homepage: tone down excess Elementor decorative noise */
body.tj-intl-home .elementor-widget-divider {
  opacity: 0.55;
}

/* Full-bleed hero sections: kill Elementor column padding */
body.tj-intl-home .elementor-top-section .elementor-element-tjh1c,
body.tj-intl-home .elementor-element-tjh1 .elementor-container,
body.tj-intl-home .elementor-element-tjh1 .elementor-column-wrap,
body.tj-intl-home .elementor-element-tjh1 .elementor-widget-wrap {
  padding: 0 !important;
  margin: 0 !important;
}

body.tj-intl-home .elementor-element-tjh1 .elementor-widget-html {
  margin: 0 !important;
}

/* Products grid breathing room */
body.tj-intl-home ul.products {
  margin-top: 0 !important;
}

body.tj-intl .woocommerce-Price-amount {
  color: var(--tj-copper) !important;
  font-weight: 600 !important;
}

/* Inner pages: cleaner content rhythm */
body.tj-intl:not(.tj-intl-home) .site-content,
body.tj-intl:not(.tj-intl-home) .wd-page-content {
  background: var(--tj-paper);
}

body.tj-intl .wd-page-title .title {
  font-family: var(--tj-display) !important;
  font-size: clamp(36px, 5vw, 56px) !important;
}

/* Responsive */
@media (max-width: 900px) {
  .tj-trust {
    grid-template-columns: 1fr 1fr;
  }
  .tj-trust__item:nth-child(2n) {
    border-right: 0;
  }
  .tj-trust__item:nth-child(-n+2) {
    border-bottom: 1px solid var(--tj-line);
  }
}

@media (max-width: 640px) {
  .tj-trust {
    grid-template-columns: 1fr;
  }
  .tj-trust__item {
    border-right: 0 !important;
    border-bottom: 1px solid var(--tj-line);
  }
  body.tj-intl-home .tj-hero__content {
    padding-bottom: 48px;
  }
}


/* ---------- HSV-lesson homepage blocks ---------- */
body.tj-intl .tj-tax,
.elementor-widget-html .tj-tax {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  width: min(1180px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}

body.tj-intl a.tj-tax__card,
body.tj-intl a.tj-tax__card:link,
body.tj-intl a.tj-tax__card:visited,
body.tj-intl a.tj-tax__card:hover,
body.tj-intl .elementor-widget-html a.tj-tax__card,
.elementor-widget-html a.tj-tax__card {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  min-height: 168px !important;
  min-width: 0 !important;
  height: 100% !important;
  box-sizing: border-box !important;
  padding: 28px 26px 24px !important;
  margin: 0 !important;
  text-decoration: none !important;
  color: var(--tj-ink) !important;
  background: #fff !important;
  border: 1px solid var(--tj-line) !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  overflow: hidden;
  transition: transform 0.35s var(--tj-ease), border-color 0.35s var(--tj-ease), box-shadow 0.35s var(--tj-ease);
}

body.tj-intl a.tj-tax__card:hover,
body.tj-intl .elementor-widget-html a.tj-tax__card:hover {
  transform: translateY(-4px);
  border-color: rgba(154, 107, 63, 0.55) !important;
  box-shadow: 0 18px 40px rgba(16, 20, 24, 0.08) !important;
  color: var(--tj-ink) !important;
}

body.tj-intl .tj-tax__label,
body.tj-intl a.tj-tax__card .tj-tax__label {
  display: block !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--tj-copper) !important;
  margin: 0 0 14px !important;
  line-height: 1.2 !important;
}

body.tj-intl a.tj-tax__card strong,
body.tj-intl .elementor-widget-html a.tj-tax__card strong {
  display: block !important;
  font-family: var(--tj-display) !important;
  font-size: clamp(20px, 1.7vw, 26px) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: var(--tj-ink) !important;
  margin: 0 0 14px !important;
}

body.tj-intl a.tj-tax__card em,
body.tj-intl .elementor-widget-html a.tj-tax__card em {
  display: block !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: var(--tj-muted) !important;
  margin: auto 0 0 !important;
  padding-top: 4px !important;
  max-width: 100% !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tj-dual {
  padding: 0 0 clamp(64px, 8vw, 100px);
}

.tj-dual__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

body.tj-intl a.tj-dual__card,
body.tj-intl a.tj-dual__card:link,
body.tj-intl a.tj-dual__card:visited,
body.tj-intl a.tj-dual__card:hover,
body.tj-intl a.tj-dual__card:active,
.elementor-widget-html a.tj-dual__card {
  display: block;
  padding: clamp(28px, 4vw, 42px);
  text-decoration: none !important;
  color: #f6f1e8 !important;
  background:
    linear-gradient(145deg, rgba(16,20,24,0.94), rgba(28,36,45,0.88)),
    #101418;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 2px;
  transition: transform 0.35s var(--tj-ease), box-shadow 0.35s var(--tj-ease);
}

body.tj-intl a.tj-dual__card--alt,
.elementor-widget-html a.tj-dual__card--alt {
  background:
    linear-gradient(145deg, rgba(154,107,63,0.95), rgba(28,36,45,0.9)),
    #9a6b3f;
}

body.tj-intl a.tj-dual__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(0,0,0,0.22);
  color: #f6f1e8 !important;
}

/* Beat Woodmart/Elementor heading color overrides */
body.tj-intl .tj-dual__card .tj-kicker,
body.tj-intl .elementor-widget-html .tj-dual__card .tj-kicker {
  color: #d4b48a !important;
  margin: 0 0 10px !important;
}

body.tj-intl .tj-dual__card--alt .tj-kicker,
body.tj-intl .elementor-widget-html .tj-dual__card--alt .tj-kicker {
  color: rgba(255, 247, 236, 0.92) !important;
}

body.tj-intl .tj-dual__card h2,
body.tj-intl .tj-dual__card h2.tj-section__title,
body.tj-intl .elementor-widget-html .tj-dual__card h2,
body.tj-intl .elementor-widget-container .tj-dual__card h2,
.wd-page-content .tj-dual__card h2 {
  color: #ffffff !important;
  font-family: var(--tj-display) !important;
  font-size: clamp(28px, 3.5vw, 40px) !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  margin: 10px 0 12px !important;
  max-width: 12ch;
  opacity: 1 !important;
}

body.tj-intl .tj-dual__card p,
body.tj-intl .elementor-widget-html .tj-dual__card p {
  color: rgba(255, 255, 255, 0.82) !important;
  max-width: 36ch;
  line-height: 1.65;
  margin: 0 0 22px !important;
  opacity: 1 !important;
}

body.tj-intl .tj-dual__cta,
body.tj-intl .tj-dual__card .tj-dual__cta {
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff !important;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding-bottom: 4px;
}

.tj-ind {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  box-sizing: border-box;
}

.tj-ind__item {
  padding: 28px 24px;
  background: #fff;
  border: 1px solid var(--tj-line);
  box-sizing: border-box;
  min-height: 160px;
}

.tj-ind__item h3 {
  font-family: var(--tj-display) !important;
  font-size: 24px !important;
  margin: 0 0 10px !important;
}

.tj-ind__item p {
  margin: 0;
  color: var(--tj-muted);
  line-height: 1.6;
  font-size: 15px;
}

.tj-section--paper {
  background: var(--tj-paper-2);
}

.tj-why {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  box-sizing: border-box;
}

.tj-why article {
  padding: 8px 4px 0;
  border-top: 1px solid rgba(16,20,24,0.14);
}

.tj-why strong {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--tj-copper);
}

.tj-why h3 {
  font-family: var(--tj-display) !important;
  font-size: 26px !important;
  margin: 0 0 10px !important;
}

.tj-why p {
  margin: 0;
  color: var(--tj-muted);
  line-height: 1.65;
}

.tj-cta__row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Private label page */
body.tj-pl-page .wd-page-title,
body.tj-pl-page .page-title,
body.tj-pl-page .sidebar-container,
body.tj-pl-page aside.sidebar-container {
  display: none !important;
}

body.tj-pl-page .content-layout-wrapper > .row > [class*="col-"],
body.tj-pl-page .site-content,
body.tj-pl-page .main-page-wrapper .container > .row > .content-area,
body.tj-pl-page .content-area {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.tj-pl {
  padding: 0 0 40px;
  background: transparent;
}

.tj-pl__hero-band {
  padding: clamp(120px, 14vw, 160px) 0 clamp(64px, 8vw, 96px);
  background:
    linear-gradient(135deg, rgba(16,20,24,0.94), rgba(28,36,45,0.88)),
    url("https://tjsaltexport.com/wp-content/uploads/2024/12/himalayan-pink-salt.jpg") center/cover;
  color: #fff;
  margin-bottom: 8px;
}

.tj-pl__title {
  font-family: var(--tj-display) !important;
  font-size: clamp(36px, 6vw, 64px) !important;
  font-weight: 500 !important;
  max-width: 12ch;
  margin: 0 0 14px !important;
  color: #fff !important;
  line-height: 1.05 !important;
}

.tj-pl__headline {
  font-family: var(--tj-display) !important;
  font-size: clamp(22px, 3vw, 30px) !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  max-width: 28ch;
  margin: 0 0 16px !important;
  color: #fff !important;
}

.tj-pl__lead {
  max-width: 54ch;
  color: rgba(255,255,255,0.82) !important;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 28px;
}

.tj-pl__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0;
}

.tj-btn-dark {
  color: var(--tj-ink) !important;
  border-color: rgba(16,20,24,0.35) !important;
  background: transparent !important;
}

.tj-pl__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 28px;
}

.tj-pl__grid article {
  background: #fff;
  border: 1px solid var(--tj-line);
  padding: 28px 24px;
}

.tj-pl__grid h2 {
  font-size: 28px !important;
  margin: 0 0 14px !important;
  color: var(--tj-ink) !important;
}

.tj-pl__grid ul,
.tj-pl__grid ol {
  margin: 0;
  padding-left: 18px;
  color: var(--tj-muted);
  line-height: 1.8;
}

.tj-pl__note {
  color: var(--tj-muted);
  font-size: 14px;
  line-height: 1.6;
  max-width: 70ch;
}

@media (max-width: 980px) {
  body.tj-intl .tj-tax,
  .elementor-widget-html .tj-tax,
  body.tj-intl .tj-ind,
  body.tj-intl .tj-why,
  body.tj-intl .tj-dual__grid,
  body.tj-intl .tj-pl__grid,
  .tj-tax,
  .tj-ind,
  .tj-why,
  .tj-dual__grid,
  .tj-pl__grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 640px) {
  body.tj-intl .tj-tax,
  .elementor-widget-html .tj-tax,
  body.tj-intl .tj-ind,
  body.tj-intl .tj-why,
  body.tj-intl .tj-dual__grid,
  body.tj-intl .tj-pl__grid,
  .tj-tax,
  .tj-ind,
  .tj-why,
  .tj-dual__grid,
  .tj-pl__grid {
    grid-template-columns: 1fr !important;
  }
}

/* About + private-label: hide Woodmart default title bar */
body.tj-about-page .wd-page-title,
body.tj-about-page .page-title,
body.tj-pl-page .wd-page-title,
body.tj-pl-page .page-title {
  display: none !important;
}

/* About page */
.tj-about-whisper {
  position: relative;
  padding: clamp(52px, 9vw, 84px) 0;
  overflow: hidden;
  isolation: isolate;
  background: var(--tj-paper);
}

.tj-about-whisper__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(246, 241, 232, 0.94) 0%, rgba(246, 241, 232, 0.82) 42%, rgba(246, 241, 232, 0.96) 100%),
    url("https://tjsaltexport.com/wp-content/uploads/2024/12/himalayan-pink-salt.jpg") center 62% / cover no-repeat;
  transform: scale(1.06);
}

.tj-about-whisper__grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.35;
  background-image: radial-gradient(rgba(16, 20, 24, 0.08) 0.6px, transparent 0.6px);
  background-size: 4px 4px;
  pointer-events: none;
}

.tj-about-whisper__inner {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.tj-about-whisper__inner::before,
.tj-about-whisper__inner::after {
  content: "";
  display: block;
  width: min(120px, 28vw);
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, rgba(196, 154, 99, 0.85), transparent);
}

.tj-about-whisper__inner::before {
  margin-bottom: clamp(18px, 3vw, 26px);
}

.tj-about-whisper__inner::after {
  margin-top: clamp(18px, 3vw, 26px);
}

.tj-about-whisper__eyebrow {
  margin: 0 0 clamp(14px, 2.5vw, 20px);
  font-family: var(--tj-font);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tj-copper);
}

.tj-about-whisper__quote {
  margin: 0;
  padding: 0;
  border: 0;
}

.tj-about-whisper__line {
  margin: 0;
  font-family: var(--tj-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.2rem, 3.4vw, 1.85rem);
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: #2c3238;
}

.tj-about-whisper__line + .tj-about-whisper__line {
  margin-top: 0.2em;
}

.tj-about-whisper__line--accent {
  color: #5c4a36;
}

@media (max-width: 640px) {
  .tj-about-whisper {
    padding: 44px 0 48px;
  }

  .tj-about-whisper__line {
    font-size: clamp(1.08rem, 4.6vw, 1.35rem);
    line-height: 1.5;
  }
}

.tj-about__hero {
  padding: clamp(120px, 14vw, 160px) 0 clamp(64px, 8vw, 96px);
  background:
    linear-gradient(135deg, rgba(16,20,24,0.94), rgba(28,36,45,0.88)),
    url("https://tjsaltexport.com/wp-content/uploads/2024/12/himalayan-pink-salt.jpg") center/cover;
  color: #fff;
}

.tj-about__title {
  font-family: var(--tj-display) !important;
  font-size: clamp(34px, 5.5vw, 58px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  max-width: 16ch;
  margin: 0 0 18px !important;
  color: #fff !important;
}

.tj-about__lead {
  max-width: 52ch;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
  margin: 0 0 28px;
}

.tj-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.tj-about__grid article {
  background: #fff;
  border: 1px solid var(--tj-line);
  padding: 28px 24px;
  min-height: 200px;
  box-sizing: border-box;
}

.tj-about__grid h3 {
  font-family: var(--tj-display) !important;
  font-size: 26px !important;
  margin: 10px 0 12px !important;
  color: var(--tj-ink) !important;
}

.tj-about__grid p {
  margin: 0;
  color: var(--tj-muted);
  line-height: 1.65;
  font-size: 15px;
}

.tj-about__nap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}

.tj-about__nap > div {
  background: #fff;
  border: 1px solid var(--tj-line);
  padding: 24px 22px;
}

.tj-about__nap strong {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tj-copper);
}

.tj-about__nap p {
  margin: 0;
  color: var(--tj-ink);
  line-height: 1.65;
  font-size: 16px;
}

.tj-about__nap a {
  color: var(--tj-ink) !important;
  text-decoration: none !important;
}

.tj-about__nap a:hover {
  color: var(--tj-copper) !important;
}

@media (max-width: 980px) {
  .tj-about__grid,
  .tj-about__nap {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .tj-about__grid,
  .tj-about__nap {
    grid-template-columns: 1fr;
  }
}


.tj-about__headline {
  font-family: var(--tj-display) !important;
  font-size: clamp(22px, 3vw, 30px) !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  max-width: 28ch;
  margin: 0 0 16px !important;
  color: #fff !important;
}

/* Products page */
body.tj-products-page .wd-page-title,
body.tj-products-page .page-title {
  display: none !important;
}

.tj-products__hero {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 485px;
  height: clamp(485px, 52vh, 540px);
  max-height: 540px;
  padding: clamp(48px, 6vw, 72px) 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  color: #f6f1e8;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(8, 10, 14, 0.88) 0%, rgba(12, 16, 22, 0.55) 48%, rgba(12, 16, 22, 0.22) 100%),
    url("https://tjsaltexport.com/wp-content/uploads/2024/12/himalayan-pink-salt.jpg") center/cover no-repeat;
}

.tj-products__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 70% at 12% 45%, rgba(184, 137, 85, 0.14), transparent 58%);
  pointer-events: none;
}

.tj-products__hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 154, 99, 0.55), transparent);
  pointer-events: none;
}

.tj-products__hero .tj-wrap {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0;
}

.tj-products__hero .tj-kicker {
  margin: 0 0 14px !important;
  font-family: var(--tj-font) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #d4b48a !important;
}

.tj-products__title {
  font-family: var(--tj-display) !important;
  font-size: clamp(2.8rem, 6.5vw, 4.4rem) !important;
  font-weight: 500 !important;
  line-height: 1.02 !important;
  margin: 0 0 1rem !important;
  color: #fff !important;
  max-width: 14ch;
  letter-spacing: -0.035em;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
}

.tj-products__headline {
  display: none;
}

.tj-products__lead {
  max-width: 42ch;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.65;
  color: rgba(246, 241, 232, 0.84) !important;
  margin: 0 0 1.75rem;
}

.tj-products__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

body.tj-products-page .tj-products__hero .tj-hero__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  font-family: var(--tj-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 2px;
}

body.tj-products-page .tj-products__hero .tj-hero__btn--primary {
  background: linear-gradient(180deg, #d4ab70 0%, #c49a63 48%, #b5874f 100%) !important;
  color: #101418 !important;
  border: 1px solid #d0a56a !important;
}

body.tj-products-page .tj-products__hero .tj-hero__btn--ghost {
  color: #f6f1e8 !important;
  border: 1px solid rgba(246, 241, 232, 0.45) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

body.tj-products-page .elementor-element-tjpr1 > .elementor-container,
body.tj-products-page .elementor-element-tjpr1 .elementor-widget-wrap {
  padding: 0 !important;
}

body.tj-products-page .elementor-element-tjpr1 {
  margin-bottom: 0 !important;
}

body.tj-products-page .elementor-element-tjpr3 {
  padding-top: 8px !important;
}

@media (max-width: 640px) {
  .tj-products__hero {
    min-height: 420px;
    height: auto;
    max-height: none;
    padding: 56px 0 48px;
  }

  .tj-products__hero .tj-wrap {
    width: calc(100% - 36px);
  }

  .tj-products__title {
    max-width: none;
  }

  .tj-products__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tj-products__actions .tj-hero__btn {
    justify-content: center;
  }
}

body.tj-products-page .elementor-element-tjpr4 {
  margin-bottom: 24px;
}

/* Contact page */
body.tj-contact-page .wd-page-title,
body.tj-contact-page .page-title,
body.tj-contact-page .sidebar-container,
body.tj-contact-page aside.sidebar-container {
  display: none !important;
}

body.tj-contact-page .content-area {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.tj-contact__hero {
  padding: clamp(120px, 14vw, 160px) 0 clamp(64px, 8vw, 96px);
  background:
    linear-gradient(135deg, rgba(16,20,24,0.94), rgba(28,36,45,0.88)),
    url("https://tjsaltexport.com/wp-content/uploads/2026/08/WhatsApp_Image_2026-08-27_at_11.49.22_PM__1_-4ae4cfb8-8c3c-41c8-87df-7a1779b31cd4.png") center/cover;
  color: #fff;
}

.tj-contact__title {
  font-family: var(--tj-display) !important;
  font-size: clamp(36px, 6vw, 64px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  margin: 0 0 14px !important;
  color: #fff !important;
  max-width: 12ch;
}

.tj-contact__headline {
  font-family: var(--tj-display) !important;
  font-size: clamp(22px, 3vw, 30px) !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  max-width: 30ch;
  margin: 0 0 16px !important;
  color: #fff !important;
}

.tj-contact__lead {
  max-width: 54ch;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
  margin: 0;
}

.tj-contact__map {
  overflow: hidden;
  border: 1px solid var(--tj-line);
  background: #fff;
}

.tj-contact__map iframe {
  display: block;
  width: 100%;
  min-height: 380px;
  border: 0;
}

/* Elementor form polish on contact */
body.tj-contact-page .elementor-form input,
body.tj-contact-page .elementor-form textarea,
body.tj-contact-page .elementor-form select {
  border-radius: 2px !important;
  border: 1px solid var(--tj-line) !important;
  background: #fff !important;
  min-height: 48px;
  box-shadow: none !important;
}

body.tj-contact-page .elementor-form textarea {
  min-height: 140px;
}

body.tj-contact-page .elementor-form .elementor-button,
body.tj-contact-page .elementor-form button[type="submit"] {
  background: #c49a63 !important;
  border-color: #c49a63 !important;
  color: #fff !important;
  border-radius: 2px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 22px !important;
}

body.tj-contact-page .elementor-field-group > label,
body.tj-contact-page .elementor-form .elementor-field-label {
  color: var(--tj-ink) !important;
  font-weight: 600 !important;
}



/* ---------- Immersive inner-page heroes ---------- */
/* Match All Products (.tj-woo-hero) height — home hero stays full-viewport */
body.tj-intl .tj-imm {
  --imm-x: 62%;
  --imm-y: 42%;
  position: relative;
  overflow: hidden;
  min-height: 485px;
  height: 485px;
  max-height: 485px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  color: #fff;
  background: #07090b;
  isolation: isolate;
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.06);
  /* Break out of Elementor/Woodmart side gutters */
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

body.tj-intl .tj-imm__slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

body.tj-intl .tj-imm__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}

body.tj-intl .tj-imm__slide.is-active {
  opacity: 1;
  z-index: 1;
}

body.tj-intl .tj-imm__slide.is-leaving {
  opacity: 0;
  z-index: 2;
}

body.tj-intl .tj-imm__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--tj-pos, center);
  transform: scale(1.12);
  filter: saturate(1.2) contrast(1.1) brightness(0.72);
  transition: transform 4s ease-out, filter 1s ease;
  will-change: transform;
}

body.tj-intl .tj-imm__slide.is-active img {
  transform: scale(1.22) translate3d(-1.2%, -0.8%, 0);
  filter: saturate(1.25) contrast(1.12) brightness(0.78);
}

/* Cursor-linked crystal spotlight */
body.tj-intl .tj-imm__spot {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(
      520px 520px at var(--imm-x) var(--imm-y),
      rgba(255, 214, 160, 0.28) 0%,
      rgba(201, 120, 72, 0.12) 28%,
      transparent 62%
    ),
    radial-gradient(
      900px 600px at 80% 20%,
      rgba(196, 154, 99, 0.16),
      transparent 55%
    );
  mix-blend-mode: soft-light;
  transition: background 0.05s linear;
}

body.tj-intl .tj-imm__shade {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(105deg,
      rgba(7, 9, 11, 0.9) 0%,
      rgba(7, 9, 11, 0.72) 34%,
      rgba(7, 9, 11, 0.28) 58%,
      rgba(7, 9, 11, 0.2) 100%),
    linear-gradient(180deg,
      rgba(7, 9, 11, 0.45) 0%,
      transparent 40%,
      rgba(7, 9, 11, 0.55) 72%,
      rgba(7, 9, 11, 0.92) 100%);
}

body.tj-intl .tj-imm__grain {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0.22;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}

/* Slow shimmer sweep */
body.tj-intl .tj-imm__shimmer {
  position: absolute;
  inset: -30% -40%;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 40%,
    rgba(255, 236, 200, 0.1) 48%,
    rgba(255, 255, 255, 0.16) 50%,
    rgba(255, 236, 200, 0.1) 52%,
    transparent 60%
  );
  animation: tjImmShimmer 8.5s ease-in-out infinite;
  mix-blend-mode: screen;
}

@keyframes tjImmShimmer {
  0%, 18% { transform: translateX(-40%) rotate(10deg); opacity: 0; }
  32% { opacity: 0.85; }
  55% { opacity: 0.4; }
  72%, 100% { transform: translateX(45%) rotate(10deg); opacity: 0; }
}

body.tj-intl .tj-imm__content {
  position: relative;
  z-index: 5;
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  padding: clamp(40px, 5vw, 64px) 0 clamp(24px, 3.5vw, 36px) !important;
  box-sizing: border-box;
  flex: 0 0 auto;
  align-self: center;
}

body.tj-intl .tj-imm__wm {
  position: absolute;
  left: -1%;
  top: 18%;
  z-index: 4;
  font-family: var(--tj-display);
  font-size: clamp(56px, 9vw, 96px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.82;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.08);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  opacity: 0.85;
}

body.tj-intl .tj-imm__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e0b57a !important;
}

body.tj-intl .tj-imm__eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, #e0b57a, transparent);
}

body.tj-intl .tj-imm__title {
  font-family: var(--tj-display) !important;
  font-size: clamp(30px, 4.2vw, 44px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em;
  margin: 0 0 10px !important;
  max-width: 14ch;
  color: #fff !important;
  text-shadow: 0 14px 36px rgba(0,0,0,0.4);
}

body.tj-intl .tj-imm__lead {
  margin: 0 0 16px;
  max-width: 42ch;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,0.8) !important;
}

body.tj-intl .tj-imm__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

body.tj-intl .tj-imm__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}

body.tj-intl .tj-imm__meta li {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

body.tj-intl .tj-imm__meta strong {
  color: #e0b57a;
  font-weight: 700;
  margin-right: 8px;
}

body.tj-intl .tj-imm__ui {
  position: absolute;
  right: max(24px, calc((100% - 1180px) / 2));
  bottom: 58px;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

body.tj-intl .tj-imm__label {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
}

body.tj-intl .tj-imm__dots {
  display: inline-flex;
  gap: 8px;
}

body.tj-intl .tj-imm__dot {
  width: 34px;
  height: 3px;
  border: 0;
  padding: 0;
  border-radius: 2px;
  background: rgba(255,255,255,0.28);
  cursor: pointer;
  transition: width 0.3s ease, background 0.3s ease;
}

body.tj-intl .tj-imm__dot.is-active {
  width: 52px;
  background: #e0b57a;
  box-shadow: 0 0 18px rgba(224,181,122,0.5);
}

/* Infinite category marquee — compact */
body.tj-intl .tj-imm__marquee {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: auto;
  flex-shrink: 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  background: rgba(7,9,11,0.4);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

body.tj-intl .tj-imm__marquee-track {
  display: flex;
  width: max-content;
  gap: 0;
  animation: tjImmMarquee 28s linear infinite;
  padding: 10px 0;
}

body.tj-intl .tj-imm__marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.68);
  white-space: nowrap;
}

body.tj-intl .tj-imm__marquee-track span::after {
  content: "◆";
  color: #c49a63;
  font-size: 8px;
}

@keyframes tjImmMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

body.tj-intl .tj-imm:hover .tj-imm__marquee-track {
  animation-play-state: paused;
}

/* Buttons — compact only inside inner-page heroes */
body.tj-intl .tj-imm .tj-hero__btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  font-family: var(--tj-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 2px;
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
body.tj-intl .tj-imm .tj-hero__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.4) 48%, transparent 62%);
  transform: translateX(-130%);
  transition: transform 0.7s ease;
}
body.tj-intl .tj-imm .tj-hero__btn:hover::after { transform: translateX(130%); }
body.tj-intl .tj-imm .tj-hero__btn--primary {
  background: linear-gradient(180deg, #e0b57a 0%, #c49a63 50%, #b5874f 100%) !important;
  color: #101418 !important;
  border: 1px solid #e0b57a !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.35) inset, 0 10px 24px rgba(0,0,0,0.35);
}
body.tj-intl .tj-imm .tj-hero__btn--primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #f3e6d2 0%, #e8d3b4 100%) !important;
  color: #101418 !important;
}
body.tj-intl .tj-imm .tj-hero__btn--ghost {
  background: rgba(255,255,255,0.06) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.45) !important;
  backdrop-filter: blur(12px);
}
body.tj-intl .tj-imm .tj-hero__btn--ghost:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.14) !important;
  color: #fff !important;
}

/* Keep emails readable lowercase in heroes (override btn uppercase) */
body.tj-intl .tj-imm a.tj-hero__btn[href^="mailto:"],
body.tj-intl a.tj-hero__btn[href^="mailto:"],
body.tj-contact-page .tj-imm a[href^="mailto:"] {
  text-transform: lowercase !important;
  letter-spacing: 0.02em !important;
}

body.tj-contact-page .tj-imm__meta li {
  text-transform: none;
  letter-spacing: 0.04em;
}

body.tj-contact-page .tj-imm__meta li strong {
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

@media (max-width: 900px) {
  body.tj-intl .tj-imm {
    min-height: 420px;
    height: 420px;
    max-height: 420px;
  }
  body.tj-intl .tj-imm__ui {
    right: 16px;
    bottom: 52px;
  }
  body.tj-intl .tj-imm__wm {
    font-size: 52px;
    top: 22%;
  }
  body.tj-intl .tj-imm__shimmer {
    display: none;
  }
  body.tj-intl .tj-imm__meta {
    display: none;
  }
}

/* Inner-page taxonomy / info cards — less bulky */
body.tj-intl:not(.tj-intl-home) .tj-tax__card,
body.tj-intl:not(.tj-intl-home) a.tj-tax__card {
  min-height: 120px !important;
  padding: 18px 16px 16px !important;
}
body.tj-intl:not(.tj-intl-home) a.tj-tax__card strong {
  font-size: 18px !important;
  margin: 0 0 8px !important;
}
body.tj-intl:not(.tj-intl-home) .tj-about__grid article {
  min-height: 0;
  padding: 20px 18px;
}
body.tj-intl:not(.tj-intl-home) .tj-about__grid h3 {
  font-size: 20px !important;
  margin: 8px 0 8px !important;
}
body.tj-intl:not(.tj-intl-home) .tj-pl__grid article {
  padding: 20px 18px;
}
body.tj-intl:not(.tj-intl-home) .tj-dual__card {
  padding: 22px 20px !important;
}
body.tj-intl:not(.tj-intl-home) .tj-dual__card h2 {
  font-size: clamp(22px, 2.6vw, 30px) !important;
  max-width: 14ch;
}

@media (prefers-reduced-motion: reduce) {
  body.tj-intl .tj-imm__slide img,
  body.tj-intl .tj-imm__slide.is-active img {
    transition: none !important;
    transform: scale(1.08) !important;
  }
  body.tj-intl .tj-imm__shimmer,
  body.tj-intl .tj-imm__marquee-track {
    animation: none !important;
  }
}


/* ---------- Inner pages: design polish (not homepage) ---------- */
body.tj-intl:not(.tj-intl-home) .site-content,
body.tj-intl:not(.tj-intl-home) .main-page-wrapper,
body.tj-intl:not(.tj-intl-home) .wd-page-content {
  background:
    radial-gradient(900px 420px at 8% 0%, rgba(196,154,99,0.07), transparent 55%),
    radial-gradient(700px 360px at 100% 12%, rgba(16,20,24,0.04), transparent 50%),
    var(--tj-paper) !important;
}

body.tj-intl:not(.tj-intl-home) .tj-section {
  padding: clamp(40px, 5.5vw, 72px) 0;
}

body.tj-intl:not(.tj-intl-home) .tj-section__head {
  margin-bottom: 22px;
}

body.tj-intl:not(.tj-intl-home) .tj-section__title {
  font-size: clamp(28px, 4vw, 42px) !important;
  max-width: 18ch;
}

body.tj-intl:not(.tj-intl-home) .tj-section__text {
  font-size: 15.5px;
  max-width: 48ch;
}

body.tj-intl:not(.tj-intl-home) .tj-kicker {
  position: relative;
  display: inline-block;
  padding-left: 0;
}

/* Compact hero refinements */
body.tj-intl .tj-imm::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  z-index: 7;
  background: linear-gradient(180deg, transparent, #c49a63 30%, #e0b57a 55%, transparent);
  opacity: 0.9;
}

body.tj-intl .tj-imm__content {
  padding: clamp(40px, 5vw, 64px) 0 clamp(24px, 3.5vw, 36px) !important;
}

body.tj-intl .tj-imm__title {
  color: #fff !important;
  text-shadow: 0 10px 28px rgba(0,0,0,0.35), 0 0 40px rgba(224,181,122,0.12);
}

body.tj-intl .tj-imm__lead {
  max-width: 46ch;
  border-left: 2px solid rgba(224,181,122,0.45);
  padding-left: 14px;
}

body.tj-intl .tj-imm__meta li {
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(8px);
}

body.tj-intl .tj-imm__marquee {
  background: linear-gradient(90deg, rgba(7,9,11,0.55), rgba(28,22,16,0.4), rgba(7,9,11,0.55));
}

/* Taxonomy cards — cleaner premium tiles */
body.tj-intl:not(.tj-intl-home) a.tj-tax__card {
  position: relative;
  overflow: hidden;
  min-height: 132px !important;
  padding: 20px 18px 18px !important;
  background:
    linear-gradient(165deg, #ffffff 0%, #f8f5f0 100%) !important;
  border-color: rgba(16,20,24,0.1) !important;
}

body.tj-intl:not(.tj-intl-home) a.tj-tax__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #c49a63, rgba(196,154,99,0.15));
  transform: scaleY(0.35);
  transform-origin: top;
  transition: transform 0.35s var(--tj-ease);
}

body.tj-intl:not(.tj-intl-home) a.tj-tax__card:hover::before {
  transform: scaleY(1);
}

body.tj-intl:not(.tj-intl-home) a.tj-tax__card:hover {
  background: #fff !important;
  border-color: rgba(154,107,63,0.4) !important;
  box-shadow: 0 14px 34px rgba(16,20,24,0.07) !important;
}

body.tj-intl:not(.tj-intl-home) a.tj-tax__card .tj-tax__label {
  margin-bottom: 10px !important;
}

body.tj-intl:not(.tj-intl-home) a.tj-tax__card strong {
  font-size: 19px !important;
  letter-spacing: -0.02em;
}

body.tj-intl:not(.tj-intl-home) a.tj-tax__card em {
  font-size: 13px !important;
  line-height: 1.5 !important;
}

/* About / PL info cards */
body.tj-intl:not(.tj-intl-home) .tj-about__grid article,
body.tj-intl:not(.tj-intl-home) .tj-pl__grid article,
body.tj-intl:not(.tj-intl-home) .tj-about__nap > div {
  position: relative;
  background:
    linear-gradient(165deg, #ffffff 0%, #f7f4ef 100%);
  border-color: rgba(16,20,24,0.1);
  transition: transform 0.35s var(--tj-ease), border-color 0.35s var(--tj-ease), box-shadow 0.35s var(--tj-ease);
}

body.tj-intl:not(.tj-intl-home) .tj-about__grid article:hover,
body.tj-intl:not(.tj-intl-home) .tj-pl__grid article:hover,
body.tj-intl:not(.tj-intl-home) .tj-about__nap > div:hover {
  transform: translateY(-3px);
  border-color: rgba(154,107,63,0.35);
  box-shadow: 0 16px 36px rgba(16,20,24,0.06);
}

body.tj-intl:not(.tj-intl-home) .tj-about__nap strong {
  letter-spacing: 0.16em;
}

body.tj-intl:not(.tj-intl-home) .tj-about__nap a {
  border-bottom: 1px solid transparent;
  transition: color 0.25s var(--tj-ease), border-color 0.25s var(--tj-ease);
}

body.tj-intl:not(.tj-intl-home) .tj-about__nap a:hover {
  border-bottom-color: rgba(154,107,63,0.55);
}

/* Dual CTA — tighter & sharper */
body.tj-intl:not(.tj-intl-home) .tj-dual {
  padding: 8px 0 56px;
}

body.tj-intl:not(.tj-intl-home) a.tj-dual__card {
  position: relative;
  overflow: hidden;
  padding: 26px 24px !important;
  min-height: 210px;
}

body.tj-intl:not(.tj-intl-home) a.tj-dual__card::after {
  content: "";
  position: absolute;
  right: -20%;
  bottom: -30%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.12), transparent 65%);
  pointer-events: none;
}

body.tj-intl:not(.tj-intl-home) a.tj-dual__card h2 {
  font-size: clamp(24px, 2.8vw, 32px) !important;
  margin: 8px 0 10px !important;
}

body.tj-intl:not(.tj-intl-home) a.tj-dual__card p {
  font-size: 14.5px !important;
  margin-bottom: 18px !important;
}

/* Contact map + form polish */
body.tj-intl .tj-contact__map {
  border-radius: 2px;
  box-shadow: 0 18px 40px rgba(16,20,24,0.06);
}

body.tj-contact-page .elementor-element-tjcf1 {
  max-width: 920px;
  margin: 0 auto;
}

body.tj-contact-page .elementor-form {
  background: #fff;
  border: 1px solid var(--tj-line);
  padding: 28px 24px;
  box-shadow: 0 14px 36px rgba(16,20,24,0.04);
}

/* Keep form clear of fixed header when auto-scrolling */
#tj-contact-form,
body.tj-contact-page .elementor-widget-form,
body.tj-contact-page form.elementor-form {
  scroll-margin-top: 130px;
}

/* Products page product grid breathing */
body.tj-products-page .wd-products {
  gap: 16px !important;
}

body.tj-products-page .wd-product {
  transition: transform 0.35s var(--tj-ease), border-color 0.35s var(--tj-ease) !important;
}

/* Soft section paper blocks */
body.tj-intl:not(.tj-intl-home) .tj-section--paper {
  background:
    linear-gradient(180deg, rgba(235,231,224,0.65), rgba(245,243,239,0.2));
  border-top: 1px solid rgba(16,20,24,0.06);
  border-bottom: 1px solid rgba(16,20,24,0.06);
}

/* =========================================================
   WooCommerce — shop / category / single product (TJ design)
   ========================================================= */

body.tj-intl .tj-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px !important;
  font-family: var(--tj-font) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: #101418 !important;
  background: linear-gradient(180deg, #d4ab70 0%, #c49a63 55%, #b5874f 100%) !important;
  border: 1px solid #d0a56a !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.35) inset, 0 10px 24px rgba(0,0,0,0.18) !important;
  transition: transform 0.3s var(--tj-ease), background 0.3s var(--tj-ease), border-color 0.3s var(--tj-ease) !important;
}

body.tj-intl .tj-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #f4e6d2, #e8d3b4) !important;
  border-color: #f4e6d2 !important;
  color: #101418 !important;
}

body.tj-woo-archive .tj-btn-ghost,
body.tj-single-product .tj-btn-ghost,
body.tj-woo-hero .tj-btn-ghost,
body.tj-woo-cta .tj-btn-ghost {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.45) !important;
  box-shadow: none !important;
}

body.tj-woo-archive .tj-btn-ghost:hover,
body.tj-single-product .tj-btn-ghost:hover,
body.tj-woo-hero .tj-btn-ghost:hover,
body.tj-woo-cta .tj-btn-ghost:hover {
  background: rgba(255,255,255,0.1) !important;
  border-color: #fff !important;
  color: #fff !important;
}

body.tj-intl .tj-btn-ghost--ink {
  color: #101418 !important;
  border-color: rgba(16,20,24,0.35) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.tj-intl .tj-btn-ghost--ink:hover {
  background: #101418 !important;
  border-color: #101418 !important;
  color: #fff !important;
}

/* Archive layout: full-width, hide default chrome */
body.tj-woo-archive .page-title,
body.tj-woo-archive .wd-page-title,
body.tj-woo-archive .title-wrapper,
body.tj-woo-archive .sidebar-container,
body.tj-woo-archive aside.sidebar-container,
body.tj-woo-archive .wd-sidebar,
body.tj-woo-archive .shop-hidden-sidebar,
body.tj-woo-archive .wd-show-sidebar-btn,
body.tj-woo-archive .woocommerce-products-header .woocommerce-products-header__title,
body.tj-woo-archive h1.entry-title,
body.tj-shop-page .entry-title:not(.tj-woo-hero__title),
body.tj-woo-archive .woocommerce-products-header h1,
body.tj-woo-archive h1.title,
body.tj-woo-archive h1.tj-shop-h1,
body.tj-shop-page h1.tj-shop-h1 {
  display: none !important;
}

body.tj-woo-archive .content-area,
body.tj-woo-archive .shop-content-area,
body.tj-woo-archive .site-content.shop-content-area {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.tj-woo-archive #main,
body.tj-woo-archive .main-page-wrapper,
body.tj-woo-archive .site-content {
  background: #f5f3ef;
}

body.tj-woo-archive .term-description {
  width: min(1180px, calc(100% - 48px));
  margin: 8px auto 28px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid rgba(16,20,24,0.08);
  border-radius: 14px;
  color: #3a4149;
  font-size: 15px;
  line-height: 1.7;
}

body.tj-woo-archive .term-description p:last-child {
  margin-bottom: 0;
}

/* Archive hero — shared height with inner-page heroes (All Products baseline) */
.tj-woo-hero {
  position: relative;
  margin: 0 0 28px;
  padding: clamp(56px, 7.5vw, 88px) 0 clamp(52px, 6vw, 76px);
  min-height: 485px;
  height: 485px;
  max-height: 485px;
  box-sizing: border-box;
  color: #f7f2ea;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(10,12,14,0.92) 0%, rgba(16,20,24,0.78) 55%, rgba(16,20,24,0.55) 100%),
    var(--tj-woo-hero-bg) center/cover no-repeat;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.tj-woo-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196,154,99,0.55), transparent);
}

.tj-woo-hero__inner {
  position: relative;
  z-index: 1;
}

.tj-woo-hero__kicker {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c49a63 !important;
}

/* Beat body.tj-intl h1 { color: ink !important } */
body.tj-intl .tj-woo-hero h1.tj-woo-hero__title,
body.tj-intl h1.tj-woo-hero__title,
body.tj-woo-archive .tj-woo-hero__title,
body.tj-shop-page .tj-woo-hero__title,
body.tj-tax-page .tj-woo-hero__title,
.tj-woo-hero__title {
  margin: 0 0 14px !important;
  font-family: var(--tj-display) !important;
  font-size: clamp(34px, 5.5vw, 56px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  max-width: 16ch;
}

body.tj-intl .tj-woo-hero__lead,
.tj-woo-hero__lead {
  margin: 0 0 22px;
  max-width: 54ch;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(246,241,232,0.82) !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.tj-woo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

/* Primary / ghost CTAs on dark product heroes */
body.tj-intl .tj-woo-hero .tj-btn {
  color: #101418 !important;
  background: linear-gradient(180deg, #d4ab70 0%, #c49a63 55%, #b5874f 100%) !important;
  border: 1px solid #d0a56a !important;
}

body.tj-intl .tj-woo-hero .tj-btn.tj-btn-ghost {
  color: #fff !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.45) !important;
}

body.tj-intl .tj-woo-hero .tj-btn.tj-btn-ghost:hover {
  background: rgba(255,255,255,0.14) !important;
  color: #fff !important;
  border-color: #fff !important;
}

.tj-woo-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 4px;
}

.tj-woo-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  color: rgba(246,241,232,0.82) !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.04em;
  transition: background 0.25s var(--tj-ease), border-color 0.25s var(--tj-ease), color 0.25s var(--tj-ease);
}

.tj-woo-chip:hover,
.tj-woo-chip.is-active {
  background: rgba(196,154,99,0.22);
  border-color: rgba(196,154,99,0.55);
  color: #fff !important;
}

/* Shop tools / loop */
body.tj-woo-archive .shop-loop-head,
body.tj-woo-archive .wd-shop-tools {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 18px;
  padding: 14px 18px !important;
  background: #fff;
  border: 1px solid rgba(16,20,24,0.08);
  border-radius: 14px;
  box-shadow: none !important;
}

body.tj-woo-archive .woocommerce-result-count,
body.tj-woo-archive .woocommerce-ordering select,
body.tj-woo-archive .per-page-options,
body.tj-woo-archive .wd-shop-tools {
  font-family: var(--tj-font) !important;
  color: #3a4149 !important;
}

body.tj-woo-archive ul.products,
body.tj-woo-archive .wd-products,
body.tj-woo-archive .products.elements-grid,
body.tj-products-page ul.products,
body.tj-products-page .wd-products,
body.tj-products-page .products.elements-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto 40px !important;
  gap: 18px !important;
  padding: 0 !important;
}

body.tj-woo-archive ul.products li.product,
body.tj-woo-archive .wd-product,
body.tj-products-page ul.products li.product,
body.tj-products-page .wd-product {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  border-radius: 14px !important;
  background: #fff !important;
}

@media (max-width: 1100px) {
  body.tj-woo-archive ul.products,
  body.tj-woo-archive .wd-products,
  body.tj-woo-archive .products.elements-grid,
  body.tj-products-page ul.products,
  body.tj-products-page .wd-products,
  body.tj-products-page .products.elements-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  body.tj-woo-archive ul.products,
  body.tj-woo-archive .wd-products,
  body.tj-woo-archive .products.elements-grid,
  body.tj-products-page ul.products,
  body.tj-products-page .wd-products,
  body.tj-products-page .products.elements-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: calc(100% - 28px) !important;
  }

  body.tj-intl .wd-product .product-image-link {
    aspect-ratio: 4 / 5;
    max-height: none;
    padding: 8px !important;
  }

  body.tj-intl .wd-product .product-image-link img,
  body.tj-intl .products .product .product-image-link img,
  body.tj-intl ul.products li.product .product-image-link img {
    max-height: none !important;
    object-fit: contain !important;
  }
}

body.tj-woo-archive .woocommerce-pagination,
body.tj-woo-archive .wd-pagination {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 48px;
}

body.tj-woo-cta {
  margin-top: 8px;
}

/* Hide leftover cart UI on loop cards */
body.tj-woo-archive .wd-add-btn,
body.tj-woo-archive .add-to-cart-loop,
body.tj-woo-archive .wd-buttons,
body.tj-woo-archive .product-actions {
  display: none !important;
}

/* ---------- Single product ---------- */
body.tj-single-product #main,
body.tj-single-product .site-content,
body.tj-single-product .main-page-wrapper {
  background: #f5f3ef;
}

body.tj-single-product .site-content.shop-content-area {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin: 28px auto 0 !important;
  padding: 0 !important;
}

body.tj-single-product .product-image-summary,
body.tj-single-product .product-image-summary-wrap,
body.tj-single-product div.product {
  background: #fff;
  border: 1px solid rgba(16,20,24,0.08);
  border-radius: 16px;
  padding: clamp(18px, 3vw, 28px);
  box-shadow: 0 14px 36px rgba(16,20,24,0.04);
}

body.tj-single-product .woocommerce-breadcrumb,
body.tj-single-product .wd-breadcrumbs,
body.tj-single-product .single-breadcrumbs {
  font-size: 12px !important;
  letter-spacing: 0.04em;
  color: #6b7280 !important;
  margin-bottom: 16px !important;
}

body.tj-single-product .woocommerce-breadcrumb a {
  color: #6b7280 !important;
  text-decoration: none !important;
}

body.tj-single-product .woocommerce-breadcrumb a:hover {
  color: #9a6b3f !important;
}

body.tj-single-product .product_title,
body.tj-single-product h1.product_title {
  font-family: var(--tj-display) !important;
  font-size: clamp(28px, 4vw, 40px) !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.03em;
  color: #101418 !important;
  margin: 0 0 14px !important;
}

body.tj-single-product .woocommerce-product-details__short-description,
body.tj-single-product .woocommerce-product-details__short-description p {
  color: #3a4149 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

body.tj-single-product .wd-products-nav,
body.tj-single-product .product-share,
body.tj-single-product .wd-social-icons,
body.tj-single-product .wishlist-btn,
body.tj-single-product .wd-compare-btn {
  display: none !important;
}

/* B2B: hide retail cart / wishlist / compare chrome sitewide */
body.tj-intl a.add_to_cart_button,
body.tj-intl a.ajax_add_to_cart,
body.tj-intl .add-to-cart-loop,
body.tj-intl .wd-add-cart-icon,
body.tj-intl .wd-add-btn,
body.tj-intl .wishlist-btn,
body.tj-intl .wd-wishlist-btn,
body.tj-intl .wd-compare-btn,
body.tj-intl .product-compare-button,
body.tj-intl .wd-header-cart,
body.tj-intl .woodmart-shopping-cart,
body.tj-intl .wd-tools-element.wd-header-cart,
body.tj-intl .wd-header-wishlist,
body.tj-intl .wd-header-compare {
  display: none !important;
}

body.tj-intl a.tj-loop-quote,
body.tj-intl a.button.tj-loop-quote {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px !important;
  font-family: var(--tj-font) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: #101418 !important;
  background: linear-gradient(180deg, #d4ab70 0%, #c49a63 55%, #b5874f 100%) !important;
  border: 1px solid #d0a56a !important;
  border-radius: 10px !important;
}

body.tj-single-product .woocommerce-product-gallery {
  border-radius: 14px;
  overflow: hidden;
  background: #f3efe8;
  max-width: 460px;
  width: 100%;
}

body.tj-single-product .woocommerce-product-gallery__wrapper,
body.tj-single-product .woocommerce-product-gallery__image {
  max-height: 420px;
  overflow: hidden;
}

body.tj-single-product .woocommerce-product-gallery img,
body.tj-single-product .woocommerce-product-gallery__image img,
body.tj-single-product img.wp-post-image {
  border-radius: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 420px !important;
  object-fit: contain !important;
  object-position: center !important;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}

/* Woo zoom clone can render at full native size — keep it contained */
body.tj-single-product img.zoomImg {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
}

.tj-single-quote {
  margin-top: 18px;
  padding: 20px 20px 18px;
  border: 1px solid rgba(154,107,63,0.28);
  border-radius: 14px;
  background:
    linear-gradient(165deg, #fffdf9 0%, #f7f1e7 100%);
}

.tj-single-quote__price {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a6b3f;
}

.tj-single-quote__note {
  margin: 0 0 16px;
  font-size: 14.5px;
  line-height: 1.6;
  color: #3a4149;
  max-width: 42ch;
}

.tj-single-quote__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.tj-single-quote__meta {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
}

.tj-single-quote__meta a {
  color: #101418 !important;
  text-decoration: none !important;
  font-weight: 600;
}

.tj-single-quote__meta a:hover {
  color: #9a6b3f !important;
}

body.tj-single-product .woocommerce-tabs {
  width: min(1180px, calc(100% - 48px));
  margin: 22px auto 0;
  background: #fff;
  border: 1px solid rgba(16,20,24,0.08);
  border-radius: 16px;
  padding: 8px 22px 22px;
}

body.tj-single-product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid rgba(16,20,24,0.08) !important;
  margin-bottom: 18px !important;
  padding: 0 !important;
}

body.tj-single-product .woocommerce-tabs ul.tabs li a {
  font-family: var(--tj-font) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #6b7280 !important;
}

body.tj-single-product .woocommerce-tabs ul.tabs li.active a {
  color: #101418 !important;
}

body.tj-single-product .woocommerce-Tabs-panel,
body.tj-single-product .woocommerce-Tabs-panel p {
  color: #3a4149 !important;
  font-size: 15.5px !important;
  line-height: 1.75 !important;
}

body.tj-single-product .woocommerce-Tabs-panel h2 {
  font-family: var(--tj-display) !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  color: #101418 !important;
}

/* Hide empty reviews noise for B2B */
body.tj-single-product .woocommerce-tabs li.reviews_tab,
body.tj-single-product #tab-reviews {
  display: none !important;
}

body.tj-single-product .upsells,
body.tj-single-product .related,
body.tj-single-product .wd-related-products {
  width: min(1180px, calc(100% - 48px));
  margin: 28px auto 20px;
}

body.tj-single-product .upsells > h2,
body.tj-single-product .related > h2,
body.tj-single-product .wd-related-products .title-wrapper .title {
  font-family: var(--tj-display) !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  color: #101418 !important;
  margin-bottom: 18px !important;
}

body.tj-single-product .price,
body.tj-single-product p.price,
body.tj-single-product .summary .price {
  display: none !important;
}

@media (max-width: 980px) {
  body.tj-woo-archive .shop-loop-head,
  body.tj-woo-archive .wd-shop-tools,
  body.tj-woo-archive ul.products,
  body.tj-woo-archive .wd-products,
  body.tj-woo-archive .term-description,
  body.tj-single-product .site-content.shop-content-area,
  body.tj-single-product .woocommerce-tabs,
  body.tj-single-product .upsells,
  body.tj-single-product .related {
    width: calc(100% - 28px) !important;
  }

  .tj-woo-hero {
    padding: clamp(48px, 8vw, 72px) 0 clamp(44px, 6vw, 60px);
    min-height: clamp(380px, 52vh, 485px);
    height: auto;
    max-height: none;
  }
}

/* ---------- Responsive overflow & mobile polish ---------- */
html {
  overflow-x: clip;
}
body.tj-intl {
  overflow-x: clip;
  max-width: 100%;
}

/* Elementor footer (ekit 16085): columns stay in a nowrap row and spill past the viewport */
@media (max-width: 980px) {
  .ekit-template-content-footer .e-con-inner,
  .elementor-16085 .e-con-inner,
  .elementor-16085 .e-con.e-parent > .e-con-inner {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    max-width: 100% !important;
  }

  .ekit-template-content-footer .e-con.e-child,
  .elementor-16085 .e-con.e-child {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .ekit-template-content-footer,
  .elementor-16085 {
    overflow-x: clip;
    max-width: 100%;
  }
}

/* Home hero Ken Burns — stop scaled imgs from expanding scrollWidth */
@media (max-width: 980px) {
  body.tj-intl-home .tj-hero__media {
    inset: 0;
  }

  body.tj-intl-home .tj-hero__slide,
  body.tj-intl-home .tj-hero__slide.is-active,
  body.tj-intl-home .tj-hero__slide.is-leaving {
    transform: none !important;
  }

  body.tj-intl-home .tj-hero__slide img,
  body.tj-intl-home .tj-hero__slide.is-active img {
    transform: none !important;
    animation: none !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Inner immersive heroes — no Ken Burns scale (prevents horizontal bleed) */
  body.tj-intl .tj-imm__slide img,
  body.tj-intl .tj-imm__slide.is-active img {
    transform: none !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body.tj-intl .tj-imm__wm,
  body.tj-intl .tj-imm__ui {
    display: none !important;
  }

  body.tj-intl .tj-imm .tj-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  body.tj-intl .tj-imm .tj-hero__btn {
    width: 100%;
  }

  body.tj-intl .tj-imm .tj-hero__btn::after {
    display: none;
  }

  .tj-woo-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tj-woo-hero__actions .tj-btn,
  .tj-woo-hero__actions a {
    width: 100%;
    justify-content: center;
  }

  body.tj-intl .tj-woo-hero h1.tj-woo-hero__title,
  body.tj-intl h1.tj-woo-hero__title,
  body.tj-woo-archive .tj-woo-hero__title,
  body.tj-woo-archive h1.tj-woo-hero__title,
  .tj-woo-hero__title {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
  }
}

@media (max-width: 640px) {
  body.tj-intl .tj-imm__content {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    padding: 36px 0 28px !important;
  }
}

/* Our Products — custom product cards */
body.tj-intl .tj-prodgrid,
.elementor-widget-html .tj-prodgrid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto 8px !important;
  box-sizing: border-box;
}

body.tj-intl a.tj-prodcard,
body.tj-intl a.tj-prodcard:link,
body.tj-intl a.tj-prodcard:visited,
.elementor-widget-html a.tj-prodcard {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  margin: 0 !important;
  text-decoration: none !important;
  color: var(--tj-ink) !important;
  background: #fff !important;
  border: 1px solid var(--tj-line) !important;
  border-radius: 2px !important;
  overflow: hidden;
  box-shadow: none !important;
  transition: transform 0.35s var(--tj-ease), border-color 0.35s var(--tj-ease), box-shadow 0.35s var(--tj-ease);
}

body.tj-intl a.tj-prodcard:hover {
  transform: translateY(-4px);
  border-color: rgba(154, 107, 63, 0.55) !important;
  box-shadow: 0 18px 40px rgba(16, 20, 24, 0.08) !important;
  color: var(--tj-ink) !important;
}

body.tj-intl .tj-prodcard__media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 5;
  background: #16191d;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}

body.tj-intl .tj-prodcard__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}

body.tj-intl .tj-prodcard__name {
  display: block !important;
  padding: 14px 16px 6px;
  font-family: var(--tj-display) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  color: var(--tj-ink) !important;
}

body.tj-intl .tj-prodcard__desc {
  display: block;
  padding: 0 16px 16px;
  font-family: var(--tj-font) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  color: var(--tj-muted) !important;
}

body.tj-intl .tj-prodrange {
  display: grid !important;
  grid-template-columns: 1.2fr 1fr;
  gap: 16px;
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto 20px !important;
}

body.tj-intl .tj-prodrange__card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 210px;
  padding: 28px 26px 24px !important;
  background: #fff !important;
  border: 1px solid var(--tj-line) !important;
  text-decoration: none !important;
  color: var(--tj-ink) !important;
}

body.tj-intl .tj-prodrange__card:hover {
  border-color: rgba(154, 107, 63, 0.55) !important;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(16, 20, 24, 0.08);
}

body.tj-intl .tj-prodrange__card strong {
  font-family: var(--tj-display) !important;
  font-size: clamp(26px, 3vw, 36px) !important;
  font-weight: 500 !important;
  margin: 8px 0 12px !important;
  display: block;
}

body.tj-intl .tj-prodrange__card em {
  font-style: normal;
  color: var(--tj-muted);
  margin-top: auto;
  display: block;
}

body.tj-intl .tj-onreq {
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  padding: 22px 24px !important;
  border: 1px solid var(--tj-line);
  background: rgba(255,255,255,0.7);
}

body.tj-intl .tj-onreq p {
  margin: 0 0 10px !important;
  color: var(--tj-muted);
  font-size: 14px;
}

body.tj-intl .tj-onreq ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.tj-intl .tj-onreq a {
  color: var(--tj-ink) !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid rgba(154, 107, 63, 0.45);
}

/* Our Products — category accordion */
body.tj-intl .tj-cat-acc,
.elementor-widget-html .tj-cat-acc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto 24px !important;
  overflow-anchor: none;
}

body.tj-intl .tj-cat-acc__item {
  border: 1px solid var(--tj-line);
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  overflow-anchor: none;
  scroll-margin-top: 96px;
}

body.tj-intl .tj-cat-acc__btn {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px 18px;
  align-items: center;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: var(--tj-ink);
  font: inherit;
}

body.tj-intl .tj-cat-acc__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

body.tj-intl .tj-cat-acc__label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a6b3f;
  font-weight: 700;
}

body.tj-intl .tj-cat-acc__name {
  font-family: var(--tj-display);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 500;
  line-height: 1.15;
}

body.tj-intl .tj-cat-acc__count {
  font-size: 13px;
  color: var(--tj-muted);
  white-space: nowrap;
}

body.tj-intl .tj-cat-acc__icon {
  width: 34px;
  height: 34px;
  border: 1px solid var(--tj-line);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s var(--tj-ease), background 0.25s var(--tj-ease);
}

body.tj-intl .tj-cat-acc__icon svg {
  width: 16px;
  height: 16px;
}

body.tj-intl .tj-cat-acc__item.is-open .tj-cat-acc__icon {
  transform: rotate(45deg);
  background: rgba(154, 107, 63, 0.08);
}

body.tj-intl .tj-cat-acc__panel {
  padding: 0 22px 22px;
  border-top: 1px solid var(--tj-line);
}

body.tj-intl .tj-cat-acc__desc,
body.tj-intl .tj-cat-acc__empty {
  margin: 16px 0 18px;
  color: var(--tj-muted);
  font-size: 15px;
  line-height: 1.55;
}

body.tj-intl .tj-cat-acc__panel .tj-prodgrid {
  width: 100% !important;
  margin: 0 0 14px !important;
}

body.tj-intl .tj-cat-acc__more {
  margin: 0;
}

body.tj-intl .tj-cat-acc__more a {
  color: var(--tj-ink) !important;
  font-weight: 600;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(154, 107, 63, 0.45);
}

@media (max-width: 640px) {
  body.tj-intl .tj-cat-acc__btn {
    grid-template-columns: 1fr auto;
    padding: 16px 14px;
  }
  body.tj-intl .tj-cat-acc__count {
    grid-column: 1 / -1;
  }
  body.tj-intl .tj-cat-acc,
  .elementor-widget-html .tj-cat-acc {
    width: calc(100% - 28px) !important;
  }
}

@media (max-width: 980px) {
  body.tj-intl .tj-prodgrid,
  .elementor-widget-html .tj-prodgrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body.tj-intl .tj-prodrange {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.tj-intl .tj-prodgrid,
  .elementor-widget-html .tj-prodgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: calc(100% - 28px) !important;
  }
}

@media (max-width: 480px) {
  body.tj-intl .tj-prodgrid,
  .elementor-widget-html .tj-prodgrid,
  body.tj-intl .tj-cat-acc__panel .tj-prodgrid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }
}

/* Floating WhatsApp */
a.tj-wa-float {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 99999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #25d366 !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,0.25);
  transition: transform 0.25s ease, background 0.25s ease;
}
a.tj-wa-float:hover {
  transform: translateY(-2px) scale(1.04);
  background: #1ebe57 !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  a.tj-wa-float {
    right: 14px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }
}


/* ---------- Global export reach (homepage map) ---------- */
.tj-reach {
  background: var(--tj-ink);
  color: #f6f1e8;
  padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2.5rem, 6vw, 4rem);
  overflow: hidden;
}

.tj-reach__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.tj-reach__head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto clamp(1.75rem, 4vw, 2.75rem);
}

.tj-reach__eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.tj-reach__rule {
  display: block;
  height: 1px;
  width: min(7rem, 22vw);
  background: rgba(246, 241, 232, 0.18);
}

.tj-reach__eyebrow {
  margin: 0;
  font-family: var(--tj-font) !important;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(212, 180, 138, 0.85) !important;
}

.tj-reach__title {
  margin: 1.35rem 0 0 !important;
  font-family: var(--tj-display) !important;
  font-size: clamp(2rem, 4.5vw, 3rem) !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
  color: #f6f1e8 !important;
}

.tj-reach__title em {
  font-style: italic;
  font-weight: 500;
  color: rgba(246, 241, 232, 0.42) !important;
}

.tj-reach__intro {
  margin: 1.1rem auto 0;
  max-width: 42ch;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(246, 241, 232, 0.68);
}

.tj-reach__stage {
  position: relative;
  aspect-ratio: 2 / 1;
  width: 100%;
  border-radius: 4px;
  background: #0c1014;
  overflow: hidden;
}

.tj-reach__map {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  opacity: 0;
  transition: opacity 0.65s var(--tj-ease);
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent);
}

.tj-reach.is-in .tj-reach__map,
.tj-reach.is-live .tj-reach__map {
  opacity: 1;
}

.tj-reach__routes {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.tj-reach__path {
  fill: none;
  stroke: url(#tj-reach-grad);
  stroke-width: 1.15;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0;
}

.tj-reach.is-live .tj-reach__path {
  animation: tj-reach-draw 1.1s var(--tj-ease) forwards;
  animation-delay: var(--tj-reach-delay, 0s);
}

.tj-reach:not(.is-live) .tj-reach__path {
  animation: none;
  stroke-dashoffset: 1;
  opacity: 0;
}

.tj-reach__pin {
  opacity: 0;
  transform: scale(0);
}

.tj-reach.is-live .tj-reach__pin {
  animation: tj-reach-pin 0.45s var(--tj-ease) forwards;
  animation-delay: var(--tj-reach-delay, 0s);
}

.tj-reach:not(.is-live) .tj-reach__pin {
  animation: none;
  opacity: 0;
  transform: scale(0);
}

.tj-reach__dot {
  fill: #d4b48a;
}

.tj-reach__pulse {
  fill: #d4b48a;
  opacity: 0.5;
  transform-box: fill-box;
  transform-origin: center;
}

.tj-reach.is-live .tj-reach__pulse {
  animation: tj-reach-pulse 1.5s ease-out infinite;
  animation-delay: var(--tj-reach-delay, 0s);
}

.tj-reach__cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

body.tj-intl-home .tj-reach .tj-hero__btn--primary {
  color: #101418 !important;
}

@keyframes tj-reach-draw {
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes tj-reach-pin {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes tj-reach-pulse {
  0% {
    transform: scale(1);
    opacity: 0.45;
  }
  100% {
    transform: scale(4.5);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .tj-reach__paths .tj-reach__path:nth-child(n + 9),
  .tj-reach__pins .tj-reach__pin:nth-child(n + 17) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tj-reach__map {
    opacity: 1;
    transition: none;
  }
  .tj-reach__path,
  .tj-reach__pin,
  .tj-reach__pulse {
    animation: none !important;
  }
  .tj-reach__path {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  .tj-reach__pin {
    opacity: 1;
    transform: scale(1);
  }
}

/* ---------- Mobile product images & grid polish ---------- */
@media (max-width: 980px) {
  body.tj-intl-home .woocommerce.columns-4,
  body.tj-intl-home .wd-products-element,
  body.tj-intl-home .products.wd-products,
  body.tj-intl-home .products.elements-grid,
  body.tj-intl-home .wd-products.grid-columns-4 {
    width: calc(100% - 28px) !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.tj-intl-home .products.wd-products,
  body.tj-intl-home .products.elements-grid,
  body.tj-intl-home .wd-products.grid-columns-4 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    --wd-col: 2 !important;
  }

  body.tj-intl-home .wd-product,
  body.tj-intl-home .products .product {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    float: none !important;
  }

  body.tj-intl .wd-entities-title,
  body.tj-intl .wd-entities-title a,
  body.tj-intl .product-title a {
    font-size: 15px !important;
    line-height: 1.3 !important;
  }

  body.tj-intl .wd-product.wd-hover-info .top-information,
  body.tj-intl .wd-product [class*="-information"] {
    padding: 10px 12px 0 !important;
  }

  body.tj-intl .wd-product.wd-hover-info .bottom-information {
    padding: 6px 12px 12px !important;
  }
}

@media (max-width: 640px) {
  body.tj-intl-home .products.wd-products,
  body.tj-intl-home .products.elements-grid,
  body.tj-intl-home .wd-products.grid-columns-4 {
    gap: 10px !important;
  }

  body.tj-intl .wd-product .product-image-link,
  body.tj-intl .tj-prodcard__media {
    aspect-ratio: 3 / 4;
    padding: 6px !important;
  }

  body.tj-intl .wd-entities-title,
  body.tj-intl .wd-entities-title a,
  body.tj-intl .product-title a {
    font-size: 13.5px !important;
  }

  body.tj-intl .wd-product-cats,
  body.tj-intl .wd-product-cats a {
    font-size: 10px !important;
  }

  body.tj-intl-home .tj-section__head {
    width: calc(100% - 28px);
    margin-left: auto;
    margin-right: auto;
  }

  body.tj-intl-home .tj-section__title {
    font-size: clamp(1.55rem, 7vw, 2rem) !important;
  }

  body.tj-intl-home .elementor-element-tjrcta .tj-hero__btn {
    width: 100%;
    justify-content: center;
  }

  .tj-reach__inner {
    width: calc(100% - 28px);
  }

  .tj-reach__stage {
    border-radius: 2px;
  }

  .tj-reach__intro {
    font-size: 0.875rem;
    max-width: 36ch;
  }

  body.tj-intl-home .tj-dual {
    width: calc(100% - 28px);
    margin-left: auto;
    margin-right: auto;
  }
}

/* Single product gallery — full product visible on phones */
@media (max-width: 720px) {
  body.tj-single-product .woocommerce-product-gallery,
  body.tj-single-product .woocommerce-product-gallery__wrapper,
  body.tj-single-product .woocommerce-product-gallery__image {
    background: #16191d !important;
  }

  body.tj-single-product .woocommerce-product-gallery img,
  body.tj-single-product .woocommerce-product-gallery__image img,
  body.tj-single-product img.wp-post-image {
    object-fit: contain !important;
    max-height: min(72vw, 420px) !important;
    margin: 0 auto !important;
  }
}

/* ---------- Homepage FAQ accordion ---------- */
body.tj-intl #tj-faq.tj-faq,
body.tj-intl-home #tj-faq.tj-faq,
#tj-faq.tj-faq {
  position: relative;
  background: var(--tj-paper) !important;
  padding: clamp(3.25rem, 7vw, 5.5rem) 0 !important;
  overflow: hidden;
  border-top: 1px solid var(--tj-line);
  border-bottom: 1px solid var(--tj-line);
}

#tj-faq.tj-faq::before {
  display: none;
}

body.tj-intl #tj-faq .tj-faq__inner,
#tj-faq .tj-faq__inner {
  position: relative;
  z-index: 1;
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
}

body.tj-intl #tj-faq .tj-faq__head,
#tj-faq .tj-faq__head {
  text-align: center;
  margin: 0 auto clamp(1.75rem, 4vw, 2.5rem);
  max-width: 38rem;
}

body.tj-intl #tj-faq .tj-kicker,
#tj-faq .tj-kicker {
  color: var(--tj-copper) !important;
  margin: 0 0 12px !important;
}

body.tj-intl #tj-faq h2.tj-faq__title,
body.tj-intl #tj-faq .tj-faq__title,
body.tj-intl-home #tj-faq h2.tj-faq__title,
#tj-faq h2.tj-faq__title {
  margin: 0 !important;
  font-family: var(--tj-display) !important;
  font-size: clamp(1.85rem, 4vw, 2.6rem) !important;
  font-weight: 500 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.025em !important;
  text-transform: none !important;
  color: var(--tj-ink) !important;
  -webkit-text-fill-color: var(--tj-ink) !important;
  opacity: 1 !important;
}

body.tj-intl #tj-faq .tj-faq__intro,
#tj-faq .tj-faq__intro {
  margin: 1rem auto 0;
  max-width: 46ch;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--tj-muted) !important;
}

body.tj-intl #tj-faq .tj-faq__intro a,
#tj-faq .tj-faq__intro a {
  color: var(--tj-copper) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(154, 107, 63, 0.45);
}

body.tj-intl #tj-faq .tj-faq__intro a:hover,
#tj-faq .tj-faq__intro a:hover {
  border-bottom-color: var(--tj-copper);
}

body.tj-intl #tj-faq .tj-faq__list,
#tj-faq .tj-faq__list {
  counter-reset: tjfaq;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(16, 20, 24, 0.12);
}

body.tj-intl #tj-faq .tj-faq__item,
#tj-faq .tj-faq__item {
  counter-increment: tjfaq;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(16, 20, 24, 0.12) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
  transition: background 0.3s var(--tj-ease);
}

body.tj-intl #tj-faq .tj-faq__item.is-open,
body.tj-intl #tj-faq .tj-faq__item:has(.tj-faq__btn[aria-expanded="true"]),
#tj-faq .tj-faq__item.is-open {
  background: rgba(154, 107, 63, 0.05) !important;
}

body.tj-intl #tj-faq .tj-faq__btn,
body.tj-intl #tj-faq button.tj-faq__btn,
#tj-faq .tj-faq__btn {
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px 16px;
  width: 100% !important;
  min-height: 0 !important;
  padding: 1.2rem 0.15rem 1.2rem 0 !important;
  margin: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  text-align: left !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  color: var(--tj-ink) !important;
  font-family: var(--tj-font) !important;
  font-size: inherit !important;
  line-height: 1.4 !important;
  transition: color 0.25s var(--tj-ease);
}

body.tj-intl #tj-faq .tj-faq__btn::before,
#tj-faq .tj-faq__btn::before {
  content: counter(tjfaq, decimal-leading-zero);
  font-family: var(--tj-font);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--tj-copper) !important;
  min-width: 1.75rem;
}

body.tj-intl #tj-faq .tj-faq__btn:hover,
body.tj-intl #tj-faq .tj-faq__btn:focus-visible,
#tj-faq .tj-faq__btn:hover {
  color: var(--tj-copper) !important;
  background: transparent !important;
  outline: none;
}

body.tj-intl #tj-faq .tj-faq__q,
#tj-faq .tj-faq__q {
  min-width: 0;
  font-size: clamp(0.98rem, 2.1vw, 1.1rem) !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  color: inherit !important;
}

body.tj-intl #tj-faq .tj-faq__icon,
#tj-faq .tj-faq__icon {
  flex-shrink: 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(16, 20, 24, 0.16) !important;
  background: #fff !important;
  color: var(--tj-ink) !important;
  transition:
    transform 0.35s var(--tj-ease),
    color 0.25s var(--tj-ease),
    border-color 0.25s var(--tj-ease),
    background 0.25s var(--tj-ease);
}

body.tj-intl #tj-faq .tj-faq__icon svg,
#tj-faq .tj-faq__icon svg {
  width: 15px;
  height: 15px;
  display: block;
}

body.tj-intl #tj-faq .tj-faq__btn[aria-expanded="true"] .tj-faq__icon,
#tj-faq .tj-faq__btn[aria-expanded="true"] .tj-faq__icon {
  transform: rotate(45deg);
  color: #fff !important;
  background: var(--tj-ink) !important;
  border-color: var(--tj-ink) !important;
}

body.tj-intl #tj-faq .tj-faq__panel,
#tj-faq .tj-faq__panel {
  overflow: hidden;
}

body.tj-intl #tj-faq .tj-faq__panel[hidden],
#tj-faq .tj-faq__panel[hidden] {
  display: none !important;
}

body.tj-intl #tj-faq .tj-faq__a,
#tj-faq .tj-faq__a {
  margin: 0 !important;
  padding: 0 2.5rem 1.25rem 3.1rem !important;
  max-width: 58ch;
  font-size: 0.94rem !important;
  line-height: 1.7 !important;
  color: var(--tj-muted) !important;
  text-transform: none !important;
}

@media (max-width: 640px) {
  body.tj-intl #tj-faq .tj-faq__inner,
  #tj-faq .tj-faq__inner {
    width: calc(100% - 28px);
  }

  body.tj-intl #tj-faq .tj-faq__btn,
  #tj-faq .tj-faq__btn {
    gap: 10px 12px;
    padding: 1.05rem 0 !important;
  }

  body.tj-intl #tj-faq .tj-faq__q,
  #tj-faq .tj-faq__q {
    font-size: 0.95rem !important;
  }

  body.tj-intl #tj-faq .tj-faq__a,
  #tj-faq .tj-faq__a {
    padding: 0 0.25rem 1.1rem 0 !important;
    font-size: 0.88rem !important;
  }
}



/* Homepage made-to-order export category cards */
body.tj-intl-home #tj-expcats.tj-expcats,
#tj-expcats.tj-expcats,
#tj-expcats-related.tj-expcats {
  width: 100%;
  padding: 8px 0 36px;
  box-sizing: border-box;
}

.tj-mto__more--expcats #tj-expcats-related.tj-expcats {
  padding: 0;
}

body.tj-intl-home #tj-expcats .tj-expcats__grid,
#tj-expcats .tj-expcats__grid,
#tj-expcats-related .tj-expcats__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}

.tj-mto__more--expcats #tj-expcats-related .tj-expcats__grid {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.tj-intl-home #tj-expcats a.tj-expcat,
body.tj-intl #tj-expcats a.tj-expcat,
#tj-expcats a.tj-expcat,
#tj-expcats-related a.tj-expcat {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  margin: 0 !important;
  text-decoration: none !important;
  color: var(--tj-ink) !important;
  background: #fff !important;
  border: 1px solid rgba(16, 20, 24, 0.1) !important;
  border-radius: 2px !important;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(16, 20, 24, 0.03);
  transition:
    transform 0.35s var(--tj-ease),
    border-color 0.35s var(--tj-ease),
    box-shadow 0.35s var(--tj-ease);
}

body.tj-intl-home #tj-expcats a.tj-expcat:hover,
#tj-expcats a.tj-expcat:hover,
#tj-expcats-related a.tj-expcat:hover {
  transform: translateY(-4px);
  border-color: rgba(154, 107, 63, 0.5) !important;
  box-shadow: 0 18px 40px rgba(16, 20, 24, 0.1);
  color: var(--tj-ink) !important;
}

body.tj-intl-home #tj-expcats .tj-expcat__media,
#tj-expcats .tj-expcat__media,
#tj-expcats-related .tj-expcat__media {
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;
  background: #1a1e23;
  overflow: hidden;
}

body.tj-intl-home #tj-expcats .tj-expcat__media img,
#tj-expcats .tj-expcat__media img,
#tj-expcats-related .tj-expcat__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 18% !important;
  transform: scale(1.2);
  transform-origin: center 20%;
  transition: transform 0.55s var(--tj-ease);
}

/* Lick-salt catalog shot is portrait; keep the block centered without title strip */
body.tj-intl-home #tj-expcats a.tj-expcat--animal-salt-licks .tj-expcat__media img,
#tj-expcats a.tj-expcat--animal-salt-licks .tj-expcat__media img,
#tj-expcats-related a.tj-expcat--animal-salt-licks .tj-expcat__media img {
  object-position: center 12% !important;
  transform: scale(1.28);
  transform-origin: center 14%;
}

body.tj-intl-home #tj-expcats a.tj-expcat:hover .tj-expcat__media img,
#tj-expcats a.tj-expcat:hover .tj-expcat__media img,
#tj-expcats-related a.tj-expcat:hover .tj-expcat__media img {
  transform: scale(1.26);
}

body.tj-intl-home #tj-expcats a.tj-expcat--animal-salt-licks:hover .tj-expcat__media img,
#tj-expcats a.tj-expcat--animal-salt-licks:hover .tj-expcat__media img,
#tj-expcats-related a.tj-expcat--animal-salt-licks:hover .tj-expcat__media img {
  transform: scale(1.34);
}

body.tj-intl-home #tj-expcats .tj-expcat__body,
#tj-expcats .tj-expcat__body,
#tj-expcats-related .tj-expcat__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 18px 20px;
  flex: 1;
}

body.tj-intl-home #tj-expcats .tj-expcat__name,
#tj-expcats .tj-expcat__name,
#tj-expcats-related .tj-expcat__name {
  display: block;
  font-family: var(--tj-display) !important;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem) !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.015em;
  color: var(--tj-ink) !important;
  text-transform: none !important;
}

body.tj-intl-home #tj-expcats .tj-expcat__meta,
#tj-expcats .tj-expcat__meta,
#tj-expcats-related .tj-expcat__meta {
  display: block;
  font-family: var(--tj-font) !important;
  font-size: clamp(0.82rem, 1.5vw, 0.92rem) !important;
  line-height: 1.55;
  color: var(--tj-muted) !important;
  max-width: 42ch;
}

body.tj-intl-home #tj-expcats .tj-expcat__cta,
#tj-expcats .tj-expcat__cta,
#tj-expcats-related .tj-expcat__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 10px;
  font-family: var(--tj-font) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tj-copper) !important;
  border-top: 1px solid rgba(16, 20, 24, 0.08);
}

body.tj-intl-home #tj-expcats a.tj-expcat:hover .tj-expcat__cta,
#tj-expcats a.tj-expcat:hover .tj-expcat__cta,
#tj-expcats-related a.tj-expcat:hover .tj-expcat__cta {
  color: #7a522e !important;
}

/* Keep Export categories heading same width as cards */
body.tj-intl-home .elementor-element-tjr1 .tj-section__head {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: min(1180px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left;
}

body.tj-intl-home .elementor-element-tjr1 .tj-section__text {
  max-width: 54ch;
}

@media (max-width: 980px) {
  body.tj-intl-home #tj-expcats .tj-expcats__grid,
  #tj-expcats .tj-expcats__grid,
  #tj-expcats-related .tj-expcats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: calc(100% - 32px) !important;
  }

  body.tj-intl-home .elementor-element-tjr1 .tj-section__head {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
  }
}

@media (max-width: 560px) {
  body.tj-intl-home #tj-expcats .tj-expcats__grid,
  #tj-expcats .tj-expcats__grid,
  #tj-expcats-related .tj-expcats__grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: calc(100% - 28px) !important;
  }

  body.tj-intl-home .elementor-element-tjr1 .tj-section__head {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
  }

  body.tj-intl-home #tj-expcats .tj-expcat__body,
  #tj-expcats .tj-expcat__body,
  #tj-expcats-related .tj-expcat__body {
    padding: 16px;
  }

  body.tj-intl-home #tj-expcats .tj-expcat__media,
  #tj-expcats .tj-expcat__media,
  #tj-expcats-related .tj-expcat__media {
    aspect-ratio: 16 / 10;
  }
}


/* ---------- Made-to-order dedicated pages (full-width, no sidebar) ---------- */
body:has(.tj-mto) .wd-page-title,
body:has(.tj-mto) .page-title,
body:has(.tj-mto) .entry-header,
body:has(.tj-mto) .sidebar-container,
body:has(.tj-mto) .area-sidebar-right,
body:has(.tj-mto) .area-sidebar-left,
body:has(.tj-mto) aside.sidebar-container,
body:has(.tj-mto) .sidebar-right,
body:has(.tj-mto) .sidebar-left,
body:has(.tj-mto) #sidebar-right,
body:has(.tj-mto) #sidebar,
body:has(.tj-mto) .widget-area,
body.tj-mto-page .wd-page-title,
body.tj-mto-page .page-title,
body.tj-mto-page .entry-header,
body.tj-mto-page .sidebar-container,
body.tj-mto-page .area-sidebar-right,
body.tj-mto-page .area-sidebar-left,
body.tj-mto-page aside.sidebar-container,
body.tj-mto-page .sidebar-right,
body.tj-mto-page .sidebar-left,
body.tj-mto-page #sidebar-right,
body.tj-mto-page #sidebar,
body.tj-mto-page .widget-area {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

body:has(.tj-mto) .main-page-wrapper,
body:has(.tj-mto) .site-content,
body:has(.tj-mto) .content-layout-wrapper,
body:has(.tj-mto) .content-layout-wrapper > .row,
body:has(.tj-mto) .container,
body:has(.tj-mto) .container-fluid,
body:has(.tj-mto) .website-wrapper,
body:has(.tj-mto) .page-wrapper,
body.tj-mto-page .main-page-wrapper,
body.tj-mto-page .wd-page-content,
body.tj-mto-page .site-content,
body.tj-mto-page .content-layout-wrapper,
body.tj-mto-page .content-layout-wrapper > .row,
body.tj-mto-page .container,
body.tj-mto-page .container-fluid,
body.tj-mto-page .website-wrapper,
body.tj-mto-page .page-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body:has(.tj-mto) .site-content,
body:has(.tj-mto) .content-area,
body:has(.tj-mto) #main,
body:has(.tj-mto) article.page,
body.tj-mto-page .site-content.col-lg-9,
body.tj-mto-page .site-content.col-md-9,
body.tj-mto-page .site-content.col-lg-12,
body.tj-mto-page .site-content,
body.tj-mto-page .content-area,
body.tj-mto-page .main-page-wrapper .site-content,
body.tj-mto-page #main,
body.tj-mto-page article.page {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}

body:has(.tj-mto) .entry-content,
body.tj-mto-page .entry-content,
body.tj-mto-page .wd-entry-content,
body.tj-mto-page article .entry-content {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.tj-mto-page,
body:has(.tj-mto) {
  background: var(--tj-paper) !important;
}

.tj-mto {
  width: 100%;
  overflow: hidden;
  background: var(--tj-paper);
}

.tj-mto__wrap {
  width: min(1280px, calc(100% - 64px));
  margin-left: auto;
  margin-right: auto;
}

/* Buttons — self-contained (homepage styles don't apply here) */
.tj-mto__btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  font-family: var(--tj-font);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 2px;
  transition: transform 0.35s var(--tj-ease), background 0.35s var(--tj-ease), color 0.35s var(--tj-ease), border-color 0.35s var(--tj-ease), box-shadow 0.35s var(--tj-ease);
}

.tj-mto__btn--gold {
  background: linear-gradient(180deg, #d4ab70 0%, #c49a63 48%, #b5874f 100%) !important;
  color: #101418 !important;
  border: 1px solid #d0a56a !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 12px 28px rgba(0, 0, 0, 0.28),
    0 4px 0 rgba(120, 80, 40, 0.3);
}

.tj-mto__btn--gold:hover {
  background: linear-gradient(180deg, #f3e6d2 0%, #e8d3b4 100%) !important;
  color: #101418 !important;
  transform: translateY(-2px);
}

.tj-mto__btn--ghost {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  backdrop-filter: blur(8px);
}

.tj-mto__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.75) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.tj-mto__btn--ink {
  background: var(--tj-ink) !important;
  color: #f6f1e8 !important;
  border: 1px solid var(--tj-ink) !important;
}

.tj-mto__btn--ink:hover {
  background: #1c242d !important;
  transform: translateY(-2px);
  color: #fff !important;
}

.tj-mto__btn--outline {
  background: #fff !important;
  color: var(--tj-ink) !important;
  border: 1px solid rgba(16, 20, 24, 0.35) !important;
}

.tj-mto__btn--outline:hover {
  background: var(--tj-ink) !important;
  color: #fff !important;
  border-color: var(--tj-ink) !important;
  transform: translateY(-2px);
}

/* Hero — match shop/archive hero proportions */
.tj-mto__hero {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 485px;
  height: clamp(485px, 52vh, 540px);
  max-height: 540px;
  padding: clamp(48px, 6vw, 72px) 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  color: #f6f1e8;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(10, 12, 14, 0.93) 0%, rgba(16, 20, 24, 0.78) 52%, rgba(16, 20, 24, 0.42) 100%),
    var(--tj-mto-bg) center/cover no-repeat;
}

/*
 * Same lick photo for both layers: crop the dark Khewra rock field as the
 * scene (no kitchen spoon), hang the block on the right, faded in.
 */
body.tj-mto-page--animal-salt-licks .tj-mto__hero {
  background-color: #08111c;
  background-image:
    linear-gradient(115deg, rgba(6, 10, 16, 0.94) 0%, rgba(8, 14, 24, 0.82) 44%, rgba(8, 16, 28, 0.38) 72%, rgba(8, 16, 28, 0.18) 100%),
    var(--tj-mto-bg);
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: center, 18% 6%;
}

body.tj-mto-page--animal-salt-licks .tj-mto__hero::before {
  content: "";
  position: absolute;
  top: -6%;
  right: 0;
  bottom: -10%;
  width: min(54%, 720px);
  background-image: var(--tj-mto-bg);
  background-repeat: no-repeat;
  background-size: auto 185%;
  background-position: 58% 0%;
  pointer-events: none;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 22%),
    linear-gradient(180deg, #000 0%, #000 70%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 22%),
    linear-gradient(180deg, #000 0%, #000 70%, transparent 100%);
  mask-composite: intersect;
}

@media (max-width: 980px) {
  body.tj-mto-page--animal-salt-licks .tj-mto__hero::before {
    width: 78%;
    opacity: 0.55;
    background-size: auto 160%;
    background-position: 80% 0%;
  }
}

.tj-mto__hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 154, 99, 0.55), transparent);
  pointer-events: none;
}

.tj-mto__hero-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0;
}

.tj-mto__eyebrow {
  margin: 0 0 14px;
  font-family: var(--tj-font);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d4b48a;
}

.tj-mto__title {
  margin: 0 !important;
  max-width: 14ch;
  font-family: var(--tj-display) !important;
  font-size: clamp(2.8rem, 6.5vw, 4.4rem) !important;
  font-weight: 500 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
}

.tj-mto__lead {
  margin: 1.25rem 0 0;
  max-width: 42ch;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.65;
  color: rgba(246, 241, 232, 0.84);
}

.tj-mto__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 1.85rem;
}

.tj-mto__actions--inline {
  margin-top: 2rem;
}

/* Fact strip */
.tj-mto__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  background: #0a0c0e;
  border-bottom: 1px solid rgba(184, 137, 85, 0.28);
}

.tj-mto__fact {
  padding: 1.35rem 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.tj-mto__fact:last-child {
  border-right: 0;
}

.tj-mto__fact-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d4b48a;
  margin-bottom: 0.35rem;
}

.tj-mto__fact-value {
  display: block;
  font-family: var(--tj-display);
  font-size: 1.15rem;
  font-weight: 500;
  color: #f6f1e8;
  line-height: 1.3;
}

/* Story panel */
.tj-mto__panel {
  background: var(--tj-paper);
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
}

.tj-mto__grid {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.tj-mto__kicker {
  margin: 0 0 10px !important;
  font-family: var(--tj-font) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--tj-copper) !important;
}

.tj-mto__kicker--light {
  color: #d4b48a !important;
}

.tj-mto__h2 {
  margin: 0 0 1rem !important;
  font-family: var(--tj-display) !important;
  font-size: clamp(2rem, 3.6vw, 2.65rem) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  color: var(--tj-ink) !important;
  max-width: 16ch;
}

.tj-mto__text {
  margin: 0 0 1.35rem;
  max-width: 44ch;
  color: var(--tj-muted);
  line-height: 1.7;
  font-size: 1.08rem;
}

.tj-mto__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tj-mto__list li {
  position: relative;
  padding: 0.95rem 0 0.95rem 1.35rem;
  border-top: 1px solid rgba(16, 20, 24, 0.1);
  color: var(--tj-ink);
  font-size: 1.05rem;
  line-height: 1.5;
}

.tj-mto__list li:last-child {
  border-bottom: 1px solid rgba(16, 20, 24, 0.1);
}

.tj-mto__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.35rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tj-copper);
}

.tj-mto__gallery {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  min-height: 480px;
  height: 100%;
  max-height: 560px;
}

.tj-mto__shot {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
  background: #16191d;
  border: 1px solid rgba(16, 20, 24, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 12px 28px rgba(16, 20, 24, 0.1);
  transition: box-shadow 0.4s var(--tj-ease), transform 0.4s var(--tj-ease);
}

.tj-mto__shot::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.12) 0%, transparent 42%, rgba(10, 12, 14, 0.18) 100%);
  opacity: 0.85;
  transition: opacity 0.4s var(--tj-ease);
}

.tj-mto__shot--main {
  grid-row: 1 / span 2;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.28) inset,
    0 18px 40px rgba(16, 20, 24, 0.14);
}

.tj-mto__shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.75s var(--tj-ease), filter 0.45s var(--tj-ease);
  filter: saturate(1.05) contrast(1.03);
}

.tj-mto__gallery--poster .tj-mto__shot img,
.tj-mto__shot--poster img {
  object-fit: contain;
  background: #0a0c0e;
  transform: none;
}

.tj-mto__gallery--poster .tj-mto__shot:hover img,
.tj-mto__shot--poster:hover img {
  transform: scale(1.03);
}

.tj-mto__gallery--single {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  max-height: 520px;
}

.tj-mto__gallery--single .tj-mto__shot--main {
  grid-row: 1;
}

.tj-mto__shot:hover {
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.4) inset,
    0 20px 44px rgba(16, 20, 24, 0.16);
}

.tj-mto__shot:hover::after {
  opacity: 0.55;
}

.tj-mto__shot:hover img {
  transform: scale(1.08);
  filter: saturate(1.1) contrast(1.05);
}

/* Catalog grid on MTO pages (e.g. candle holders with Woo SKUs) */
.tj-mto__catalog {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: #fff;
  border-top: 1px solid var(--tj-line);
}

.tj-mto__catalog-inner {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}

.tj-mto__prodgrid {
  margin-top: 1.75rem;
}

.tj-mto__catalog-more {
  margin: 1.5rem 0 0;
  font-size: 0.98rem;
}

.tj-mto__catalog-more a {
  color: var(--tj-copper);
  font-weight: 600;
  text-decoration: none;
}

.tj-mto__catalog-more a:hover {
  text-decoration: underline;
}

/* Process */
.tj-mto__process {
  background: var(--tj-paper-2);
  border-top: 1px solid var(--tj-line);
  border-bottom: 1px solid var(--tj-line);
  padding: clamp(3.25rem, 7vw, 5rem) 0;
}

.tj-mto__process-inner {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}

.tj-mto__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 1.75rem;
}

.tj-mto__step {
  background: #fff;
  border: 1px solid var(--tj-line);
  padding: 1.5rem 1.4rem 1.65rem;
  min-height: 100%;
}

.tj-mto__step-num {
  display: block;
  font-family: var(--tj-display);
  font-size: 1.35rem;
  color: var(--tj-copper);
  margin-bottom: 0.85rem;
}

.tj-mto__step-title {
  margin: 0 0 0.55rem !important;
  font-family: var(--tj-display) !important;
  font-size: 1.35rem !important;
  font-weight: 500 !important;
  color: var(--tj-ink) !important;
}

.tj-mto__step-text {
  margin: 0;
  color: var(--tj-muted);
  line-height: 1.6;
  font-size: 0.98rem;
}

/* Related — clean 3-col grid (hide wpautop brs) */
.tj-mto br {
  display: none !important;
}

.tj-mto__more {
  width: 100%;
  margin: 0;
  padding: clamp(2.75rem, 5vw, 4rem) 0;
  background: var(--tj-paper-2);
  border-top: 1px solid var(--tj-line);
}

.tj-mto__more-inner {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}

.tj-mto__more-head {
  margin: 0 0 1.15rem;
  max-width: 40rem;
}

.tj-mto__h2--wide {
  max-width: none !important;
  margin: 0 0 0.4rem !important;
}

.tj-mto__more-note {
  margin: 0;
  max-width: 46ch;
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--tj-muted);
}

.tj-mto__more-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch;
}

a.tj-mto__more-card {
  grid-column: auto !important;
  position: relative !important;
  display: block !important;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 230px !important;
  height: 230px !important;
  margin: 0 !important;
  text-decoration: none !important;
  color: #f6f1e8 !important;
  background: #12151a !important;
  overflow: hidden !important;
  border-radius: 2px;
  isolation: isolate;
  transition: transform 0.35s var(--tj-ease), box-shadow 0.35s var(--tj-ease);
}

a.tj-mto__more-card:nth-child(4):nth-last-child(2),
a.tj-mto__more-card:nth-child(5):last-child {
  grid-column: auto !important;
  height: 230px !important;
}

a.tj-mto__more-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(16, 20, 24, 0.16);
  color: #f6f1e8 !important;
}

.tj-mto__more-media {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background: #16191d;
  z-index: 0;
}

.tj-mto__more-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center;
  display: block;
  transition: transform 0.7s var(--tj-ease);
}

a.tj-mto__more-card:hover .tj-mto__more-media img {
  transform: scale(1.06);
}

.tj-mto__more-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 12, 14, 0.05) 0%, rgba(10, 12, 14, 0.5) 50%, rgba(10, 12, 14, 0.9) 100%);
  pointer-events: none;
}

.tj-mto__more-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 0.95rem 1rem 1rem;
}

.tj-mto__more-name {
  font-family: var(--tj-display);
  font-size: clamp(0.95rem, 2.2vw, 1.15rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tj-mto__more-blurb {
  font-size: clamp(0.75rem, 1.8vw, 0.82rem);
  color: rgba(246, 241, 232, 0.72);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tj-mto__more-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  margin-top: 0.45rem;
  padding: 0.38rem 0.7rem;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #101418;
  background: linear-gradient(180deg, #d4ab70 0%, #c49a63 100%);
  border: 1px solid rgba(208, 165, 106, 0.9);
  border-radius: 2px;
  transition: background 0.3s var(--tj-ease);
}

.tj-mto__more-arrow {
  display: inline-block;
  transition: transform 0.3s var(--tj-ease);
}

a.tj-mto__more-card:hover .tj-mto__more-cta {
  background: linear-gradient(180deg, #f3e6d2 0%, #e8d3b4 100%);
}

a.tj-mto__more-card:hover .tj-mto__more-arrow {
  transform: translateX(3px);
}

/* Closing CTA */
.tj-mto__cta {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(184, 137, 85, 0.18), transparent 55%),
    #0a0c0e;
  color: #f6f1e8;
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
}

.tj-mto__cta-inner {
  width: min(880px, calc(100% - 64px));
  margin: 0 auto;
  text-align: center;
}

.tj-mto__cta-title {
  margin: 0 0 0.85rem !important;
  font-family: var(--tj-display) !important;
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.tj-mto__cta-text {
  margin: 0 auto 1.75rem;
  max-width: 46ch;
  color: rgba(246, 241, 232, 0.72);
  font-size: 1.08rem;
  line-height: 1.65;
}

.tj-mto__cta .tj-mto__actions {
  justify-content: center;
}

@media (max-width: 1100px) {
  .tj-mto__more-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  a.tj-mto__more-card,
  a.tj-mto__more-card:nth-child(4):nth-last-child(2),
  a.tj-mto__more-card:nth-child(5):last-child {
    grid-column: auto !important;
    height: 210px !important;
  }

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

  .tj-mto__fact:nth-child(2) {
    border-right: 0;
  }

  .tj-mto__fact:nth-child(1),
  .tj-mto__fact:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 980px) {
  .tj-mto__hero-inner,
  .tj-mto__grid,
  .tj-mto__process-inner,
  .tj-mto__more-inner,
  .tj-mto__cta-inner {
    width: calc(100% - 36px);
  }

  .tj-mto__hero {
    min-height: 420px;
    height: auto;
    max-height: none;
    padding: 56px 0 48px;
  }

  .tj-mto__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .tj-mto__gallery {
    min-height: 340px;
    max-height: 420px;
    order: -1;
  }

  .tj-mto__steps {
    grid-template-columns: 1fr;
  }

  .tj-mto__h2 {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .tj-mto__hero {
    min-height: clamp(360px, 62vh, 480px);
    height: auto;
    max-height: none;
  }

  .tj-mto__hero-inner,
  .tj-mto__grid,
  .tj-mto__process-inner,
  .tj-mto__more-inner,
  .tj-mto__cta-inner {
    width: calc(100% - 28px);
  }

  .tj-mto__facts {
    grid-template-columns: 1fr 1fr;
  }

  .tj-mto__gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }

  .tj-mto__shot--main {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 16 / 10;
  }

  .tj-mto__shot:not(.tj-mto__shot--main) {
    aspect-ratio: 4 / 3;
  }

  .tj-mto__actions .tj-mto__btn {
    width: 100%;
  }

  .tj-mto__more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  a.tj-mto__more-card,
  a.tj-mto__more-card:nth-child(4):nth-last-child(2),
  a.tj-mto__more-card:nth-child(5):last-child,
  a.tj-mto__more-card:last-child:nth-child(odd) {
    grid-column: auto !important;
    height: 200px !important;
  }
}

/* Woodmart bakery demo leftovers — never show sweets imagery on salt pages */
body.tj-cart-page .tj-util-h1,
body.tj-checkout-page .tj-util-h1,
body.woocommerce-cart .tj-util-h1,
body.woocommerce-checkout .tj-util-h1 {
  width: min(1180px, calc(100% - 48px));
  margin: 2rem auto 1rem;
  font-family: var(--tj-display) !important;
  font-size: clamp(1.75rem, 3vw, 2.35rem) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em;
  color: var(--tj-ink) !important;
}

body.tj-intl .wd-popup.wd-promo-popup {
  display: none !important;
  background-image: none !important;
  background-color: #111418 !important;
}

body.tj-intl .page-title-default,
body.tj-intl .wd-page-title,
body.tj-intl .page-title {
  background-image: none !important;
}

/* ========== TJ sitewide responsive safety net ========== */
body.tj-intl,
body.tj-intl-home,
body.tj-woo-archive,
body.tj-single-product {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* Prose/content only — never card/hero shells (see restore block below) */
body.tj-intl .entry-content > p img,
body.tj-intl .entry-content > figure img,
body.tj-intl .entry-content .wp-block-image img,
body.tj-intl .elementor-widget-text-editor img,
body.tj-intl .elementor-widget-image img,
body.tj-intl .woocommerce-Tabs-panel img,
body.tj-intl .woocommerce-product-details__short-description img,
body.tj-intl .tj-mto__copy img {
  max-width: 100% !important;
  height: auto !important;
}

/* Cover-fill images — must stay full-bleed inside their shells */
body.tj-intl .tj-mto__more-media img,
body.tj-intl .tj-prodcard__media img,
body.tj-intl .tj-expcat__media img,
body.tj-intl .tj-imm__slide img,
body.tj-intl .tj-hero__slide img,
body.tj-intl .tj-hero__media img,
body.tj-intl .tj-mto__shot img,
body.tj-intl .tj-mto__gallery img {
  max-width: none !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.tj-intl .tj-prodcard__media img {
  object-fit: contain !important;
}

body.tj-intl .entry-content table,
body.tj-intl .woocommerce-Tabs-panel table,
body.tj-intl .tj-mto__copy table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

body.tj-intl .entry-content iframe,
body.tj-intl .elementor-widget-video iframe,
body.tj-intl .elementor-widget-google_maps iframe {
  max-width: 100%;
}

body.tj-intl .elementor-widget-wrap,
body.tj-intl .e-con-inner,
body.tj-intl .wd-page-content {
  min-width: 0;
}

@media (max-width: 640px) {
  body.tj-intl .tj-imm {
    min-height: clamp(360px, 58vh, 440px) !important;
    height: auto !important;
    max-height: none !important;
  }

  body.tj-intl .tj-imm__slide img,
  body.tj-intl .tj-imm__slide.is-active img {
    transform: none !important;
  }

  body.tj-intl .tj-imm__content h1,
  .tj-woo-hero__title {
    font-size: clamp(1.65rem, 7vw, 2.25rem) !important;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  body.tj-intl .tj-mto__more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  a.tj-mto__more-card,
  a.tj-mto__more-card:nth-child(4):nth-last-child(2),
  a.tj-mto__more-card:nth-child(5):last-child,
  a.tj-mto__more-card:last-child:nth-child(odd) {
    min-height: 190px !important;
    height: 190px !important;
  }

  body.tj-single-product .woocommerce-tabs {
    padding: 8px 14px 18px;
  }

  a.tj-wa-float {
    right: 14px;
    bottom: 16px;
    width: 50px;
    height: 50px;
  }

  body.tj-intl .tj-site-header__inner,
  body.tj-intl .tj-site-header__main {
    min-width: 0;
  }
}

@media (max-width: 480px) {
  body.tj-intl .tj-mto__more-grid {
    grid-template-columns: 1fr !important;
  }

  a.tj-mto__more-card,
  a.tj-mto__more-card:nth-child(4):nth-last-child(2),
  a.tj-mto__more-card:nth-child(5):last-child,
  a.tj-mto__more-card:last-child:nth-child(odd) {
    min-height: 200px !important;
    height: 200px !important;
  }
}
