.tlm-announcement { min-height: 30px; display: grid; place-items: center; padding: 6px var(--tlm-gutter); background: var(--tlm-text); color: #fff; text-align: center; font-size: 10px; line-height: 1.3; text-transform: uppercase; letter-spacing: .12em; }
.tlm-announcement a { text-decoration: underline; text-underline-offset: 3px; }

.tlm-header { position: relative; z-index: 200; background: rgba(247, 244, 241, .96); border-bottom: 1px solid var(--tlm-border); }
.tlm-header.is-sticky { position: sticky; top: 0; backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); }
.admin-bar .tlm-header.is-sticky { top: 32px; }
.tlm-header__inner { min-height: 74px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.tlm-nav__list { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); list-style: none; margin: 0; padding: 0; }
.tlm-nav__list > li { position: relative; }
.tlm-nav__list a { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.tlm-nav__list .sub-menu { position: absolute; left: -20px; top: 100%; min-width: 230px; list-style: none; padding: 14px 20px 18px; margin: 0; background: var(--tlm-surface); border: 1px solid var(--tlm-border); opacity: 0; visibility: hidden; transform: translateY(7px); transition: .2s ease; }
.tlm-nav__list li:hover > .sub-menu, .tlm-nav__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.tlm-nav__list .sub-menu a { min-height: 34px; text-transform: none; letter-spacing: 0; font-weight: 500; }
.tlm-logo-wrap { justify-self: center; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { width: auto; max-height: 40px; }
.tlm-wordmark { font-size: 25px; line-height: 1; letter-spacing: -.06em; font-weight: 700; text-transform: lowercase; }
.tlm-header-actions { justify-self: end; display: flex; align-items: center; gap: 6px; }
.tlm-icon-button { appearance: none; width: 40px; height: 40px; display: inline-grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; position: relative; }
.tlm-icon-button svg { width: 20px; height: 20px; }
.tlm-cart-count { position: absolute; top: 2px; right: 0; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 999px; display: grid; place-items: center; background: var(--tlm-accent); color: #fff; font-size: 9px; line-height: 1; }
.tlm-menu-toggle { display: none; justify-self: start; }

.tlm-drawer, .tlm-search-panel { position: fixed; inset: 0; z-index: 900; }
.tlm-drawer[hidden], .tlm-search-panel[hidden] { display: none; }
.tlm-drawer__backdrop, .tlm-search-panel__backdrop { position: absolute; inset: 0; border: 0; background: rgba(15, 13, 12, .36); }
.tlm-drawer__panel { position: relative; width: min(90vw, 440px); height: 100%; background: var(--tlm-bg); padding: 18px 24px 30px; overflow-y: auto; }
.tlm-drawer__head, .tlm-search-panel__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.tlm-drawer__title, .tlm-search-panel__top > span { text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.tlm-mobile-nav__list, .tlm-mobile-nav__list ul { list-style: none; margin: 0; padding: 0; }
.tlm-mobile-nav__list { margin-top: 30px; border-top: 1px solid var(--tlm-border); }
.tlm-mobile-nav__list > li { border-bottom: 1px solid var(--tlm-border); }
.tlm-mobile-nav__list > li > a { display: block; padding: 17px 0; font-size: 22px; letter-spacing: -.03em; }
.tlm-mobile-nav__list .sub-menu { padding: 0 0 15px 16px; }
.tlm-mobile-nav__list .sub-menu a { display: block; padding: 6px 0; font-size: 14px; color: var(--tlm-muted); }
.tlm-drawer__meta { display: grid; gap: 10px; margin-top: 28px; font-size: 13px; }

.tlm-search-panel__box { position: relative; background: var(--tlm-bg); padding: 22px 0 40px; }
.tlm-product-search { margin-top: 28px; display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--tlm-text); }
.tlm-product-search input[type=search] { min-width: 0; width: 100%; border: 0; background: transparent; padding: 15px 0; outline: 0; font-size: clamp(30px, 5vw, 68px); letter-spacing: -.045em; }
.tlm-product-search button { width: 60px; border: 0; background: transparent; cursor: pointer; }
.tlm-product-search button svg { width: 30px; }

.tlm-footer { background: #171514; color: #f9f7f4; padding: clamp(64px, 8vw, 120px) 0 26px; }
.tlm-footer__top { display: grid; grid-template-columns: 1.35fr 2fr 1fr; gap: clamp(40px, 6vw, 92px); }
.tlm-footer .custom-logo { filter: brightness(0) invert(1); max-height: 42px; }
.tlm-footer__brand > p { max-width: 330px; margin: 28px 0 0; color: rgba(255,255,255,.67); font-size: 14px; }
.tlm-footer__nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.tlm-footer__heading { margin: 0 0 20px; text-transform: uppercase; font-size: 10px; letter-spacing: .15em; font-weight: 700; color: rgba(255,255,255,.6); }
.tlm-footer-menu, .tlm-footer-legal { list-style: none; margin: 0; padding: 0; }
.tlm-footer-menu { display: grid; gap: 10px; }
.tlm-footer-menu a, .tlm-footer__contact a, .tlm-footer__contact address { font-size: 13px; color: rgba(255,255,255,.9); }
.tlm-footer__contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.tlm-footer__contact .tlm-footer__heading { margin-bottom: 10px; }
.tlm-footer__contact address { font-style: normal; color: rgba(255,255,255,.6); margin-top: 6px; }
.tlm-socials { display: flex; gap: 8px; margin-top: 26px; }
.tlm-socials a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; }
.tlm-socials svg { width: 17px; }
.tlm-footer__bottom { margin-top: clamp(64px, 8vw, 120px); padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: rgba(255,255,255,.52); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.tlm-footer__bottom p { margin: 0; }
.tlm-footer-legal { display: flex; gap: 20px; }

@media (max-width: 1050px) {
  .tlm-nav--desktop { display: none; }
  .tlm-menu-toggle { display: inline-grid; }
  .tlm-header__inner { grid-template-columns: 1fr auto 1fr; }
  .tlm-footer__top { grid-template-columns: 1fr 1.5fr; }
  .tlm-footer__contact { grid-column: 1 / -1; }
}

@media (max-width: 782px) { .admin-bar .tlm-header.is-sticky { top: 46px; } }
@media (max-width: 767px) {
  .tlm-announcement { min-height: 28px; }
  .tlm-header__inner { min-height: 62px; gap: 8px; }
  .tlm-account-link { display: none; }
  .tlm-header-actions { gap: 0; }
  .tlm-icon-button { width: 36px; height: 36px; }
  .custom-logo { max-height: 32px; max-width: 138px; }
  .tlm-wordmark { font-size: 21px; }
  .tlm-footer__top, .tlm-footer__nav { grid-template-columns: 1fr; }
  .tlm-footer__nav { gap: 34px; }
  .tlm-footer__contact { grid-column: auto; }
  .tlm-footer__bottom { align-items: flex-start; flex-direction: column; }
  .tlm-footer-legal { flex-wrap: wrap; }
}

/* Premium compact state after the first scroll. */
.tlm-header__inner,
.custom-logo,
.tlm-header { transition: min-height .25s ease, max-height .25s ease, background .25s ease, box-shadow .25s ease, border-color .25s ease; }
.tlm-header.is-scrolled { background: rgba(247,244,241,.9); border-bottom-color: rgba(23,21,20,.08); box-shadow: 0 8px 30px rgba(22,17,18,.055); }
.tlm-header.is-scrolled .tlm-header__inner { min-height: 64px; }
.tlm-header.is-scrolled .custom-logo { max-height: 34px; }
.tlm-nav__list > li > a { position: relative; }
.tlm-nav__list > li > a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: currentColor; transition: right .25s ease; }
.tlm-nav__list > li:hover > a::after,
.tlm-nav__list > li.current-menu-item > a::after { right: 0; }
