/*
Theme Name: The Jewellery Mill Child
Theme URI: http://local.thejewellerymill.co.uk/
Description: The Jewellery Mill child theme.
Author: The Web Caterer
Template: tjm
Version: 1.0.1
Text Domain: tjm
*/

:root {
  --tjm-primary: #8a6f5a;
  --tjm-cream: #f7f2ec;
  --tjm-blush: #eadbd2;
  --tjm-sage: #7d8b72;
  --tjm-dark: #1f1b18;
  --tjm-muted: #6f675f;
  --tjm-white: #fffaf6;
  --tjm-border: rgba(31, 27, 24, 0.14);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--tjm-white);
  color: var(--tjm-dark);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--tjm-primary);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 246, 0.96);
  border-bottom: 1px solid var(--tjm-border);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.site-brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.site-brand__logo,
.footer-brand__logo {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.site-brand__text,
.footer-brand__name {
  color: var(--tjm-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: 0;
}

.primary-navigation {
  justify-self: center;
}

.primary-menu,
.mobile-menu__list,
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.primary-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--tjm-dark);
  font-size: 0.95rem;
  font-weight: 600;
}

.site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1.05rem;
  border: 1px solid #161412;
  border-radius: 999px;
  color: #161412;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.header-cta:hover,
.header-cta:focus {
  border-color: #8b6f2b;
  color: #8b6f2b;
}

.header-cta--gold {
  border-color: #d6af36;
  background: #d6af36;
  color: #111;
}

.header-cta--subtle,
.header-cta--workshop {
  background: rgba(255, 255, 255, 0.68);
}

.cart-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid var(--tjm-border);
  border-radius: 999px;
  color: var(--tjm-dark);
  font-size: 0.92rem;
  font-weight: 700;
}

.cart-link__count {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--tjm-primary);
  color: #fff;
  font-size: 0.78rem;
}

.mobile-menu-toggle,
.mobile-menu__close {
  display: none;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--tjm-dark);
  cursor: pointer;
}

.mobile-menu-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid var(--tjm-border);
  border-radius: 999px;
  place-items: center;
}

.mobile-menu-toggle__line,
.mobile-menu-toggle__line::before,
.mobile-menu-toggle__line::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.mobile-menu-toggle__line {
  position: relative;
}

.mobile-menu-toggle__line::before,
.mobile-menu-toggle__line::after {
  content: "";
  position: absolute;
  left: 0;
}

.mobile-menu-toggle__line::before {
  top: -6px;
}

.mobile-menu-toggle__line::after {
  top: 6px;
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(31, 27, 24, 0.38);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  width: min(390px, 88vw);
  height: 100vh;
  padding: 24px;
  background: var(--tjm-white);
  box-shadow: -24px 0 60px rgba(31, 27, 24, 0.18);
  transform: translateX(100%);
  transition: transform 220ms ease;
}

.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--tjm-border);
}

.mobile-menu__close {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--tjm-border);
  border-radius: 999px;
  font-size: 1.6rem;
  line-height: 1;
}

.mobile-menu__list {
  padding-top: 22px;
}

.mobile-menu__list a {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid var(--tjm-border);
  color: var(--tjm-dark);
  font-size: 1.05rem;
  font-weight: 700;
}

body.mobile-menu-open {
  overflow: hidden;
}

body.mobile-menu-open .mobile-menu-overlay {
  opacity: 1;
  pointer-events: auto;
}

body.mobile-menu-open .mobile-menu {
  transform: translateX(0);
}

.site-main {
  width: min(1180px, calc(100% - 32px));
  margin: 40px auto;
}

.site-footer {
  margin-top: 72px;
  background: var(--tjm-dark);
  color: var(--tjm-cream);
}

.site-footer__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 58px 0 42px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 2fr;
  gap: 54px;
}

.site-footer__brand p {
  max-width: 260px;
  margin: 18px 0 0;
  color: rgba(247, 242, 236, 0.74);
}

.footer-brand__name {
  color: var(--tjm-cream);
}

.site-footer__menus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.footer-menu h2 {
  margin: 0 0 16px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 500;
}

.footer-menu li + li {
  margin-top: 10px;
}

.footer-menu a {
  color: rgba(247, 242, 236, 0.76);
  font-size: 0.95rem;
}

.footer-menu a:hover,
.footer-menu a:focus {
  color: #fff;
}

.site-footer__bottom {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 28px;
  border-top: 1px solid rgba(247, 242, 236, 0.16);
  color: rgba(247, 242, 236, 0.62);
  font-size: 0.9rem;
}

.site-footer__bottom p {
  margin: 0;
}

@media (max-width: 900px) {
  .site-header__inner {
    min-height: 72px;
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .primary-navigation {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-grid;
  }

  .cart-link {
    padding: 0 12px;
  }

  .cart-link__label {
    display: none;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 640px) {
  .site-brand__text {
    font-size: 1.12rem;
  }

  .site-footer__menus {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* Global header and footer */
.site {
  padding-top: 80px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  background: rgba(250, 249, 246, 0.86);
  border-bottom: 1px solid rgba(214, 211, 209, 0.82);
  backdrop-filter: blur(16px);
}

.site-header__inner {
  width: min(1280px, calc(100% - 48px));
  min-height: 80px;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
}

.site-brand__logo {
  width: 34px;
  height: auto;
}

.site-brand__text {
  display: flex;
  flex-direction: column;
  color: var(--tjm-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.48rem;
  font-style: italic;
  line-height: 0.9;
}

.primary-menu {
  gap: 34px;
}

.primary-menu a,
.cart-link {
  color: var(--tjm-dark);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.primary-menu a {
  min-height: 80px;
}

.primary-menu a:hover,
.primary-menu a:focus,
.cart-link:hover,
.cart-link:focus {
  color: var(--tjm-primary);
}

.cart-link {
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  gap: 12px;
  background: transparent;
}

.cart-link__count {
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--tjm-primary);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0;
}

.mobile-menu-toggle {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0;
  justify-items: start;
  padding: 0 0 0 6px;
}

.mobile-menu-toggle__line,
.mobile-menu-toggle__line::before,
.mobile-menu-toggle__line::after {
  width: 30px;
  height: 2px;
  border-radius: 0;
  background: var(--tjm-dark);
  transition: transform 180ms ease, opacity 180ms ease, width 180ms ease;
}

.mobile-menu-toggle__line {
  width: 20px;
}

.mobile-menu-toggle__line::before {
  top: -9px;
  width: 30px;
}

.mobile-menu-toggle__line::after {
  top: 9px;
  width: 30px;
}

body.mobile-menu-open .mobile-menu-toggle__line {
  opacity: 0;
}

body.mobile-menu-open .mobile-menu-toggle__line::before {
  opacity: 1;
  transform: translateY(9px) rotate(45deg);
}

body.mobile-menu-open .mobile-menu-toggle__line::after {
  opacity: 1;
  transform: translateY(-9px) rotate(-45deg);
}

.mobile-menu-overlay {
  z-index: 80;
  background: rgba(0, 0, 0, 0.3);
}

.mobile-menu {
  left: 0;
  right: auto;
  z-index: 90;
  width: min(320px, 85vw);
  padding: 0;
  background: rgb(250, 249, 246);
  box-shadow: 0 25px 60px rgba(31, 27, 24, 0.22);
  transform: translateX(-100%);
  display: flex;
  flex-direction: column;
}

body.mobile-menu-open .mobile-menu {
  transform: translateX(0);
}

.mobile-menu__header {
  min-height: 82px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(214, 211, 209, 0.82);
}

.site-brand--mobile .site-brand__text {
  font-size: 1.28rem;
}

.site-brand--mobile .site-brand__text::after {
  content: none;
}

.mobile-menu__close {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0;
}

.mobile-menu__close span[aria-hidden="true"] {
  position: relative;
  width: 22px;
  height: 22px;
}

.mobile-menu__close span[aria-hidden="true"]::before,
.mobile-menu__close span[aria-hidden="true"]::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 1px;
  width: 20px;
  height: 2px;
  background: var(--tjm-dark);
}

.mobile-menu__close span[aria-hidden="true"]::before {
  transform: rotate(45deg);
}

.mobile-menu__close span[aria-hidden="true"]::after {
  transform: rotate(-45deg);
}

.mobile-navigation {
  padding: 24px;
}

.mobile-menu__list a {
  padding: 13px 0;
  border: 0;
  color: var(--tjm-dark);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mobile-menu__footer {
  margin-top: auto;
  padding: 24px;
  border-top: 1px solid rgba(214, 211, 209, 0.82);
}

.mobile-menu__footer a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  color: var(--tjm-muted);
  font-size: 0.78rem;
}

.site-footer {
  margin-top: 0;
  background: #1f1b18;
  border-top: 1px solid rgba(247, 242, 236, 0.12);
  color: var(--tjm-cream);
}

.site-footer__inner {
  width: min(1280px, calc(100% - 48px));
  padding: 64px 0 58px;
  grid-template-columns: minmax(210px, 1fr) repeat(3, minmax(0, 0.72fr));
  gap: 48px;
}

.footer-brand {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-brand__logo {
  width: 42px;
  height: auto;
}

.footer-brand__name {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-style: italic;
  line-height: 1;
}

.site-footer__brand p {
  margin-top: 24px;
  color: rgba(247, 242, 236, 0.62);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  font-style: italic;
}

.site-footer__menus {
  display: contents;
}

.footer-menu h2 {
  margin-bottom: 18px;
  color: #fff;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.footer-menu li + li {
  margin-top: 9px;
}

.footer-menu a {
  color: rgba(247, 242, 236, 0.58);
  font-size: 0.78rem;
}

.footer-menu a:hover,
.footer-menu a:focus {
  color: var(--tjm-primary);
}

.site-footer__bottom {
  width: min(1280px, calc(100% - 48px));
  padding: 26px 0 34px;
  border-top: 1px solid rgba(247, 242, 236, 0.12);
  text-align: center;
}

.site-footer__bottom p {
  color: rgba(247, 242, 236, 0.42);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .site {
    padding-top: 72px;
  }

  .site-header__inner {
    width: min(100% - 32px, 1280px);
    min-height: 72px;
    grid-template-columns: 44px 1fr auto;
    gap: 12px;
  }

  .site-brand {
    justify-self: center;
  }

  .site-brand__text {
    font-size: 1.18rem;
  }

  .site-header__actions {
    min-width: 44px;
  }

  .cart-link__label {
    display: none;
  }

  .site-footer__inner {
    width: min(100% - 32px, 1280px);
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .site-footer__menus {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-footer__bottom {
    width: min(100% - 32px, 1280px);
    text-align: left;
  }
}

/* Header/footer static parity pass */
:root {
  --tjm-primary: #8B735B;
  --tjm-background-light: #FAF9F6;
  --tjm-background-dark: #1A1A1A;
  --tjm-accent-light: #F2EBE3;
  --tjm-accent-dark: #2D2A27;
}

.site-header {
  background: rgba(250, 249, 246, 0.82);
  border-bottom-color: #e7e5e4;
}

.site-header__inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
  height: 80px;
  min-height: 80px;
}

.site-header .site-brand {
  position: static;
  left: auto;
  justify-self: start;
  min-width: max-content;
  flex-direction: column;
  gap: 4px;
  transform: none;
}

.site-header .site-brand__logo {
  width: 32px;
}

.site-header .site-brand__text {
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.2;
  text-transform: uppercase;
}

.primary-navigation {
  justify-self: center;
  min-width: 0;
  width: 100%;
}

.primary-menu {
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(1.5rem, 3vw, 3rem);
  white-space: nowrap;
}

.primary-menu a {
  min-height: auto;
  font-size: 0.76rem;
  font-weight: 300;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-self: end;
  min-width: max-content;
}

.header-icon-button {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--tjm-dark);
  cursor: pointer;
  text-decoration: none;
}

.header-icon-button:hover,
.header-icon-button:focus {
  color: var(--tjm-primary);
}

.material-symbols-outlined {
  font-size: 20px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  line-height: 1;
}

.header-icon-button--cart .cart-link__count {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  width: 0.875rem;
  min-width: 0.875rem;
  height: 0.875rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--tjm-primary);
  color: #fff;
  font-size: 8px;
  line-height: 1;
}

.tjm-instagram-section {
  padding: 6rem 0;
  border-top: 1px solid #e7e5e4;
  background: #fff;
}

.tjm-instagram-section__inner {
  width: min(80rem, calc(100% - 3rem));
  margin: 0 auto;
}

.tjm-instagram-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}

.tjm-instagram-section h2 {
  margin: 0 0 0.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
}

.tjm-instagram-section p,
.tjm-instagram-section a {
  margin: 0;
  color: #78716c;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tjm-instagram-section a:hover,
.tjm-instagram-section a:focus {
  color: var(--tjm-primary);
}

[data-tjm-elfsight-feed] {
  min-height: 220px;
}

.site-footer {
  background: var(--tjm-accent-light);
  border-top: 1px solid #e7e5e4;
  color: #44403c;
}

.site-footer__inner {
  width: min(80rem, calc(100% - 3rem));
  padding: 4rem 0;
  display: grid;
  grid-template-columns: minmax(14rem, 1fr) 3fr;
  gap: 3rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.footer-brand__logo {
  width: 32px;
}

.footer-brand__name {
  color: #292524;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.site-footer__brand p {
  margin-top: 1.5rem;
  color: #78716c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.86rem;
  font-style: italic;
}

.site-footer__menus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
}

.footer-menu h2 {
  margin: 0 0 1rem;
  color: #292524;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-menu a {
  color: #78716c;
  font-size: 0.78rem;
}

.footer-menu a:hover,
.footer-menu a:focus {
  color: var(--tjm-primary);
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.footer-socials__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a8a29e;
  text-decoration: none;
  transition: color 160ms ease;
}

.footer-socials__link:hover,
.footer-socials__link:focus-visible {
  color: var(--tjm-primary, #8B735B);
}

.footer-socials__link svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

.site-footer__bottom {
  width: min(80rem, calc(100% - 3rem));
  padding: 2rem 0;
  border-top: 1px solid #e7e5e4;
  text-align: center;
}

.site-footer__bottom p {
  color: #78716c;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .site-header__inner {
    grid-template-columns: 44px 1fr auto;
    gap: 1rem;
    height: 72px;
    min-height: 72px;
  }

  .site-header .site-brand {
    position: static;
    justify-self: center;
    min-width: 0;
    transform: none;
  }

  .site-header .site-brand__logo {
    width: 30px;
  }

  .site-header .site-brand__text {
    font-size: 0.58rem;
  }

  .tjm-instagram-section {
    padding: 4.5rem 0;
  }

  .tjm-instagram-section__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__menus {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* Homepage */
.tjm-home {
  overflow: hidden;
  background: var(--tjm-background-light, #FAF9F6);
  color: var(--tjm-dark);
}

.tjm-reveal {
  animation: tjm-fade-up 700ms ease both;
}

@keyframes tjm-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tjm-eyebrow {
  margin: 0 0 1rem;
  color: var(--tjm-primary, #8B735B);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tjm-hero {
  min-height: calc(100vh - 80px);
  padding: clamp(5rem, 8vw, 8rem) 0 clamp(4rem, 7vw, 7rem);
  display: flex;
  align-items: center;
  background:
    linear-gradient(110deg, rgba(250, 249, 246, 0.94) 0%, rgba(250, 249, 246, 0.76) 52%, rgba(242, 235, 227, 0.94) 100%),
    radial-gradient(circle at 76% 32%, rgba(138, 111, 90, 0.18), transparent 34%);
}

.tjm-hero__inner,
.tjm-home-products,
.tjm-why,
.tjm-story {
  width: min(80rem, calc(100% - 3rem));
  margin: 0 auto;
}

.tjm-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.78fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.tjm-hero h1,
.tjm-section-heading h2,
.tjm-story h2 {
  margin: 0;
  color: #1c1917;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.tjm-hero h1 {
  max-width: 11ch;
  font-size: clamp(4rem, 9vw, 8.2rem);
  font-style: italic;
  line-height: 0.88;
}

.tjm-hero__copy > p:not(.tjm-eyebrow) {
  max-width: 32rem;
  margin: 1.75rem 0 2rem;
  color: #57534e;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.tjm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.65rem;
  border: 1px solid currentColor;
  border-radius: 0;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.tjm-button--dark {
  background: #1f1b18;
  color: #fffaf6;
}

.tjm-button--dark:hover,
.tjm-button--dark:focus {
  background: var(--tjm-primary, #8B735B);
  color: #fff;
}

.tjm-button--outline {
  color: #1f1b18;
}

.tjm-button--outline:hover,
.tjm-button--outline:focus {
  background: #1f1b18;
  color: #fffaf6;
}

.tjm-hero__media {
  min-height: clamp(26rem, 46vw, 38rem);
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid rgba(138, 111, 90, 0.2);
  background: linear-gradient(145deg, #f7f2ec 0%, #ffffff 54%, #eadbd2 100%);
}

.tjm-hero__bottle {
  width: min(62%, 18rem);
  aspect-ratio: 3 / 5;
  display: grid;
  place-items: center;
  border: 1px solid rgba(31, 27, 24, 0.12);
  background: rgba(255, 250, 246, 0.72);
  box-shadow: 0 32px 80px rgba(31, 27, 24, 0.12);
}

.tjm-hero__bottle img {
  width: 44%;
  height: auto;
}

.tjm-hero__caption {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  gap: 0.75rem;
  color: #78716c;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tjm-home-products,
.tjm-why,
.tjm-story {
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.tjm-section-heading {
  max-width: 42rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.tjm-section-heading h2,
.tjm-story h2 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.98;
}

.tjm-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
}

.tjm-product-card {
  background: #fffaf6;
}

.tjm-product-card__image {
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f2ebe3;
}

.tjm-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

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

.tjm-product-card__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #f7f2ec, #fffaf6);
}

.tjm-product-card__placeholder img {
  width: 5rem;
  height: auto;
  object-fit: contain;
}

.tjm-product-card__body {
  padding: 1.35rem 0 0;
}

.tjm-product-card__strapline {
  margin: 0 0 0.45rem;
  color: #8B735B;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tjm-product-card h3 {
  margin: 0;
  color: #1c1917;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.15;
}

.tjm-product-card__price {
  margin-top: 0.65rem;
  color: #57534e;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.84rem;
}

.tjm-product-card__button {
  width: 100%;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid #1f1b18;
  background: transparent;
  color: #1f1b18;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.tjm-product-card__button:hover,
.tjm-product-card__button:focus {
  background: #1f1b18;
  color: #fffaf6;
}

.tjm-product-card .added_to_cart {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 0.65rem;
  color: var(--tjm-primary, #8B735B);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tjm-products-empty {
  margin: 0;
  color: #78716c;
  text-align: center;
}

.tjm-why {
  border-top: 1px solid #e7e5e4;
  border-bottom: 1px solid #e7e5e4;
  background: #fff;
}

.tjm-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #e7e5e4;
}

.tjm-benefit {
  min-height: 18rem;
  padding: clamp(2rem, 4vw, 3.25rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fffaf6;
  text-align: center;
}

.tjm-benefit .material-symbols-outlined {
  margin-bottom: 1.25rem;
  color: var(--tjm-primary, #8B735B);
  font-size: 2rem;
}

.tjm-benefit h3 {
  margin: 0 0 0.8rem;
  color: #1c1917;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.tjm-benefit p {
  max-width: 18rem;
  margin: 0;
  color: #78716c;
  font-size: 0.95rem;
}

.tjm-story {
  display: grid;
  grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}

.tjm-story__media {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: var(--tjm-accent-light, #F2EBE3);
}

.tjm-story__media img {
  width: min(42%, 10rem);
  height: auto;
}

.tjm-story__copy {
  max-width: 38rem;
}

.tjm-story__copy p:not(.tjm-eyebrow) {
  margin: 1.5rem 0 2rem;
  color: #57534e;
  font-size: 1.05rem;
}

@media (max-width: 900px) {
  .site-header__actions {
    gap: 0.45rem;
    min-width: max-content;
  }

  .header-icon-button {
    width: 1.35rem;
    height: 1.35rem;
  }

  .material-symbols-outlined {
    font-size: 19px;
  }

  .tjm-hero {
    min-height: auto;
    padding-top: 4rem;
  }

  .tjm-hero__inner,
  .tjm-story {
    grid-template-columns: 1fr;
  }

  .tjm-hero h1 {
    max-width: 9ch;
  }

  .tjm-hero__media {
    min-height: 24rem;
  }

  .tjm-product-grid,
  .tjm-benefit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header__inner {
    width: min(100% - 1.5rem, 1280px);
    grid-template-columns: 2.25rem minmax(0, 1fr) auto;
    gap: 0.55rem;
  }

  .site-header .site-brand {
    gap: 0.35rem;
  }

  .site-header .site-brand__logo {
    width: 26px;
  }

  .site-header .site-brand__text {
    max-width: 7.5rem;
    font-size: 0.48rem;
    letter-spacing: 0.22em;
  }

  .site-header__actions {
    gap: 0.3rem;
  }

  .header-icon-button {
    width: 1.25rem;
    height: 1.25rem;
  }

  .header-icon-button--cart .cart-link__count {
    top: -0.32rem;
    right: -0.32rem;
  }

  .tjm-hero__inner,
  .tjm-home-products,
  .tjm-why,
  .tjm-story {
    width: min(100% - 2rem, 80rem);
  }

  .tjm-hero h1 {
    font-size: clamp(3.1rem, 18vw, 4.6rem);
  }

  .tjm-hero__caption {
    left: 1rem;
    right: 1rem;
    justify-content: space-between;
    font-size: 0.54rem;
  }
}

/* Homepage static parity refinement */
.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.js .reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.js .reveal--immediate {
  opacity: 1;
  transform: translateY(0);
}

.js .reveal--up {
  transform: translateY(24px);
}

.js .reveal--immediate.reveal--up {
  transform: translateY(0);
}

.js .tjm-pack.reveal {
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.js .tjm-pack.reveal.revealed {
  transform: translateY(0);
}

html:not(.js) .reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .js .reveal,
  .js .tjm-pack.reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.tjm-product-card--2 {
  transition-delay: 120ms;
}

.tjm-product-card--3 {
  transition-delay: 220ms;
}

.tjm-home {
  background: #FAF9F6;
}

.tjm-hero {
  min-height: calc(100vh - 80px);
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  isolation: isolate;
  background: #1f1b18;
}

.tjm-hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.tjm-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(31, 27, 24, 0.62) 0%, rgba(31, 27, 24, 0.36) 40%, rgba(31, 27, 24, 0.06) 76%);
}

.tjm-hero__inner {
  width: min(80rem, calc(100% - 3rem));
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.tjm-hero__copy {
  max-width: 35rem;
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.tjm-hero .tjm-eyebrow {
  color: rgba(255, 250, 246, 0.76);
}

.tjm-hero h1 {
  max-width: 9ch;
  color: #fffaf6;
  font-size: clamp(4.2rem, 8.8vw, 8.4rem);
  font-style: italic;
  line-height: 0.9;
}

.tjm-hero__copy > p:not(.tjm-eyebrow) {
  max-width: 31rem;
  margin: 1.6rem 0 2rem;
  color: rgba(255, 250, 246, 0.82);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
}

.tjm-hero .tjm-button--dark {
  border-color: #fffaf6;
  background: #fffaf6;
  color: #1f1b18;
}

.tjm-hero .tjm-button--dark:hover,
.tjm-hero .tjm-button--dark:focus {
  border-color: var(--tjm-primary, #8B735B);
  background: var(--tjm-primary, #8B735B);
  color: #fff;
}

.tjm-home-products {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.tjm-home-products .tjm-section-heading {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.tjm-home-products .tjm-section-heading h2,
.tjm-why .tjm-section-heading h2 {
  display: inline-block;
  position: relative;
  color: #1c1917;
  font-size: clamp(2.7rem, 5.4vw, 5rem);
  font-style: italic;
}

.tjm-home-products .tjm-section-heading h2::after,
.tjm-why .tjm-section-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.65rem;
  width: 4.75rem;
  height: 1px;
  background: var(--tjm-primary, #8B735B);
  transform: translateX(-50%);
}

.tjm-product-grid {
  gap: clamp(1.5rem, 4vw, 3rem);
}

.tjm-product-card {
  background: transparent;
  text-align: center;
}

.tjm-product-card__image {
  aspect-ratio: 1;
  background: #F2EBE3;
}

.tjm-product-card__image img {
  object-fit: cover;
}

.tjm-product-card__body {
  padding: 1.45rem 0 0;
}

.tjm-product-card h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
}

.tjm-product-card__strapline {
  margin: 0 0 0.75rem;
  color: #8B735B;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
}

.tjm-product-card__price {
  margin-top: 0;
  color: #78716c;
  font-size: 0.82rem;
}

.tjm-product-card__button {
  max-width: 15rem;
  margin: 1.15rem auto 0;
  display: inline-flex;
  justify-content: center;
  background: transparent;
}

.tjm-why {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  background: #fffaf6;
}

.tjm-benefit-grid {
  width: min(80rem, calc(100% - 3rem));
  margin: 0 auto;
  background: transparent;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.tjm-benefit {
  min-height: auto;
  padding: 1rem;
  background: transparent;
}

.tjm-story {
  width: min(80rem, calc(100% - 3rem));
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 1fr);
}

.tjm-story__copy {
  max-width: 35rem;
}

.tjm-story__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #F2EBE3;
}

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

.tjm-story__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.tjm-story__placeholder img {
  width: min(34%, 8rem);
  height: auto;
  object-fit: contain;
}

.tjm-story__summary p {
  margin: 1.35rem 0 0;
  color: #57534e;
  font-size: 1.02rem;
}

.tjm-story__link {
  margin-top: 2rem;
  display: inline-flex;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid currentColor;
  color: #1f1b18;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tjm-story__link:hover,
.tjm-story__link:focus {
  color: var(--tjm-primary, #8B735B);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 900px) {
  .site-header__inner {
    position: relative;
  }

  .site-header .site-brand {
    position: absolute;
    left: 50%;
    justify-self: auto;
    min-width: max-content;
    transform: translateX(-50%);
  }

  .site-header__actions {
    justify-self: end;
  }

  .tjm-hero {
    min-height: min(760px, calc(100vh - 72px));
  }

  .tjm-hero__inner {
    min-height: min(760px, calc(100vh - 72px));
  }

  .tjm-hero__image {
    object-position: 62% center;
  }

  .tjm-hero__overlay {
    background: linear-gradient(90deg, rgba(31, 27, 24, 0.68) 0%, rgba(31, 27, 24, 0.42) 54%, rgba(31, 27, 24, 0.18) 100%);
  }

  .tjm-story {
    grid-template-columns: 1fr;
  }

  .tjm-story__media {
    order: -1;
  }
}

@media (max-width: 560px) {
  .site-header .site-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .tjm-hero {
    min-height: 620px;
  }

  .tjm-hero__inner {
    min-height: 620px;
    width: min(100% - 2rem, 80rem);
    align-items: flex-end;
  }

  .tjm-hero__copy {
    padding: 0 0 4rem;
  }

  .tjm-hero h1 {
    max-width: 8ch;
    font-size: clamp(3.35rem, 17vw, 4.8rem);
  }

  .tjm-hero__image {
    object-position: 66% center;
  }

  .tjm-hero__overlay {
    background: linear-gradient(0deg, rgba(31, 27, 24, 0.78) 0%, rgba(31, 27, 24, 0.38) 54%, rgba(31, 27, 24, 0.08) 100%);
  }
}

/* Homepage screenshot parity tuning */
.tjm-hero {
  background: #f3f1ee;
}

.tjm-hero__image {
  object-position: center center;
}

.tjm-hero__overlay {
  background: linear-gradient(90deg, rgba(250, 249, 246, 0.72) 0%, rgba(250, 249, 246, 0.34) 36%, rgba(250, 249, 246, 0.04) 68%);
}

.tjm-hero__copy {
  max-width: 32rem;
}

.tjm-hero .tjm-eyebrow {
  color: #8B735B;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
}

.tjm-hero h1 {
  max-width: 8.8ch;
  color: #1A1A1A;
  font-size: clamp(3.8rem, 5.25vw, 6.25rem);
  font-weight: 400;
  line-height: 0.96;
}

.tjm-hero__copy > p:not(.tjm-eyebrow) {
  max-width: 31rem;
  margin: 1.55rem 0 2rem;
  color: #2D2A27;
  font-size: clamp(0.98rem, 1vw, 1.06rem);
  line-height: 1.65;
}

.tjm-hero .tjm-button--dark {
  width: 15.3rem;
  min-height: 3rem;
  padding: 0.85rem 1.35rem;
  border-color: #8B735B;
  background: #8B735B;
  color: #FFFFFF;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
}

.tjm-hero .tjm-button--dark:hover,
.tjm-hero .tjm-button--dark:focus {
  border-color: #2D2A27;
  background: #2D2A27;
  color: #FFFFFF;
}

.tjm-home-products .tjm-section-heading {
  margin-bottom: clamp(2.8rem, 4.2vw, 4rem);
}

.tjm-home-products .tjm-section-heading h2,
.tjm-why .tjm-section-heading h2 {
  color: #1A1A1A;
  font-size: clamp(1.65rem, 2vw, 2.1rem);
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
}

.tjm-home-products .tjm-section-heading h2::after,
.tjm-why .tjm-section-heading h2::after {
  bottom: -0.8rem;
  width: 3rem;
  background: #8B735B;
}

.tjm-product-card__image {
  overflow: hidden;
}

.tjm-product-card__image img {
  transition: transform 700ms ease;
}

.tjm-product-card:hover .tjm-product-card__image img,
.tjm-product-card:focus-within .tjm-product-card__image img {
  transform: scale(1.05);
}

.tjm-product-card__body {
  padding-top: 1.65rem;
}

.tjm-product-card h3 {
  margin: 0 0 0.58rem;
  color: #2D2A27;
  font-size: clamp(1.18rem, 1.4vw, 1.45rem);
  font-weight: 400;
  line-height: 1.18;
}

.tjm-product-card h3 a {
  color: inherit;
}

.tjm-product-card__strapline {
  margin-bottom: 0.78rem;
  color: #8B735B;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.tjm-product-card__price {
  color: #8B735B;
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.4;
}

.tjm-product-card__button {
  width: min(100%, 8.75rem);
  min-height: 2.1rem;
  margin-top: 1.2rem;
  padding: 0.56rem 0.9rem;
  border-color: #D7D0C8;
  color: #8B735B;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.tjm-product-card__button:hover,
.tjm-product-card__button:focus {
  border-color: #8B735B;
  background: #8B735B;
  color: #FFFFFF;
}

@media (max-width: 900px) {
  .tjm-hero__image {
    object-position: center center;
  }

  .tjm-hero__overlay {
    background: linear-gradient(90deg, rgba(250, 249, 246, 0.62) 0%, rgba(250, 249, 246, 0.26) 48%, rgba(250, 249, 246, 0.02) 100%);
  }

  .tjm-hero h1 {
    color: #1A1A1A;
    font-size: clamp(3.6rem, 11vw, 5.2rem);
  }

  .tjm-hero__copy > p:not(.tjm-eyebrow) {
    color: #2D2A27;
  }

  .tjm-home-products .tjm-section-heading h2,
  .tjm-why .tjm-section-heading h2 {
    font-size: clamp(1.55rem, 6vw, 2rem);
  }
}

@media (max-width: 560px) {
  .tjm-hero__inner {
    align-items: center;
  }

  .tjm-hero__copy {
    padding: 3rem 0;
  }

  .tjm-hero__image {
    object-position: center center;
  }

  .tjm-hero__overlay {
    background: linear-gradient(90deg, rgba(250, 249, 246, 0.58) 0%, rgba(250, 249, 246, 0.2) 58%, rgba(250, 249, 246, 0) 100%);
  }

  .tjm-hero h1 {
    max-width: 8.2ch;
    font-size: clamp(3.2rem, 15vw, 4.55rem);
  }

  .tjm-hero__copy > p:not(.tjm-eyebrow) {
    max-width: 17rem;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .tjm-hero .tjm-button--dark {
    width: min(100%, 15.3rem);
  }

  .tjm-home-products .tjm-section-heading h2,
  .tjm-why .tjm-section-heading h2 {
    font-size: clamp(1.45rem, 7vw, 1.75rem);
  }
}

/* Hero and mobile drawer cleanup */
.tjm-hero h1 {
  max-width: 11ch;
  font-weight: 300;
  line-height: 0.94;
}

.tjm-hero__copy {
  text-shadow: 0 1px 20px rgba(250, 249, 246, 0.42);
}

.tjm-hero .tjm-button {
  text-shadow: none;
}

.mobile-menu__actions {
  display: grid;
  gap: 0.75rem;
}

.mobile-menu__action-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.35rem 0;
  color: var(--tjm-dark);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.mobile-menu__action-link .material-symbols-outlined {
  width: 1.25rem;
  font-size: 1.25rem;
}

.mobile-menu__cart-count {
  margin-left: auto;
  color: var(--tjm-primary, #8B735B);
}

.mobile-menu__divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0 0.9rem;
  border: 0;
  background: rgba(31, 27, 24, 0.12);
}

.mobile-menu__socials {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.mobile-menu__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  padding: 0;
  color: #a8a29e;
  flex: 0 0 auto;
}

.mobile-menu__social-link:hover,
.mobile-menu__social-link:focus-visible {
  color: var(--tjm-primary, #8B735B);
}

.mobile-menu__social-link svg {
  width: 1.18rem;
  height: 1.18rem;
  fill: currentColor;
}

@media (max-width: 900px) {
  .tjm-hero h1 {
    max-width: 12ch;
    font-size: clamp(3.45rem, 10vw, 5rem);
    font-weight: 300;
    line-height: 0.94;
  }
}

@media (max-width: 560px) {
  .tjm-hero__copy {
    position: relative;
    max-width: 20rem;
  }

  .tjm-hero__copy::before {
    content: "";
    position: absolute;
    inset: -1.1rem -0.8rem;
    z-index: -1;
    background: radial-gradient(ellipse at left center, rgba(250, 249, 246, 0.44), rgba(250, 249, 246, 0) 68%);
    pointer-events: none;
  }

  .tjm-hero h1 {
    max-width: 12ch;
    font-size: clamp(3.15rem, 13vw, 4.15rem);
    font-weight: 300;
    line-height: 0.92;
  }
}

/* Typography and section layout polish */
.tjm-hero h1 {
  color: #292524;
  font-weight: 300;
  line-height: 0.92;
}

.tjm-section-heading h2,
.tjm-home-products .tjm-section-heading h2,
.tjm-why .tjm-section-heading h2,
.tjm-instagram-section h2 {
  color: #292524;
  font-weight: 300;
}

.tjm-home-products .tjm-section-heading h2,
.tjm-why .tjm-section-heading h2 {
  font-size: clamp(1.55rem, 1.85vw, 1.95rem);
}

.tjm-story .tjm-eyebrow {
  color: #292524;
  font-weight: 400;
}

.tjm-instagram-section h2 {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.3;
}

.tjm-product-card h3,
.tjm-product-card h3 a {
  color: #2D2A27;
}

.tjm-product-card h3 {
  font-weight: 300;
}

.tjm-why {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 900px) {
  .tjm-hero h1 {
    font-weight: 300;
  }

  .tjm-home-products .tjm-section-heading h2,
  .tjm-why .tjm-section-heading h2 {
    font-size: clamp(1.45rem, 5.2vw, 1.85rem);
  }
}

.tjm-story__copy p:not(.tjm-eyebrow),
.tjm-story__summary p {
  color: #57534e;
  line-height: 1.75;
  margin: 0 0 1.5rem;
}

.tjm-story__summary p:last-child {
  margin-bottom: 0;
}

/* TJM launch homepage conversion pass */
.tjm-home {
  background: #f8f5f0;
}

.tjm-home .tjm-eyebrow {
  color: #8b735b;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.tjm-hero {
  min-height: min(720px, calc(100vh - 72px));
  background:
    linear-gradient(135deg, #171310 0%, #2b241f 46%, #7e6a57 100%),
    linear-gradient(180deg, rgba(255, 250, 246, 0.08), rgba(31, 27, 24, 0));
}

.tjm-hero__image {
  display: none;
}

.tjm-hero__overlay {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 250, 246, 0.14), transparent 26rem),
    linear-gradient(90deg, rgba(20, 17, 14, 0.58) 0%, rgba(20, 17, 14, 0.22) 58%, rgba(20, 17, 14, 0.04) 100%);
}

.tjm-hero__inner {
  min-height: min(720px, calc(100vh - 72px));
  width: min(78rem, calc(100% - 2rem));
  justify-content: flex-start;
}

.tjm-hero__copy {
  max-width: 43rem;
  padding: clamp(3.75rem, 8vw, 7rem) 0;
  text-shadow: none;
}

.tjm-hero .tjm-eyebrow {
  color: #d9c8b4;
}

.tjm-hero h1 {
  max-width: 13ch;
  color: #fffaf6;
  font-size: clamp(3.1rem, 6vw, 6rem);
  font-weight: 300;
  line-height: 0.98;
}

.tjm-hero__copy > p:not(.tjm-eyebrow, .tjm-hero__note) {
  max-width: 34rem;
  color: rgba(255, 250, 246, 0.86);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.68;
}

.tjm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.75rem;
}

.tjm-hero .tjm-button {
  width: auto;
  min-width: min(100%, 14.5rem);
}

.tjm-button--light,
.tjm-hero .tjm-button--light {
  border-color: rgba(255, 250, 246, 0.62);
  color: #fffaf6;
}

.tjm-button--light:hover,
.tjm-button--light:focus {
  border-color: #fffaf6;
  background: #fffaf6;
  color: #1f1b18;
}

.tjm-hero__note {
  margin: 1rem 0 0;
  color: rgba(255, 250, 246, 0.7);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tjm-trust-bar {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 250, 246, 0.18);
  border-bottom: 1px solid rgba(31, 27, 24, 0.08);
  background: #1f1b18;
  color: #fffaf6;
}

.tjm-trust-bar__item {
  min-height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 1rem;
  border-right: 1px solid rgba(255, 250, 246, 0.12);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.tjm-trust-bar__item:last-child {
  border-right: 0;
}

.tjm-trust-bar__item .material-symbols-outlined {
  color: #d9c8b4;
  font-size: 1.05rem;
}

.tjm-pack {
  width: min(78rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2.75rem, 6vw, 5.5rem) 0 0;
}

.tjm-pack__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(18rem, 0.7fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(139, 115, 91, 0.28);
  background: #fffaf6;
  box-shadow: 0 22px 60px rgba(31, 27, 24, 0.08);
}

.tjm-pack h2,
.tjm-final-cta h2 {
  margin: 0;
  color: #292524;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.2vw, 4rem);
  font-weight: 300;
  line-height: 1;
}

.tjm-pack p {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: #57534e;
  line-height: 1.7;
}

.tjm-pack__cta {
  display: grid;
  gap: 1.25rem;
  padding: 1.25rem;
  border-left: 1px solid rgba(139, 115, 91, 0.22);
}

.tjm-pack__cta strong {
  color: #292524;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 300;
  line-height: 1.18;
}

.tjm-home-products,
.tjm-why,
.tjm-story {
  width: min(78rem, calc(100% - 2rem));
  padding: clamp(3.5rem, 7vw, 6.25rem) 0;
}

.tjm-section-heading {
  max-width: 43rem;
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.tjm-section-heading p {
  margin: 1rem auto 0;
  color: #57534e;
  line-height: 1.65;
}

.tjm-home-products .tjm-section-heading h2,
.tjm-why .tjm-section-heading h2 {
  white-space: normal;
}

.tjm-steps .tjm-benefit-grid,
.tjm-reviews .tjm-benefit-grid,
.tjm-faqs .tjm-benefit-grid {
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tjm-services .tjm-benefit-grid {
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(139, 115, 91, 0.22);
}

.tjm-services .tjm-benefit,
.tjm-steps .tjm-benefit,
.tjm-reviews .tjm-benefit,
.tjm-faqs .tjm-benefit {
  padding: clamp(1.2rem, 2.4vw, 2rem);
  border: 0;
  background: #fffaf6;
}

.tjm-services .tjm-benefit {
  min-height: 15rem;
}

.tjm-benefit .material-symbols-outlined {
  color: #8b735b;
}

.tjm-benefit h3 {
  color: #292524;
  font-size: clamp(1.25rem, 1.6vw, 1.6rem);
  line-height: 1.18;
}

.tjm-benefit p {
  color: #57534e;
}

.tjm-story.tjm-workshop {
  align-items: center;
  border-top: 1px solid rgba(139, 115, 91, 0.18);
  border-bottom: 1px solid rgba(139, 115, 91, 0.18);
}

.tjm-workshop-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.tjm-workshop-list li {
  position: relative;
  padding-left: 1.5rem;
  color: #3f3a35;
  line-height: 1.55;
}

.tjm-workshop-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 0.55rem;
  height: 1px;
  background: #8b735b;
}

.tjm-story__media {
  border: 1px solid rgba(139, 115, 91, 0.2);
  box-shadow: 0 22px 60px rgba(31, 27, 24, 0.08);
}

.tjm-bespoke {
  border-top: 1px solid rgba(139, 115, 91, 0.14);
  border-bottom: 1px solid rgba(139, 115, 91, 0.14);
}

.tjm-reviews {
  background: #f0ebe4;
}

.tjm-reviews .tjm-benefit p {
  margin: 0;
  color: #292524;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  font-weight: 300;
  line-height: 1.35;
}

.tjm-faqs .tjm-benefit {
  min-height: auto;
  text-align: left;
}

.tjm-final-cta {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(3.25rem, 7vw, 6rem) max(1rem, calc((100vw - 78rem) / 2));
  display: block;
  background: #1f1b18;
  color: #fffaf6;
  text-align: center;
}

.tjm-final-cta .tjm-story__copy {
  max-width: 46rem;
  margin: 0 auto;
}

.tjm-final-cta .tjm-eyebrow {
  color: #d9c8b4;
}

.tjm-final-cta h2,
.tjm-final-cta p {
  color: #fffaf6;
}

.tjm-final-cta p {
  margin: 1.25rem auto 1.8rem;
  color: rgba(255, 250, 246, 0.78);
}

.tjm-final-cta .tjm-button--dark {
  border-color: #fffaf6;
  background: #fffaf6;
  color: #1f1b18;
}

@media (max-width: 980px) {
  .tjm-trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tjm-trust-bar__item:nth-child(2n) {
    border-right: 0;
  }

  .tjm-pack__panel,
  .tjm-story {
    grid-template-columns: 1fr;
  }

  .tjm-pack__cta {
    border-top: 1px solid rgba(139, 115, 91, 0.22);
    border-left: 0;
    padding: 1.5rem 0 0;
  }

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

@media (max-width: 640px) {
  .tjm-hero {
    min-height: auto;
  }

  .tjm-hero__inner {
    min-height: auto;
    align-items: center;
  }

  .tjm-hero__copy {
    max-width: 100%;
    padding: 2.4rem 0 2.15rem;
  }

  .tjm-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.65rem, 12vw, 3.75rem);
  }

  .tjm-hero__copy > p:not(.tjm-eyebrow, .tjm-hero__note) {
    margin: 1rem 0 1.25rem;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .tjm-hero__actions {
    gap: 0.65rem;
    margin-top: 1.25rem;
  }

  .tjm-hero__note {
    margin-top: 0.8rem;
    font-size: 0.68rem;
    line-height: 1.45;
  }

  .tjm-hero__actions,
  .tjm-pack__cta {
    align-items: stretch;
  }

  .tjm-hero .tjm-button,
  .tjm-pack .tjm-button,
  .tjm-final-cta .tjm-button {
    width: 100%;
  }

  .tjm-trust-bar,
  .tjm-services .tjm-benefit-grid,
  .tjm-steps .tjm-benefit-grid,
  .tjm-reviews .tjm-benefit-grid,
  .tjm-faqs .tjm-benefit-grid {
    grid-template-columns: 1fr;
  }

  .tjm-trust-bar__item {
    min-height: 3.5rem;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 246, 0.12);
    text-align: left;
  }

  .tjm-trust-bar__item:last-child {
    border-bottom: 0;
  }

  .tjm-pack,
  .tjm-home-products,
  .tjm-why,
  .tjm-story {
    width: min(100% - 1.5rem, 78rem);
  }

  .tjm-pack__panel {
    padding: 1.25rem;
  }

  .tjm-services .tjm-benefit {
    min-height: auto;
  }
}

/* WooCommerce PLP/PDP brand styling */
.woocommerce-page .site-main,
.woocommerce-shop .site-main,
.post-type-archive-product .site-main,
.single-product .site-main {
  width: min(80rem, calc(100% - 3rem));
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 7rem) 0;
  color: #2D2A27;
}

.woocommerce-products-header {
  margin-bottom: clamp(2.4rem, 5vw, 4rem);
  text-align: center;
}

.woocommerce-products-header__title,
.woocommerce div.product .product_title,
.woocommerce section.related.products > h2,
.woocommerce div.product .woocommerce-tabs .panel h2 {
  margin: 0;
  color: #292524;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 300;
  letter-spacing: 0;
}

.woocommerce-products-header__title {
  display: inline-block;
  position: relative;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-style: italic;
  line-height: 1.05;
}

.woocommerce-products-header__title::after,
.woocommerce section.related.products > h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.85rem;
  width: 3.25rem;
  height: 1px;
  background: #8B735B;
  transform: translateX(-50%);
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin: 0 0 2rem;
  color: #78716c;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.woocommerce .woocommerce-ordering select {
  min-height: 2.75rem;
  padding: 0 2.4rem 0 0.9rem;
  border: 1px solid #D7D0C8;
  border-radius: 0;
  background-color: transparent;
  color: #57534e;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3rem);
  margin: 0;
  padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  text-align: center;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  margin: 0;
  display: block;
  object-fit: cover;
  background: #F2EBE3;
  transition: transform 700ms ease;
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
  display: block;
  overflow: hidden;
  color: inherit;
}

.woocommerce ul.products li.product:hover a img,
.woocommerce ul.products li.product:focus-within a img {
  transform: scale(1.05);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 1.65rem 0 0.58rem;
  padding: 0;
  color: #2D2A27;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 1.4vw, 1.45rem);
  font-weight: 300;
  line-height: 1.18;
}

.woocommerce ul.products li.product .tjm-product-attributes {
  margin: 0 0 0.78rem;
  color: #8B735B;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .price {
  display: block;
  margin: 0;
  color: #8B735B;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.4;
}

.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce .single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  min-height: 2.1rem;
  padding: 0.56rem 0.9rem;
  border: 1px solid #D7D0C8;
  border-radius: 0;
  background: transparent;
  color: #8B735B;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.woocommerce ul.products li.product .button {
  width: min(100%, 8.75rem);
  margin: 1.2rem auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus {
  border-color: #8B735B;
  background: #8B735B;
  color: #FFFFFF;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 3rem;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 2.4rem;
  min-height: 2.4rem;
  display: inline-grid;
  place-items: center;
  color: #78716c;
  background: transparent;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  color: #fff;
  background: #8B735B;
}

.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.86fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.single-product div.product::before,
.single-product div.product::after {
  content: none;
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: auto;
  margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.woocommerce div.product div.images img {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  background: #F2EBE3;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto;
  float: none;
}

.woocommerce div.product div.images .flex-control-thumbs img {
  aspect-ratio: 1;
  object-fit: cover;
  opacity: 0.58;
}

.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs img:hover {
  opacity: 1;
}

.woocommerce div.product .product_title {
  margin-bottom: 1rem;
  font-size: clamp(2.4rem, 4.8vw, 4.6rem);
  font-style: italic;
  line-height: 0.98;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin: 0 0 1.35rem;
  color: #8B735B;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.woocommerce-product-details__short-description {
  margin: 0 0 1.5rem;
  color: #57534e;
  font-size: 1rem;
  line-height: 1.75;
}

.woocommerce div.product .tjm-product-attributes--single {
  margin: 0 0 1rem;
  color: #8B735B;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
}

.woocommerce-product-details__short-description p {
  margin: 0 0 1rem;
}

.woocommerce div.product form.cart {
  margin: 1.8rem 0;
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
}

.woocommerce .quantity .qty {
  width: 4.25rem;
  min-height: 2.75rem;
  padding: 0 0.5rem;
  border: 1px solid #D7D0C8;
  border-radius: 0;
  background: transparent;
  color: #2D2A27;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.85rem;
  text-align: center;
}

.woocommerce div.product form.cart .button {
  min-height: 2.75rem;
  min-width: 12rem;
}

.woocommerce div.product .product_meta {
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(31, 27, 24, 0.12);
  color: #a8a29e;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
  text-transform: uppercase;
}

.woocommerce div.product .product_meta a {
  color: #78716c;
}

.woocommerce div.product .woocommerce-tabs {
  grid-column: 1 / -1;
  margin-top: clamp(3rem, 7vw, 6rem);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
  max-width: 48rem;
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 4rem) 0 0;
  border-top: 1px solid rgba(31, 27, 24, 0.12);
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-style: italic;
  line-height: 1.1;
}

.woocommerce div.product .woocommerce-tabs .panel p,
.woocommerce div.product .woocommerce-tabs .panel li {
  color: #57534e;
  line-height: 1.75;
}

.woocommerce section.related.products {
  grid-column: 1 / -1;
  margin-top: clamp(4rem, 8vw, 7rem);
  padding-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid rgba(31, 27, 24, 0.12);
}

.woocommerce section.related.products > h2 {
  position: relative;
  margin-bottom: clamp(3rem, 5vw, 4rem);
  font-size: clamp(1.65rem, 2.2vw, 2.2rem);
  font-style: italic;
  line-height: 1.1;
  text-align: center;
}

.single-product #comments,
.single-product .comments-area,
.woocommerce #reviews,
.woocommerce-Reviews,
.woocommerce #review_form_wrapper {
  display: none !important;
}

@media (max-width: 900px) {
  .woocommerce-page .site-main,
  .woocommerce-shop .site-main,
  .post-type-archive-product .site-main,
  .single-product .site-main {
    width: min(100% - 2rem, 80rem);
    padding: clamp(3rem, 10vw, 5rem) 0;
  }

  .woocommerce ul.products,
  .single-product div.product {
    grid-template-columns: 1fr;
  }

  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering {
    float: none;
    width: 100%;
    text-align: center;
  }

  .woocommerce .woocommerce-ordering select {
    width: 100%;
  }

  .woocommerce div.product form.cart {
    flex-wrap: wrap;
  }

  .woocommerce div.product form.cart .button {
    flex: 1 1 12rem;
  }
}

/* Ecommerce polish: breadcrumbs, archive views, PDP gallery, checkout, and basket recommendations. */
.woocommerce .woocommerce-breadcrumb {
  width: min(92rem, calc(100% - 3rem));
  margin: clamp(1.5rem, 3vw, 2.5rem) auto 0;
  color: #a8a29e;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.6;
  text-transform: uppercase;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #78716c;
  text-decoration: none;
  transition: color 160ms ease;
}

.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce .woocommerce-breadcrumb a:focus {
  color: #8B735B;
}

.woocommerce-shop .site-main,
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.tax-product_tag .site-main,
.woocommerce-cart .site-main,
.woocommerce-checkout .site-main {
  width: min(92rem, calc(100% - 3rem));
}

.woocommerce-shop .woocommerce-result-count,
.post-type-archive-product .woocommerce-result-count,
.tax-product_cat .woocommerce-result-count,
.tax-product_tag .woocommerce-result-count,
.woocommerce-shop .woocommerce-ordering,
.post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-ordering,
.tax-product_tag .woocommerce-ordering {
  float: none;
}

.woocommerce-shop .woocommerce-result-count,
.post-type-archive-product .woocommerce-result-count,
.tax-product_cat .woocommerce-result-count,
.tax-product_tag .woocommerce-result-count {
  display: inline-flex;
  align-items: center;
  min-height: 2.6rem;
  margin-right: 1rem;
}

.woocommerce-shop .woocommerce-ordering,
.post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-ordering,
.tax-product_tag .woocommerce-ordering {
  float: right;
}

.tjm-product-view-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-height: 2.6rem;
  margin: 0 0 2rem;
  border: 1px solid #D7D0C8;
}

.tjm-product-view-toggle__button {
  min-height: 2.6rem;
  padding: 0 1rem;
  border: 0;
  border-right: 1px solid #D7D0C8;
  border-radius: 0;
  background: transparent;
  color: #78716c;
  cursor: pointer;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}

.tjm-product-view-toggle__button:last-child {
  border-right: 0;
}

.tjm-product-view-toggle__button:hover,
.tjm-product-view-toggle__button:focus-visible,
.tjm-product-view-toggle__button.is-active {
  background: #8B735B;
  color: #FFFFFF;
}

.woocommerce ul.products {
  clear: both;
  gap: clamp(2rem, 3vw, 3.5rem);
}

.woocommerce ul.products li.product a img,
.woocommerce-cart .wc-block-grid__product-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
.woocommerce-cart .wc-block-grid__product-image {
  overflow: hidden;
}

body.tjm-products-view-list ul.products {
  grid-template-columns: 1fr;
  max-width: 76rem;
  margin-right: auto;
  margin-left: auto;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

body.tjm-products-view-list ul.products li.product {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  grid-auto-rows: min-content;
  align-items: center;
  column-gap: clamp(1.5rem, 4vw, 3rem);
  min-height: 220px;
  text-align: left;
}

body.tjm-products-view-list ul.products li.product > a.woocommerce-LoopProduct-link {
  display: contents;
}

body.tjm-products-view-list ul.products li.product a img {
  grid-row: 1 / 6;
  width: 220px;
  height: 220px;
}

body.tjm-products-view-list ul.products li.product .woocommerce-loop-product__title,
body.tjm-products-view-list ul.products li.product .tjm-product-attributes,
body.tjm-products-view-list ul.products li.product .price,
body.tjm-products-view-list ul.products li.product .button {
  grid-column: 2;
}

body.tjm-products-view-list ul.products li.product .woocommerce-loop-product__title {
  margin-top: 0;
}

body.tjm-products-view-list ul.products li.product .button {
  width: 10.5rem;
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 1024px) {
  .woocommerce div.product div.summary,
  .single-product div.product .summary {
    position: static;
    top: auto;
  }

  .single-product div.product div.images,
  .single-product div.product .woocommerce-product-gallery {
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }

  .woocommerce-checkout .wc-block-checkout__sidebar {
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
}

.woocommerce-cart .entry-title,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart h1 {
  color: #292524;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.05;
  text-align: center;
}

.woocommerce-cart .cart-empty,
.woocommerce-cart .wc-empty-cart-message,
.woocommerce-cart .woocommerce-info {
  border-top-color: #8B735B;
  background: #FAF9F6;
  color: #57534e;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce-cart .return-to-shop {
  text-align: center;
}

.woocommerce-cart .cross-sells,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block,
.woocommerce-cart .wp-block-woocommerce-product-new,
.woocommerce-cart .wc-block-grid {
  margin-top: clamp(3rem, 7vw, 5rem);
}

.woocommerce-cart .cross-sells > h2,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2,
.woocommerce-cart .wp-block-woocommerce-product-new h2,
.woocommerce-cart .wc-block-grid__title {
  position: relative;
  margin: 0 0 clamp(2.5rem, 5vw, 4rem);
  color: #292524;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
}

.woocommerce-cart .cross-sells > h2::after,
.woocommerce-cart .wp-block-woocommerce-product-new h2::after,
.woocommerce-cart .wc-block-grid__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.85rem;
  width: 3.25rem;
  height: 1px;
  background: #8B735B;
  transform: translateX(-50%);
}

.woocommerce-cart .wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 3vw, 3.5rem);
  margin: 0;
  padding: 0;
}

.woocommerce-cart .wc-block-grid__product {
  max-width: none;
  border: 0;
  text-align: center;
}

.woocommerce-cart .wc-block-grid__product-image {
  aspect-ratio: 1 / 1;
  margin: 0 0 1.65rem;
  background: #F2EBE3;
}

.woocommerce-cart .wc-block-grid__product-image img {
  display: block;
  transition: transform 700ms ease;
}

.woocommerce-cart .wc-block-grid__product:hover .wc-block-grid__product-image img,
.woocommerce-cart .wc-block-grid__product:focus-within .wc-block-grid__product-image img {
  transform: scale(1.05);
}

.woocommerce-cart .wc-block-grid__product-title {
  color: #2D2A27;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 1.4vw, 1.45rem);
  font-weight: 300;
  line-height: 1.18;
}

.woocommerce-cart .wc-block-grid__product-price,
.woocommerce-cart .wc-block-grid__product-price .woocommerce-Price-amount {
  color: #8B735B;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 400;
}

.woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link {
  min-height: 2.1rem;
  min-width: 8.75rem;
  padding: 0.56rem 0.9rem;
  border: 1px solid #D7D0C8;
  border-radius: 0;
  background: transparent;
  color: #8B735B;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
.woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus {
  border-color: #8B735B;
  background: #8B735B;
  color: #FFFFFF;
}

@media (max-width: 900px) {
  .woocommerce .woocommerce-breadcrumb,
  .woocommerce-shop .site-main,
  .post-type-archive-product .site-main,
  .tax-product_cat .site-main,
  .tax-product_tag .site-main,
  .woocommerce-cart .site-main,
  .woocommerce-checkout .site-main {
    width: min(100% - 2rem, 80rem);
  }

  .woocommerce-shop .woocommerce-result-count,
  .post-type-archive-product .woocommerce-result-count,
  .tax-product_cat .woocommerce-result-count,
  .tax-product_tag .woocommerce-result-count,
  .woocommerce-shop .woocommerce-ordering,
  .post-type-archive-product .woocommerce-ordering,
  .tax-product_cat .woocommerce-ordering,
  .tax-product_tag .woocommerce-ordering,
  .tjm-product-view-toggle {
    float: none;
    width: 100%;
    justify-content: center;
  }

  .tjm-product-view-toggle__button {
    flex: 1 1 50%;
  }

  body.tjm-products-view-list ul.products li.product {
    display: block;
    min-height: 0;
    text-align: center;
  }

  body.tjm-products-view-list ul.products li.product > a.woocommerce-LoopProduct-link {
    display: block;
  }

  body.tjm-products-view-list ul.products li.product a img {
    width: 100%;
    height: auto;
  }

  body.tjm-products-view-list ul.products li.product .button {
    width: min(100%, 8.75rem);
    margin-right: auto;
    margin-left: auto;
  }

  .woocommerce-cart .wc-block-grid__products {
    grid-template-columns: 1fr;
  }
}

/* Ecommerce refinement pass: PLP/PDP alignment and responsive archive views. */
.woocommerce-shop .site-main,
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.tax-product_tag .site-main {
  width: min(96rem, calc(100% - clamp(2rem, 4vw, 4rem)));
}

.woocommerce-shop ul.products,
.post-type-archive-product ul.products,
.tax-product_cat ul.products,
.tax-product_tag ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2.25rem, 3.2vw, 3.75rem);
  margin-right: 0;
  margin-left: 0;
}

.woocommerce-shop ul.products li.product > a.woocommerce-LoopProduct-link,
.post-type-archive-product ul.products li.product > a.woocommerce-LoopProduct-link,
.tax-product_cat ul.products li.product > a.woocommerce-LoopProduct-link,
.tax-product_tag ul.products li.product > a.woocommerce-LoopProduct-link {
  display: block;
}

.woocommerce-shop ul.products li.product a img,
.post-type-archive-product ul.products li.product a img,
.tax-product_cat ul.products li.product a img,
.tax-product_tag ul.products li.product a img {
  min-height: 0;
}

body.tjm-products-view-list ul.products {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

body.tjm-products-view-list ul.products li.product {
  grid-template-columns: clamp(12rem, 18vw, 16rem) minmax(0, 1fr);
  min-height: clamp(12rem, 18vw, 16rem);
}

body.tjm-products-view-list ul.products li.product a img {
  width: clamp(12rem, 18vw, 16rem);
  height: clamp(12rem, 18vw, 16rem);
}

.single-product .site-main {
  width: min(88rem, calc(100% - clamp(2rem, 5vw, 5rem)));
}

.single-product div.product {
  grid-template-columns: minmax(0, 0.98fr) minmax(21rem, 0.82fr);
  gap: clamp(2.5rem, 5.5vw, 5.5rem);
  align-items: start;
}

.single-product div.product .summary,
.woocommerce div.product div.summary {
  align-self: start;
  padding-top: 0;
}

.woocommerce div.product .product_title {
  margin-top: -0.08em;
}

.woocommerce div.product div.images,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  display: block;
}

.woocommerce div.product div.images img {
  display: block;
  height: auto;
}

.tjm-home-products .tjm-product-grid {
  row-gap: clamp(3rem, 5vw, 4.5rem);
}

.tjm-product-card {
  padding-bottom: clamp(0.75rem, 2vw, 1.25rem);
}

.tjm-product-card__button {
  margin-bottom: 0.4rem;
}

.tjm-product-carousel {
  --tjm-carousel-gap: clamp(1rem, 2vw, 1.5rem);
  position: relative;
}

.tjm-product-carousel .tjm-product-grid {
  display: flex;
  grid-template-columns: none;
  gap: var(--tjm-carousel-gap);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-padding-inline: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.tjm-product-carousel .tjm-product-grid::-webkit-scrollbar {
  display: none;
}

.tjm-product-carousel .tjm-product-card {
  flex: 0 0 calc((100% - (var(--tjm-carousel-gap) * 3)) / 4);
  min-width: 0;
  scroll-snap-align: start;
}

.tjm-product-carousel__arrow {
  position: absolute;
  top: min(42vw, 38%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(41, 37, 36, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 246, 0.94);
  color: #292524;
  cursor: pointer;
  line-height: 1;
  box-shadow: 0 0.75rem 1.75rem rgba(41, 37, 36, 0.12);
  transform: translateY(-50%);
}

.tjm-product-carousel__arrow:hover,
.tjm-product-carousel__arrow:focus {
  border-color: #8B735B;
  background: #8B735B;
  color: #FFFFFF;
}

.tjm-product-carousel__arrow:disabled {
  cursor: default;
  opacity: 0.35;
}

.tjm-product-carousel__arrow span {
  display: block;
  margin-top: -0.14rem;
  font-size: 2rem;
}

.tjm-product-carousel__arrow--prev {
  left: -1.35rem;
}

.tjm-product-carousel__arrow--next {
  right: -1.35rem;
}

.tjm-product-carousel .tjm-product-card__price {
  min-height: 1.25rem;
}

.tjm-product-carousel .tjm-product-card__placeholder {
  min-height: 100%;
}

@media (max-width: 1023px) {
  .tjm-product-carousel .tjm-product-card {
    flex-basis: calc((100% - (var(--tjm-carousel-gap) * 2)) / 3);
  }
}

@media (max-width: 767px) {
  .tjm-product-carousel .tjm-product-card {
    flex-basis: calc((100% - var(--tjm-carousel-gap)) / 2);
  }

  .tjm-product-carousel__arrow--prev {
    left: -0.6rem;
  }

  .tjm-product-carousel__arrow--next {
    right: -0.6rem;
  }
}

@media (max-width: 540px) {
  .tjm-product-carousel .tjm-product-card {
    flex-basis: 100%;
  }

  .tjm-product-carousel__arrow {
    top: 35%;
    width: 2.45rem;
    height: 2.45rem;
  }
}

@media (min-width: 1024px) {
  .woocommerce div.product div.summary,
  .single-product div.product .summary {
    position: static !important;
    top: auto !important;
  }

  .single-product div.product div.images,
  .single-product div.product .woocommerce-product-gallery {
    position: sticky;
    top: 120px;
    align-self: start;
  }
}

@media (max-width: 900px) {
  .woocommerce-shop .site-main,
  .post-type-archive-product .site-main,
  .tax-product_cat .site-main,
  .tax-product_tag .site-main {
    width: min(100% - 1.5rem, 80rem);
  }

  .woocommerce-shop .woocommerce-result-count,
  .post-type-archive-product .woocommerce-result-count,
  .tax-product_cat .woocommerce-result-count,
  .tax-product_tag .woocommerce-result-count {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 0;
    margin: 0 0 0.9rem;
    text-align: center;
  }

  .tjm-product-view-toggle {
    width: calc(50% - 0.375rem);
    min-width: 8.75rem;
    margin: 0 0.75rem 1.5rem 0;
    vertical-align: top;
  }

  .woocommerce-shop .woocommerce-ordering,
  .post-type-archive-product .woocommerce-ordering,
  .tax-product_cat .woocommerce-ordering,
  .tax-product_tag .woocommerce-ordering {
    display: inline-block;
    width: calc(50% - 0.375rem);
    margin: 0 0 1.5rem;
    vertical-align: top;
  }

  .woocommerce .woocommerce-ordering select {
    min-height: 2.6rem;
  }

  body.tjm-products-view-grid.woocommerce-shop ul.products,
  body.tjm-products-view-grid.post-type-archive-product ul.products,
  body.tjm-products-view-grid.tax-product_cat ul.products,
  body.tjm-products-view-grid.tax-product_tag ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4rem 1rem;
  }

  body.tjm-products-view-grid ul.products li.product .woocommerce-loop-product__title {
    margin-top: 1rem;
    font-size: clamp(1rem, 4.4vw, 1.18rem);
  }

  body.tjm-products-view-grid ul.products li.product .tjm-product-attributes {
    font-size: 0.5rem;
    letter-spacing: 0.14em;
  }

  body.tjm-products-view-grid ul.products li.product .price {
    font-size: 0.78rem;
  }

  body.tjm-products-view-grid ul.products li.product .button {
    width: 100%;
    max-width: 8.75rem;
    padding-right: 0.55rem;
    padding-left: 0.55rem;
    font-size: 0.56rem;
    letter-spacing: 0.14em;
  }

  body.tjm-products-view-list ul.products {
    gap: 1.4rem;
  }

  body.tjm-products-view-list ul.products li.product {
    display: grid;
    grid-template-columns: 7.25rem minmax(0, 1fr);
    column-gap: 1rem;
    min-height: 7.25rem;
    align-items: center;
    text-align: left;
  }

  body.tjm-products-view-list ul.products li.product > a.woocommerce-LoopProduct-link {
    display: contents;
  }

  body.tjm-products-view-list ul.products li.product a img {
    grid-row: 1 / 6;
    width: 7.25rem;
    height: 7.25rem;
  }

  body.tjm-products-view-list ul.products li.product .woocommerce-loop-product__title,
  body.tjm-products-view-list ul.products li.product .tjm-product-attributes,
  body.tjm-products-view-list ul.products li.product .price,
  body.tjm-products-view-list ul.products li.product .button {
    grid-column: 2;
  }

  body.tjm-products-view-list ul.products li.product .woocommerce-loop-product__title {
    margin: 0 0 0.35rem;
    font-size: clamp(1rem, 4.5vw, 1.2rem);
  }

  body.tjm-products-view-list ul.products li.product .tjm-product-attributes {
    margin-bottom: 0.45rem;
    font-size: 0.48rem;
    letter-spacing: 0.13em;
  }

  body.tjm-products-view-list ul.products li.product .price {
    margin-bottom: 0.6rem;
    font-size: 0.78rem;
  }

  body.tjm-products-view-list ul.products li.product .button {
    width: auto;
    min-height: 2rem;
    margin: 0;
    padding: 0.52rem 0.72rem;
    font-size: 0.54rem;
    letter-spacing: 0.13em;
  }

  .single-product div.product {
    grid-template-columns: 1fr;
  }

  .single-product div.product div.images,
  .single-product div.product .woocommerce-product-gallery {
    position: static;
    top: auto;
  }

  .tjm-home-products .tjm-product-grid {
    row-gap: 4.25rem;
  }

  .tjm-product-card {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 420px) {
  .tjm-product-view-toggle,
  .woocommerce-shop .woocommerce-ordering,
  .post-type-archive-product .woocommerce-ordering,
  .tax-product_cat .woocommerce-ordering,
  .tax-product_tag .woocommerce-ordering {
    width: 100%;
    margin-right: 0;
  }

  body.tjm-products-view-list ul.products li.product {
    grid-template-columns: 6.5rem minmax(0, 1fr);
    column-gap: 0.8rem;
  }

  body.tjm-products-view-list ul.products li.product a img {
    width: 6.5rem;
    height: 6.5rem;
  }
}

/* WooCommerce polish: icon view toggle, product grid resets, PDP 1024 alignment, and block buttons. */
.woocommerce ul.products,
.woocommerce-page ul.products,
.woocommerce ul.products.columns-1,
.woocommerce ul.products.columns-2,
.woocommerce ul.products.columns-3,
.woocommerce ul.products.columns-4,
.woocommerce-page ul.products.columns-1,
.woocommerce-page ul.products.columns-2,
.woocommerce-page ul.products.columns-3,
.woocommerce-page ul.products.columns-4 {
  display: grid !important;
  float: none;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: clamp(3.5rem, 4vw, 4.5rem) clamp(3rem, 4.2vw, 4.5rem);
  clear: both;
  margin-right: 0;
  margin-left: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product,
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product {
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
}

.woocommerce-shop .site-main,
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.tax-product_tag .site-main {
  width: min(98rem, calc(100% - clamp(2rem, 4vw, 4.5rem)));
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
  display: block;
  overflow: hidden;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.tjm-product-view-toggle {
  min-width: 5.7rem;
  min-height: 2.6rem;
}

.tjm-product-view-toggle__button {
  width: 2.85rem;
  min-width: 2.85rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tjm-product-view-toggle__button .material-symbols-outlined {
  font-size: 1.18rem;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  line-height: 1;
}

.tjm-product-view-toggle__button.is-active .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 24;
}

body.tjm-products-view-list ul.products,
body.tjm-products-view-list.woocommerce ul.products,
body.tjm-products-view-list.woocommerce-page ul.products {
  grid-template-columns: 1fr;
  gap: clamp(2rem, 3vw, 2.75rem);
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

body.tjm-products-view-list ul.products li.product {
  grid-template-columns: clamp(13rem, 18vw, 17rem) minmax(0, 1fr);
  min-height: clamp(13rem, 18vw, 17rem);
}

body.tjm-products-view-list ul.products li.product a img {
  width: clamp(13rem, 18vw, 17rem);
  height: clamp(13rem, 18vw, 17rem);
}

.single-product div.product,
.woocommerce.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(2.25rem, 5vw, 5.5rem);
  align-items: start;
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
}

.woocommerce div.product div.summary,
.single-product div.product .summary {
  position: static !important;
  top: auto !important;
  align-self: start;
}

.woocommerce div.product .product_title {
  margin-top: 0;
}

@media (min-width: 960px) {
  .single-product div.product div.images,
  .single-product div.product .woocommerce-product-gallery {
    position: sticky !important;
    top: 110px;
    align-self: start;
  }
}

.woocommerce-cart .wc-block-components-button.wp-element-button,
.woocommerce-checkout .wc-block-components-button.wp-element-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  min-height: 3.15rem;
  padding: 0.95rem 1.4rem;
  border: 1px solid #8B735B;
  border-radius: 0;
  background: #8B735B;
  color: #FFFFFF;
  cursor: pointer;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.woocommerce-cart .wc-block-components-button.wp-element-button .wc-block-components-button__text,
.woocommerce-checkout .wc-block-components-button.wp-element-button .wc-block-components-button__text,
.wc-block-components-checkout-place-order-button__text {
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
}

.woocommerce-cart .wc-block-components-button.wp-element-button:hover,
.woocommerce-cart .wc-block-components-button.wp-element-button:focus,
.woocommerce-checkout .wc-block-components-button.wp-element-button:hover,
.woocommerce-checkout .wc-block-components-button.wp-element-button:focus,
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button:focus {
  border-color: #8B735B;
  background: transparent;
  color: #8B735B;
}

.woocommerce-cart .wc-block-components-button.wp-element-button:focus-visible,
.woocommerce-checkout .wc-block-components-button.wp-element-button:focus-visible,
.wc-block-cart__submit-button:focus-visible,
.wc-block-components-checkout-place-order-button:focus-visible {
  outline: 2px solid #8B735B;
  outline-offset: 3px;
}

.woocommerce-cart .wc-block-components-button.wp-element-button:disabled,
.woocommerce-checkout .wc-block-components-button.wp-element-button:disabled,
.woocommerce-cart .wc-block-components-button.wp-element-button[aria-disabled="true"],
.woocommerce-checkout .wc-block-components-button.wp-element-button[aria-disabled="true"],
.wc-block-components-checkout-place-order-button:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

@media (max-width: 900px) {
  .woocommerce-shop .woocommerce-result-count,
  .post-type-archive-product .woocommerce-result-count,
  .tax-product_cat .woocommerce-result-count,
  .tax-product_tag .woocommerce-result-count {
    margin-bottom: 0.75rem;
  }

  .tjm-product-view-toggle {
    width: 5.7rem;
    min-width: 5.7rem;
    margin: 0 0.65rem 1.25rem 0;
    display: inline-flex;
    vertical-align: top;
  }

  .woocommerce-shop .woocommerce-ordering,
  .post-type-archive-product .woocommerce-ordering,
  .tax-product_cat .woocommerce-ordering,
  .tax-product_tag .woocommerce-ordering {
    display: inline-block;
    width: calc(100% - 6.45rem);
    margin: 0 0 1.25rem;
    vertical-align: top;
  }

  .woocommerce .woocommerce-ordering select {
    width: 100%;
    min-height: 2.6rem;
    padding-right: 1.8rem;
  }

  body.tjm-products-view-grid.woocommerce-shop ul.products,
  body.tjm-products-view-grid.post-type-archive-product ul.products,
  body.tjm-products-view-grid.tax-product_cat ul.products,
  body.tjm-products-view-grid.tax-product_tag ul.products,
  .woocommerce-cart .wc-block-grid__products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 2.5rem 1rem;
  }

  body.tjm-products-view-list ul.products,
  body.tjm-products-view-list.woocommerce ul.products,
  body.tjm-products-view-list.woocommerce-page ul.products {
    grid-template-columns: 1fr !important;
    gap: 1.45rem;
  }

  body.tjm-products-view-list ul.products li.product {
    display: grid !important;
    grid-template-columns: 7.5rem minmax(0, 1fr);
    column-gap: 1rem;
    min-height: 7.5rem;
    text-align: left;
  }

  body.tjm-products-view-list ul.products li.product > a.woocommerce-LoopProduct-link {
    display: contents;
  }

  body.tjm-products-view-list ul.products li.product a img {
    grid-row: 1 / 6;
    width: 7.5rem;
    height: 7.5rem;
  }

  .single-product div.product,
  .woocommerce.single-product div.product {
    grid-template-columns: 1fr;
  }

  .single-product div.product div.images,
  .single-product div.product .woocommerce-product-gallery {
    position: static !important;
    top: auto;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .single-product div.product,
  .woocommerce.single-product div.product {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    gap: clamp(2rem, 4vw, 3.5rem);
  }
}

@media (max-width: 480px) {
  .tjm-product-view-toggle {
    width: 5.45rem;
    min-width: 5.45rem;
    margin-right: 0.5rem;
  }

  .tjm-product-view-toggle__button {
    width: 2.725rem;
    min-width: 2.725rem;
  }

  .woocommerce-shop .woocommerce-ordering,
  .post-type-archive-product .woocommerce-ordering,
  .tax-product_cat .woocommerce-ordering,
  .tax-product_tag .woocommerce-ordering {
    width: calc(100% - 5.95rem);
  }

  body.tjm-products-view-list ul.products li.product {
    grid-template-columns: 6.5rem minmax(0, 1fr);
    column-gap: 0.8rem;
  }

  body.tjm-products-view-list ul.products li.product a img {
    width: 6.5rem;
    height: 6.5rem;
  }
}

@media (max-width: 900px) {
  .single-product .woocommerce ul.products,
  .single-product.woocommerce ul.products {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-cart ul.products,
  .woocommerce-cart.woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 2.5rem 1rem;
  }
}

/* PDP/PLP spacing, gallery trigger, sticky containment, and mobile controls alignment. */
.woocommerce-page .site-main,
.woocommerce-shop .site-main,
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.tax-product_tag .site-main,
.single-product .site-main {
  padding-top: clamp(2rem, 4vw, 4rem);
}

.woocommerce-products-header {
  margin-bottom: clamp(1.8rem, 3.5vw, 3rem);
}

.woocommerce .woocommerce-breadcrumb {
  margin-top: clamp(1rem, 2vw, 1.75rem);
  margin-bottom: clamp(1.6rem, 3vw, 2.2rem);
}

.single-product div.product,
.woocommerce.single-product div.product {
  display: block;
}

.tjm-product-summary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(2.25rem, 5vw, 5.5rem);
  align-items: start;
}

.woocommerce div.product .woocommerce-tabs {
  position: relative;
  z-index: 2;
  clear: both;
  grid-column: auto;
  margin-top: clamp(3rem, 6vw, 5rem);
  background: #FAF9F6;
}

.woocommerce-product-gallery,
.woocommerce div.product div.images {
  position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  position: relative;
  overflow: visible;
  pointer-events: auto;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  width: 38px;
  height: 38px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(139, 115, 91, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #2D2A27;
  box-shadow: 0 8px 24px rgba(31, 27, 24, 0.1);
  text-indent: -9999px;
  opacity: 1;
  pointer-events: auto;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.woocommerce-product-gallery__trigger::before {
  left: 12px;
  top: 11px;
}

.woocommerce-product-gallery__trigger::after {
  left: 23px;
  top: 23px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:focus,
.woocommerce-product-gallery__trigger:hover,
.woocommerce-product-gallery__trigger:focus {
  border-color: #8B735B;
  background: #FFFFFF;
  color: #8B735B;
}

.tjm-shop-controls {
  display: inline-flex;
  align-items: stretch;
  gap: 0.5rem;
  margin: 0 0 2rem;
  float: right;
}

.tjm-shop-controls .tjm-product-view-toggle,
.tjm-shop-controls .woocommerce-ordering {
  margin: 0;
  float: none;
}

.tjm-shop-controls .tjm-product-view-toggle,
.tjm-shop-controls .tjm-product-view-toggle__button,
.tjm-shop-controls .woocommerce-ordering select {
  height: 44px;
  min-height: 44px;
}

.tjm-shop-controls .woocommerce-ordering select {
  display: block;
}

@media (min-width: 960px) {
  .tjm-product-summary-grid > .woocommerce-product-gallery,
  .tjm-product-summary-grid > div.images {
    position: sticky !important;
    top: 110px;
    align-self: start;
  }
}

@media (max-width: 959px) {
  .tjm-product-summary-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .tjm-product-summary-grid > .woocommerce-product-gallery,
  .tjm-product-summary-grid > div.images,
  .single-product div.product div.images,
  .single-product div.product .woocommerce-product-gallery {
    position: static !important;
    top: auto;
  }
}

@media (max-width: 900px) {
  .woocommerce-page .site-main,
  .woocommerce-shop .site-main,
  .post-type-archive-product .site-main,
  .tax-product_cat .site-main,
  .tax-product_tag .site-main,
  .single-product .site-main {
    padding-top: clamp(1.5rem, 6vw, 2.5rem);
  }

  .woocommerce .woocommerce-breadcrumb {
    width: min(100% - 1.5rem, 80rem);
    margin-top: 0.9rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.35rem;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .woocommerce .woocommerce-breadcrumb::-webkit-scrollbar {
    height: 2px;
  }

  .woocommerce .woocommerce-breadcrumb::-webkit-scrollbar-thumb {
    background: rgba(139, 115, 91, 0.28);
  }

  .woocommerce-products-header {
    margin-bottom: 1.75rem;
  }

  .woocommerce .woocommerce-result-count {
    margin-bottom: 0.8rem;
  }

  .tjm-shop-controls {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    margin: 0 0 1.5rem;
    float: none;
  }

  .tjm-shop-controls .tjm-product-view-toggle {
    flex: 0 0 auto;
    width: auto;
    min-width: 5.7rem;
    margin: 0;
  }

  .tjm-shop-controls .woocommerce-ordering {
    flex: 1 1 auto;
    width: auto;
    margin: 0;
  }

  .tjm-shop-controls .woocommerce-ordering select {
    width: 100%;
    height: 44px;
    min-height: 44px;
  }
}

/* PDP gallery and mobile summary refinements. */
.woocommerce div.product .woocommerce-tabs {
  background: transparent;
}

.pswp__top-bar .pswp__button--close,
.pswp__button--close,
.woocommerce .pswp__button--close {
  margin-right: 18px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
.woocommerce-product-gallery__trigger {
  border-color: rgba(151, 132, 106, 0.22);
  background: rgba(250, 249, 246, 0.82);
  color: #2D2A27;
  box-shadow: 0 8px 24px rgba(45, 42, 39, 0.08);
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:focus,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:focus-visible,
.woocommerce-product-gallery__trigger:hover,
.woocommerce-product-gallery__trigger:focus,
.woocommerce-product-gallery__trigger:focus-visible {
  border-color: rgba(151, 132, 106, 0.88);
  background: rgba(151, 132, 106, 0.88);
  color: #FFFFFF;
  box-shadow: 0 10px 26px rgba(45, 42, 39, 0.12);
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .single-product div.product .summary,
  .woocommerce.single-product div.product div.summary {
    text-align: center;
  }

  .single-product div.product .summary .tjm-product-attributes--single,
  .single-product div.product .summary .woocommerce-product-details__short-description,
  .single-product div.product .summary .price,
  .single-product div.product .summary .product_meta {
    text-align: center;
  }

  .single-product div.product form.cart,
  .woocommerce.single-product div.product form.cart {
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .single-product div.product form.cart .quantity {
    flex: 0 0 auto;
  }

  .single-product div.product form.cart .button {
    flex: 0 1 12rem;
  }

  .single-product div.product .product_meta {
    text-align: center;
  }
}

@media (max-width: 420px) {
  .single-product div.product form.cart,
  .woocommerce.single-product div.product form.cart {
    flex-direction: column;
    align-items: center;
  }

  .single-product div.product form.cart .button {
    width: min(100%, 16rem);
  }
}

/* Basket page WooCommerce Blocks product recommendations. */
body.woocommerce-cart .wc-block-grid {
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

body.woocommerce-cart .wc-block-grid__products,
body.woocommerce-cart .wc-block-grid.has-4-columns .wc-block-grid__products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: start;
  margin: 0;
  padding: 0;
}

body.woocommerce-cart .wc-block-grid__product,
body.woocommerce-cart .wc-block-grid.has-4-columns .wc-block-grid__product {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  text-align: center;
}

body.woocommerce-cart .wc-block-grid__product-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

body.woocommerce-cart .wc-block-grid__product-image {
  aspect-ratio: 1 / 1;
  margin: 0 0 1.45rem;
  overflow: hidden;
  background: #F2EBE3;
}

body.woocommerce-cart .wc-block-grid__product-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform 700ms ease;
}

body.woocommerce-cart .wc-block-grid__product:hover .wc-block-grid__product-image img,
body.woocommerce-cart .wc-block-grid__product:focus-within .wc-block-grid__product-image img {
  transform: scale(1.05);
}

body.woocommerce-cart .wc-block-grid__product-title {
  margin: 0 0 0.55rem;
  color: #2D2A27;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  font-weight: 400;
  line-height: 1.15;
}

body.woocommerce-cart .wc-block-grid__product-price,
body.woocommerce-cart .wc-block-grid__product-price .woocommerce-Price-amount {
  color: #8B735B;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 400;
}

body.woocommerce-cart .wc-block-grid__product-add-to-cart {
  margin-top: 1.35rem;
}

body.woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
body.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link,
body.woocommerce-cart .wc-block-grid__product-add-to-cart a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  min-width: min(100%, 9.75rem);
  padding: 0.75rem 1.5rem;
  border: 1px solid #D7D0C8;
  border-radius: 0;
  background: transparent;
  color: #8B735B;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
body.woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus,
body.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
body.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link:focus,
body.woocommerce-cart .wc-block-grid__product-add-to-cart a:hover,
body.woocommerce-cart .wc-block-grid__product-add-to-cart a:focus {
  border-color: #8B735B;
  background: #8B735B;
  color: #FFFFFF;
}

@media (max-width: 900px) {
  body.woocommerce-cart .wc-block-grid__products,
  body.woocommerce-cart .wc-block-grid.has-4-columns .wc-block-grid__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 1rem;
  }
}

@media (max-width: 480px) {
  body.woocommerce-cart .wc-block-grid__products,
  body.woocommerce-cart .wc-block-grid.has-4-columns .wc-block-grid__products {
    grid-template-columns: 1fr;
  }
}

/* Header basket drawer. */
.tjm-cart-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(45, 42, 39, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.tjm-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: min(420px, 92vw);
  height: 100vh;
  background: #FAF9F6;
  box-shadow: -24px 0 60px rgba(45, 42, 39, 0.14);
  transform: translateX(100%);
  transition: transform 280ms ease;
  overflow-y: auto;
}

.tjm-cart-drawer__inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: clamp(1.35rem, 4vw, 2rem);
}

.tjm-cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(45, 42, 39, 0.12);
}

.tjm-cart-drawer__header h2 {
  margin: 0;
  color: #292524;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.tjm-cart-drawer__close {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(139, 115, 91, 0.22);
  border-radius: 999px;
  background: transparent;
  color: #2D2A27;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.tjm-cart-drawer__close:hover,
.tjm-cart-drawer__close:focus-visible {
  border-color: #8B735B;
  background: #8B735B;
  color: #FFFFFF;
}

.tjm-cart-drawer__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 1.25rem;
}

.tjm-cart-drawer__empty {
  margin: auto 0;
  text-align: center;
}

.tjm-cart-drawer__empty p {
  margin: 0 0 1.5rem;
  color: #57534e;
  line-height: 1.7;
}

.tjm-cart-drawer__items {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tjm-cart-drawer__item {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(45, 42, 39, 0.1);
}

.tjm-cart-drawer__item-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #F2EBE3;
}

.tjm-cart-drawer__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tjm-cart-drawer__item-details h3 {
  margin: 0 0 0.4rem;
  color: #2D2A27;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.15;
}

.tjm-cart-drawer__item-details h3 a {
  color: inherit;
  text-decoration: none;
}

.tjm-cart-drawer__item-meta,
.tjm-cart-drawer__item-price {
  margin: 0;
  color: #8B735B;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
  text-transform: uppercase;
}

.tjm-cart-drawer__item-price {
  margin-top: 0.3rem;
  color: #57534e;
}

.tjm-cart-drawer__subtotal {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding: 1.35rem 0;
  border-top: 1px solid rgba(45, 42, 39, 0.14);
  color: #2D2A27;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tjm-cart-drawer__subtotal strong {
  font-weight: 600;
}

.tjm-cart-drawer__actions {
  display: grid;
  gap: 0.75rem;
}

.tjm-cart-drawer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.9rem 1.25rem;
  border: 1px solid #8B735B;
  background: transparent;
  color: #8B735B;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.tjm-cart-drawer__button:hover,
.tjm-cart-drawer__button:focus-visible {
  background: #8B735B;
  color: #FFFFFF;
}

.tjm-cart-drawer__button--primary {
  background: #8B735B;
  color: #FFFFFF;
}

.tjm-cart-drawer__button--primary:hover,
.tjm-cart-drawer__button--primary:focus-visible {
  background: transparent;
  color: #8B735B;
}

body.tjm-cart-drawer-open {
  overflow: hidden;
}

body.tjm-cart-drawer-open .tjm-cart-drawer-overlay {
  opacity: 1;
  pointer-events: auto;
}

body.tjm-cart-drawer-open .tjm-cart-drawer {
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .tjm-cart-drawer,
  .tjm-cart-drawer-overlay {
    transition: none;
  }
}

/* Header product search dialog. */
.tjm-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(45, 42, 39, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.tjm-search-dialog {
  position: fixed;
  top: clamp(5rem, 11vh, 8rem);
  left: 50%;
  z-index: 9999;
  width: min(760px, calc(100vw - 2rem));
  max-height: min(78vh, 720px);
  overflow-y: auto;
  background: #FAF9F6;
  box-shadow: 0 24px 80px rgba(45, 42, 39, 0.16);
  transform: translate(-50%, -1rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease, transform 240ms ease;
}

.tjm-search-dialog__inner {
  padding: clamp(1.35rem, 4vw, 2.4rem);
}

.tjm-search-dialog__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.tjm-search-dialog__eyebrow {
  margin: 0 0 0.45rem;
  color: #8B735B;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tjm-search-dialog__header h2 {
  margin: 0;
  color: #292524;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.tjm-search-dialog__close,
.tjm-search-dialog__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(139, 115, 91, 0.22);
  background: transparent;
  color: #2D2A27;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.tjm-search-dialog__close {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
}

.tjm-search-dialog__close:hover,
.tjm-search-dialog__close:focus-visible,
.tjm-search-dialog__submit:hover,
.tjm-search-dialog__submit:focus-visible {
  border-color: #8B735B;
  background: #8B735B;
  color: #FFFFFF;
}

.tjm-search-dialog__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3rem;
  align-items: stretch;
  border: 1px solid rgba(45, 42, 39, 0.18);
  background: rgba(255, 255, 255, 0.4);
}

.tjm-search-dialog__input {
  width: 100%;
  min-height: 3.35rem;
  padding: 0 1rem;
  border: 0;
  background: transparent;
  color: #292524;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.tjm-search-dialog__input:focus {
  outline: none;
}

.tjm-search-dialog__form:focus-within {
  border-color: #97846f;
  box-shadow: 0 0 0 3px rgba(151, 132, 111, 0.12);
}

.tjm-search-dialog__submit {
  width: 3rem;
  min-height: 3.35rem;
  border-width: 0 0 0 1px;
  border-color: rgba(45, 42, 39, 0.14);
}

.tjm-search-dialog__status {
  min-height: 1.4rem;
  margin: 0.9rem 0 0.8rem;
  color: #8B735B;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tjm-search-dialog__results {
  display: grid;
  gap: 0.75rem;
}

.tjm-search-result {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 0.75rem;
  border: 1px solid rgba(45, 42, 39, 0.1);
  color: inherit;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.tjm-search-result:hover,
.tjm-search-result:focus-visible {
  border-color: rgba(139, 115, 91, 0.34);
  background: rgba(242, 235, 227, 0.45);
  transform: translateY(-1px);
}

.tjm-search-result__image {
  aspect-ratio: 1 / 1;
  display: block;
  overflow: hidden;
  background: #F2EBE3;
}

.tjm-search-result__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tjm-search-result__content {
  min-width: 0;
  display: grid;
  gap: 0.25rem;
}

.tjm-search-result__title {
  color: #2D2A27;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.28rem;
  font-weight: 400;
  line-height: 1.15;
}

.tjm-search-result__description {
  color: #8B735B;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.tjm-search-result__price,
.tjm-search-result__price .woocommerce-Price-amount {
  color: #57534e;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
}

body.tjm-search-open {
  overflow: hidden;
}

body.tjm-search-open .tjm-search-overlay {
  opacity: 1;
  pointer-events: auto;
}

body.tjm-search-open .tjm-search-dialog {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

@media (max-width: 600px) {
  .tjm-search-dialog {
    top: 4.5rem;
    width: calc(100vw - 1rem);
  }

  .tjm-search-dialog__header {
    gap: 1rem;
  }

  .tjm-search-result {
    grid-template-columns: 4.75rem minmax(0, 1fr);
    gap: 0.8rem;
    padding: 0.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tjm-search-overlay,
  .tjm-search-dialog,
  .tjm-search-result {
    transition: none;
  }
}

/* WooCommerce My Account login and dashboard polish. */
body.woocommerce-account .site-main {
  width: min(100% - 2rem, 80rem);
  padding-top: clamp(2rem, 5vw, 4.5rem);
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

body.woocommerce-account .entry-header,
body.woocommerce-account .entry-title {
  text-align: center;
}

body.woocommerce-account .entry-title {
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  color: #292524;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

body.woocommerce-account .woocommerce {
  color: #57534e;
}

body.woocommerce-account .woocommerce h2,
body.woocommerce-account .woocommerce h3 {
  margin: 0 0 1.25rem;
  color: #292524;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
}

body.woocommerce-account .col2-set#customer_login {
  width: 100%;
  max-width: 680px;
  display: block;
  margin: 0 auto;
}

body.woocommerce-account .col2-set#customer_login .col-1,
body.woocommerce-account .col2-set#customer_login .col-2 {
  width: 100%;
  float: none;
  margin: 0;
}

body.woocommerce-account .col2-set#customer_login .col-2 {
  margin-top: 2rem;
}

body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register {
  max-width: 620px;
  margin-inline: auto;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(151, 132, 111, 0.25);
  background: rgba(250, 249, 246, 0.72);
}

body.woocommerce-account .woocommerce-form-row,
body.woocommerce-account .form-row {
  margin: 0 0 1.1rem;
}

body.woocommerce-account label {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: #57534e;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.woocommerce-account .required {
  color: #8B735B;
}

body.woocommerce-account input.input-text,
body.woocommerce-account input[type="text"],
body.woocommerce-account input[type="email"],
body.woocommerce-account input[type="password"] {
  width: 100%;
  min-height: 46px;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(45, 42, 39, 0.2);
  border-radius: 0;
  background: transparent;
  color: #292524;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.9rem;
}

body.woocommerce-account input.input-text:focus,
body.woocommerce-account input[type="text"]:focus,
body.woocommerce-account input[type="email"]:focus,
body.woocommerce-account input[type="password"]:focus {
  outline: none;
  border-color: #97846f;
  box-shadow: 0 0 0 3px rgba(151, 132, 111, 0.12);
}

body.woocommerce-account .password-input {
  display: block;
  position: relative;
}

body.woocommerce-account .show-password-input {
  top: 50%;
  right: 0.85rem;
  transform: translateY(-50%);
  color: #8B735B;
}

body.woocommerce-account .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  text-transform: none;
  letter-spacing: 0.02em;
}

body.woocommerce-account .woocommerce-form-login__rememberme input {
  accent-color: #8B735B;
}

body.woocommerce-account button.button,
body.woocommerce-account .woocommerce-button,
body.woocommerce-account a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.9rem 1.4rem;
  border: 1px solid rgba(45, 42, 39, 0.22);
  border-radius: 0;
  background: transparent;
  color: #292524;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.woocommerce-account button.button:hover,
body.woocommerce-account button.button:focus-visible,
body.woocommerce-account .woocommerce-button:hover,
body.woocommerce-account .woocommerce-button:focus-visible,
body.woocommerce-account a.button:hover,
body.woocommerce-account a.button:focus-visible {
  border-color: #292524;
  background: #292524;
  color: #FFFFFF;
}

body.woocommerce-account .woocommerce-LostPassword {
  margin: 1rem 0 0;
  text-align: center;
}

body.woocommerce-account .woocommerce-LostPassword a,
body.woocommerce-account .woocommerce-privacy-policy-text a,
body.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
  color: #8B735B;
  text-decoration: none;
  border-bottom: 1px solid rgba(139, 115, 91, 0.35);
  transition: border-color 160ms ease, color 160ms ease;
}

body.woocommerce-account .woocommerce-LostPassword a:hover,
body.woocommerce-account .woocommerce-LostPassword a:focus,
body.woocommerce-account .woocommerce-privacy-policy-text a:hover,
body.woocommerce-account .woocommerce-privacy-policy-text a:focus,
body.woocommerce-account .woocommerce-MyAccount-content a:not(.button):hover,
body.woocommerce-account .woocommerce-MyAccount-content a:not(.button):focus {
  color: #292524;
  border-color: #292524;
}

body.woocommerce-account .woocommerce-privacy-policy-text {
  color: #78716c;
  font-size: 0.85rem;
  line-height: 1.7;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  padding: 1rem;
  border: 1px solid rgba(151, 132, 111, 0.22);
  background: rgba(250, 249, 246, 0.6);
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 0.65rem 0.75rem;
  color: #57534e;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation a:focus {
  background: #F2EBE3;
  color: #292524;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  color: #57534e;
  line-height: 1.7;
}

@media (max-width: 767px) {
  body.woocommerce-account .site-main {
    width: min(100% - 1.25rem, 80rem);
  }

  body.woocommerce-account .woocommerce-form-login,
  body.woocommerce-account .woocommerce-form-register {
    padding: 1.25rem;
  }

  body.woocommerce-account button.button,
  body.woocommerce-account .woocommerce-button,
  body.woocommerce-account a.button {
    width: 100%;
  }

  body.woocommerce-account .woocommerce-form-login__rememberme {
    width: 100%;
    justify-content: center;
  }
}

/* The Jewellery Mill contact page form. */
.tjm-contact {
  width: min(100%, 760px);
  margin: clamp(2rem, 5vw, 4rem) auto clamp(4rem, 8vw, 7rem);
  color: #57534e;
}

.tjm-contact__intro {
  max-width: 42rem;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.tjm-contact__eyebrow {
  margin: 0 0 0.7rem;
  color: #8B735B;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tjm-contact__intro h1 {
  margin: 0 0 1rem;
  color: #292524;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.tjm-contact__intro p:last-child {
  margin: 0;
  color: #57534e;
  line-height: 1.75;
}

.tjm-contact__notice {
  margin: 0 0 1.5rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(139, 115, 91, 0.24);
  background: rgba(242, 235, 227, 0.42);
  color: #57534e;
  line-height: 1.6;
}

.tjm-contact__notice p {
  margin: 0 0 0.6rem;
  color: #292524;
}

.tjm-contact__notice ul {
  margin: 0;
  padding-left: 1.1rem;
}

.tjm-contact__notice--success {
  border-color: rgba(139, 115, 91, 0.32);
  color: #292524;
  text-align: center;
}

.tjm-contact__notice--error {
  border-color: rgba(124, 45, 18, 0.24);
  background: rgba(254, 242, 242, 0.58);
}

.tjm-contact__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1.1rem;
  padding: clamp(1.35rem, 4vw, 2.6rem);
  border: 1px solid rgba(151, 132, 111, 0.25);
  background: rgba(250, 249, 246, 0.72);
}

.tjm-contact__field {
  margin: 0;
}

.tjm-contact__field--full,
.tjm-contact__actions {
  grid-column: 1 / -1;
}

.tjm-contact__field--honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.tjm-contact label {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: #57534e;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tjm-contact label span[aria-hidden="true"] {
  color: #8B735B;
}

.tjm-contact input[type="text"],
.tjm-contact input[type="email"],
.tjm-contact input[type="tel"],
.tjm-contact textarea {
  width: 100%;
  min-height: 46px;
  padding: 0.78rem 1rem;
  border: 1px solid rgba(45, 42, 39, 0.2);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.42);
  color: #292524;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  box-shadow: none;
}

.tjm-contact textarea {
  min-height: 11rem;
  resize: vertical;
}

.tjm-contact input[type="text"]:focus,
.tjm-contact input[type="email"]:focus,
.tjm-contact input[type="tel"]:focus,
.tjm-contact textarea:focus {
  outline: none;
  border-color: #97846f;
  box-shadow: 0 0 0 3px rgba(151, 132, 111, 0.12);
}

.tjm-contact [aria-invalid="true"] {
  border-color: rgba(124, 45, 18, 0.42);
}

.tjm-contact__consent label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0;
  color: #57534e;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-transform: none;
}

.tjm-contact__consent input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.22rem;
  accent-color: #8B735B;
  flex: 0 0 auto;
}

.tjm-contact__actions {
  margin: 0;
}

.tjm-contact__actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  min-width: 13rem;
  padding: 0.95rem 1.6rem;
  border: 1px solid #8B735B;
  border-radius: 0;
  background: #8B735B;
  color: #FFFFFF;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.tjm-contact__actions button:hover,
.tjm-contact__actions button:focus-visible {
  background: transparent;
  color: #8B735B;
}

@media (max-width: 700px) {
  .tjm-contact {
    width: min(100%, calc(100vw - 1.25rem));
  }

  .tjm-contact__form {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }

  .tjm-contact__actions button {
    width: 100%;
  }
}

/* PDP mobile add-to-bag controls and WooCommerce notices. */
@media (max-width: 767px) {
  .single-product div.product form.cart,
  .woocommerce.single-product div.product form.cart {
    width: 100%;
    max-width: 25rem;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 0.65rem;
    margin: 1.45rem auto;
    padding: 0;
  }

  .single-product div.product form.cart .quantity,
  .woocommerce.single-product div.product form.cart .quantity {
    flex: 0 0 4.5rem !important;
    width: 4.5rem !important;
    min-width: 4.5rem;
    height: 3rem;
    margin: 0 !important;
    float: none !important;
  }

  .single-product div.product form.cart .qty,
  .woocommerce.single-product div.product form.cart .qty {
    width: 100% !important;
    min-width: 0;
    max-width: none;
    height: 3rem;
    min-height: 3rem;
    margin: 0;
    padding: 0 0.45rem;
    border-radius: 0;
    line-height: 1;
    -webkit-appearance: none;
    appearance: textfield;
  }

  .single-product div.product form.cart .qty::-webkit-outer-spin-button,
  .single-product div.product form.cart .qty::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }

  .single-product div.product form.cart .single_add_to_cart_button,
  .single-product div.product form.cart .button.single_add_to_cart_button,
  .woocommerce.single-product div.product form.cart .single_add_to_cart_button {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none;
    min-height: 3rem !important;
    height: 3rem;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 1rem !important;
    border-radius: 0;
    line-height: 1.1;
    white-space: nowrap;
    -webkit-appearance: none;
    appearance: none;
  }
}

@media (max-width: 360px) {
  .single-product div.product form.cart,
  .woocommerce.single-product div.product form.cart {
    gap: 0.5rem;
  }

  .single-product div.product form.cart .quantity,
  .woocommerce.single-product div.product form.cart .quantity {
    flex-basis: 4rem !important;
    width: 4rem !important;
    min-width: 4rem;
  }

  .single-product div.product form.cart .single_add_to_cart_button,
  .single-product div.product form.cart .button.single_add_to_cart_button,
  .woocommerce.single-product div.product form.cart .single_add_to_cart_button {
    padding-inline: 0.65rem !important;
    font-size: 0.58rem;
    letter-spacing: 0.14em;
  }
}

.woocommerce-notices-wrapper {
  width: min(92rem, calc(100% - 3rem));
  margin: 0 auto clamp(1.5rem, 3vw, 2.25rem);
}

.woocommerce-notices-wrapper:empty {
  display: none;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin: 0 0 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(139, 115, 91, 0.24);
  border-radius: 0;
  background: rgba(250, 249, 246, 0.86);
  color: #292524;
  box-shadow: none;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
}

.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
  position: static;
  flex: 0 0 auto;
  color: #8B735B;
  font-size: 0.95rem;
  line-height: 1;
}

.woocommerce-message {
  border-color: rgba(139, 115, 91, 0.28);
  background: rgba(242, 235, 227, 0.46);
}

.woocommerce-message::before {
  color: #8B735B;
}

.woocommerce-info {
  border-color: rgba(151, 132, 111, 0.24);
}

.woocommerce-error {
  display: block;
  border-color: rgba(124, 45, 18, 0.24);
  background: rgba(254, 242, 242, 0.58);
}

.woocommerce-error::before {
  display: inline-block;
  margin-right: 0.55rem;
  color: #8B735B;
}

.woocommerce-error li {
  margin: 0.35rem 0;
  color: #292524;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
  color: #8B735B;
  text-decoration: none;
  border-bottom: 1px solid rgba(139, 115, 91, 0.35);
}

.woocommerce-message a:hover,
.woocommerce-message a:focus,
.woocommerce-info a:hover,
.woocommerce-info a:focus,
.woocommerce-error a:hover,
.woocommerce-error a:focus {
  color: #292524;
  border-color: #292524;
}

.woocommerce-message .button,
.woocommerce-message a.button,
.woocommerce-info .button,
.woocommerce-info a.button,
.woocommerce-error .button,
.woocommerce-error a.button {
  order: 2;
  flex: 0 0 auto;
  margin: 0 0 0 auto;
  min-height: 2.35rem;
  padding: 0.72rem 1.05rem;
  border: 1px solid #8B735B;
  border-radius: 0;
  background: transparent;
  color: #8B735B;
  box-shadow: none;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce-message .button:hover,
.woocommerce-message .button:focus,
.woocommerce-message a.button:hover,
.woocommerce-message a.button:focus,
.woocommerce-info .button:hover,
.woocommerce-info .button:focus,
.woocommerce-info a.button:hover,
.woocommerce-info a.button:focus,
.woocommerce-error .button:hover,
.woocommerce-error .button:focus,
.woocommerce-error a.button:hover,
.woocommerce-error a.button:focus {
  border-color: #8B735B;
  background: #8B735B;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .woocommerce-notices-wrapper {
    width: min(100% - 1.25rem, 80rem);
    margin-bottom: 1.25rem;
  }

  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error {
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.95rem;
    font-size: 0.78rem;
    overflow-wrap: anywhere;
  }

  .woocommerce-message,
  .woocommerce-info {
    flex-wrap: wrap;
  }

  .woocommerce-message::before,
  .woocommerce-info::before {
    margin-top: 0.18rem;
  }

  .woocommerce-message .button,
  .woocommerce-message a.button,
  .woocommerce-info .button,
  .woocommerce-info a.button,
  .woocommerce-error .button,
  .woocommerce-error a.button {
    width: auto;
    margin: 0.4rem 0 0 1.7rem;
    padding-inline: 0.95rem;
  }
}

@media (max-width: 420px) {
  .woocommerce-message .button,
  .woocommerce-message a.button,
  .woocommerce-info .button,
  .woocommerce-info a.button,
  .woocommerce-error .button,
  .woocommerce-error a.button {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
}

/* Refined notice focus and hidden breadcrumb scrollbars. */
.woocommerce-notices-wrapper:focus,
.woocommerce-notices-wrapper:focus-visible,
.woocommerce-message:focus,
.woocommerce-message:focus-visible,
.woocommerce-info:focus,
.woocommerce-info:focus-visible,
.woocommerce-error:focus,
.woocommerce-error:focus-visible {
  outline: none;
  box-shadow: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-color: rgba(151, 130, 104, 0.28);
  box-shadow: none;
}

.woocommerce-message a:focus-visible,
.woocommerce-info a:focus-visible,
.woocommerce-error a:focus-visible,
.woocommerce-message .button:focus-visible,
.woocommerce-info .button:focus-visible,
.woocommerce-error .button:focus-visible {
  outline: 1px solid rgba(151, 130, 104, 0.65);
  outline-offset: 3px;
  box-shadow: none;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-breadcrumb,
nav.woocommerce-breadcrumb,
.tjm-breadcrumb,
.breadcrumb {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.woocommerce .woocommerce-breadcrumb::-webkit-scrollbar,
.woocommerce-breadcrumb::-webkit-scrollbar,
nav.woocommerce-breadcrumb::-webkit-scrollbar,
.tjm-breadcrumb::-webkit-scrollbar,
.breadcrumb::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

/* Keep mobile cart drawer actions above browser safe areas. */
.tjm-cart-drawer {
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.tjm-cart-drawer__inner {
  min-height: 0;
  height: 100%;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(1.35rem, 4vw, 2rem) clamp(1.35rem, 4vw, 2rem) 0;
}

.tjm-cart-drawer__header {
  flex: 0 0 auto;
}

.tjm-cart-drawer__content {
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 1.25rem;
}

.tjm-cart-drawer__items {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  padding-right: 0.25rem;
  -webkit-overflow-scrolling: touch;
}

.tjm-cart-drawer__subtotal {
  flex: 0 0 auto;
  margin-top: 0;
  padding: 1.15rem 0;
  border-top: 1px solid rgba(151, 130, 104, 0.18);
  background: #FAF9F6;
}

.tjm-cart-drawer__actions {
  flex: 0 0 auto;
  display: grid;
  gap: 0.75rem;
  padding-bottom: calc(18px + env(safe-area-inset-bottom));
  background: #FAF9F6;
}

.tjm-cart-drawer__actions a,
.tjm-cart-drawer__actions button,
.tjm-cart-drawer__button {
  width: 100%;
}

.tjm-cart-drawer__empty {
  min-height: 0;
  flex: 1 1 auto;
  display: grid;
  align-content: center;
  margin: 0;
  padding-bottom: calc(18px + env(safe-area-inset-bottom));
}

@media (max-width: 767px) {
  .tjm-cart-drawer {
    width: min(420px, 92vw);
  }

  .tjm-cart-drawer__inner {
    padding-right: 1.15rem;
    padding-left: 1.15rem;
  }

  .tjm-cart-drawer__items {
    padding-right: 0;
  }

  .tjm-cart-drawer__subtotal {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tjm-cart-drawer__actions {
    gap: 0.75rem;
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
  }
}

/* WooCommerce checkout payment methods */
.wc-block-checkout__payment-method .wc-block-components-radio-control {
  overflow: hidden;
  border: 1px solid #ded8cf;
  border-radius: 0;
  background: #faf9f6;
  box-shadow: none;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option {
  margin: 0 !important;
  border: 0;
  border-bottom: 1px solid rgba(143, 122, 99, 0.16);
  border-radius: 0 !important;
  background: transparent;
  box-shadow: none;
  transition: background-color 180ms ease;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child {
  border-bottom: 0;
  padding-bottom: 1px;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  border-radius: 0 !important;
  background: rgba(151, 132, 108, 0.08) !important;
  box-shadow: inset 0 0 0 1px rgba(151, 132, 108, 0.16) !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted::after {
  display: none !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
  display: grid !important;
  grid-template-columns: 20px 1fr;
  column-gap: 14px;
  align-items: center;
  min-height: 64px;
  padding: 18px 22px !important;
  margin: 0 !important;
  text-align: left !important;
  cursor: pointer;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__input {
  grid-column: 1;
  grid-row: 1;
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  margin: 0 !important;
  width: 18px !important;
  height: 18px !important;
  appearance: auto !important;
  -webkit-appearance: radio !important;
  accent-color: #8f7a63;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option-layout {
  grid-column: 2;
  grid-row: 1;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__label-group {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__label,
.wc-block-checkout__payment-method .wc-block-components-payment-method-label {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #292524;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: left !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
  margin: 0 22px 18px 56px !important;
  padding: 14px 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(143, 122, 99, 0.14);
  color: #5f5a53;
  font-size: 13px;
  line-height: 1.65;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content p {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content p:last-child {
  margin-bottom: 0;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option:focus,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:focus-visible,
.wc-block-checkout__payment-method .wc-block-components-radio-control__input:focus,
.wc-block-checkout__payment-method .wc-block-components-radio-control__input:focus-visible {
  outline: 1px solid rgba(143, 122, 99, 0.45) !important;
  outline-offset: 3px;
  box-shadow: none !important;
}

@media (max-width: 700px) {
  .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    grid-template-columns: 18px 1fr;
    column-gap: 12px;
    min-height: 58px;
    padding: 16px !important;
  }

  .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
    margin: 0 16px 16px 46px !important;
    padding: 12px 0 0;
  }
}

/* WooCommerce checkout form fields and payment methods */
.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--first-selected::after,
.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--first-selected::before,
.wc-block-components-radio-control--highlight-checked::after,
.wc-block-components-radio-control--highlight-checked::before {
  content: none !important;
  display: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-text-input textarea,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input textarea,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout .wc-block-components-select .wc-block-components-select__select,
.woocommerce-checkout .woocommerce input.input-text,
.woocommerce-checkout .woocommerce textarea,
.woocommerce-checkout .woocommerce select,
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
  min-height: 46px;
  border: 1px solid rgba(45, 42, 39, 0.2) !important;
  border-radius: 0 !important;
  background-color: rgba(255, 255, 255, 0.42) !important;
  color: #292524;
  box-shadow: none !important;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout input.input-text {
  padding: 1.2rem 1rem 0.45rem !important;
}

.woocommerce-checkout .wc-block-components-text-input textarea,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input textarea,
.woocommerce-checkout textarea {
  min-height: 8rem;
  padding: 1.4rem 1rem 0.75rem !important;
  resize: vertical;
}

.woocommerce-checkout .wc-block-components-select .wc-block-components-select__select,
.woocommerce-checkout select {
  padding: 0.75rem 2.5rem 0.75rem 1rem !important;
}

.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-text-input textarea:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input textarea:focus,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.woocommerce-checkout .wc-block-components-select .wc-block-components-select__select:focus,
.woocommerce-checkout .woocommerce input.input-text:focus,
.woocommerce-checkout .woocommerce textarea:focus,
.woocommerce-checkout .woocommerce select:focus,
.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
  border-color: #97846f !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(151, 132, 111, 0.12) !important;
}

.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-combobox label,
.woocommerce-checkout .wc-block-components-select label {
  color: #57534e;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
}

.woocommerce-checkout .wc-block-components-text-input.is-active label,
.woocommerce-checkout .wc-block-components-text-input.has-error label,
.woocommerce-checkout .wc-block-components-combobox.is-active label,
.woocommerce-checkout .wc-block-components-combobox.has-error label,
.woocommerce-checkout .wc-block-components-select.has-error label {
  color: #8B735B;
}

.woocommerce-checkout .wc-block-components-text-input.has-error input,
.woocommerce-checkout .wc-block-components-text-input.has-error textarea,
.woocommerce-checkout .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout .wc-block-components-select.has-error .wc-block-components-select__select,
.woocommerce-checkout .woocommerce-invalid input.input-text,
.woocommerce-checkout .woocommerce-invalid textarea,
.woocommerce-checkout .woocommerce-invalid select {
  border-color: rgba(124, 45, 18, 0.42) !important;
  box-shadow: 0 0 0 3px rgba(124, 45, 18, 0.08) !important;
}

.woocommerce-checkout .wc-block-components-validation-error,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-invalid-required-field .woocommerce-input-wrapper {
  color: #7c2d12;
}

/* WooCommerce checkout field refinement */
.woocommerce-checkout .wc-block-components-form,
.woocommerce-checkout .wc-block-components-address-form {
  row-gap: 1rem;
  column-gap: 1rem;
}

.woocommerce-checkout .wc-block-components-address-form__first_name,
.woocommerce-checkout .wc-block-components-address-form__last_name,
.woocommerce-checkout .wc-block-components-address-form__address_1,
.woocommerce-checkout .wc-block-components-address-form__address_2,
.woocommerce-checkout .wc-block-components-address-form__city,
.woocommerce-checkout .wc-block-components-address-form__state,
.woocommerce-checkout .wc-block-components-address-form__postcode,
.woocommerce-checkout .wc-block-components-address-form__phone {
  margin-bottom: 0.95rem;
}

.woocommerce-checkout .wc-block-components-text-input,
.woocommerce-checkout .wc-block-components-combobox,
.woocommerce-checkout .wc-block-components-select {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .woocommerce-checkout .wc-block-components-address-form,
  .woocommerce-checkout .wc-block-components-address-form-wrapper,
  .woocommerce-checkout .wc-block-checkout__billing-fields,
  .woocommerce-checkout .wc-block-checkout__shipping-fields {
    row-gap: 0.875rem;
    column-gap: 1rem;
  }

  .woocommerce-checkout .wc-block-components-address-form > *,
  .woocommerce-checkout .wc-block-components-address-form-wrapper > * {
    margin-bottom: 0 !important;
  }

  .woocommerce-checkout .wc-block-components-address-form .wc-block-components-text-input,
  .woocommerce-checkout .wc-block-components-address-form .wc-block-components-combobox,
  .woocommerce-checkout .wc-block-components-address-form .wc-block-components-select,
  .woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-text-input,
  .woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-combobox,
  .woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-select,
  .woocommerce-checkout .wc-block-checkout__shipping-fields .wc-block-components-text-input,
  .woocommerce-checkout .wc-block-checkout__shipping-fields .wc-block-components-combobox,
  .woocommerce-checkout .wc-block-checkout__shipping-fields .wc-block-components-select {
    margin-bottom: 0.875rem !important;
  }

  .woocommerce-checkout .wc-block-components-checkout-step__container {
    margin-top: 1rem;
  }
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout .wc-block-components-select .wc-block-components-select__select,
.woocommerce-checkout input.input-text,
.woocommerce-checkout select {
  min-height: 54px;
  padding: 1.45rem 1.125rem 0.55rem !important;
  border: 1px solid rgba(151, 132, 107, 0.28) !important;
  border-radius: 0 !important;
  background-color: #FAF9F6 !important;
  color: #292524 !important;
  box-shadow: none !important;
  font-size: 0.94rem;
  line-height: 1.35;
  text-align: left;
}

.woocommerce-checkout .wc-block-components-text-input textarea,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input textarea,
.woocommerce-checkout textarea {
  min-height: 8.5rem;
  padding: 1.65rem 1.125rem 0.8rem !important;
  border: 1px solid rgba(151, 132, 107, 0.28) !important;
  border-radius: 0 !important;
  background-color: #FAF9F6 !important;
  color: #292524 !important;
  box-shadow: none !important;
  font-size: 0.94rem;
  line-height: 1.55;
}

.woocommerce-checkout .wc-block-components-select .wc-block-components-select__select,
.woocommerce-checkout select {
  padding-right: 2.75rem !important;
  background-position: right 1rem center;
}

.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control label,
.woocommerce-checkout .wc-block-components-select .wc-block-components-select__label {
  top: 0.45rem;
  left: 1.125rem;
  max-width: calc(100% - 2.25rem);
  margin: 0;
  color: #6f6a63;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
  transform: none;
}

.woocommerce-checkout .wc-block-components-text-input.is-active label,
.woocommerce-checkout .wc-block-components-text-input input:not(:placeholder-shown) + label,
.woocommerce-checkout .wc-block-components-combobox.is-active .wc-block-components-combobox-control label,
.woocommerce-checkout .wc-block-components-select .wc-block-components-select__label {
  color: #8f7a63;
}

.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control,
.woocommerce-checkout .wc-block-components-select {
  position: relative;
}

.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  padding-left: 1.125rem !important;
  padding-right: 2.75rem !important;
}

.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container {
  border-color: rgba(151, 132, 107, 0.24);
  background: #FAF9F6;
  color: #292524;
}

.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-text-input textarea:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input textarea:focus,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.woocommerce-checkout .wc-block-components-select .wc-block-components-select__select:focus,
.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
  border-color: #8f7a63 !important;
  outline: none !important;
  background-color: #FAF9F6 !important;
  box-shadow: 0 0 0 3px rgba(143, 122, 99, 0.12) !important;
}

.woocommerce-checkout input:-webkit-autofill,
.woocommerce-checkout input:-webkit-autofill:hover,
.woocommerce-checkout input:-webkit-autofill:focus,
.woocommerce-checkout textarea:-webkit-autofill,
.woocommerce-checkout textarea:-webkit-autofill:hover,
.woocommerce-checkout textarea:-webkit-autofill:focus,
.woocommerce-checkout select:-webkit-autofill,
.woocommerce-checkout select:-webkit-autofill:hover,
.woocommerce-checkout select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #FAF9F6 inset !important;
  -webkit-text-fill-color: #292524 !important;
  caret-color: #292524;
  transition: background-color 9999s ease-in-out 0s;
}

.woocommerce-checkout .wc-block-components-text-input.has-error input,
.woocommerce-checkout .wc-block-components-text-input.has-error textarea,
.woocommerce-checkout .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout .wc-block-components-select.has-error .wc-block-components-select__select,
.woocommerce-checkout .woocommerce-invalid input.input-text,
.woocommerce-checkout .woocommerce-invalid textarea,
.woocommerce-checkout .woocommerce-invalid select {
  border-color: rgba(124, 45, 18, 0.42) !important;
  background-color: #FCFBF8 !important;
  box-shadow: 0 0 0 3px rgba(124, 45, 18, 0.08) !important;
}

@media (max-width: 700px) {
  .woocommerce-checkout .wc-block-components-form,
  .woocommerce-checkout .wc-block-components-address-form {
    row-gap: 0.85rem;
    column-gap: 0;
  }

  .woocommerce-checkout .wc-block-components-text-input input,
  .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input,
  .woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
  .woocommerce-checkout .wc-block-components-select .wc-block-components-select__select,
  .woocommerce-checkout input.input-text,
  .woocommerce-checkout select {
    min-height: 52px;
    padding: 1.4rem 1rem 0.5rem !important;
  }

  .woocommerce-checkout .wc-block-components-text-input label,
  .woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control label,
  .woocommerce-checkout .wc-block-components-select .wc-block-components-select__label {
    left: 1rem;
  }
}

/* TJM homepage postal repair conversion pass */
.tjm-home .tjm-hero {
  position: relative;
  min-height: 0;
  padding: clamp(2rem, 6vw, 5rem) 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 239, 230, 0.86) 48%, rgba(36, 33, 30, 0.1)),
    #f7f3eb;
  color: #141312;
  overflow: hidden;
}

.tjm-home .tjm-hero__image,
.tjm-home .tjm-hero__overlay {
  display: none;
}

.tjm-home .tjm-hero__inner {
  width: min(100% - 2rem, 77rem);
  margin: 0 auto;
  padding: 0;
}

.tjm-home .tjm-hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.tjm-home .tjm-hero__copy {
  max-width: 46rem;
  padding: 0;
  color: #141312;
  text-align: left;
}

.tjm-home .tjm-eyebrow,
.tjm-home .tjm-hero .tjm-eyebrow {
  margin-bottom: 0.85rem;
  color: #8b6f2b;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.tjm-home .tjm-hero h1 {
  max-width: 13.5ch;
  margin: 0;
  color: #111;
  font-size: clamp(2.6rem, 6vw, 5.45rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.tjm-home .tjm-hero__copy > p:not(.tjm-eyebrow, .tjm-hero__note) {
  max-width: 43rem;
  margin: 1.25rem 0 0;
  color: #4b4742;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.65;
}

.tjm-home .tjm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.45rem;
}

.tjm-home .tjm-hero .tjm-button,
.tjm-home .tjm-button {
  min-height: 3rem;
  border-radius: 999px;
  padding: 0.95rem 1.35rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.tjm-home .tjm-button--dark {
  border-color: #d6af36;
  background: #d6af36;
  color: #111;
}

.tjm-home .tjm-button--light,
.tjm-home .tjm-button--ghost {
  border-color: #111;
  background: #fff;
  color: #111;
}

.tjm-home .tjm-button--ghost {
  background: transparent;
}

.tjm-home .tjm-hero__note {
  margin-top: 1rem;
  color: #5c564d;
  font-size: 0.92rem;
}

.tjm-hero-card {
  overflow: hidden;
  border: 1px solid rgba(20, 19, 18, 0.12);
  border-radius: 8px;
  background: #111;
  color: #fff;
  box-shadow: 0 24px 54px rgba(20, 19, 18, 0.2);
}

.tjm-hero-card__media {
  aspect-ratio: 16 / 9;
  background: #f3eee6;
}

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

.tjm-hero-card__body {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.tjm-hero-card h2 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.15;
}

.tjm-hero-card ol {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: tjm-steps;
}

.tjm-hero-card li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.75rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.45;
  counter-increment: tjm-steps;
}

.tjm-hero-card li::before {
  content: counter(tjm-steps);
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #d6af36;
  color: #111;
  font-weight: 800;
}

.tjm-trust-bar {
  width: min(100% - 2rem, 77rem);
  margin: clamp(1.5rem, 4vw, 2.5rem) auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(139, 111, 43, 0.2);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 19, 18, 0.06);
}

.tjm-trust-bar__item {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 1rem;
  border-right: 1px solid rgba(139, 111, 43, 0.16);
  color: #191714;
  font-weight: 700;
  text-align: center;
}

.tjm-trust-bar__item:last-child {
  border-right: 0;
}

.tjm-trust-bar__item .material-symbols-outlined {
  color: #b88b16;
  font-size: 1.1rem;
}

.tjm-pack__panel,
.tjm-story,
.tjm-home-products,
.tjm-why {
  width: min(100% - 2rem, 77rem);
}

.tjm-pack__panel {
  border-radius: 8px;
  border-color: rgba(139, 111, 43, 0.2);
  background: #181614;
  color: #fff;
}

.tjm-pack__panel h2,
.tjm-pack__panel p,
.tjm-pack__panel strong {
  color: #fff;
}

.tjm-quote-section {
  scroll-margin-top: 6rem;
}

.tjm-quote-section .tjm-contact {
  margin-top: 1.5rem;
  padding: 0;
  background: transparent;
}

.tjm-quote-section .tjm-contact__intro {
  max-width: 48rem;
}

.tjm-quote-section .tjm-contact__intro h2 {
  margin: 0;
  color: #161412;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.05;
}

.tjm-contact__form {
  border-radius: 8px;
  border: 1px solid rgba(139, 111, 43, 0.16);
  background: #fff;
}

.tjm-contact select,
.tjm-contact input[type="file"] {
  width: 100%;
  min-height: 3.1rem;
  box-sizing: border-box;
  border: 1px solid rgba(45, 42, 39, 0.22);
  border-radius: 4px;
  background: #fff;
  color: #292524;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.95rem;
}

.tjm-contact select {
  padding: 0.75rem 0.85rem;
}

.tjm-contact input[type="file"] {
  padding: 0.7rem;
}

.tjm-contact__hint {
  display: block;
  margin-top: 0.5rem;
  color: #686159;
  font-size: 0.86rem;
  line-height: 1.45;
}

.tjm-contact__route {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(45, 42, 39, 0.14);
  border-radius: 4px;
}

.tjm-contact__route legend {
  padding: 0 0.35rem;
  color: #161412;
  font-weight: 800;
}

.tjm-contact__route label,
.tjm-contact__express label {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  margin: 0;
  color: #292524;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.tjm-contact__route input,
.tjm-contact__express input {
  margin-top: 0.18rem;
  accent-color: #d6af36;
}

.tjm-contact__actions button {
  border-radius: 999px;
  background: #d6af36;
  color: #111;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.tjm-services .tjm-benefit-grid,
.tjm-faqs .tjm-benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tjm-workshop .tjm-story__media {
  border-radius: 8px;
  background: #f3eee6;
}

.tjm-final-cta {
  border-radius: 8px;
  background: linear-gradient(135deg, #151312, #2d2923);
  color: #fff;
}

.tjm-final-cta h2,
.tjm-final-cta p {
  color: #fff;
}

@media (max-width: 960px) {
  .tjm-home .tjm-hero__content {
    grid-template-columns: 1fr;
  }

  .tjm-home .tjm-hero h1 {
    max-width: 14ch;
  }

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

  .tjm-trust-bar__item {
    border-bottom: 1px solid rgba(139, 111, 43, 0.16);
  }

  .tjm-trust-bar__item:nth-child(2n) {
    border-right: 0;
  }

  .tjm-services .tjm-benefit-grid,
  .tjm-faqs .tjm-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .header-cta--subtle,
  .header-cta--workshop {
    display: none;
  }
}

@media (max-width: 1020px) {
  .header-cta {
    display: none;
  }
}

@media (max-width: 640px) {
  .tjm-home .tjm-hero {
    padding: 1.35rem 0 1.65rem;
  }

  .tjm-home .tjm-hero__inner,
  .tjm-trust-bar,
  .tjm-pack__panel,
  .tjm-story,
  .tjm-home-products,
  .tjm-why {
    width: min(100% - 1.25rem, 77rem);
  }

  .tjm-home .tjm-hero__content {
    gap: 1.35rem;
  }

  .tjm-home .tjm-hero__copy {
    text-align: center;
  }

  .tjm-home .tjm-hero h1 {
    max-width: 12ch;
    margin-inline: auto;
    font-size: clamp(2.15rem, 13vw, 3.35rem);
  }

  .tjm-home .tjm-hero__copy > p:not(.tjm-eyebrow, .tjm-hero__note) {
    margin-top: 0.9rem;
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .tjm-home .tjm-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    margin-top: 1.05rem;
  }

  .tjm-home .tjm-hero .tjm-button {
    width: 100%;
    justify-content: center;
    min-height: 3rem;
  }

  .tjm-hero-card__media {
    display: none;
  }

  .tjm-hero-card__body {
    padding: 1rem;
  }

  .tjm-hero-card ol {
    gap: 0.55rem;
  }

  .tjm-trust-bar,
  .tjm-services .tjm-benefit-grid,
  .tjm-faqs .tjm-benefit-grid {
    grid-template-columns: 1fr;
  }

  .tjm-trust-bar__item {
    min-height: 3.6rem;
    border-right: 0;
  }

  .tjm-contact__form {
    padding: 1rem;
  }
}

/* TJM service-led masthead */
.site-header {
  background: rgba(255, 250, 246, 0.98);
  border-bottom: 1px solid rgba(31, 27, 24, 0.12);
}

.site-header__utility {
  border-bottom: 1px solid rgba(31, 27, 24, 0.08);
  background: #171513;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
}

.site-header__utility-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.4rem;
  width: min(1280px, calc(100% - 32px));
  min-height: 2.35rem;
  margin: 0 auto;
}

.site-header__utility a {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: inherit;
  white-space: nowrap;
}

.site-header__utility a:hover,
.site-header__utility a:focus {
  color: #d6af36;
}

.site-header__utility .material-symbols-outlined {
  color: #d6af36;
  font-size: 1rem;
}

.site-header__inner {
  width: min(1280px, calc(100% - 32px));
  min-height: 76px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(1rem, 2vw, 2rem);
}

.site-header .site-brand__text {
  max-width: 10rem;
  color: #171513;
  font-size: clamp(1.05rem, 1.6vw, 1.4rem);
}

.primary-navigation {
  justify-self: stretch;
}

.tjm-service-menu {
  justify-content: center;
  gap: clamp(0.75rem, 1.8vw, 1.65rem);
}

.tjm-service-menu > li {
  position: relative;
}

.tjm-service-menu > li > a {
  gap: 0.25rem;
  min-height: 4.75rem;
  color: #171513;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
}

.tjm-service-menu > li > a:hover,
.tjm-service-menu > li > a:focus {
  color: #8b6f2b;
}

.tjm-service-menu > li > a .material-symbols-outlined {
  font-size: 1rem;
}

.tjm-mega-menu {
  position: fixed;
  top: calc(2.35rem + 76px);
  left: 50%;
  z-index: 70;
  width: min(1180px, calc(100vw - 32px));
  padding-top: 0.75rem;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.tjm-service-menu__item--mega:hover .tjm-mega-menu,
.tjm-service-menu__item--mega:focus-within .tjm-mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.tjm-mega-menu__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(260px, 0.9fr);
  gap: 1.25rem;
  padding: 1.3rem;
  border: 1px solid rgba(31, 27, 24, 0.12);
  border-radius: 8px;
  background: rgba(255, 250, 246, 0.98);
  box-shadow: 0 28px 70px rgba(31, 27, 24, 0.18);
  backdrop-filter: blur(18px);
}

.tjm-mega-menu__group {
  padding: 0.75rem;
}

.tjm-mega-menu__group h2,
.tjm-mega-menu__panel h2 {
  margin: 0 0 0.8rem;
  color: #171513;
  font-size: 1.05rem;
  line-height: 1.2;
}

.tjm-mega-menu__group ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tjm-mega-menu__group a {
  display: block;
  padding: 0.28rem 0;
  color: #4f4840;
  font-size: 0.92rem;
  line-height: 1.4;
}

.tjm-mega-menu__group a:hover,
.tjm-mega-menu__group a:focus {
  color: #8b6f2b;
}

.tjm-mega-menu__panel {
  display: grid;
  align-content: center;
  padding: 1.25rem;
  border-radius: 8px;
  background: #171513;
  color: #fff;
}

.tjm-mega-menu__eyebrow {
  margin: 0 0 0.5rem;
  color: #d6af36;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tjm-mega-menu__panel h2,
.tjm-mega-menu__panel p {
  color: #fff;
}

.tjm-mega-menu__panel p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.55;
}

.tjm-mega-menu__button {
  display: inline-flex;
  justify-content: center;
  justify-self: start;
  min-height: 2.75rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: #d6af36;
  color: #111;
  font-weight: 800;
}

.site-header__actions {
  gap: 0.65rem;
}

.header-cta {
  min-height: 2.75rem;
  padding: 0.82rem 1.15rem;
  border: 1px solid #d6af36;
  border-radius: 999px;
  background: #d6af36;
  color: #111;
  font-size: 0.84rem;
  font-weight: 900;
}

.header-cta:hover,
.header-cta:focus {
  border-color: #171513;
  background: #171513;
  color: #fff;
}

.header-icon-button {
  width: 2.6rem;
  height: 2.6rem;
  border-color: rgba(31, 27, 24, 0.12);
  background: rgba(255, 255, 255, 0.6);
}

.header-icon-button--cart {
  opacity: 0.72;
}

.header-icon-button--cart:hover,
.header-icon-button--cart:focus {
  opacity: 1;
}

.header-icon-button--cart .cart-link__count {
  top: -0.35rem;
  right: -0.35rem;
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 0.25rem;
  background: #171513;
  font-size: 0.62rem;
}

.mobile-menu {
  overflow-y: auto;
}

.mobile-menu__group {
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(31, 27, 24, 0.08);
}

.mobile-menu__group > span {
  display: block;
  margin-bottom: 0.35rem;
  color: #8b6f2b;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-menu__group ul {
  display: grid;
  gap: 0.15rem;
  margin: 0;
  padding: 0 0 0 0.8rem;
  list-style: none;
}

.mobile-menu__group a {
  min-height: 2.1rem;
  padding: 0.2rem 0;
  color: #4f4840;
  font-size: 0.92rem;
}

@media (max-width: 1200px) {
  .tjm-service-menu {
    gap: 0.85rem;
  }

  .tjm-service-menu > li > a {
    font-size: 0.82rem;
  }
}

@media (max-width: 1080px) {
  .primary-navigation {
    display: none;
  }

  .site-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .mobile-menu-toggle {
    display: grid;
  }

  .site-header .site-brand {
    justify-self: start;
  }

  .header-cta {
    display: inline-flex;
  }
}

@media (max-width: 720px) {
  .site-header__utility-inner {
    justify-content: center;
    gap: 0.9rem;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .site-header__utility-inner::-webkit-scrollbar {
    display: none;
  }

  .site-header__utility a:nth-child(2) {
    display: none;
  }

  .site-header__inner {
    width: min(100% - 20px, 1280px);
    min-height: 68px;
    gap: 0.75rem;
  }

  .site-header .site-brand__text {
    max-width: 8.5rem;
    font-size: 1rem;
  }

  .header-cta {
    display: none;
  }

  .header-icon-button {
    width: 2.35rem;
    height: 2.35rem;
  }

  .header-icon-button:not(.header-icon-button--search):not(.header-icon-button--cart) {
    display: none;
  }
}

/* TJM masthead and hero refinement: workshop-first, not competitor-led */
.site-header__utility {
  background: #f1ede6;
  color: #3c3833;
  border-bottom: 1px solid rgba(31, 27, 24, 0.1);
}

.site-header__utility-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: initial;
  gap: 1.25rem;
  min-height: 2.25rem;
}

.site-header__utility-left,
.site-header__utility-right {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.35rem);
  min-width: 0;
}

.site-header__utility-left {
  justify-content: flex-start;
}

.site-header__utility-right {
  justify-content: flex-end;
}

.site-header__utility a {
  min-width: 0;
  color: #3c3833;
  font-weight: 650;
}

.site-header__utility a span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-header__utility .material-symbols-outlined {
  color: #8b6f2b;
}

.site-header__utility-basket .cart-link__count {
  position: static;
  min-width: 1.2rem;
  height: 1.2rem;
  margin-left: -0.2rem;
  background: #8b6f2b;
  color: #fff;
  font-size: 0.65rem;
}

.site-header__inner {
  min-height: 78px;
  grid-template-columns: minmax(180px, auto) minmax(0, 1fr) auto;
}

.site-header__actions {
  min-width: max-content;
}

.tjm-service-menu {
  justify-content: flex-start;
  gap: clamp(0.6rem, 1.25vw, 1.1rem);
}

.tjm-service-menu > li > a {
  min-height: 78px;
  font-size: clamp(0.76rem, 0.75vw, 0.9rem);
}

.header-cta {
  min-height: 2.7rem;
  padding-inline: clamp(0.9rem, 1.4vw, 1.25rem);
  background: #c9a84b;
  border-color: #c9a84b;
  color: #191714;
  box-shadow: 0 8px 18px rgba(105, 82, 28, 0.14);
}

.tjm-mega-menu {
  top: calc(2.25rem + 78px);
}

.tjm-mega-menu__inner {
  grid-template-columns: repeat(5, minmax(130px, 1fr)) minmax(230px, 0.95fr);
  gap: 0.55rem;
  padding: 1rem;
  background: rgba(255, 250, 246, 0.99);
}

.tjm-mega-menu__group {
  padding: 0.65rem;
}

.tjm-mega-menu__group h2 {
  font-size: 0.92rem;
}

.tjm-mega-menu__group a {
  font-size: 0.84rem;
}

.tjm-mega-menu__panel {
  background: #2f2b26;
}

.tjm-mega-menu__button {
  background: #c9a84b;
}

.tjm-home .tjm-hero {
  padding: clamp(2.4rem, 6vw, 5.4rem) 0 clamp(2rem, 5vw, 4.6rem);
  background:
    linear-gradient(120deg, rgba(250, 249, 246, 0.98) 0%, rgba(242, 238, 230, 0.96) 56%, rgba(221, 211, 195, 0.72) 100%),
    #faf9f6;
}

.tjm-home .tjm-hero__content {
  grid-template-columns: minmax(0, 0.96fr) minmax(300px, 0.72fr);
  gap: clamp(2rem, 5vw, 5.25rem);
}

.tjm-home .tjm-hero h1 {
  max-width: 15ch;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: clamp(2.35rem, 5vw, 4.7rem);
  font-weight: 850;
  line-height: 1.02;
}

.tjm-home .tjm-hero__copy > p:not(.tjm-eyebrow, .tjm-hero__note) {
  max-width: 42rem;
  color: #514b43;
}

.tjm-home .tjm-hero .tjm-button {
  border-radius: 4px;
}

.tjm-home .tjm-button--dark {
  background: #2f2b26;
  border-color: #2f2b26;
  color: #fff;
}

.tjm-home .tjm-button--light {
  background: #c9a84b;
  border-color: #c9a84b;
  color: #191714;
}

.tjm-home .tjm-button--ghost {
  border-color: rgba(47, 43, 38, 0.32);
  color: #2f2b26;
}

.tjm-home .tjm-hero__note {
  display: inline-flex;
  margin-top: 1.1rem;
  padding: 0.7rem 0.9rem;
  border-left: 3px solid #c9a84b;
  background: rgba(255, 255, 255, 0.54);
  color: #3c3833;
}

.tjm-hero-card {
  border-color: rgba(47, 43, 38, 0.14);
  background: #fffaf6;
  color: #2f2b26;
  box-shadow: 0 20px 48px rgba(47, 43, 38, 0.12);
}

.tjm-hero-card__media {
  background: #e8e0d3;
}

.tjm-hero-card__body {
  background: linear-gradient(180deg, #fffaf6, #f1ede6);
}

.tjm-hero-card__eyebrow {
  margin: 0 0 0.65rem;
  color: #8b6f2b;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tjm-hero-card h2 {
  color: #2f2b26;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.tjm-hero-card__routes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.tjm-hero-card__routes span {
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(139, 111, 43, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #4f4840;
  font-size: 0.78rem;
  font-weight: 700;
}

.tjm-trust-bar {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  box-shadow: none;
}

.tjm-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.95rem;
}

.tjm-process-step {
  position: relative;
  min-height: 100%;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  border: 1px solid rgba(47, 43, 38, 0.12);
  border-radius: 8px;
  background: #fffaf6;
  color: #4f4840;
}

.tjm-process-step__number {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: #f1ede6;
  color: #8b6f2b;
  font-weight: 850;
}

.tjm-process-step .material-symbols-outlined {
  position: absolute;
  top: 1.15rem;
  right: 1.15rem;
  color: rgba(139, 111, 43, 0.52);
  font-size: 1.35rem;
}

.tjm-process-step h3 {
  margin: 0 0 0.55rem;
  color: #2f2b26;
  font-size: 1rem;
  line-height: 1.25;
}

.tjm-process-step p {
  margin: 0;
  color: #5f584f;
  font-size: 0.88rem;
  line-height: 1.58;
}

@media (max-width: 1240px) {
  .site-header__inner {
    grid-template-columns: minmax(160px, auto) minmax(0, 1fr) auto;
    gap: 0.9rem;
  }

  .site-header .site-brand__text {
    max-width: 8.5rem;
    font-size: 1.05rem;
  }

  .tjm-service-menu {
    gap: 0.55rem;
  }

  .tjm-service-menu > li > a {
    font-size: 0.76rem;
  }
}

@media (max-width: 1160px) {
  .primary-navigation {
    display: none;
  }

  .mobile-menu-toggle {
    display: grid;
  }
}

@media (max-width: 1080px) {
  .tjm-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tjm-process-step:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .site-header__utility-inner {
    grid-template-columns: 1fr;
    gap: 0;
    width: min(100% - 20px, 1280px);
    padding: 0.35rem 0;
  }

  .site-header__utility-left,
  .site-header__utility-right {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .site-header__utility-left::-webkit-scrollbar,
  .site-header__utility-right::-webkit-scrollbar {
    display: none;
  }

  .site-header__utility-left a:nth-child(2) {
    display: none;
  }

  .site-header__utility-right {
    display: none;
  }

  .tjm-home .tjm-hero {
    padding-top: 1.15rem;
  }

  .tjm-home .tjm-hero__copy {
    text-align: left;
  }

  .tjm-home .tjm-hero h1 {
    max-width: 13ch;
    margin-inline: 0;
    font-size: clamp(2.05rem, 11vw, 3.1rem);
  }

  .tjm-home .tjm-hero__actions {
    margin-top: 1rem;
  }

  .tjm-hero-card__media {
    display: block;
    aspect-ratio: 16 / 8;
  }

  .tjm-trust-bar,
  .tjm-process-grid {
    grid-template-columns: 1fr;
  }

  .tjm-process-step:last-child {
    grid-column: auto;
  }
}

/* Launch masthead and workshop-led hero reset */
.site-header__utility-right {
  gap: 1rem;
}

.site-header__utility-basket,
.header-icon-button--cart {
  display: none !important;
}

.site-header__inner {
  grid-template-columns: minmax(190px, auto) minmax(0, 1fr) auto;
}

.tjm-service-menu {
  justify-content: center;
  gap: clamp(0.9rem, 2vw, 1.7rem);
}

.tjm-service-menu > li > a {
  font-size: clamp(0.82rem, 0.82vw, 0.95rem);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.header-cta {
  min-width: max-content;
}

.header-cta--outline {
  border-color: rgba(47, 43, 38, 0.26);
  background: transparent;
  color: #2f2b26;
  box-shadow: none;
}

.header-cta--outline:hover,
.header-cta--outline:focus {
  border-color: #2f2b26;
  background: #2f2b26;
  color: #fff;
}

.tjm-home .tjm-hero {
  padding: clamp(2rem, 5vw, 4.6rem) 0 clamp(1.65rem, 4vw, 3.5rem);
  background:
    linear-gradient(90deg, rgba(250, 249, 246, 0.98), rgba(239, 233, 222, 0.9)),
    #faf9f6;
}

.tjm-home .tjm-hero__content {
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.62fr);
  gap: clamp(1.75rem, 4vw, 4.25rem);
  align-items: stretch;
}

.tjm-hero__kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.15rem;
}

.tjm-hero__kicker span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.65rem;
  border: 1px solid rgba(139, 111, 43, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  color: #5f584f;
  font-size: 0.78rem;
  font-weight: 750;
}

.tjm-home .tjm-hero h1 {
  max-width: 14ch;
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
  line-height: 1.05;
}

.tjm-home .tjm-hero__actions {
  gap: 0.65rem;
}

.tjm-home .tjm-hero .tjm-button {
  min-height: 3.15rem;
  border-radius: 999px;
}

.tjm-hero-workshop {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(47, 43, 38, 0.12);
  border-radius: 8px;
  background: #fffaf6;
  box-shadow: 0 18px 42px rgba(47, 43, 38, 0.1);
}

.tjm-hero-workshop__image {
  min-height: 13rem;
  background: #e8e0d3;
}

.tjm-hero-workshop__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tjm-hero-workshop__details {
  padding: 1.15rem;
  border-top: 1px solid rgba(47, 43, 38, 0.1);
}

.tjm-hero-workshop__details strong {
  display: block;
  margin-bottom: 0.75rem;
  color: #2f2b26;
  font-size: 1rem;
}

.tjm-hero-workshop__details ul {
  display: grid;
  gap: 0.45rem;
  margin: 0 0 0.9rem;
  padding: 0;
  list-style: none;
}

.tjm-hero-workshop__details li {
  color: #5f584f;
  font-size: 0.88rem;
  line-height: 1.4;
}

.tjm-hero-workshop__details li::before {
  content: "";
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  background: #c9a84b;
  vertical-align: 0.08rem;
}

.tjm-hero-workshop__details a {
  color: #8b6f2b;
  font-weight: 850;
}

@media (max-width: 1260px) {
  .site-header__inner {
    grid-template-columns: minmax(160px, auto) minmax(0, 1fr) auto;
  }

  .tjm-service-menu {
    gap: 0.85rem;
  }

  .header-cta {
    padding-inline: 0.88rem;
    font-size: 0.78rem;
  }
}

@media (max-width: 1120px) {
  .primary-navigation {
    display: none;
  }

  .mobile-menu-toggle {
    display: grid;
  }
}

@media (max-width: 720px) {
  .site-header__utility-right {
    display: flex;
  }

  .site-header__utility-right a:not(:first-child) {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .tjm-home .tjm-hero {
    padding-top: 0.9rem;
  }

  .tjm-home .tjm-hero__content {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .tjm-hero__kicker {
    margin-bottom: 0.75rem;
  }

  .tjm-hero__kicker span {
    min-height: 1.75rem;
    font-size: 0.72rem;
  }

  .tjm-home .tjm-hero h1 {
    max-width: 12ch;
    font-size: clamp(1.95rem, 10vw, 2.75rem);
  }

  .tjm-home .tjm-hero__copy > p:not(.tjm-eyebrow, .tjm-hero__note) {
    margin-top: 0.7rem;
    font-size: 0.92rem;
  }

  .tjm-home .tjm-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 0.85rem;
  }

  .tjm-home .tjm-hero .tjm-button {
    min-height: 2.85rem;
  }

  .tjm-home .tjm-hero__note {
    margin-top: 0.75rem;
    font-size: 0.8rem;
  }

  .tjm-hero-workshop {
    display: none;
  }
}

/* Readable repair mega menu and launch utility actions */
.site-header__utility {
  background: #f6f2eb;
}

.site-header__utility-inner {
  min-height: 2.45rem;
}

.site-header__utility-left {
  gap: clamp(0.85rem, 2vw, 1.65rem);
}

.site-header__utility-left a {
  font-size: 0.8rem;
}

.site-header__utility-right {
  gap: 0.45rem;
}

.site-header__utility-right a {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(47, 43, 38, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
}

.site-header__utility-right .material-symbols-outlined {
  font-size: 1.05rem;
}

.site-header__utility-right .cart-link__count {
  position: absolute;
  top: -0.28rem;
  right: -0.28rem;
  display: inline-grid;
  place-items: center;
  min-width: 1rem;
  height: 1rem;
  padding: 0 0.2rem;
  border-radius: 50%;
  background: #8b6f2b;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1;
}

.site-header__utility-basket,
.header-icon-button--cart {
  display: inline-grid !important;
}

.tjm-service-menu {
  gap: clamp(0.75rem, 1.45vw, 1.35rem);
}

.tjm-service-menu > li > a {
  letter-spacing: 0;
}

.tjm-mega-menu {
  width: min(980px, calc(100vw - 32px));
}

.tjm-mega-menu__inner {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(280px, 0.92fr);
  gap: 1.35rem;
  padding: 1.45rem;
}

.tjm-mega-menu__group {
  padding: 0;
}

.tjm-mega-menu__group:nth-child(1),
.tjm-mega-menu__group:nth-child(2) {
  grid-column: 1;
}

.tjm-mega-menu__group:nth-child(3),
.tjm-mega-menu__group:nth-child(4) {
  grid-column: 2;
}

.tjm-mega-menu__panel {
  grid-column: 3;
  grid-row: 1 / span 2;
  min-height: 100%;
  padding: 1.45rem;
  background: linear-gradient(145deg, #2f2b26, #1d1a17);
}

.tjm-mega-menu__group h2 {
  margin-bottom: 0.7rem;
  color: #2f2b26;
  font-size: 1.06rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.tjm-mega-menu__group ul {
  gap: 0.35rem;
}

.tjm-mega-menu__group a {
  padding: 0.32rem 0;
  color: #554e45;
  font-size: 0.98rem;
  line-height: 1.35;
}

.tjm-mega-menu__eyebrow {
  margin-bottom: 0.6rem;
  color: #c9a84b;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.tjm-mega-menu__panel h2 {
  margin-bottom: 0.75rem;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.08;
}

.tjm-mega-menu__panel p {
  margin-bottom: 1.25rem;
  font-size: 0.98rem;
}

.tjm-mega-menu__button {
  min-height: 3rem;
  padding: 0.95rem 1.15rem;
  background: #c9a84b;
  color: #171513;
  font-size: 0.95rem;
}

.tjm-service-menu__item--support {
  position: relative;
}

.tjm-support-menu {
  position: absolute;
  top: calc(100% - 0.2rem);
  right: 0;
  z-index: 72;
  min-width: 230px;
  padding-top: 0.6rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.tjm-service-menu__item--support:hover .tjm-support-menu,
.tjm-service-menu__item--support:focus-within .tjm-support-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.tjm-support-menu ul {
  display: grid;
  gap: 0.2rem;
  margin: 0;
  padding: 0.85rem;
  border: 1px solid rgba(47, 43, 38, 0.12);
  border-radius: 8px;
  background: #fffaf6;
  box-shadow: 0 18px 40px rgba(47, 43, 38, 0.14);
  list-style: none;
}

.tjm-support-menu a {
  display: block;
  padding: 0.55rem 0.65rem;
  border-radius: 6px;
  color: #3c3833;
  font-size: 0.95rem;
  font-weight: 700;
}

.tjm-support-menu a:hover,
.tjm-support-menu a:focus {
  background: #f1ede6;
  color: #8b6f2b;
}

.header-cta--outline {
  display: none;
}

@media (max-width: 1260px) {
  .tjm-mega-menu__inner {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr);
  }

  .tjm-mega-menu__group:nth-child(1),
  .tjm-mega-menu__group:nth-child(2),
  .tjm-mega-menu__group:nth-child(3),
  .tjm-mega-menu__group:nth-child(4) {
    grid-column: 1;
  }

  .tjm-mega-menu__panel {
    grid-column: 2;
    grid-row: 1 / span 4;
  }
}

@media (max-width: 720px) {
  .site-header__utility-left {
    gap: 0.75rem;
  }

  .site-header__utility-left a:first-child span:last-child {
    max-width: 10rem;
  }

  .site-header__utility-right {
    display: none;
  }
}

/* Final masthead and mega menu containment pass */
#masthead.site-header {
  isolation: isolate;
}

#masthead .site-header__utility-inner,
#masthead .site-header__inner {
  width: min(1180px, calc(100% - 32px));
}

#masthead .site-header__utility-left a,
#masthead .site-header__utility-right a {
  letter-spacing: 0;
  white-space: nowrap;
}

#masthead .site-header__utility-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

#masthead .site-header__utility-right a {
  width: 34px;
  height: 34px;
}

#masthead .site-header__utility-right a[href*="repair-tracker"] {
  width: auto;
  min-width: 0;
  grid-auto-flow: column;
  gap: 6px;
  padding: 0 10px;
  border-radius: 999px;
}

#masthead .site-header__utility-right a[href*="repair-tracker"]::after {
  content: "Repair Tracker";
  color: #3c3833;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}

#masthead .site-header__inner {
  grid-template-columns: minmax(190px, auto) minmax(0, 1fr) auto;
  column-gap: 24px;
}

#masthead .primary-navigation {
  min-width: 0;
}

#masthead .tjm-service-menu {
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  min-width: 0;
}

#masthead .tjm-service-menu > li > a {
  min-height: 78px;
  font-size: 15px;
  letter-spacing: 0;
  white-space: nowrap;
}

#masthead .site-header__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  min-width: max-content;
}

#masthead .header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0;
  white-space: nowrap;
}

#masthead .header-cta--outline {
  border-color: rgba(47, 43, 38, 0.28);
  background: transparent;
  color: #2f2b26;
  box-shadow: none;
}

#masthead .header-cta--gold {
  border-color: #c9a84b;
  background: #c9a84b;
  color: #171513;
}

#masthead .tjm-mega-menu {
  position: fixed;
  top: calc(2.45rem + 78px);
  left: 50%;
  z-index: 90;
  width: min(1180px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  padding-top: 12px;
  overflow: visible;
  transform: translate(-50%, -8px);
}

#masthead .tjm-mega-menu__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 280px;
  gap: 28px;
  width: 100%;
  max-width: 100%;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(47, 43, 38, 0.12);
  border-radius: 12px;
  background: #fffaf6;
  box-shadow: 0 24px 60px rgba(47, 43, 38, 0.16);
}

#masthead .tjm-mega-menu__group,
#masthead .tjm-mega-menu__panel {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

#masthead .tjm-mega-menu__group:nth-child(1),
#masthead .tjm-mega-menu__group:nth-child(2),
#masthead .tjm-mega-menu__group:nth-child(3),
#masthead .tjm-mega-menu__group:nth-child(4),
#masthead .tjm-mega-menu__panel {
  grid-column: auto;
  grid-row: auto;
}

#masthead .tjm-mega-menu__group h2 {
  margin: 0 0 12px;
  overflow-wrap: normal;
  word-break: normal;
  white-space: normal;
  color: #2f2b26;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

#masthead .tjm-mega-menu__group ul {
  gap: 5px;
}

#masthead .tjm-mega-menu__group a {
  display: block;
  padding: 4px 0;
  overflow: hidden;
  overflow-wrap: normal;
  word-break: normal;
  white-space: normal;
  color: #554e45;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
}

#masthead .tjm-mega-menu__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 260px;
  padding: 24px;
  border-radius: 10px;
  background: linear-gradient(145deg, #302b25, #1b1815);
  color: #fff;
}

#masthead .tjm-mega-menu__panel h2 {
  margin: 0 0 12px;
  overflow-wrap: normal;
  word-break: normal;
  white-space: normal;
  color: #fff;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: 0;
}

#masthead .tjm-mega-menu__panel p {
  margin: 0 0 18px;
  overflow-wrap: normal;
  word-break: normal;
  white-space: normal;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.55;
}

#masthead .tjm-mega-menu__buttons {
  display: grid;
  gap: 10px;
  min-width: 0;
}

#masthead .tjm-mega-menu__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  max-width: 100%;
  padding: 0 14px;
  overflow: hidden;
  border: 1px solid #c9a84b;
  border-radius: 999px;
  background: #c9a84b;
  color: #171513;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

#masthead .tjm-mega-menu__button--secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: transparent;
  color: #fff;
}

@media (max-width: 1100px) {
  #masthead .primary-navigation {
    display: none;
  }

  #masthead .mobile-menu-toggle {
    display: grid;
  }

  #masthead .site-header__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
}

@media (min-width: 1101px) and (max-width: 1240px) {
  #masthead .tjm-mega-menu__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #masthead .tjm-mega-menu__panel {
    grid-column: 1 / -1;
    min-height: 0;
  }

  #masthead .tjm-mega-menu__buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  #masthead .site-header__utility-inner {
    width: min(100% - 20px, 1180px);
  }

  #masthead .site-header__utility-left a:first-child span:last-child {
    max-width: 11rem;
  }

  #masthead .site-header__utility-right {
    display: none;
  }

  #masthead .site-header__actions {
    display: none;
  }
}

/* Masthead navigation fit and final desktop mega layout */
#masthead .site-header__inner {
  grid-template-columns: minmax(180px, auto) minmax(0, 1fr) auto;
  column-gap: clamp(16px, 2vw, 28px);
}

#masthead .tjm-service-menu {
  justify-content: flex-start;
  gap: clamp(16px, 2.2vw, 34px);
}

#masthead .tjm-service-menu > li > a {
  font-size: clamp(14px, 0.9vw, 15px);
}

#masthead .site-header__actions {
  gap: 8px;
}

#masthead .header-cta {
  min-height: 42px;
  padding-inline: clamp(13px, 1.2vw, 18px);
  font-size: clamp(13px, 0.84vw, 14px);
}

#masthead .tjm-mega-menu {
  width: min(1180px, calc(100vw - 32px));
  max-width: 1180px;
}

#masthead .tjm-mega-menu__inner {
  grid-template-columns: repeat(4, minmax(0, 1fr)) 280px;
  gap: 28px;
  padding: 30px 32px;
}

#masthead .tjm-mega-menu__group:nth-child(5) {
  grid-column: 4;
  grid-row: 2;
}

#masthead .tjm-mega-menu__panel {
  grid-column: 5;
  grid-row: 1 / span 2;
  align-self: stretch;
  min-height: 100%;
}

#masthead .tjm-mega-menu__panel h2,
#masthead .tjm-mega-menu__panel p,
#masthead .tjm-mega-menu__button {
  max-width: 100%;
}

#masthead .tjm-support-menu {
  right: 50%;
  transform: translate(50%, -6px);
}

#masthead .tjm-service-menu__item--support:hover .tjm-support-menu,
#masthead .tjm-service-menu__item--support:focus-within .tjm-support-menu {
  transform: translate(50%, 0);
}

@media (min-width: 1101px) and (max-width: 1240px) {
  #masthead .site-header__brand .site-brand__text {
    max-width: 7.5rem;
  }

  #masthead .tjm-service-menu {
    gap: 14px;
  }

  #masthead .header-cta {
    padding-inline: 12px;
  }

  #masthead .tjm-mega-menu__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr)) 280px;
  }

  #masthead .tjm-mega-menu__group:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
  }

  #masthead .tjm-mega-menu__panel {
    grid-column: 4;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 1100px) {
  #masthead .site-header__actions {
    display: flex;
  }
}

@media (max-width: 720px) {
  #masthead .site-header__actions {
    display: none;
  }
}

/* TJM image-mark masthead branding */
#masthead .tjm-site-branding {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  gap: 12px;
  color: #171513;
  text-decoration: none;
}

#masthead .tjm-site-branding:hover,
#masthead .tjm-site-branding:focus {
  color: #171513;
  text-decoration: none;
}

#masthead .tjm-site-branding__mark {
  display: block;
  flex: 0 0 auto;
  width: clamp(52px, 4vw, 64px);
  height: clamp(52px, 4vw, 64px);
  object-fit: contain;
}

#masthead .tjm-site-branding__text {
  display: grid;
  min-width: 0;
  gap: 2px;
  color: #171513;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
}

#masthead .tjm-site-branding__the {
  color: #8b6f2b;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

#masthead .tjm-site-branding__name {
  color: #171513;
  font-size: clamp(1.08rem, 1.5vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.02;
  white-space: nowrap;
}

#masthead .site-header__brand {
  justify-self: start;
}

#masthead .mobile-menu .tjm-site-branding {
  gap: 10px;
}

#masthead .mobile-menu .tjm-site-branding__mark {
  width: 48px;
  height: 48px;
}

#masthead .mobile-menu .tjm-site-branding__name {
  font-size: 1.1rem;
}

@media (min-width: 1101px) and (max-width: 1240px) {
  #masthead .site-header__inner {
    grid-template-columns: minmax(198px, auto) minmax(0, 1fr) auto;
  }

  #masthead .tjm-site-branding {
    gap: 10px;
  }

  #masthead .tjm-site-branding__mark {
    width: 52px;
    height: 52px;
  }

  #masthead .tjm-site-branding__name {
    font-size: 1.08rem;
  }
}

@media (max-width: 1100px) {
  #masthead .tjm-site-branding {
    justify-self: start;
  }

  #masthead .tjm-site-branding__mark {
    width: 50px;
    height: 50px;
  }

  #masthead .tjm-site-branding__name {
    font-size: 1.08rem;
  }
}

@media (max-width: 720px) {
  #masthead .tjm-site-branding {
    gap: 9px;
  }

  #masthead .tjm-site-branding__mark {
    width: 46px;
    height: 46px;
  }

  #masthead .tjm-site-branding__the {
    display: none;
  }

  #masthead .tjm-site-branding__name {
    max-width: 9.25rem;
    overflow: hidden;
    font-size: 1rem;
    text-overflow: ellipsis;
  }
}

@media (max-width: 380px) {
  #masthead .tjm-site-branding__name {
    max-width: 7.4rem;
  }
}

/* TJM masthead readability and flex spacing pass */
#masthead .site-header__inner {
  display: flex;
  align-items: center;
  gap: clamp(24px, 2.4vw, 42px);
  min-height: 84px;
}

#masthead .site-header__brand {
  flex: 0 0 auto;
}

#masthead .primary-navigation {
  flex: 1 1 auto;
  min-width: 0;
  justify-self: auto;
  margin-left: clamp(6px, 1vw, 18px);
  margin-right: clamp(18px, 2.2vw, 34px);
}

#masthead .tjm-service-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(16px, 1.45vw, 28px);
  min-width: 0;
}

#masthead .tjm-service-menu > li {
  flex: 0 0 auto;
}

#masthead .tjm-service-menu > li > a {
  min-height: 84px;
  font-size: clamp(13.5px, 0.82vw, 15px);
  white-space: nowrap;
}

#masthead .site-header__actions {
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  white-space: nowrap;
}

#masthead .header-cta {
  flex: 0 0 auto;
  min-height: 44px;
  padding-inline: clamp(13px, 1.1vw, 18px);
}

#masthead .tjm-site-branding {
  flex: 0 0 auto;
  gap: 12px;
}

#masthead .tjm-site-branding__mark {
  width: clamp(54px, 4vw, 62px);
  height: clamp(54px, 4vw, 62px);
  object-fit: contain;
}

#masthead .tjm-site-branding__text {
  gap: 1px;
  line-height: 0.95;
}

#masthead .tjm-site-branding__the {
  font-size: 0.68rem;
  letter-spacing: 0.06em;
}

#masthead .tjm-site-branding__name {
  font-size: clamp(1.08rem, 1.28vw, 1.32rem);
  line-height: 0.98;
}

@media (min-width: 1181px) and (max-width: 1320px) {
  #masthead .site-header__inner {
    gap: clamp(20px, 1.8vw, 28px);
  }

  #masthead .primary-navigation {
    margin-left: clamp(4px, 0.8vw, 12px);
    margin-right: clamp(14px, 1.8vw, 24px);
  }

  #masthead .tjm-service-menu {
    gap: clamp(12px, 1.1vw, 18px);
  }

  #masthead .header-cta {
    padding-inline: 12px;
  }
}

@media (max-width: 1180px) {
  #masthead .site-header__inner {
    gap: clamp(12px, 2vw, 20px);
    min-height: 76px;
  }

  #masthead .primary-navigation {
    display: none;
  }

  #masthead .mobile-menu-toggle {
    display: grid;
    flex: 0 0 auto;
  }

  #masthead .site-header__brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  #masthead .site-header__actions {
    display: flex;
  }

  #masthead .tjm-site-branding__mark {
    width: clamp(42px, 5vw, 50px);
    height: clamp(42px, 5vw, 50px);
  }

  #masthead .tjm-site-branding__name {
    font-size: clamp(1rem, 2.1vw, 1.14rem);
  }
}

@media (max-width: 860px) {
  #masthead .site-header__actions {
    gap: 8px;
  }

  #masthead .header-cta {
    min-height: 40px;
    padding-inline: 11px;
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  #masthead .site-header__inner {
    gap: 10px;
  }

  #masthead .site-header__actions {
    display: none;
  }

  #masthead .site-header__brand {
    justify-content: flex-start;
  }

  #masthead .tjm-site-branding__mark {
    width: 44px;
    height: 44px;
  }
}

/* TJM desktop multi-row masthead */
#masthead .tjm-site-branding__mark--mobile {
  display: none;
}

@media (min-width: 1181px) {
  #masthead .site-header__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: min(1180px, calc(100% - 32px));
    min-height: 0;
    gap: 0;
    padding: 10px 0 0;
  }

  #masthead .mobile-menu-toggle {
    display: none;
  }

  #masthead .site-header__brand {
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 8px 0 12px;
  }

  #masthead .site-header__actions {
    order: 2;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
    padding: 8px 0 12px;
    white-space: nowrap;
  }

  #masthead .primary-navigation {
    order: 3;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    min-width: 0;
    margin: 0;
    border-top: 1px solid rgba(47, 43, 38, 0.1);
  }

  #masthead .tjm-service-menu {
    justify-content: center;
    gap: clamp(34px, 4vw, 62px);
    width: 100%;
  }

  #masthead .tjm-service-menu > li > a {
    min-height: 54px;
    font-size: 15px;
  }

  #masthead .tjm-site-branding {
    gap: 16px;
  }

  #masthead .tjm-site-branding__mark--desktop {
    display: block;
    width: clamp(72px, 5.4vw, 84px);
    height: clamp(72px, 5.4vw, 84px);
  }

  #masthead .tjm-site-branding__mark--mobile {
    display: none;
  }

  #masthead .tjm-site-branding__text {
    gap: 2px;
  }

  #masthead .tjm-site-branding__the {
    font-size: 0.76rem;
  }

  #masthead .tjm-site-branding__name {
    font-size: clamp(1.38rem, 2.2vw, 1.72rem);
  }

  #masthead .header-cta {
    min-height: 44px;
    padding-inline: 18px;
  }

  #masthead .tjm-mega-menu {
    top: calc(2.45rem + 148px);
  }
}

@media (min-width: 1181px) and (max-width: 1320px) {
  #masthead .tjm-service-menu {
    gap: clamp(26px, 3vw, 44px);
  }

  #masthead .tjm-site-branding__mark--desktop {
    width: 72px;
    height: 72px;
  }

  #masthead .tjm-site-branding__name {
    font-size: 1.42rem;
  }
}

@media (max-width: 1180px) {
  #masthead .tjm-site-branding__mark--desktop {
    display: none;
  }

  #masthead .tjm-site-branding__mark--mobile {
    display: block;
  }
}

/* TJM masthead flow and polished mega menu */
.site {
  padding-top: 0;
}

html {
  scroll-padding-top: 190px;
}

:target {
  scroll-margin-top: 190px;
}

#masthead.site-header {
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
  z-index: 9999;
  overflow: visible;
  background: #fbf7ef;
  border-bottom: 1px solid rgba(47, 43, 38, 0.12);
  box-shadow: 0 8px 26px rgba(47, 43, 38, 0.05);
  backdrop-filter: none;
}

#masthead .site-header__utility {
  background: #fbf7ef;
  border-bottom: 1px solid rgba(47, 43, 38, 0.08);
}

#masthead .site-header__utility-inner,
#masthead .site-header__inner {
  background: transparent;
}

#masthead .site-header__inner {
  position: relative;
  z-index: 1;
}

#masthead .site-header__inner::before {
  content: "";
  position: absolute;
  inset: 0 50%;
  z-index: -1;
  margin-inline: -50vw;
  background: #fbf7ef;
  pointer-events: none;
}

@media (min-width: 1181px) {
  #masthead .site-header__inner {
    padding: 12px 0 0;
  }

  #masthead .site-header__brand,
  #masthead .site-header__actions {
    padding-block: 8px 14px;
  }

  #masthead .primary-navigation {
    position: relative;
    z-index: 2;
    padding: 0;
    border-top: 1px solid rgba(47, 43, 38, 0.1);
    border-bottom: 1px solid rgba(47, 43, 38, 0.08);
    background: transparent;
  }

  #masthead .primary-navigation::before {
    content: "";
    position: absolute;
    inset: 0 50%;
    z-index: -1;
    margin-inline: -50vw;
    border-top: 1px solid rgba(47, 43, 38, 0.1);
    border-bottom: 1px solid rgba(47, 43, 38, 0.08);
    background: #fbf7ef;
    pointer-events: none;
  }

  #masthead .tjm-service-menu__item--mega {
    position: static;
  }

  #masthead .tjm-service-menu > li > a {
    min-height: 52px;
  }

  #masthead .tjm-mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10001;
    width: min(1180px, calc(100vw - 32px));
    max-width: min(1180px, calc(100vw - 32px));
    margin-inline: auto;
    padding-top: 12px;
    overflow: visible;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -6px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  #masthead .tjm-service-menu__item--mega:hover .tjm-mega-menu,
  #masthead .tjm-service-menu__item--mega:focus-within .tjm-mega-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  #masthead .tjm-mega-menu__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 260px;
    gap: 28px;
    width: 100%;
    max-width: 100%;
    padding: 28px 32px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    background: #fbf7ef;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
  }

  #masthead .tjm-mega-menu__group {
    min-width: 0;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
  }

  #masthead .tjm-mega-menu__group:nth-child(1),
  #masthead .tjm-mega-menu__group:nth-child(2),
  #masthead .tjm-mega-menu__group:nth-child(3),
  #masthead .tjm-mega-menu__group:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }

  #masthead .tjm-mega-menu__group h2 {
    margin: 0 0 12px;
    color: #2f2b26;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: none;
  }

  #masthead .tjm-mega-menu__group ul {
    display: grid;
    gap: 6px;
  }

  #masthead .tjm-mega-menu__group a {
    display: block;
    padding: 3px 0;
    overflow: hidden;
    color: #554e45;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.34;
    text-transform: none;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  #masthead .tjm-mega-menu__panel {
    grid-column: 5;
    grid-row: 1;
    align-self: start;
    width: 100%;
    max-width: 260px;
    min-width: 0;
    min-height: unset;
    height: auto;
    padding: 24px;
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(145deg, #302b25, #1b1815);
    color: #fff;
  }

  #masthead .tjm-mega-menu__panel h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: 0;
  }

  #masthead .tjm-mega-menu__panel p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13.5px;
    line-height: 1.48;
  }

  #masthead .tjm-mega-menu__buttons {
    display: grid;
    gap: 9px;
  }

  #masthead .tjm-mega-menu__button {
    min-height: 40px;
    padding: 0 13px;
    font-size: 13.5px;
    line-height: 1.2;
    white-space: normal;
  }
}

@media (max-width: 1180px) {
  html {
    scroll-padding-top: 96px;
  }

  :target {
    scroll-margin-top: 96px;
  }
}

/* TJM explicit masthead rows */
#masthead.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fbf7ef;
  border-bottom: 1px solid rgba(47, 43, 38, 0.12);
  box-shadow: 0 8px 26px rgba(47, 43, 38, 0.05);
}

#masthead .site-header__utility,
#masthead .site-header__brand-row,
#masthead .site-header__nav-row {
  width: 100%;
  background: #fbf7ef;
}

#masthead .site-header__utility {
  border-bottom: 1px solid rgba(47, 43, 38, 0.08);
}

#masthead .site-header__brand-row {
  border-bottom: 1px solid rgba(47, 43, 38, 0.08);
}

#masthead .site-header__nav-row {
  position: relative;
  z-index: 2;
}

#masthead .site-header__utility-inner,
#masthead .site-header__brand-row-inner,
#masthead .site-header__nav-row-inner {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  background: transparent;
}

#masthead .site-header__brand-row-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 48px);
  min-height: 84px;
  padding-block: 10px;
}

#masthead .site-header__nav-row-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
}

#masthead .site-header__brand {
  flex: 0 0 auto;
  padding: 0;
}

#masthead .site-header__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  padding: 0;
  white-space: nowrap;
}

#masthead .primary-navigation {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 0 1 auto;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

#masthead .primary-navigation::before,
#masthead .site-header__inner::before {
  content: none;
}

#masthead .tjm-service-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(32px, 4vw, 64px);
  width: auto;
  min-width: 0;
}

#masthead .tjm-service-menu > li > a {
  min-height: 52px;
  padding-block: 0;
}

#masthead .tjm-site-branding {
  gap: 13px;
}

#masthead .tjm-site-branding__mark {
  width: clamp(54px, 4vw, 62px);
  height: clamp(54px, 4vw, 62px);
  object-fit: contain;
}

#masthead .tjm-site-branding__mark--desktop,
#masthead .tjm-site-branding__mark--mobile {
  display: block;
}

#masthead .tjm-site-branding__name {
  font-size: clamp(1.22rem, 2vw, 1.55rem);
}

@media (min-width: 1181px) {
  #masthead .mobile-menu-toggle {
    display: none;
  }

  #masthead .site-header__nav-row {
    display: block;
  }

  #masthead .tjm-service-menu__item--mega {
    position: static;
  }

  #masthead .tjm-mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10001;
    width: min(1180px, calc(100vw - 32px));
    max-width: min(1180px, calc(100vw - 32px));
    padding-top: 12px;
    transform: translate(-50%, -6px);
  }

  #masthead .tjm-service-menu__item--mega:hover .tjm-mega-menu,
  #masthead .tjm-service-menu__item--mega:focus-within .tjm-mega-menu {
    transform: translate(-50%, 0);
  }
}

@media (max-width: 1180px) {
  #masthead .site-header__brand-row-inner {
    min-height: 76px;
    gap: 12px;
  }

  #masthead .site-header__nav-row {
    display: none;
  }

  #masthead .mobile-menu-toggle {
    display: grid;
    flex: 0 0 auto;
  }

  #masthead .site-header__brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  #masthead .tjm-site-branding__mark {
    width: clamp(42px, 5vw, 50px);
    height: clamp(42px, 5vw, 50px);
  }

  #masthead .tjm-site-branding__name {
    font-size: clamp(1rem, 2.1vw, 1.14rem);
  }
}

@media (max-width: 720px) {
  #masthead .site-header__brand-row-inner {
    width: min(100% - 20px, 1180px);
    min-height: 68px;
  }

  #masthead .site-header__actions {
    display: none;
  }

  #masthead .tjm-site-branding__mark {
    width: 44px;
    height: 44px;
  }
}

/* TJM premium three-row masthead */
#masthead.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  overflow: visible;
  background: #fbf7ef;
  border-bottom: 1px solid rgba(47, 43, 38, 0.14);
  box-shadow: 0 10px 28px rgba(47, 43, 38, 0.055);
}

#masthead .site-header__utility,
#masthead .site-header__brand-row,
#masthead .site-header__nav-row {
  width: 100%;
  background: #fbf7ef;
}

#masthead .site-header__utility {
  border-bottom: 1px solid rgba(47, 43, 38, 0.08);
}

#masthead .site-header__brand-row {
  border-bottom: 1px solid rgba(47, 43, 38, 0.1);
}

#masthead .site-header__utility-inner,
#masthead .site-header__brand-row-inner,
#masthead .site-header__nav-row-inner {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  background: transparent;
}

#masthead .site-header__utility-inner {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(230px, 380px) minmax(260px, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 34px;
}

#masthead .site-header__utility-left,
#masthead .site-header__utility-centre,
#masthead .site-header__utility-right {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 16px;
}

#masthead .site-header__utility-left {
  justify-content: flex-start;
}

#masthead .site-header__utility-centre {
  justify-content: center;
}

#masthead .site-header__utility-right {
  justify-content: flex-end;
}

#masthead .site-header__utility a,
#masthead .site-header__utility-centre > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #4c463e;
  font-size: 12.5px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

#masthead .site-header__usp-ticker {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 380px);
  min-height: 18px;
  padding-left: 14px;
  overflow: hidden;
  color: #4c463e;
  font-size: 12.5px;
  font-weight: 720;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

#masthead .site-header__usp-ticker::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #9a7a24;
  transform: translateY(-50%);
}

#masthead .site-header__usp-ticker span {
  position: absolute;
  inset: 50% auto auto 50%;
  max-width: 100%;
  overflow: hidden;
  opacity: 0;
  text-overflow: ellipsis;
  transform: translate(-50%, 65%);
  animation: tjm-usp-ticker 30s infinite;
}

#masthead .site-header__usp-ticker span:nth-child(1) {
  animation-delay: 0s;
}

#masthead .site-header__usp-ticker span:nth-child(2) {
  animation-delay: 5s;
}

#masthead .site-header__usp-ticker span:nth-child(3) {
  animation-delay: 10s;
}

#masthead .site-header__usp-ticker span:nth-child(4) {
  animation-delay: 15s;
}

#masthead .site-header__usp-ticker span:nth-child(5) {
  animation-delay: 20s;
}

#masthead .site-header__usp-ticker span:nth-child(6) {
  animation-delay: 25s;
}

@keyframes tjm-usp-ticker {
  0%,
  14% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  16.66%,
  100% {
    opacity: 0;
    transform: translate(-50%, -165%);
  }
}

@media (prefers-reduced-motion: reduce) {
  #masthead .site-header__usp-ticker > span {
    animation: none;
  }

  #masthead .site-header__usp-ticker > span:first-child {
    position: static;
    opacity: 1;
    transform: none;
  }
}

#masthead .site-header__utility .material-symbols-outlined,
#masthead .site-header__utility-centre .material-symbols-outlined {
  color: #9a7a24;
  font-size: 16px;
}

#masthead .site-header__utility-right a[href*="repair-tracker"] {
  width: auto;
  min-width: 0;
  padding: 0;
}

#masthead .site-header__utility-right a[href*="repair-tracker"]::after {
  content: none;
}

#masthead .site-header__brand-row-inner {
  display: grid;
  grid-template-columns: auto minmax(220px, 500px) auto;
  align-items: center;
  gap: clamp(22px, 3vw, 46px);
  min-height: 86px;
  padding-block: 12px;
}

#masthead .site-header__brand {
  justify-self: start;
}

#masthead .site-header__search-trigger {
  display: flex;
  align-items: center;
  justify-self: stretch;
  min-width: 0;
  min-height: 44px;
  gap: 9px;
  padding: 0 16px;
  border: 1px solid rgba(47, 43, 38, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #5b534a;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

#masthead .site-header__search-trigger:hover,
#masthead .site-header__search-trigger:focus {
  border-color: rgba(154, 122, 36, 0.42);
  color: #2f2b26;
  outline: none;
}

#masthead .site-header__search-trigger .material-symbols-outlined {
  color: #9a7a24;
  font-size: 20px;
}

#masthead .site-header__actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  white-space: nowrap;
}

#masthead .site-header__action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  gap: 0;
  padding: 0;
  border: 1px solid rgba(47, 43, 38, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  color: #2f2b26;
  font-size: 0;
  font-weight: 750;
  letter-spacing: 0;
  text-decoration: none;
}

#masthead .site-header__action-link--bag {
  position: relative;
  width: 42px;
}

#masthead .site-header__action-link .material-symbols-outlined {
  font-size: 20px;
}

#masthead .site-header__action-link .cart-link__count {
  position: absolute;
  top: -5px;
  right: -5px;
  display: grid;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  place-items: center;
  border-radius: 999px;
  background: #c9a84b;
  color: #171513;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
}

#masthead .header-cta--gold {
  min-height: 42px;
  padding: 0 18px;
  border-color: #c9a84b;
  background: #c9a84b;
  color: #171513;
}

#masthead .site-header__nav-row {
  position: relative;
  z-index: 2;
}

#masthead .site-header__nav-row-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

#masthead .primary-navigation {
  display: flex;
  justify-content: center;
  width: 100%;
}

#masthead .tjm-service-menu {
  gap: clamp(30px, 3.8vw, 58px);
}

#masthead .tjm-service-menu > li > a {
  min-height: 50px;
  color: #2f2b26;
  font-size: 14.5px;
  font-weight: 760;
  letter-spacing: 0;
}

#masthead .tjm-mega-menu {
  top: 100%;
  z-index: 10001;
}

@media (min-width: 1181px) and (max-width: 1320px) {
  #masthead .site-header__brand-row-inner {
    grid-template-columns: auto minmax(190px, 400px) auto;
    gap: 22px;
  }

  #masthead .tjm-service-menu {
    gap: clamp(22px, 3vw, 40px);
  }
}

@media (max-width: 1180px) {
  #masthead .site-header__utility-centre,
  #masthead .site-header__utility-right {
    display: none;
  }

  #masthead .site-header__utility-inner {
    display: flex;
    justify-content: space-between;
    min-height: 32px;
  }

  #masthead .site-header__utility-left,
  #masthead .site-header__utility-right {
    gap: 12px;
  }

  #masthead .site-header__brand-row-inner {
    display: flex;
    min-height: 76px;
    gap: 12px;
  }

  #masthead .site-header__search-trigger {
    flex: 0 0 auto;
    width: 44px;
    min-height: 44px;
    padding: 0;
    justify-content: center;
  }

  #masthead .site-header__search-trigger span:last-child {
    display: none;
  }

  #masthead .site-header__nav-row {
    display: none;
  }
}

@media (max-width: 720px) {
  #masthead .site-header__utility {
    display: none;
  }

  #masthead .site-header__brand-row-inner {
    width: min(100% - 20px, 1180px);
    min-height: 68px;
  }

  #masthead .site-header__actions {
    display: none;
  }
}

/* TJM masthead utility/ticker and hero journey refinements */
#masthead .site-header__utility-right a {
  width: auto;
  height: auto;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#masthead .site-header__utility-right a:hover,
#masthead .site-header__utility-right a:focus {
  color: #8b6f2b;
}

#masthead .site-header__usp-ticker {
  width: min(100%, 420px);
  padding-left: 0;
}

#masthead .site-header__usp-ticker::before {
  content: none;
}

#masthead .site-header__usp-ticker span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

#masthead .site-header__usp-ticker > span {
  position: absolute;
  inset: 50% auto auto 50%;
  max-width: 100%;
  overflow: hidden;
  opacity: 0;
  text-overflow: ellipsis;
  transform: translate(-50%, 65%);
  animation: tjm-usp-ticker 30s infinite;
}

#masthead .site-header__usp-ticker > span:first-child {
  opacity: 1;
  transform: translate(-50%, -50%);
  animation-delay: 0s;
}

#masthead .site-header__usp-ticker > span > span {
  position: static;
  inset: auto;
  max-width: none;
  overflow: visible;
  opacity: 1;
  transform: none;
  animation: none;
}

#masthead .site-header__usp-ticker .material-symbols-outlined {
  flex: 0 0 auto;
  color: #9a7a24;
  font-size: 16px;
}

#masthead .site-header__brand-row-inner {
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
}

#masthead .site-header__search-trigger {
  grid-column: 1;
  justify-self: start;
  width: min(100%, 420px);
}

#masthead .site-header__brand {
  grid-column: 2;
  justify-self: center;
}

#masthead .site-header__actions {
  grid-column: 3;
  justify-self: end;
}

.tjm-hero-journey {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 420px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(47, 43, 38, 0.12);
  border-radius: 18px;
  background: rgba(251, 247, 239, 0.96);
  box-shadow: 0 24px 70px rgba(47, 43, 38, 0.13);
}

.tjm-hero-journey__header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tjm-hero-journey__header .material-symbols-outlined {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: #2f2b26;
  color: #c9a84b;
  font-size: 22px;
}

.tjm-hero-journey h2 {
  margin: 0;
  color: #201c18;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.05;
}

.tjm-hero-journey__steps {
  display: grid;
  gap: 8px;
}

.tjm-hero-journey__step {
  border: 1px solid rgba(47, 43, 38, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.58);
  overflow: hidden;
}

.tjm-hero-journey__step summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px 10px;
  align-items: center;
  padding: 12px 14px;
  color: #2f2b26;
  cursor: pointer;
  list-style: none;
}

.tjm-hero-journey__step summary::-webkit-details-marker {
  display: none;
}

.tjm-hero-journey__step summary::after {
  content: "+";
  grid-column: 3;
  color: #9a7a24;
  font-size: 18px;
  font-weight: 800;
}

.tjm-hero-journey__step[open] summary::after {
  content: "-";
}

.tjm-hero-journey__step summary span {
  color: #9a7a24;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tjm-hero-journey__step summary strong {
  min-width: 0;
  font-size: 0.96rem;
  line-height: 1.2;
}

.tjm-hero-journey__step p {
  margin: 0;
  padding: 0 14px 14px;
  color: #5b534a;
  font-size: 0.9rem;
  line-height: 1.55;
}

.tjm-hero-journey__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #c9a84b;
  border-radius: 999px;
  background: #c9a84b;
  color: #171513;
  font-size: 0.92rem;
  font-weight: 850;
  text-decoration: none;
}

@media (min-width: 1181px) and (max-width: 1320px) {
  #masthead .site-header__brand-row-inner {
    grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  }

  #masthead .site-header__search-trigger {
    width: min(100%, 340px);
  }
}

@media (max-width: 1180px) {
  #masthead .site-header__brand-row-inner {
    display: flex;
  }

  #masthead .site-header__search-trigger,
  #masthead .site-header__brand,
  #masthead .site-header__actions {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .tjm-hero-journey {
    max-width: none;
    padding: 20px;
  }

}

/* TJM masthead mobile fit and hero balance */
#masthead .header-cta__short {
  display: none;
}

#masthead .site-header__usp-ticker > span {
  gap: 7px;
}

#masthead .site-header__usp-ticker > span > span:last-child {
  min-width: 0;
  line-height: 1;
}

@media (max-width: 1180px) {
  #masthead .site-header__utility-centre {
    display: none;
  }

  #masthead .site-header__utility-right {
    display: flex;
  }

  #masthead .site-header__utility-inner {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    width: min(100% - 20px, 1180px);
  }

  #masthead .site-header__utility-left,
  #masthead .site-header__utility-right {
    display: flex;
    gap: 14px;
  }

  #masthead .site-header__utility-left a,
  #masthead .site-header__utility-right a {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    padding: 0;
  }

  #masthead .site-header__utility-left a span:last-child,
  #masthead .site-header__utility-right a span:last-child {
    display: none;
  }

  #masthead .site-header__brand-row-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
  }

  #masthead .mobile-menu-toggle {
    grid-column: 1;
  }

  #masthead .site-header__brand {
    grid-column: 2;
    justify-self: center;
    min-width: 0;
  }

  #masthead .site-header__search-trigger {
    display: none;
  }

  #masthead .site-header__actions {
    grid-column: 3;
    display: flex;
    justify-self: end;
    gap: 8px;
    min-width: 0;
  }

  #masthead .header-cta {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 12.5px;
  }
}

@media (max-width: 720px) {
  #masthead .site-header__utility {
    display: block;
  }

  #masthead .site-header__brand-row-inner {
    min-height: 66px;
  }

  #masthead .site-header__actions {
    display: flex;
  }

  #masthead .header-cta__full {
    display: none;
  }

  #masthead .header-cta__short {
    display: inline;
  }

  #masthead .site-header__action-link--bag {
    width: 38px;
    min-height: 38px;
  }

  #masthead .tjm-site-branding {
    gap: 8px;
  }

  #masthead .tjm-site-branding__name {
    max-width: 8.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.tjm-home .tjm-hero {
  padding-top: clamp(1.35rem, 3vw, 2.4rem);
}

.tjm-home .tjm-hero__inner {
  width: min(1180px, calc(100% - 32px));
}

.tjm-home .tjm-hero__content {
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.9fr);
  align-items: start;
  gap: clamp(24px, 3.4vw, 44px);
}

.tjm-home .tjm-hero__copy {
  max-width: 700px;
}

.tjm-home .tjm-hero__actions .tjm-button--gold,
.tjm-hero-journey__cta {
  border-color: #c9a84b;
  background: #c9a84b;
  color: #171513;
}

.tjm-home .tjm-hero__actions .tjm-button--gold:hover,
.tjm-home .tjm-hero__actions .tjm-button--gold:focus,
.tjm-hero-journey__cta:hover,
.tjm-hero-journey__cta:focus {
  border-color: #b9973d;
  background: #b9973d;
  color: #171513;
}

.tjm-home .tjm-hero__actions .tjm-button--light {
  border-color: rgba(47, 43, 38, 0.24);
  background: rgba(255, 255, 255, 0.62);
  color: #2f2b26;
}

.tjm-hero-journey {
  justify-self: end;
  align-self: start;
  width: min(100%, 460px);
  max-width: 460px;
  gap: 12px;
  margin-top: 0;
}

.tjm-hero-journey__steps {
  gap: 7px;
}

.tjm-hero-journey__step summary {
  padding: 10px 13px;
}

.tjm-hero-journey__step p {
  padding: 0 13px 12px;
  font-size: 0.87rem;
  line-height: 1.48;
}

@media (max-width: 900px) {
  .tjm-home .tjm-hero {
    padding-top: 1.2rem;
  }

  .tjm-home .tjm-hero__content {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tjm-hero-journey {
    justify-self: stretch;
    width: 100%;
    max-width: none;
  }

  .tjm-home .tjm-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  #masthead .header-cta {
    padding-inline: 10px;
  }

  #masthead .tjm-site-branding__name {
    max-width: 7rem;
  }
}

/* TJM compact mobile masthead rows */
#masthead .site-header__mobile-usp-row {
  display: none;
}

#masthead .site-header__mobile-search {
  display: none;
}

@media (max-width: 480px) {
  html {
    scroll-padding-top: 142px;
  }

  :target {
    scroll-margin-top: 142px;
  }

  #masthead .site-header__utility {
    display: block;
  }

  #masthead .site-header__brand-row-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas:
      "brand utility utility"
      "menu search actions";
    width: min(100% - 18px, 1180px);
    min-height: 0;
    gap: 8px 10px;
    padding-block: 8px;
  }

  #masthead .site-header__utility {
    display: contents;
  }

  #masthead .site-header__utility-inner {
    display: contents;
  }

  #masthead .site-header__utility-left,
  #masthead .site-header__utility-right {
    grid-area: utility;
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 5px;
    min-width: 0;
  }

  #masthead .site-header__utility-left {
    margin-right: 60px;
  }

  #masthead .site-header__utility-left a,
  #masthead .site-header__utility-right a {
    display: inline-grid;
    width: 26px;
    height: 30px;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
  }

  #masthead .site-header__utility-left a span:last-child,
  #masthead .site-header__utility-right a span:last-child {
    display: none;
  }

  #masthead .site-header__utility .material-symbols-outlined {
    font-size: 18px;
  }

  #masthead .mobile-menu-toggle {
    grid-area: menu;
    align-self: center;
    width: 38px;
    height: 38px;
  }

  #masthead .site-header__mobile-search {
    grid-area: search;
    display: inline-grid;
    align-self: center;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(47, 43, 38, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    color: #2f2b26;
    text-decoration: none;
  }

  #masthead .site-header__mobile-search .material-symbols-outlined {
    color: #9a7a24;
    font-size: 20px;
  }

  #masthead .site-header__brand {
    grid-area: brand;
    justify-self: start;
    justify-content: flex-start;
    min-width: 0;
    padding: 0;
  }

  #masthead .site-header__search-trigger {
    display: none;
  }

  #masthead .site-header__actions {
    grid-area: actions;
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 8px;
    min-width: 0;
  }

  #masthead .site-header__action-link--bag {
    width: 36px;
    min-height: 36px;
  }

  #masthead .header-cta {
    min-height: 36px;
    padding-inline: 10px;
    font-size: 12px;
  }

  #masthead .header-cta__full {
    display: none;
  }

  #masthead .header-cta__short {
    display: inline;
  }

  #masthead .tjm-site-branding {
    gap: 6px;
  }

  #masthead .tjm-site-branding__mark {
    width: 32px;
    height: 32px;
  }

  #masthead .tjm-site-branding__text {
    display: grid;
    gap: 1px;
    min-width: 0;
    line-height: 1;
    text-align: left;
  }

  #masthead .tjm-site-branding__the {
    display: block;
    font-size: 0.52rem;
    letter-spacing: 0.05em;
  }

  #masthead .tjm-site-branding__name {
    max-width: none;
    overflow: visible;
    font-size: clamp(0.86rem, 4.5vw, 1rem);
    line-height: 1;
    text-overflow: clip;
    white-space: nowrap;
  }

  #masthead .site-header__mobile-usp-row {
    display: block;
    width: 100%;
    background: #fbf7ef;
    border-top: 1px solid rgba(47, 43, 38, 0.08);
  }

  #masthead .site-header__mobile-usp-row-inner {
    width: min(100% - 18px, 1180px);
    min-height: 28px;
    margin-inline: auto;
    display: grid;
    place-items: center;
  }

  #masthead .site-header__mobile-usp-row .site-header__usp-ticker {
    width: 100%;
    min-height: 18px;
    font-size: 12px;
  }

  #masthead .site-header__mobile-usp-row .site-header__usp-ticker .material-symbols-outlined {
    font-size: 15px;
  }
}

@media (max-width: 340px) {
  #masthead .site-header__brand-row-inner {
    width: min(100% - 14px, 1180px);
    column-gap: 6px;
  }

  #masthead .site-header__utility-left,
  #masthead .site-header__utility-right {
    gap: 3px;
  }

  #masthead .site-header__utility-left {
    margin-right: 54px;
  }

  #masthead .site-header__utility-left a,
  #masthead .site-header__utility-right a {
    width: 24px;
  }

  #masthead .tjm-site-branding {
    gap: 5px;
  }

  #masthead .tjm-site-branding__mark {
    width: 30px;
    height: 30px;
  }

  #masthead .tjm-site-branding__name {
    font-size: 0.82rem;
  }

  #masthead .header-cta {
    padding-inline: 8px;
  }
}

/* TJM mobile masthead with JS-moved logo */
@media (max-width: 480px) {
  #masthead .site-header__utility {
    display: block;
  }

  #masthead .site-header__utility-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    width: min(100% - 18px, 1180px);
    min-height: 38px;
    gap: 4px;
  }

  #masthead .site-header__utility-inner > .site-header__brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    justify-content: flex-start;
    min-width: 0;
    padding: 0;
  }

  #masthead .site-header__utility-left {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 2px;
    margin-right: 0;
  }

  #masthead .site-header__utility-right {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 2px;
  }

  #masthead .site-header__utility-left a,
  #masthead .site-header__utility-right a {
    display: inline-grid;
    width: 24px;
    height: 30px;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
  }

  #masthead .site-header__utility-left a span:last-child,
  #masthead .site-header__utility-right a span:last-child {
    display: none;
  }

  #masthead .site-header__utility .material-symbols-outlined {
    font-size: 17px;
  }

  #masthead .site-header__brand-row-inner {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    grid-template-areas: "menu search spacer actions";
    width: min(100% - 18px, 1180px);
    min-height: 48px;
    gap: 8px;
    padding-block: 6px;
  }

  #masthead .site-header__brand-row-inner > .site-header__brand {
    display: none;
  }

  #masthead .mobile-menu-toggle {
    grid-area: menu;
    width: 38px;
    height: 38px;
  }

  #masthead .site-header__mobile-search {
    grid-area: search;
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
  }

  #masthead .site-header__actions {
    grid-area: actions;
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 7px;
    min-width: 0;
  }

  #masthead .tjm-site-branding {
    gap: 5px;
  }

  #masthead .tjm-site-branding__mark {
    width: 30px;
    height: 30px;
  }

  #masthead .tjm-site-branding__text {
    display: grid;
    gap: 1px;
    min-width: 0;
    line-height: 1;
  }

  #masthead .tjm-site-branding__the {
    display: block;
    font-size: 0.5rem;
    letter-spacing: 0.04em;
  }

  #masthead .tjm-site-branding__name {
    max-width: none;
    overflow: visible;
    font-size: clamp(0.8rem, 4.3vw, 0.95rem);
    line-height: 1;
    text-overflow: clip;
    white-space: nowrap;
  }

  #masthead .site-header__mobile-usp-row {
    display: block;
  }
}

@media (max-width: 340px) {
  #masthead .site-header__utility-inner {
    width: min(100% - 12px, 1180px);
    gap: 2px;
  }

  #masthead .site-header__brand-row-inner {
    width: min(100% - 12px, 1180px);
    gap: 6px;
  }

  #masthead .site-header__utility-left a,
  #masthead .site-header__utility-right a {
    width: 22px;
  }

  #masthead .tjm-site-branding__mark {
    width: 28px;
    height: 28px;
  }

  #masthead .tjm-site-branding__name {
    font-size: 0.78rem;
  }

  #masthead .header-cta {
    padding-inline: 8px;
  }
}

/* TJM masthead and mobile hero refinements */
@media (min-width: 1181px) {
  #masthead .site-header__search-trigger {
    width: min(100%, 230px);
  }
}

#masthead .site-header__usp-ticker > span {
  animation-timing-function: ease-in-out;
  transition: opacity 450ms ease, transform 450ms ease;
  will-change: opacity, transform;
}

#masthead .site-header__usp-ticker > span:first-child {
  opacity: 1;
  transform: translate(-50%, -50%);
}

@keyframes tjm-usp-ticker {
  0%,
  13.5% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  16.66%,
  100% {
    opacity: 0;
    transform: translate(-50%, calc(-50% - 6px));
  }
}

@media (prefers-reduced-motion: reduce) {
  #masthead .site-header__usp-ticker > span {
    animation: none;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: none;
  }

  #masthead .site-header__usp-ticker > span:first-child {
    position: static;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 767px) {
  .tjm-hero__kicker {
    display: none;
  }
}

@media (max-width: 480px) {
  #masthead .tjm-site-branding__mark {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 340px) {
  #masthead .tjm-site-branding__mark {
    width: 32px;
    height: 32px;
  }
}

/* TJM mobile hamburger, drawer and JS-enhanced USP ticker */
#masthead .mobile-menu-toggle {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(47, 43, 38, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  color: #2f2b26;
  display: none;
  align-items: center;
  justify-content: center;
  justify-items: center;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

#masthead .mobile-menu-toggle:hover,
#masthead .mobile-menu-toggle:focus-visible,
#masthead .mobile-menu-toggle[aria-expanded="true"] {
  border-color: rgba(154, 122, 36, 0.48);
  background: rgba(255, 250, 246, 0.88);
  box-shadow: 0 0 0 3px rgba(154, 122, 36, 0.12);
  color: #2f2b26;
  outline: none;
}

#masthead .mobile-menu-toggle__line,
#masthead .mobile-menu-toggle__line::before,
#masthead .mobile-menu-toggle__line::after {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #2f2b26;
  transition: transform 200ms ease, opacity 200ms ease, background 200ms ease;
}

#masthead .mobile-menu-toggle__line {
  position: relative;
}

#masthead .mobile-menu-toggle__line::before,
#masthead .mobile-menu-toggle__line::after {
  content: "";
  position: absolute;
  left: 0;
}

#masthead .mobile-menu-toggle__line::before {
  top: -6px;
}

#masthead .mobile-menu-toggle__line::after {
  top: 6px;
}

body.mobile-menu-open #masthead .mobile-menu-toggle__line {
  background: transparent;
  opacity: 1;
}

body.mobile-menu-open #masthead .mobile-menu-toggle__line::before {
  transform: translateY(6px) rotate(45deg);
}

body.mobile-menu-open #masthead .mobile-menu-toggle__line::after {
  transform: translateY(-6px) rotate(-45deg);
}

#masthead .mobile-menu {
  width: min(390px, 92vw);
  background: #fbf7ef;
  color: #2f2b26;
  box-shadow: 24px 0 70px rgba(31, 27, 24, 0.22);
}

#masthead .mobile-menu__header {
  min-height: 78px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(47, 43, 38, 0.12);
  background: linear-gradient(180deg, #fffaf4 0%, #fbf7ef 100%);
}

#masthead .mobile-menu__close {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(47, 43, 38, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
}

#masthead .mobile-navigation {
  padding: 18px 22px 10px;
}

#masthead .mobile-menu__list a,
#masthead .mobile-menu__group > span {
  border: 0;
  color: #2f2b26;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 680;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

#masthead .mobile-menu__list a {
  padding: 12px 0;
  border-bottom: 1px solid rgba(47, 43, 38, 0.08);
}

#masthead .mobile-menu__group {
  margin-top: 0.35rem;
  padding-top: 0.35rem;
}

#masthead .mobile-menu__group > span {
  display: block;
  padding: 14px 0 6px;
  color: #8a6f1d;
  font-size: 0.78rem;
  font-weight: 760;
}

#masthead .mobile-menu__group ul a {
  padding-block: 9px;
  color: #4f4941;
  font-size: 0.92rem;
  font-weight: 560;
}

#masthead .mobile-menu__footer {
  padding: 18px 22px 22px;
  border-top: 1px solid rgba(47, 43, 38, 0.1);
  background: rgba(255, 250, 246, 0.56);
}

#masthead .mobile-menu__actions {
  gap: 0.55rem;
}

#masthead .mobile-menu__action-link {
  min-height: 42px;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(47, 43, 38, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.52);
  color: #2f2b26;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 680;
  letter-spacing: 0;
  text-transform: none;
}

#masthead .mobile-menu__action-link--primary {
  border-color: rgba(195, 157, 54, 0.58);
  background: #cba638;
  color: #17140f;
}

#masthead .mobile-menu__action-link .material-symbols-outlined {
  color: #9a7a24;
}

#masthead .mobile-menu__action-link--primary .material-symbols-outlined {
  color: #17140f;
}

#masthead .site-header__usp-ticker.is-js {
  min-height: 20px;
}

#masthead .site-header__usp-ticker.is-js > span {
  position: absolute;
  inset: 50% auto auto 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  max-width: 100%;
  overflow: hidden;
  opacity: 0;
  text-overflow: ellipsis;
  transform: translate(-50%, calc(-50% + 7px));
  animation: none;
  transition: opacity 620ms ease, transform 620ms ease;
  white-space: nowrap;
}

#masthead .site-header__usp-ticker.is-js > span.is-active {
  opacity: 1;
  transform: translate(-50%, -50%);
}

#masthead .site-header__usp-ticker.is-js > span.is-entering {
  opacity: 0;
  transform: translate(-50%, calc(-50% + 7px));
}

#masthead .site-header__usp-ticker.is-js > span.is-exiting {
  opacity: 0;
  transform: translate(-50%, calc(-50% - 7px));
}

#masthead .site-header__usp-ticker.is-js > span > span {
  position: static;
  inset: auto;
  overflow: visible;
  opacity: 1;
  transform: none;
  animation: none;
}

@media (max-width: 1180px) {
  #masthead .mobile-menu-toggle {
    display: inline-flex;
  }
}

@media (max-width: 480px) {
  #masthead .mobile-menu-toggle {
    width: 40px;
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #masthead .mobile-menu-toggle,
  #masthead .mobile-menu-toggle__line,
  #masthead .mobile-menu-toggle__line::before,
  #masthead .mobile-menu-toggle__line::after,
  #masthead .site-header__usp-ticker.is-js > span {
    transition: none;
  }
}

/* TJM tablet/mobile masthead breakpoint refinement */
body::before,
body::after,
.site::before,
.site::after,
.tjm-page::before,
.tjm-page::after,
.tjm-main::before,
.tjm-main::after {
  content: none !important;
  display: none !important;
}

.mobile-menu,
#masthead .mobile-menu,
.tjm-cart-drawer {
  box-shadow: none;
}

html,
body,
#page.site,
.site,
.site-main,
.tjm-home {
  box-shadow: none !important;
}

.tjm-hero__copy::before {
  content: none !important;
  display: none !important;
}

@media (max-width: 1180px) {
  #masthead .site-header__nav-row {
    display: none;
  }

  #masthead .site-header__utility {
    display: block;
    background: #fbf7ef;
    border-bottom: 1px solid rgba(47, 43, 38, 0.08);
  }

  #masthead .site-header__utility-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    width: min(100% - 24px, 1180px);
    min-height: 44px;
    gap: 10px;
    background: transparent;
  }

  #masthead .site-header__utility-inner > .site-header__brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    justify-content: flex-start;
    min-width: 0;
    padding: 0;
  }

  #masthead .site-header__utility-left {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 8px;
    margin-right: 0;
  }

  #masthead .site-header__utility-right {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 8px;
  }

  #masthead .site-header__utility-left a,
  #masthead .site-header__utility-right a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 34px;
    gap: 5px;
    padding: 0 8px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #3b352e;
    font-size: 0.78rem;
    font-weight: 680;
    white-space: nowrap;
  }

  #masthead .site-header__utility .material-symbols-outlined {
    color: #9a7a24;
    font-size: 17px;
  }

  #masthead .site-header__brand-row {
    background: #fbf7ef;
    border-bottom: 1px solid rgba(47, 43, 38, 0.08);
  }

  #masthead .site-header__brand-row-inner {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    grid-template-areas: "menu search spacer actions";
    align-items: center;
    width: min(100% - 24px, 1180px);
    min-height: 52px;
    gap: 10px;
    padding-block: 6px;
    background: transparent;
  }

  #masthead .site-header__brand-row-inner > .site-header__brand {
    display: none;
  }

  #masthead .mobile-menu-toggle {
    grid-area: menu;
    display: inline-flex;
    width: 42px;
    height: 42px;
  }

  #masthead .site-header__mobile-search {
    grid-area: search;
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
  }

  #masthead .site-header__search-trigger {
    display: none;
  }

  #masthead .site-header__actions {
    grid-area: actions;
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 8px;
    min-width: 0;
  }

  #masthead .site-header__mobile-usp-row {
    display: block;
    width: 100%;
    background: #fbf7ef;
    border-bottom: 1px solid rgba(47, 43, 38, 0.08);
  }

  #masthead .site-header__mobile-usp-row-inner {
    display: grid;
    place-items: center;
    width: min(100% - 24px, 1180px);
    min-height: 30px;
    margin-inline: auto;
  }

  #masthead .site-header__mobile-usp-row .site-header__usp-ticker {
    width: min(100%, 520px);
    min-height: 20px;
    font-size: 12.5px;
  }

  .tjm-home .tjm-hero {
    padding-top: 0.85rem;
  }

  .tjm-home .tjm-hero__inner {
    padding-top: 0;
  }

  .tjm-home .tjm-hero__copy {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  #masthead .tjm-site-branding {
    gap: 8px;
  }

  #masthead .tjm-site-branding__mark {
    width: 42px;
    height: 42px;
  }

  #masthead .tjm-site-branding__the {
    display: block;
    font-size: 0.58rem;
    letter-spacing: 0.06em;
  }

  #masthead .tjm-site-branding__name {
    max-width: none;
    overflow: visible;
    font-size: clamp(1rem, 2vw, 1.18rem);
    line-height: 1;
    text-overflow: clip;
    white-space: nowrap;
  }

  #masthead .header-cta__full {
    display: inline;
  }

  #masthead .header-cta__short {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  #masthead .site-header__utility-inner {
    width: min(100% - 20px, 1180px);
    gap: 6px;
  }

  #masthead .site-header__utility-left,
  #masthead .site-header__utility-right {
    gap: 3px;
  }

  #masthead .site-header__utility-left a,
  #masthead .site-header__utility-right a {
    width: 30px;
    height: 32px;
    padding: 0;
  }

  #masthead .site-header__utility-left a span:last-child,
  #masthead .site-header__utility-right a span:last-child {
    display: none;
  }

  #masthead .tjm-site-branding__mark {
    width: 36px;
    height: 36px;
  }

  #masthead .tjm-site-branding__name {
    font-size: clamp(0.9rem, 3vw, 1.05rem);
  }
}

@media (max-width: 480px) {
  #masthead .site-header__utility-inner {
    width: min(100% - 18px, 1180px);
    gap: 4px;
  }

  #masthead .site-header__utility-left,
  #masthead .site-header__utility-right {
    gap: 2px;
  }

  #masthead .site-header__utility-left a,
  #masthead .site-header__utility-right a {
    width: 24px;
    height: 30px;
    padding: 0;
  }

  #masthead .site-header__utility-left a span:last-child,
  #masthead .site-header__utility-right a span:last-child {
    display: none;
  }

  .tjm-home .tjm-hero {
    padding-top: 0.55rem;
  }
}

@media (min-width: 1181px) {
  #masthead .site-header__nav-row {
    display: block;
  }

  #masthead .site-header__mobile-usp-row,
  #masthead .site-header__mobile-search {
    display: none;
  }
}

/* TJM tablet masthead: centred brand with separate action row */
@media (min-width: 481px) and (max-width: 1180px) {
  #masthead .site-header__utility-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: min(100% - 24px, 1180px);
    min-height: 38px;
    gap: 12px;
  }

  #masthead .site-header__utility-left {
    grid-column: 1;
    justify-self: start;
    gap: 10px;
  }

  #masthead .site-header__utility-right {
    grid-column: 2;
    justify-self: end;
    gap: 10px;
  }

  #masthead .site-header__utility-left a,
  #masthead .site-header__utility-right a {
    width: auto;
    height: 32px;
    gap: 5px;
    padding: 0;
    font-size: clamp(0.7rem, 1.45vw, 0.8rem);
    line-height: 1;
    white-space: nowrap;
  }

  #masthead .site-header__utility-left a span:last-child,
  #masthead .site-header__utility-right a span:last-child {
    display: inline;
  }

  #masthead .site-header__brand-row-inner {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    grid-template-areas:
      "brand brand brand brand"
      "menu search spacer actions";
    width: min(100% - 24px, 1180px);
    min-height: 0;
    gap: 8px 10px;
    padding-block: 8px;
  }

  #masthead .site-header__brand-row-inner > .site-header__brand {
    grid-area: brand;
    display: inline-flex;
    justify-self: center;
    justify-content: center;
    padding: 0 0 2px;
  }

  #masthead .mobile-menu-toggle {
    grid-area: menu;
    width: 42px;
    height: 42px;
  }

  #masthead .site-header__mobile-search {
    grid-area: search;
    width: 42px;
    height: 42px;
  }

  #masthead .site-header__actions {
    grid-area: actions;
    gap: 8px;
  }

  #masthead .tjm-site-branding {
    gap: 9px;
  }

  #masthead .tjm-site-branding__mark {
    width: 44px;
    height: 44px;
  }

  #masthead .tjm-site-branding__text {
    display: grid;
    gap: 1px;
    line-height: 1;
    text-align: left;
  }

  #masthead .tjm-site-branding__the {
    display: block;
    font-size: 0.58rem;
    letter-spacing: 0.06em;
  }

  #masthead .tjm-site-branding__name {
    max-width: none;
    overflow: visible;
    font-size: clamp(1rem, 2vw, 1.18rem);
    line-height: 1;
    text-overflow: clip;
    white-space: nowrap;
  }

  #masthead .header-cta__full {
    display: inline;
  }

  #masthead .header-cta__short {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 640px) {
  #masthead .site-header__utility-inner {
    gap: 8px;
  }

  #masthead .site-header__utility-left,
  #masthead .site-header__utility-right {
    gap: 7px;
  }

  #masthead .site-header__utility-left a,
  #masthead .site-header__utility-right a {
    font-size: clamp(0.64rem, 1.85vw, 0.72rem);
  }

  #masthead .site-header__utility .material-symbols-outlined {
    font-size: 15px;
  }
}

/* TJM tablet masthead final: desktop-style centred logo row */
#masthead .site-header__workshop-label-short {
  display: none;
}

@media (min-width: 481px) and (max-width: 1180px) {
  #masthead .site-header__utility-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: min(100% - 24px, 1180px);
    min-height: 38px;
    gap: 12px;
  }

  #masthead .site-header__utility-left {
    grid-column: 1;
    justify-self: start;
    gap: clamp(7px, 1.6vw, 12px);
  }

  #masthead .site-header__utility-right {
    grid-column: 2;
    justify-self: end;
    gap: clamp(7px, 1.6vw, 12px);
  }

  #masthead .site-header__utility-left a,
  #masthead .site-header__utility-right a {
    display: inline-flex;
    width: auto;
    height: 32px;
    gap: 5px;
    padding: 0;
    font-size: clamp(0.66rem, 1.35vw, 0.8rem);
    line-height: 1;
    white-space: nowrap;
  }

  #masthead .site-header__utility-left a span:last-child,
  #masthead .site-header__utility-right a span:last-child,
  #masthead .site-header__workshop-label-short {
    display: inline;
  }

  #masthead .site-header__workshop-label-full {
    display: none;
  }

  #masthead .site-header__brand-row-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    width: min(100% - 24px, 1180px);
    min-height: 66px;
    gap: 12px;
    padding-block: 8px;
  }

  #masthead .site-header__brand-row-inner > .site-header__brand {
    grid-area: auto;
    grid-column: 2;
    grid-row: 1;
    display: inline-flex;
    justify-self: center;
    justify-content: center;
    padding: 0;
  }

  #masthead .mobile-menu-toggle {
    grid-area: auto;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    width: 42px;
    height: 42px;
  }

  #masthead .site-header__actions {
    grid-area: auto;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    gap: 8px;
  }

  #masthead .tjm-site-branding {
    gap: 9px;
  }

  #masthead .tjm-site-branding__mark {
    width: 44px;
    height: 44px;
  }

  #masthead .tjm-site-branding__text {
    display: grid;
    gap: 1px;
    line-height: 1;
  }

  #masthead .tjm-site-branding__the {
    display: block;
    font-size: 0.58rem;
    letter-spacing: 0.06em;
  }

  #masthead .tjm-site-branding__name {
    max-width: none;
    overflow: visible;
    font-size: clamp(1rem, 2vw, 1.18rem);
    line-height: 1;
    text-overflow: clip;
    white-space: nowrap;
  }

  #masthead .site-header__mobile-usp-row {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  #masthead .site-header__search-trigger {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    justify-self: start;
    width: min(100%, 230px);
    margin-left: 52px;
  }

  #masthead .site-header__search-trigger span:last-child {
    display: inline;
  }

  #masthead .site-header__mobile-search {
    display: none;
  }

  #masthead .header-cta__full {
    display: inline;
  }

  #masthead .header-cta__short {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  #masthead .site-header__search-trigger {
    display: none;
  }

  #masthead .site-header__mobile-search {
    grid-area: auto;
    grid-column: 1;
    grid-row: 1;
    display: inline-grid;
    justify-self: start;
    width: 42px;
    height: 42px;
    margin-left: 50px;
    place-items: center;
  }

  #masthead .header-cta__full {
    display: none;
  }

  #masthead .header-cta__short {
    display: inline;
  }
}

@media (min-width: 481px) and (max-width: 640px) {
  #masthead .site-header__utility-inner {
    width: min(100% - 18px, 1180px);
    gap: 8px;
  }

  #masthead .site-header__utility-left,
  #masthead .site-header__utility-right {
    gap: 6px;
  }

  #masthead .site-header__utility-left a,
  #masthead .site-header__utility-right a {
    font-size: clamp(0.62rem, 1.8vw, 0.7rem);
  }

  #masthead .site-header__utility .material-symbols-outlined {
    font-size: 14px;
  }

  #masthead .tjm-site-branding__mark {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  #masthead .site-header__utility-left a span:not(.material-symbols-outlined),
  #masthead .site-header__utility-right a span:not(.material-symbols-outlined) {
    display: none;
  }
}

/* TJM masthead spacing and tablet/mobile icon polish */
@media (min-width: 1181px) {
  .tjm-home .tjm-hero {
    padding-top: clamp(0.75rem, 1.6vw, 1.35rem);
  }
}

@media (max-width: 1180px) {
  #masthead .site-header__brand-row-inner {
    align-items: center;
  }

  #masthead .mobile-menu-toggle,
  #masthead .site-header__mobile-search,
  #masthead .site-header__action-link--bag {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(47, 43, 38, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.64);
    color: #2f2b26;
    line-height: 1;
    transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, color 180ms ease;
  }

  #masthead .mobile-menu-toggle:hover,
  #masthead .mobile-menu-toggle:focus-visible,
  #masthead .site-header__mobile-search:hover,
  #masthead .site-header__mobile-search:focus-visible,
  #masthead .site-header__action-link--bag:hover,
  #masthead .site-header__action-link--bag:focus-visible {
    border-color: rgba(154, 122, 36, 0.48);
    background: rgba(255, 250, 246, 0.92);
    box-shadow: 0 0 0 3px rgba(154, 122, 36, 0.12);
    color: #2f2b26;
    outline: none;
  }

  #masthead .site-header__mobile-search .material-symbols-outlined,
  #masthead .site-header__action-link--bag .material-symbols-outlined {
    color: #9a7a24;
    font-size: 21px;
  }

  #masthead .site-header__actions {
    align-items: center;
  }

  #masthead .header-cta {
    align-self: center;
    min-height: 44px;
  }

  #masthead .site-header__action-link--bag {
    position: relative;
  }

  #masthead .site-header__action-link--bag .cart-link__count {
    position: absolute;
    top: -5px;
    right: -5px;
    display: inline-grid;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    place-items: center;
    border: 1px solid #fbf7ef;
    border-radius: 999px;
    background: #c9a84b;
    color: #171513;
    font-size: 0.66rem;
    font-weight: 800;
    line-height: 1;
  }

  #masthead .site-header__search-trigger {
    display: none;
  }

  #masthead .site-header__mobile-search {
    display: inline-grid;
  }
}

@media (min-width: 481px) and (max-width: 1180px) {
  #masthead .site-header__brand-row-inner {
    min-height: 64px;
    padding-block: 8px;
  }

  #masthead .mobile-menu-toggle {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  #masthead .site-header__mobile-search {
    grid-area: auto;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    margin-left: 54px;
  }

  #masthead .site-header__brand-row-inner > .site-header__brand {
    align-self: center;
  }

  #masthead .site-header__actions {
    align-self: center;
    justify-self: end;
  }
}

@media (max-width: 480px) {
  #masthead .mobile-menu-toggle,
  #masthead .site-header__mobile-search,
  #masthead .site-header__action-link--bag {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  #masthead .header-cta {
    min-height: 44px;
  }
}

/* TJM masthead alignment and hero gap consistency */
:root {
  --tjm-hero-top-gap: clamp(32px, 4vw, 48px);
}

.tjm-home .tjm-hero {
  margin-top: 0;
  padding-top: var(--tjm-hero-top-gap);
}

.tjm-home .tjm-hero__inner,
.tjm-home .tjm-hero__copy,
.tjm-home .tjm-hero__content {
  margin-top: 0;
}

@media (min-width: 481px) and (max-width: 1180px) {
  #masthead .site-header__brand-row-inner {
    min-height: 76px;
    align-items: center;
    padding-block: 12px;
  }

  #masthead .mobile-menu-toggle,
  #masthead .site-header__mobile-search,
  #masthead .site-header__brand-row-inner > .site-header__brand,
  #masthead .site-header__actions,
  #masthead .site-header__action-link--bag,
  #masthead .header-cta {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    transform: none;
  }

  #masthead .site-header__actions {
    min-height: 44px;
  }
}

@media (min-width: 1181px) {
  #masthead .site-header__brand-row-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
  }

  #masthead .site-header__search-trigger {
    grid-column: 1;
    justify-self: start;
    width: min(100%, 230px);
  }

  #masthead .site-header__brand {
    grid-column: 2;
    justify-self: center;
  }

  #masthead .site-header__actions {
    grid-column: 3;
    justify-self: end;
    align-items: center;
    margin-left: auto;
    min-width: max-content;
  }
}

@media (max-width: 767px) {
  .tjm-hero__kicker {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 0.65rem;
  }

  .tjm-hero__kicker span {
    min-height: 1.55rem;
    padding: 0.28rem 0.5rem;
    font-size: 0.68rem;
    line-height: 1.1;
  }
}

@media (max-width: 480px) {
  :root {
    --tjm-hero-top-gap: clamp(24px, 7vw, 34px);
  }
}

/* TJM final tablet/mobile row alignment and reduced hero gap */
:root {
  --tjm-hero-top-gap: clamp(24px, 3vw, 36px);
}

.tjm-home .tjm-hero,
.site-main > .tjm-hero:first-child {
  margin-top: 0;
  padding-top: var(--tjm-hero-top-gap);
}

.tjm-home .tjm-hero__inner,
.tjm-home .tjm-hero__content,
.tjm-home .tjm-hero__copy {
  padding-top: 0;
}

@media (max-width: 480px) {
  :root {
    --tjm-hero-top-gap: clamp(24px, 3vw, 36px);
  }
}

@media (min-width: 481px) and (max-width: 1180px) {
  #masthead .site-header__brand-row-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    min-height: 76px;
    padding-block: 10px;
    gap: 12px;
  }

  #masthead .mobile-menu-toggle,
  #masthead .site-header__mobile-search,
  #masthead .site-header__action-link--bag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    line-height: 1;
    transform: none;
  }

  #masthead .mobile-menu-toggle {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  #masthead .site-header__mobile-search {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    margin-left: 54px;
  }

  #masthead .site-header__brand-row-inner > .site-header__brand {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: center;
    margin: 0;
    padding: 0;
    transform: none;
  }

  #masthead .tjm-site-branding {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  #masthead .site-header__actions {
    grid-column: 3;
    grid-row: 1;
    display: inline-flex;
    align-items: center;
    justify-self: end;
    min-height: 44px;
    margin: 0;
    gap: 8px;
    transform: none;
  }

  #masthead .header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0;
    line-height: 1;
    transform: none;
  }
}

/* TJM homepage/header/footer refinement pass */
#masthead.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
}

#masthead .site-header__utility {
  max-height: 46px;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  transition: max-height 280ms ease, opacity 220ms ease, transform 280ms ease, border-color 280ms ease;
  will-change: max-height, opacity, transform;
}

#masthead.site-header--utility-collapsed .site-header__utility {
  max-height: 0;
  opacity: 0;
  transform: translateY(-8px);
  border-bottom-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  #masthead .site-header__utility {
    transition: none;
  }
}

:root {
  --tjm-hero-top-gap: clamp(24px, 3vw, 36px);
}

.tjm-home .tjm-hero {
  min-height: auto;
  padding-top: var(--tjm-hero-top-gap);
  padding-bottom: clamp(36px, 5vw, 72px);
}

@media (min-width: 901px) {
  .tjm-home .tjm-hero__inner,
  .tjm-home .tjm-hero__content {
    align-items: start;
  }

  .tjm-home .tjm-hero__content {
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.9fr);
    gap: clamp(28px, 4vw, 58px);
  }

  .tjm-home .tjm-hero__copy,
  .tjm-home .tjm-hero-journey {
    align-self: start;
  }

  .tjm-home .tjm-hero-journey {
    justify-self: end;
    margin-top: 0;
    width: min(100%, 460px);
  }
}

.tjm-home .tjm-hero h1 {
  max-width: 13ch;
  color: #171513;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 6vw, 6.4rem);
  font-style: normal;
  line-height: 0.96;
  letter-spacing: 0;
}

.tjm-hero-title__strong,
.tjm-hero-title__accent {
  display: block;
}

.tjm-hero-title__strong {
  color: #171513;
  font-weight: 760;
}

.tjm-hero-title__accent {
  margin-top: 0.08em;
  color: #a17a23;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 420;
}

.tjm-home .tjm-hero__copy > p:not(.tjm-eyebrow),
.tjm-home .tjm-hero__note {
  max-width: 45rem;
}

.tjm-home .tjm-button,
.tjm-home .tjm-hero-journey__cta {
  min-height: 48px;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  font-weight: 760;
}

.tjm-trust-bar {
  width: min(1180px, calc(100% - 32px));
  margin: clamp(10px, 2vw, 24px) auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.tjm-trust-bar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 14px 16px;
  border: 1px solid rgba(47, 43, 38, 0.1);
  border-radius: 14px;
  background: rgba(255, 252, 246, 0.74);
  color: #2f2b26;
  box-shadow: 0 12px 30px rgba(47, 43, 38, 0.06);
}

.tjm-trust-bar__item .material-symbols-outlined {
  flex: 0 0 auto;
  color: #a17a23;
  font-size: 20px;
}

.tjm-trust-bar__item span:last-child {
  font-size: 0.88rem;
  font-weight: 720;
  line-height: 1.25;
}

.tjm-quote-section {
  scroll-margin-top: 155px;
}

.tjm-contact-location {
  max-width: 54rem;
  margin: 0.75rem auto 0;
  color: #6f675f;
  font-size: 0.95rem;
}

.tjm-steps {
  padding-top: clamp(28px, 4vw, 48px);
}

.tjm-services,
.tjm-final-cta {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.tjm-services .tjm-section-heading,
.tjm-final-cta .tjm-story__copy {
  margin-inline: auto;
  text-align: center;
}

.tjm-services .tjm-benefit-grid {
  margin-inline: auto;
}

.tjm-workshop {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
}

.tjm-workshop-panel {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(47, 43, 38, 0.11);
  border-radius: 18px;
  background: #fbf7ef;
  box-shadow: 0 20px 55px rgba(47, 43, 38, 0.1);
}

.tjm-workshop-panel img {
  width: 100%;
  min-height: 220px;
  object-fit: cover;
  background: #eee5d8;
}

.tjm-workshop-panel__details {
  padding: clamp(20px, 3vw, 28px);
}

.tjm-workshop-panel__details h3 {
  margin: 0 0 14px;
  color: #171513;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.tjm-workshop-panel__details p {
  margin: 0 0 14px;
  color: #4f4840;
  line-height: 1.55;
}

.tjm-faq-accordion {
  width: min(880px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.tjm-faq-accordion__item {
  overflow: hidden;
  border: 1px solid rgba(47, 43, 38, 0.11);
  border-radius: 16px;
  background: #fffaf2;
  box-shadow: 0 14px 34px rgba(47, 43, 38, 0.06);
}

.tjm-faq-accordion__item h3 {
  margin: 0;
}

.tjm-faq-accordion__button {
  width: 100%;
  min-height: 64px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  background: transparent;
  color: #1f1b18;
  text-align: left;
  font-family: inherit;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  font-weight: 760;
  cursor: pointer;
}

.tjm-faq-accordion__button .material-symbols-outlined {
  color: #a17a23;
  transition: transform 220ms ease;
}

.tjm-faq-accordion__button[aria-expanded="true"] .material-symbols-outlined {
  transform: rotate(180deg);
}

.tjm-faq-accordion__button:focus-visible {
  outline: 3px solid rgba(161, 122, 35, 0.34);
  outline-offset: -4px;
}

.tjm-faq-accordion__panel {
  padding: 0 22px 20px;
  color: #57534e;
  line-height: 1.65;
  max-height: 0;
  overflow: hidden;
  transition: max-height 260ms ease;
}

.tjm-faq-accordion__panel[hidden] {
  display: none;
}

.tjm-faq-accordion__button[aria-expanded="true"] + .tjm-faq-accordion__panel {
  max-height: 30rem;
}

@media (prefers-reduced-motion: reduce) {
  .tjm-faq-accordion__panel {
    transition: none;
  }
}

.tjm-faq-accordion__panel p {
  margin: 0;
}

.tjm-instagram-section {
  background: #f7f1e8;
  border-top: 1px solid rgba(47, 43, 38, 0.08);
}

.site-footer {
  margin-top: 0;
  background: #211d19;
  color: #f8f0e4;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__inner {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  padding: clamp(44px, 6vw, 72px) 0;
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(250px, 0.75fr) minmax(0, 1.4fr);
  gap: clamp(30px, 5vw, 58px);
}

.footer-brand {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  color: #fff8ef;
  text-decoration: none;
}

.footer-brand__logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.footer-brand__text {
  display: grid;
  gap: 1px;
  line-height: 0.95;
}

.footer-brand__the {
  color: #c69a2b;
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.footer-brand__name {
  color: #fff8ef;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  font-weight: 620;
  letter-spacing: 0;
}

.site-footer__brand p,
.site-footer__workshop p {
  color: rgba(248, 240, 228, 0.74);
  line-height: 1.65;
}

.site-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 16px;
  padding: 0 20px;
  border-radius: 999px;
  background: #d7b24a;
  color: #1f1b18;
  font-weight: 800;
  text-decoration: none;
}

.site-footer__workshop h2,
.footer-menu h2 {
  margin: 0 0 14px;
  color: #fff8ef;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  letter-spacing: 0;
}

.site-footer__menus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 36px);
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.footer-menu a,
.site-footer__workshop a {
  color: rgba(248, 240, 228, 0.78);
  text-decoration: none;
}

.footer-menu a:hover,
.footer-menu a:focus-visible,
.site-footer__workshop a:hover,
.site-footer__workshop a:focus-visible {
  color: #d7b24a;
}

.site-footer__bottom {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  padding: 22px 0 30px;
  border-top: 1px solid rgba(248, 240, 228, 0.12);
}

.site-footer__bottom p {
  margin: 0;
  color: rgba(248, 240, 228, 0.56);
  font-size: 0.78rem;
  letter-spacing: 0;
}

@media (max-width: 900px) {
  .tjm-home .tjm-hero {
    padding-top: clamp(20px, 4vw, 30px);
  }

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

  .tjm-workshop,
  .site-footer__inner,
  .site-footer__menus {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .tjm-home .tjm-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .tjm-trust-bar {
    grid-template-columns: 1fr;
  }

  .tjm-trust-bar__item {
    min-height: 54px;
  }

  .tjm-faq-accordion__button {
    min-height: 58px;
    padding: 16px 18px;
  }
}

/* TJM homepage/form/cart refinement pass */
:root {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
}

#tjm-contact {
  scroll-margin-top: clamp(120px, 14vw, 180px);
}

.tjm-home .tjm-hero {
  padding-top: clamp(16px, 2.1vw, 28px);
  padding-bottom: clamp(24px, 3.3vw, 48px);
}

@media (min-width: 901px) {
  .tjm-home .tjm-hero__content {
    align-items: start;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
    gap: clamp(24px, 3.5vw, 48px);
  }

  .tjm-home .tjm-hero h1 {
    max-width: 12.5ch;
    font-size: clamp(3.15rem, 5.35vw, 5.6rem);
    line-height: 0.95;
  }

  .tjm-home .tjm-hero__copy > p:not(.tjm-eyebrow) {
    margin: 1rem 0 1.25rem;
    font-size: clamp(1rem, 1.2vw, 1.13rem);
    line-height: 1.55;
  }

  .tjm-home .tjm-hero__kicker {
    margin-bottom: 0.75rem;
  }

  .tjm-home .tjm-hero__actions {
    margin-top: 0;
  }

  .tjm-home .tjm-hero__note {
    margin-top: 0.85rem;
  }

  .tjm-home .tjm-hero-journey {
    width: min(100%, 430px);
  }
}

.tjm-home .tjm-hero__actions .tjm-button,
.tjm-home .tjm-hero-journey__cta {
  min-height: 50px;
  padding-inline: clamp(1.15rem, 2vw, 1.65rem);
  font-size: clamp(1.03rem, 1.25vw, 1.12rem);
}

.tjm-quote-section {
  padding-top: clamp(36px, 5vw, 62px);
}

.tjm-steps {
  padding-bottom: clamp(34px, 4vw, 52px);
}

.tjm-steps + .tjm-story,
.tjm-quote-section + .tjm-steps {
  margin-top: 0;
}

.tjm-contact__actions button {
  min-height: 56px;
  padding: 0.95rem 2rem;
  border: 1px solid #b88d22;
  border-radius: 999px;
  background: linear-gradient(135deg, #dfbd55, #c99726);
  color: #171513;
  box-shadow: 0 14px 34px rgba(122, 88, 16, 0.18);
  font-size: clamp(1.05rem, 1.35vw, 1.18rem);
  font-weight: 850;
  letter-spacing: 0;
}

.tjm-contact__actions button:hover,
.tjm-contact__actions button:focus-visible {
  background: #171513;
  color: #f8f0e4;
  border-color: #171513;
}

.tjm-service-select {
  position: relative;
  display: grid;
  gap: 0.55rem;
}

.tjm-service-select__search,
.tjm-service-select__native {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(47, 43, 38, 0.16);
  border-radius: 12px;
  background: #fffdf8;
  color: #241f1a;
  font-size: 1rem;
}

.tjm-service-select__search {
  padding: 0.9rem 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.tjm-service-select__search:focus,
.tjm-service-select__native:focus {
  border-color: #b88d22;
  outline: 3px solid rgba(184, 141, 34, 0.22);
  outline-offset: 1px;
}

.tjm-service-select.is-enhanced .tjm-service-select__native {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.tjm-service-select__results {
  position: absolute;
  inset-inline: 0;
  top: calc(100% + 8px);
  z-index: 20;
  max-height: 260px;
  overflow-y: auto;
  padding: 6px;
  border: 1px solid rgba(47, 43, 38, 0.14);
  border-radius: 14px;
  background: #fffaf2;
  box-shadow: 0 22px 55px rgba(47, 43, 38, 0.16);
}

.tjm-service-select__option {
  width: 100%;
  padding: 0.78rem 0.85rem;
  display: grid;
  gap: 0.18rem;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #211d19;
  text-align: left;
  cursor: pointer;
}

.tjm-service-select__option span:first-child {
  font-weight: 760;
}

.tjm-service-select__option span:last-child,
.tjm-service-select__empty {
  color: #766b61;
  font-size: 0.86rem;
}

.tjm-service-select__option:hover,
.tjm-service-select__option:focus-visible {
  background: rgba(214, 175, 54, 0.16);
  outline: none;
}

.tjm-service-select__empty {
  padding: 0.8rem;
}

.tjm-contact__route-intro {
  margin: -0.2rem 0 0.35rem;
  color: #746a60;
  font-size: 0.92rem;
  line-height: 1.45;
}

.tjm-services .tjm-benefit {
  display: flex;
  flex-direction: column;
}

.tjm-services .tjm-benefit h3 a {
  color: inherit;
  text-decoration: none;
}

.tjm-services .tjm-benefit h3 a:hover,
.tjm-services .tjm-benefit h3 a:focus-visible {
  color: #9a7420;
}

.tjm-service-card__actions {
  margin-top: auto;
  padding-top: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.tjm-service-card__link {
  color: #5f554c;
  font-size: 0.9rem;
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.tjm-service-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.58rem 0.9rem;
  border: 1px solid #b88d22;
  border-radius: 999px;
  background: #d6af36;
  color: #171513;
  font-size: 0.88rem;
  font-weight: 820;
  text-decoration: none;
}

.tjm-service-card__button--quote {
  background: #fffaf2;
  color: #2f2b26;
}

.tjm-service-card__button:hover,
.tjm-service-card__button:focus-visible {
  background: #171513;
  border-color: #171513;
  color: #fffaf2;
}

.tjm-workshop-panel img {
  min-height: clamp(260px, 30vw, 420px);
  object-fit: cover;
  object-position: center;
}

.tjm-cart-drawer-overlay {
  background: rgba(20, 17, 14, 0.46);
  backdrop-filter: blur(2px);
}

.tjm-cart-drawer {
  z-index: 10002;
  width: min(440px, 94vw);
  background: #fbf7ef;
  color: #211d19;
}

.tjm-cart-drawer__inner {
  background: #fbf7ef;
}

.tjm-cart-drawer__header {
  border-bottom: 1px solid rgba(47, 43, 38, 0.11);
}

.tjm-cart-drawer__header h2 {
  color: #211d19;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.85rem;
  letter-spacing: 0;
}

.tjm-cart-drawer__close {
  border-color: rgba(47, 43, 38, 0.16);
  background: #fffdf8;
  color: #2f2b26;
}

.tjm-cart-drawer__close:hover,
.tjm-cart-drawer__close:focus-visible {
  background: #d6af36;
  border-color: #d6af36;
  color: #171513;
}

.tjm-cart-drawer__empty p {
  color: #4f4840;
  font-size: 1.05rem;
}

.tjm-cart-drawer__item {
  border-bottom: 1px solid rgba(47, 43, 38, 0.09);
}

.tjm-cart-drawer__item-image {
  border-radius: 12px;
  background: #eee5d8;
}

.tjm-cart-drawer__item-details h3 {
  color: #211d19;
  font-family: Georgia, "Times New Roman", serif;
}

.tjm-cart-drawer__item-meta,
.tjm-cart-drawer__item-price {
  color: #766b61;
}

.tjm-cart-drawer__subtotal {
  border-top: 1px solid rgba(47, 43, 38, 0.12);
  color: #211d19;
}

.tjm-cart-drawer__button {
  border-color: #171513;
  background: #fffaf2;
  color: #171513;
  font-weight: 820;
}

.tjm-cart-drawer__button--primary,
.tjm-cart-drawer__button:hover,
.tjm-cart-drawer__button:focus-visible {
  border-color: #d6af36;
  background: #d6af36;
  color: #171513;
}

.tjm-cart-drawer__button--primary:hover,
.tjm-cart-drawer__button--primary:focus-visible {
  border-color: #171513;
  background: #171513;
  color: #fffaf2;
}

@media (max-width: 900px) {
  .tjm-home .tjm-hero {
    padding-top: clamp(16px, 4vw, 26px);
    padding-bottom: clamp(24px, 6vw, 44px);
  }

  .tjm-quote-section {
    padding-top: clamp(28px, 6vw, 44px);
  }
}

/* TJM issue fixes: hero scale, service search, AJAX form and cart scroll */
.tjm-home .tjm-hero h1 {
  max-width: 12.75ch;
  font-size: clamp(2.45rem, 4.45vw, 4.75rem);
  line-height: 0.98;
}

@media (min-width: 901px) {
  .tjm-home .tjm-hero h1 {
    font-size: clamp(2.85rem, 4.65vw, 4.95rem);
  }
}

@media (max-width: 900px) {
  .tjm-home .tjm-hero h1 {
    max-width: 13ch;
    font-size: clamp(2.25rem, 8.5vw, 3.45rem);
  }
}

@media (max-width: 560px) {
  .tjm-home .tjm-hero h1 {
    max-width: 12.5ch;
    font-size: clamp(2.05rem, 9.8vw, 3rem);
  }
}

.tjm-contact__actions button {
  cursor: pointer;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.tjm-contact__actions button:hover,
.tjm-contact__actions button:focus-visible {
  background: #171513;
  border-color: #171513;
  color: #f8f0e4;
  box-shadow: 0 16px 38px rgba(23, 21, 19, 0.18);
  transform: translateY(-1px);
}

.tjm-contact__actions button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.tjm-service-select__search {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.tjm-service-select__results {
  max-height: min(420px, 52vh);
  scrollbar-width: thin;
}

.tjm-service-select__option {
  cursor: pointer;
}

.tjm-contact__field-error {
  display: block;
  margin-top: 0.45rem;
  color: #8a251c;
  font-size: 0.9rem;
  font-weight: 700;
}

.tjm-contact__notice--ajax {
  margin-bottom: 1rem;
}

.tjm-repair-enquiry-form.is-submitting {
  opacity: 0.86;
}

.tjm-workshop-panel {
  overflow: visible;
  align-content: start;
}

.tjm-workshop-panel img {
  display: block;
  max-height: none;
}

.tjm-workshop-panel__details {
  overflow: visible;
}

.tjm-services__footer {
  margin-top: clamp(24px, 4vw, 40px);
  display: flex;
  justify-content: center;
}

body.tjm-cart-drawer-open {
  overflow: hidden;
  overscroll-behavior: contain;
}

/* TJM repair form fixes: service typeahead, trust reveal and stable gold CTA hover */
.tjm-trust-bar__item.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.tjm-trust-bar__item.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.tjm-trust-bar__item.reveal:nth-child(1) {
  transition-delay: 60ms;
}

.tjm-trust-bar__item.reveal:nth-child(2) {
  transition-delay: 140ms;
}

.tjm-trust-bar__item.reveal:nth-child(3) {
  transition-delay: 220ms;
}

.tjm-trust-bar__item.reveal:nth-child(4) {
  transition-delay: 300ms;
}

.tjm-trust-bar__item.reveal:nth-child(5) {
  transition-delay: 380ms;
}

.tjm-service-select__search {
  pointer-events: auto !important;
  user-select: text;
  -webkit-user-select: text;
}

.tjm-service-select__results {
  max-height: min(460px, 60vh);
  overflow-y: auto;
}

.tjm-contact .tjm-contact__actions button,
.tjm-contact .tjm-contact__actions button.button,
.tjm-contact .tjm-contact__actions input[type="submit"] {
  cursor: pointer;
  background: #d8ad35;
  border-color: #d8ad35;
  color: #171513;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.tjm-contact .tjm-contact__actions button:hover,
.tjm-contact .tjm-contact__actions button:focus,
.tjm-contact .tjm-contact__actions button:focus-visible,
.tjm-contact .tjm-contact__actions button.button:hover,
.tjm-contact .tjm-contact__actions button.button:focus,
.tjm-contact .tjm-contact__actions button.button:focus-visible,
.tjm-contact .tjm-contact__actions input[type="submit"]:hover,
.tjm-contact .tjm-contact__actions input[type="submit"]:focus,
.tjm-contact .tjm-contact__actions input[type="submit"]:focus-visible {
  background: #c99726 !important;
  border-color: #c99726 !important;
  color: #171513 !important;
  box-shadow: 0 16px 38px rgba(201, 151, 38, 0.24);
  transform: translateY(-1px);
}

.tjm-contact .tjm-contact__actions button:disabled,
.tjm-contact .tjm-contact__actions button.button:disabled,
.tjm-contact .tjm-contact__actions input[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.tjm-service-select.is-enhanced {
  position: relative;
}

.tjm-service-select.is-enhanced .tjm-service-select__search {
  position: relative;
  z-index: 2;
  pointer-events: auto !important;
}

.tjm-service-select.is-enhanced .tjm-service-select__native {
  pointer-events: none;
}

.tjm-service-select.is-enhanced .tjm-service-select__results {
  position: static;
  inset: auto;
  z-index: auto;
  margin-top: 0.25rem;
  max-height: min(320px, 52vh);
}

.tjm-service-select__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tjm-service-select__chip {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.32rem 0.42rem 0.32rem 0.72rem;
  border: 1px solid rgba(184, 141, 34, 0.34);
  border-radius: 999px;
  background: #fff8e7;
  color: #241f1a;
  font-size: 0.9rem;
  font-weight: 700;
}

.tjm-service-select__chip-remove {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(47, 43, 38, 0.08);
  color: #8a251c;
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
}

.tjm-service-select__chip-remove:hover,
.tjm-service-select__chip-remove:focus-visible {
  background: #8a251c;
  color: #fffaf2;
}

.tjm-service-select__option[aria-selected="true"] {
  opacity: 0.68;
}

.tjm-hero-journey__step p {
  box-sizing: border-box;
  overflow: hidden;
  height: 0;
  max-height: none;
  padding: 0 14px;
  opacity: 0;
  transform: translateY(-4px);
  transition: height 340ms ease, padding-bottom 340ms ease, opacity 240ms ease, transform 240ms ease;
  will-change: height, padding-bottom, opacity, transform;
}

.tjm-hero-journey__step p.is-open {
  padding-bottom: 14px;
}

.tjm-hero-journey__step summary::after {
  content: "";
  width: 18px;
  height: 18px;
  grid-column: 3;
  background:
    linear-gradient(#9a7a24, #9a7a24) center / 14px 2px no-repeat,
    linear-gradient(#9a7a24, #9a7a24) center / 2px 14px no-repeat;
  transition: transform 260ms ease, background-size 240ms ease;
  transform-origin: center;
}

.tjm-hero-journey__step summary[aria-expanded="true"]::after {
  background-size: 14px 2px, 2px 0;
  transform: rotate(180deg);
}

.tjm-hero-journey__step summary[aria-expanded="false"]::after {
  background-size: 14px 2px, 2px 14px;
  transform: rotate(0deg);
}

@media (prefers-reduced-motion: reduce) {
  .tjm-trust-bar__item.reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .tjm-hero-journey__step p {
    transition: none;
    will-change: auto;
  }

  .tjm-hero-journey__step p.is-open {
    height: auto;
    padding-bottom: 14px;
  }

  .tjm-hero-journey__step p:not(.is-open) {
    height: 0;
    padding-bottom: 0;
  }

  .tjm-hero-journey__step summary::after {
    transition: none;
  }
}

/* TJM interaction fixes: drawer remove controls and tighter quote anchor landing */
#tjm-contact {
  scroll-margin-top: calc(var(--tjm-masthead-height, 120px) + 20px);
}

.tjm-cart-drawer__item {
  position: relative;
  padding-right: 2.75rem;
}

.tjm-cart-drawer__remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(47, 43, 38, 0.14);
  border-radius: 999px;
  background: #fffaf2;
  color: #8a251c;
  cursor: pointer;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.tjm-cart-drawer__remove:hover,
.tjm-cart-drawer__remove:focus-visible {
  border-color: #8a251c;
  background: #8a251c;
  color: #fffaf2;
  transform: translateY(-1px);
}

.tjm-cart-drawer__remove:disabled,
.tjm-cart-drawer__remove.is-loading {
  cursor: wait;
  opacity: 0.58;
  transform: none;
}

.tjm-cart-drawer__item.is-removing {
  opacity: 0.58;
  pointer-events: none;
}

/* TJM multi-select chips and mobile disclosure menu refinements */
.tjm-service-select__selected,
.tjm-service-select__chips {
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.35rem;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.tjm-service-select__selected:empty,
.tjm-service-select__chips:empty {
  display: none;
}

.tjm-service-select__chip {
  flex: 0 0 auto;
  max-width: min(22rem, 82vw);
  white-space: nowrap;
  scroll-snap-align: start;
}

.tjm-service-select__chip > span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .tjm-service-select__selected,
  .tjm-service-select__chips {
    flex-wrap: wrap;
    overflow-x: visible;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .tjm-service-select__selected,
  .tjm-service-select__chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

#masthead .mobile-menu__group {
  border-bottom: 1px solid rgba(47, 43, 38, 0.08);
}

#masthead .mobile-menu__submenu-toggle {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border: 0;
  background: transparent;
  color: #2f2b26;
  cursor: pointer;
  font: inherit;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0;
  text-align: left;
}

#masthead .mobile-menu__submenu-toggle:hover,
#masthead .mobile-menu__submenu-toggle:focus-visible {
  color: #9a7420;
  outline: none;
}

#masthead .mobile-menu__submenu-toggle:focus-visible {
  box-shadow: 0 0 0 3px rgba(201, 151, 38, 0.22);
}

#masthead .mobile-menu__submenu-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  position: relative;
  border: 1px solid rgba(47, 43, 38, 0.14);
  border-radius: 999px;
  background: #fffaf2;
}

#masthead .mobile-menu__submenu-icon::before,
#masthead .mobile-menu__submenu-icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: #9a7420;
  transform: translate(-50%, -50%);
  transition: transform 240ms ease;
}

#masthead .mobile-menu__submenu-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#masthead .mobile-menu__submenu-toggle[aria-expanded="true"] .mobile-menu__submenu-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

#masthead .mobile-menu__group > ul[data-mobile-submenu] {
  display: grid;
  gap: 0.15rem;
  margin: 0;
  padding: 0 0 0.75rem 0.75rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height 260ms ease;
}

#masthead .mobile-menu__group > ul[data-mobile-submenu][hidden] {
  display: none;
  max-height: 0 !important;
  padding-bottom: 0;
}

#masthead .mobile-menu__group > ul[data-mobile-submenu] a {
  min-height: 38px;
  padding: 0.45rem 0;
  color: #5f554c;
  font-size: 0.92rem;
  font-weight: 700;
}

/* TJM journey accordion: grid animation avoids native details snapping */
.tjm-journey-step {
  border: 1px solid rgba(47, 43, 38, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.58);
  overflow: hidden;
}

.tjm-journey-step__toggle {
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px 10px;
  align-items: center;
  padding: 12px 14px;
  border: 0;
  background: transparent;
  color: #2f2b26;
  cursor: pointer;
  text-align: left;
}

.tjm-journey-step__toggle:hover,
.tjm-journey-step__toggle:focus-visible {
  color: #1f1b18;
}

.tjm-journey-step__toggle:focus-visible {
  outline: 3px solid rgba(201, 151, 38, 0.24);
  outline-offset: -3px;
}

.tjm-journey-step__meta {
  color: #9a7a24;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tjm-journey-step__title {
  min-width: 0;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.2;
}

.tjm-journey-step__icon {
  position: relative;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  color: #9a7a24;
}

.tjm-journey-step__icon::before,
.tjm-journey-step__icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 240ms ease, opacity 240ms ease;
}

.tjm-journey-step__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.tjm-journey-step.is-open .tjm-journey-step__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.tjm-journey-step__panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 320ms ease, opacity 240ms ease;
}

.tjm-journey-step.is-open .tjm-journey-step__panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

.tjm-journey-step__panel-inner {
  overflow: hidden;
}

.tjm-journey-step__panel-inner p {
  margin: 0;
  padding: 0 14px 14px;
  color: #5b534a;
  font-size: 0.9rem;
  line-height: 1.55;
}

@media (prefers-reduced-motion: reduce) {
  #masthead .mobile-menu__group > ul[data-mobile-submenu],
  #masthead .mobile-menu__submenu-icon::before,
  #masthead .mobile-menu__submenu-icon::after,
  .tjm-journey-step__panel,
  .tjm-journey-step__icon::before,
  .tjm-journey-step__icon::after {
    transition: none;
  }
}

/* Stable polished hover for light CTAs */
.tjm-button--light,
.tjm-home .tjm-button--light,
.tjm-home .tjm-hero__actions .tjm-button--light {
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tjm-button--light:hover,
.tjm-button--light:focus-visible,
.tjm-home .tjm-button--light:hover,
.tjm-home .tjm-button--light:focus-visible,
.tjm-home .tjm-hero__actions .tjm-button--light:hover,
.tjm-home .tjm-hero__actions .tjm-button--light:focus-visible {
  border-color: #c99726;
  background: #fff8e6;
  color: #171513;
  box-shadow: 0 14px 30px rgba(122, 88, 16, 0.14);
  transform: translateY(-2px);
}

.tjm-button--light:active,
.tjm-home .tjm-button--light:active,
.tjm-home .tjm-hero__actions .tjm-button--light:active {
  transform: translateY(0);
}

/* TJM design-system refinements: enquiry express option, CTAs and shop controls. */
.tjm-button,
.tjm-home .tjm-button,
.tjm-home .tjm-hero .tjm-button,
.tjm-hero-journey__cta {
  cursor: pointer;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.tjm-button--gold,
.tjm-home .tjm-button--gold,
.tjm-home .tjm-hero__actions .tjm-button--gold,
.tjm-hero-journey__cta {
  border-color: #d2a83d;
  background: #d2a83d;
  color: #171513;
  box-shadow: 0 14px 28px rgba(122, 88, 16, 0.16);
}

.tjm-button--gold:hover,
.tjm-button--gold:focus-visible,
.tjm-home .tjm-button--gold:hover,
.tjm-home .tjm-button--gold:focus-visible,
.tjm-home .tjm-hero__actions .tjm-button--gold:hover,
.tjm-home .tjm-hero__actions .tjm-button--gold:focus-visible,
.tjm-hero-journey__cta:hover,
.tjm-hero-journey__cta:focus-visible {
  border-color: #c99726;
  background: #c99726;
  color: #171513;
  box-shadow: 0 16px 34px rgba(122, 88, 16, 0.2);
  transform: translateY(-1px);
}

.tjm-button--light,
.tjm-home .tjm-button--light,
.tjm-home .tjm-hero__actions .tjm-button--light {
  border-color: rgba(23, 21, 19, 0.22);
  background: rgba(255, 250, 240, 0.82);
  color: #171513;
  box-shadow: 0 10px 24px rgba(47, 43, 38, 0.08);
}

.tjm-button--light:hover,
.tjm-button--light:focus-visible,
.tjm-home .tjm-button--light:hover,
.tjm-home .tjm-button--light:focus-visible,
.tjm-home .tjm-hero__actions .tjm-button--light:hover,
.tjm-home .tjm-hero__actions .tjm-button--light:focus-visible {
  border-color: #171513;
  background: #171513;
  color: #fffaf0;
  box-shadow: 0 16px 34px rgba(23, 21, 19, 0.18);
  transform: translateY(-1px);
}

.tjm-button--gold:active,
.tjm-button--light:active,
.tjm-home .tjm-button--gold:active,
.tjm-home .tjm-button--light:active,
.tjm-hero-journey__cta:active {
  transform: translateY(0);
}

.tjm-contact__express {
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(122, 88, 16, 0.18);
  border-radius: 8px;
  background: #fff8e6;
}

.tjm-contact__express-toggle {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0;
  color: #171513;
  cursor: pointer;
}

.tjm-contact__express input {
  flex: 0 0 auto;
  margin-top: 0.25rem;
  accent-color: #c99726;
}

.tjm-contact__express-copy {
  display: grid;
  gap: 0.22rem;
  font-size: 0.95rem;
  line-height: 1.45;
}

.tjm-contact__express-copy strong {
  color: #171513;
  font-size: 1rem;
  font-weight: 800;
}

.tjm-contact__express-copy [data-express-label] {
  color: #5f554c;
  font-weight: 500;
}

.tjm-contact__express.is-available {
  border-color: rgba(201, 151, 38, 0.42);
  background: linear-gradient(135deg, #fff8e6 0%, #fffdf8 100%);
}

.tjm-shop-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.75rem;
  padding: 0.35rem;
  float: right;
  border: 1px solid rgba(47, 43, 38, 0.12);
  border-radius: 12px;
  background: #fbf7ef;
  box-shadow: none;
}

.tjm-shop-controls .tjm-product-view-toggle,
.tjm-shop-controls .woocommerce-ordering {
  margin: 0;
  float: none;
}

.tjm-shop-controls .tjm-product-view-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.2rem;
  border: 1px solid rgba(47, 43, 38, 0.1);
  border-radius: 10px;
  background: #f4ecdf;
}

.tjm-shop-controls .tjm-product-view-toggle__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  min-height: 38px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #5f554c;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tjm-shop-controls .tjm-product-view-toggle__button:hover,
.tjm-shop-controls .tjm-product-view-toggle__button:focus-visible {
  background: #fff8e6;
  color: #171513;
  transform: translateY(-1px);
}

.tjm-shop-controls .tjm-product-view-toggle__button.is-active {
  background: #c99726;
  color: #171513;
  box-shadow: 0 8px 18px rgba(122, 88, 16, 0.18);
}

.tjm-shop-controls .tjm-product-view-toggle__button .material-symbols-outlined {
  font-size: 20px;
  line-height: 1;
}

.tjm-shop-controls .woocommerce-ordering select,
.woocommerce-ordering .orderby {
  min-height: 42px;
  border: 1px solid rgba(47, 43, 38, 0.16);
  border-radius: 10px;
  background-color: #fffdf8;
  color: #241f1a;
  font-weight: 650;
  letter-spacing: 0;
  box-shadow: none;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.tjm-shop-controls .woocommerce-ordering select:hover,
.woocommerce-ordering .orderby:hover {
  border-color: rgba(201, 151, 38, 0.72);
  background-color: #fffaf0;
}

.tjm-shop-controls .woocommerce-ordering select:focus,
.tjm-shop-controls .woocommerce-ordering select:focus-visible,
.woocommerce-ordering .orderby:focus,
.woocommerce-ordering .orderby:focus-visible {
  border-color: #c99726;
  outline: 2px solid rgba(201, 151, 38, 0.28);
  outline-offset: 2px;
}

@media (max-width: 900px) {
  .tjm-shop-controls {
    width: 100%;
    justify-content: space-between;
    float: none;
  }

  .tjm-shop-controls .woocommerce-ordering {
    flex: 1 1 auto;
  }

  .tjm-shop-controls .woocommerce-ordering select {
    width: 100%;
  }
}

/* TJM hero journey typography: avoid awkward heading wraps where space allows. */
.tjm-hero-journey {
  width: min(100%, 500px);
  max-width: 500px;
}

.tjm-hero-journey__header {
  gap: 0.65rem;
}

#tjm-journey-title {
  font-size: clamp(1.65rem, 2vw, 1.95rem);
  line-height: 1.05;
}

.tjm-journey-step__toggle {
  grid-template-columns: auto minmax(0, 1fr) 14px;
  gap: 7px 8px;
}

.tjm-journey-step__title {
  font-size: clamp(0.92rem, 1vw, 0.98rem);
  line-height: 1.15;
}

@media (min-width: 768px) {
  #tjm-journey-title,
  .tjm-journey-step__title {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .tjm-hero-journey {
    width: 100%;
    max-width: none;
  }

  #tjm-journey-title {
    font-size: clamp(1.55rem, 6.2vw, 2rem);
    white-space: normal;
  }

  .tjm-journey-step__title {
    font-size: clamp(0.9rem, 3.6vw, 1rem);
    white-space: normal;
  }
}

/* Hero-integrated TJM trust bar. */
.tjm-home .tjm-hero .tjm-trust-bar,
.tjm-home .tjm-trust-bar {
  width: min(100%, 1180px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
  margin: clamp(18px, 3vw, 30px) auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.tjm-home .tjm-trust-bar__item {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.72rem 0.78rem;
  border: 1px solid rgba(47, 43, 38, 0.1);
  border-radius: 10px;
  background: rgba(255, 250, 240, 0.72);
  color: #2f2b26;
  box-shadow: none;
  text-align: center;
}

.tjm-home .tjm-trust-bar__item .material-symbols-outlined {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(201, 151, 38, 0.13);
  color: #9a7420;
  font-size: 17px;
  line-height: 1;
}

.tjm-home .tjm-trust-bar__item span:last-child {
  min-width: 0;
  color: #2f2b26;
  font-size: clamp(0.76rem, 0.8vw, 0.88rem);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}

@media (max-width: 900px) {
  .tjm-home .tjm-hero .tjm-trust-bar,
  .tjm-home .tjm-trust-bar {
    display: flex;
    gap: 0.55rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 0.35rem;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .tjm-home .tjm-trust-bar__item {
    flex: 0 0 auto;
    min-width: min(15.25rem, 78vw);
    justify-content: flex-start;
    scroll-snap-align: start;
    text-align: left;
  }
}

/* Final hero layout guard: trust bar sits below, never inside the two-column grid. */
.tjm-home .tjm-hero .tjm-hero__inner {
  width: min(1180px, calc(100% - 32px));
  display: block;
  margin-inline: auto;
}

.tjm-home .tjm-hero .tjm-hero__content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.tjm-home .tjm-hero .tjm-hero__copy {
  width: 100%;
  max-width: 46rem;
  min-width: 0;
}

.tjm-home .tjm-hero h1 {
  max-width: 13.5ch;
}

.tjm-home .tjm-hero .tjm-hero-journey {
  width: min(100%, 460px);
  max-width: 460px;
  justify-self: end;
  align-self: start;
}

.tjm-home .tjm-hero .tjm-trust-bar {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.5rem, 1vw, 0.75rem);
  margin: clamp(1.5rem, 3vw, 2.5rem) 0 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.tjm-home .tjm-hero .tjm-trust-bar__item {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.66rem 0.62rem;
  overflow: hidden;
  border: 1px solid rgba(47, 43, 38, 0.1);
  border-radius: 10px;
  background: rgba(255, 250, 240, 0.76);
  text-align: center;
}

.tjm-home .tjm-hero .tjm-trust-bar__item .material-symbols-outlined {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  font-size: 16px;
}

.tjm-home .tjm-hero .tjm-trust-bar__item span:last-child {
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
  color: #2f2b26;
  font-size: clamp(0.72rem, 0.74vw, 0.82rem);
  font-weight: 760;
  line-height: 1.22;
}

@media (max-width: 981px) {
  .tjm-home .tjm-hero .tjm-hero__content {
    grid-template-columns: 1fr;
    gap: clamp(1.25rem, 4vw, 2rem);
  }

  .tjm-home .tjm-hero .tjm-hero__copy {
    max-width: 46rem;
  }

  .tjm-home .tjm-hero .tjm-hero-journey {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .tjm-home .tjm-hero .tjm-trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .tjm-home .tjm-hero .tjm-trust-bar {
    display: flex;
    gap: 0.55rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.35rem;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .tjm-home .tjm-hero .tjm-trust-bar__item {
    flex: 0 0 auto;
    min-width: min(15rem, 78vw);
    justify-content: flex-start;
    text-align: left;
    scroll-snap-align: start;
  }
}

/* Above-the-fold desktop hero trust bar placement. */
.tjm-trust-bar[hidden],
.tjm-trust-bar--legacy {
  display: none !important;
}

.tjm-home .tjm-hero {
  padding-block: clamp(1.05rem, 2.2vw, 2.1rem);
}

.tjm-home .tjm-hero .tjm-hero__copy > .tjm-trust-bar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: clamp(0.85rem, 1.6vw, 1.25rem) 0 0;
  padding: 0;
  overflow: visible;
}

.tjm-home .tjm-hero .tjm-hero__copy > .tjm-trust-bar .tjm-trust-bar__item {
  flex: 1 1 calc(50% - 0.5rem);
  min-width: min(100%, 13rem);
  min-height: 3.15rem;
  justify-content: flex-start;
  gap: 0.45rem;
  padding: 0.55rem 0.65rem;
  text-align: left;
}

.tjm-home .tjm-hero .tjm-hero__copy > .tjm-trust-bar .tjm-trust-bar__item .material-symbols-outlined {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
  font-size: 15px;
}

.tjm-home .tjm-hero .tjm-hero__copy > .tjm-trust-bar .tjm-trust-bar__item span:last-child {
  font-size: clamp(0.72rem, 0.72vw, 0.8rem);
  line-height: 1.2;
}

@media (min-width: 1181px) {
  .tjm-home .tjm-hero .tjm-hero__content {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.74fr);
    gap: clamp(1.6rem, 3.5vw, 3.4rem);
  }

  .tjm-home .tjm-hero h1 {
    font-size: clamp(2.7rem, 4.25vw, 4.45rem);
    line-height: 0.96;
  }

  .tjm-home .tjm-hero__copy > p:not(.tjm-eyebrow, .tjm-hero__note) {
    margin-block: 0.85rem 1rem;
    font-size: clamp(0.98rem, 1vw, 1.07rem);
    line-height: 1.48;
  }

  .tjm-home .tjm-hero__actions .tjm-button,
  .tjm-home .tjm-hero-journey__cta {
    min-height: 46px;
  }

  .tjm-home .tjm-hero .tjm-hero-journey {
    max-width: 450px;
    padding: clamp(18px, 2vw, 24px);
  }
}

@media (max-width: 640px) {
  .tjm-home .tjm-hero .tjm-hero__copy > .tjm-trust-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.35rem;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .tjm-home .tjm-hero .tjm-hero__copy > .tjm-trust-bar .tjm-trust-bar__item {
    flex: 0 0 auto;
    min-width: min(14.5rem, 78vw);
    scroll-snap-align: start;
  }
}

/* Full-width hero trust bar footer placement. */
.tjm-trust-bar--copy,
.tjm-trust-bar--copy[hidden] {
  display: none !important;
}

.tjm-home .tjm-hero .tjm-hero__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.8vw, 1.5rem);
}

.tjm-home .tjm-hero .tjm-hero__content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.78fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.tjm-home .tjm-hero .tjm-hero__copy {
  max-width: 46rem;
}

.tjm-home .tjm-hero .tjm-trust-bar:not([hidden]) {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.45rem, 0.85vw, 0.7rem);
  margin: 0;
  padding: 0;
  overflow: visible;
}

.tjm-home .tjm-hero .tjm-trust-bar:not([hidden]) .tjm-trust-bar__item {
  min-width: 0;
  min-height: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  padding: 0.58rem 0.55rem;
  text-align: center;
}

.tjm-home .tjm-hero .tjm-trust-bar:not([hidden]) .tjm-trust-bar__item .material-symbols-outlined {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  font-size: 15px;
}

.tjm-home .tjm-hero .tjm-trust-bar:not([hidden]) .tjm-trust-bar__item span:last-child {
  min-width: 0;
  font-size: clamp(0.7rem, 0.72vw, 0.8rem);
  line-height: 1.2;
  overflow-wrap: normal;
  word-break: normal;
}

@media (min-width: 1181px) {
  .tjm-home .tjm-hero {
    padding-block: clamp(1.05rem, 2vw, 2rem);
  }
}

@media (max-width: 981px) {
  .tjm-home .tjm-hero .tjm-hero__inner {
    gap: clamp(0.9rem, 3vw, 1.35rem);
  }

  .tjm-home .tjm-hero .tjm-hero__content {
    grid-template-columns: 1fr;
  }

  .tjm-home .tjm-hero .tjm-trust-bar:not([hidden]) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .tjm-home .tjm-hero .tjm-trust-bar:not([hidden]) {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.35rem;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .tjm-home .tjm-hero .tjm-trust-bar:not([hidden]) .tjm-trust-bar__item {
    flex: 0 0 auto;
    min-width: min(14.5rem, 78vw);
    justify-content: flex-start;
    text-align: left;
    scroll-snap-align: start;
  }
}

/* Final hero footer trust bar spacing and reveal polish. */
.tjm-home .tjm-hero {
  min-height: 0;
  padding-top: clamp(1rem, 2vw, 2rem);
  padding-bottom: clamp(0.8rem, 1.6vw, 1.35rem);
}

.tjm-home .tjm-hero .tjm-hero__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 1.6vw, 1.25rem);
}

.tjm-home .tjm-hero .tjm-hero__content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.78fr);
  gap: clamp(1.8rem, 4vw, 3.4rem);
  align-items: start;
}

.tjm-home .tjm-hero .tjm-trust-bar:not([hidden]) {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.45rem, 0.8vw, 0.7rem);
  margin: 0;
  padding: 0;
}

.tjm-home .tjm-hero .tjm-trust-bar:not([hidden]) .tjm-trust-bar__item {
  min-height: 3.15rem;
  padding: 0.5rem 0.55rem;
}

.tjm-home .tjm-hero .tjm-trust-bar__item.reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.tjm-home .tjm-hero .tjm-trust-bar__item.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.tjm-home .tjm-hero .tjm-trust-bar__item.reveal:nth-child(1) {
  transition-delay: 0ms;
}

.tjm-home .tjm-hero .tjm-trust-bar__item.reveal:nth-child(2) {
  transition-delay: 70ms;
}

.tjm-home .tjm-hero .tjm-trust-bar__item.reveal:nth-child(3) {
  transition-delay: 140ms;
}

.tjm-home .tjm-hero .tjm-trust-bar__item.reveal:nth-child(4) {
  transition-delay: 210ms;
}

.tjm-home .tjm-hero .tjm-trust-bar__item.reveal:nth-child(5) {
  transition-delay: 280ms;
}

.tjm-pack {
  padding-top: clamp(1rem, 2vw, 1.75rem);
}

@media (max-width: 1180px) {
  .tjm-home .tjm-hero .tjm-trust-bar:not([hidden]) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 981px) {
  .tjm-home .tjm-hero .tjm-hero__content {
    grid-template-columns: 1fr;
  }

  .tjm-home .tjm-hero .tjm-trust-bar:not([hidden]) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .tjm-home .tjm-hero .tjm-trust-bar:not([hidden]) {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.35rem;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .tjm-home .tjm-hero .tjm-trust-bar:not([hidden]) .tjm-trust-bar__item {
    flex: 0 0 auto;
    min-width: min(14.5rem, 78vw);
    justify-content: flex-start;
    text-align: left;
    scroll-snap-align: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tjm-home .tjm-hero .tjm-trust-bar__item.reveal {
    opacity: 1;
    transform: none;
    transition: none;
    transition-delay: 0ms;
  }
}

/* Tighten the space after the hero trust bar by clearing older viewport-height hero rules. */
.tjm-home .tjm-hero {
  min-height: 0;
  height: auto;
}

.tjm-home .tjm-hero .tjm-hero__inner,
.tjm-home .tjm-hero .tjm-hero__content,
.tjm-home .tjm-hero .tjm-hero__copy {
  min-height: 0;
  height: auto;
}

.tjm-home .tjm-hero .tjm-trust-bar:not([hidden]) {
  margin-bottom: 0;
}

.tjm-pack {
  padding-top: clamp(1.25rem, 2.5vw, 2.25rem);
}

@media (min-width: 981px) {
  .tjm-home .tjm-hero {
    min-height: 0 !important;
    height: auto !important;
    padding-top: clamp(1.75rem, 3vw, 3rem);
    padding-bottom: clamp(1.5rem, 2.5vw, 2.5rem);
    align-items: flex-start;
  }

  .tjm-home .tjm-hero .tjm-hero__inner {
    min-height: 0 !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: clamp(1rem, 1.6vw, 1.35rem);
  }

  .tjm-home .tjm-hero .tjm-hero__content {
    min-height: 0 !important;
    height: auto !important;
    align-items: start;
  }

  .tjm-home .tjm-hero .tjm-hero__copy {
    min-height: 0 !important;
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .tjm-home .tjm-hero .tjm-trust-bar:not([hidden]) {
    margin-top: clamp(0.9rem, 1.5vw, 1.25rem);
    margin-bottom: 0;
  }

  .tjm-pack {
    padding-top: clamp(1.25rem, 2.5vw, 2.25rem);
  }
}

@media (max-width: 980px) {
  .tjm-home .tjm-hero {
    padding-bottom: clamp(1.5rem, 5vw, 2.25rem);
  }
}

/* Desktop hero fold, stat-led trust panel and controlled mobile title wrapping. */
.tjm-hero-title__mobile-break {
  display: none;
}

.tjm-home .tjm-hero .tjm-trust-bar {
  overflow: hidden;
  border: 1px solid rgba(47, 43, 38, 0.14);
  border-radius: 10px;
  background: rgba(255, 252, 246, 0.9);
  box-shadow: 0 18px 46px rgba(47, 43, 38, 0.08);
}

.tjm-home .tjm-hero .tjm-trust-bar__item {
  border: 0;
  border-right: 1px solid rgba(47, 43, 38, 0.11);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.tjm-home .tjm-hero .tjm-trust-bar__item:last-child {
  border-right: 0;
}

.tjm-home .tjm-hero .tjm-trust-bar__text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.tjm-home .tjm-hero .tjm-trust-bar__stat {
  color: #211d19;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.45vw, 1.42rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: none;
}

.tjm-home .tjm-hero .tjm-trust-bar__label {
  color: #766b61;
  font-size: clamp(0.72rem, 0.75vw, 0.82rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
}

@media (min-width: 981px) {
  .tjm-home .tjm-hero {
    min-height: calc(100vh - var(--tjm-masthead-height, 170px)) !important;
    height: auto !important;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    padding-block: clamp(1.25rem, 2vw, 2rem);
  }

  .tjm-home .tjm-hero .tjm-hero__inner {
    width: calc(100% - 2rem) !important;
    max-width: 77rem !important;
    min-height: calc(100vh - var(--tjm-masthead-height, 170px) - clamp(2.5rem, 4vw, 4rem)) !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    align-content: stretch;
    gap: clamp(0.8rem, 1.35vw, 1.2rem);
  }

  .tjm-home .tjm-hero .tjm-hero__content {
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.78fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
    align-self: center;
  }

  .tjm-home .tjm-hero .tjm-trust-bar:not([hidden]) {
    width: 100%;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    align-self: end;
  }

  .tjm-home .tjm-hero .tjm-trust-bar__item {
    min-height: clamp(5.8rem, 7vw, 6.75rem);
    flex-direction: column;
    justify-content: center;
    gap: 0.45rem;
    padding: 1rem 0.85rem;
    text-align: center;
  }

  .tjm-home .tjm-hero .tjm-trust-bar__item .material-symbols-outlined {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    font-size: 1.45rem;
    color: #a17a23;
  }

  .tjm-home .tjm-hero .tjm-trust-bar__text {
    align-items: center;
  }

  .tjm-home .tjm-hero .tjm-trust-bar__stat {
    display: block;
    white-space: nowrap;
  }

  .tjm-home .tjm-hero .tjm-trust-bar__label {
    display: block;
  }

  .tjm-pack {
    padding-top: clamp(2rem, 3vw, 3rem);
  }
}

@media (max-width: 980px) {
  .tjm-home .tjm-hero .tjm-trust-bar {
    overflow: visible;
    box-shadow: none;
  }

  .tjm-home .tjm-hero .tjm-trust-bar__item {
    border: 1px solid rgba(47, 43, 38, 0.11);
    border-radius: 8px;
    background: rgba(255, 252, 246, 0.84);
  }
}

@media (max-width: 640px) {
  .tjm-home .tjm-hero,
  .tjm-home .tjm-hero .tjm-hero__inner,
  .tjm-home .tjm-hero .tjm-hero__content,
  .tjm-home .tjm-hero .tjm-hero__copy,
  .tjm-home .tjm-hero .tjm-hero-journey {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .tjm-home .tjm-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.9rem, 8.8vw, 2.35rem);
    line-height: 0.98;
  }

  .tjm-hero-title__mobile-break {
    display: initial;
  }

  .tjm-hero-title__strong,
  .tjm-hero-title__accent {
    width: 100%;
    max-width: 100%;
  }

  #tjm-journey-title,
  .tjm-journey-step__title {
    white-space: normal;
  }

  #tjm-journey-title {
    font-size: clamp(1.55rem, 7vw, 1.9rem);
  }

  .tjm-home .tjm-hero .tjm-trust-bar__stat {
    font-size: 1.08rem;
  }

  .tjm-home .tjm-hero .tjm-trust-bar__label {
    font-size: 0.78rem;
  }
}
