/*
 * The Lock Lab storefront theme styles.
 * Visual-only layer for homepage, category cards, and WooCommerce display scaffolding.
 */

:root {
  --tll-bg: #0b1014;
  --tll-bg-soft: #0f151a;
  --tll-bg-deep: #091015;
  --tll-panel: #121b21;
  --tll-panel-strong: #182229;
  --tll-line: #26323a;
  --tll-line-soft: #394852;
  --tll-text: #edf2f4;
  --tll-muted: #9eb0ba;
  --tll-accent: #d6a34e;
  --tll-accent-strong: #efc778;
  --tll-info: #8ebfcb;
  --tll-safe: #8bc6ab;
  --tll-radius: 22px;
  --tll-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  --tll-width: 1240px;
}

body.page-template-template-locklab-home,
body.page-template-template-locklab-home #outer-wrap,
body.page-template-template-locklab-home #wrap,
body.page-template-template-locklab-home #main,
body.page-template-template-locklab-home #footer,
body.page-template-template-locklab-home #footer-bottom {
  background: var(--tll-bg);
}

body.page-template-template-locklab-home #top-bar-wrap,
body.page-template-template-locklab-home #main > .page-header,
body.page-template-template-locklab-home .page-header,
body.page-template-template-locklab-home .entry-title {
  display: none;
}

body.page-template-template-locklab-home #site-header.minimal-header {
  height: auto;
  min-height: 0;
  border-bottom: 1px solid var(--tll-line);
  background:
    radial-gradient(circle at top right, rgba(214, 163, 78, 0.08), transparent 24%),
    linear-gradient(180deg, #0a1015 0%, #0b1014 100%);
}

body.page-template-template-locklab-home #site-header-inner,
body.page-template-template-locklab-home #site-logo,
body.page-template-template-locklab-home #site-logo #site-logo-inner,
body.page-template-template-locklab-home #site-logo .custom-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 0;
}

body.page-template-template-locklab-home #site-logo {
  padding: 20px 0 16px;
}

body.page-template-template-locklab-home #site-logo .custom-logo-link img,
body.page-template-template-locklab-home .custom-logo-link img {
  display: block;
  width: auto;
  max-width: min(54vw, 220px);
  max-height: 92px;
  height: auto;
}

body.page-template-template-locklab-home #main,
body.page-template-template-locklab-home #primary,
body.page-template-template-locklab-home .tll-home-page {
  margin-top: 0;
  padding-top: 0;
}

body:not(.page-template-template-locklab-home) #site-header.minimal-header {
  min-height: 0;
  border-bottom: 1px solid rgba(214, 163, 78, 0.14);
  background:
    radial-gradient(circle at top right, rgba(214, 163, 78, 0.08), transparent 28%),
    linear-gradient(180deg, #0a1015 0%, #0d1419 100%);
}

body:not(.page-template-template-locklab-home) #site-header-inner,
body:not(.page-template-template-locklab-home) #site-logo,
body:not(.page-template-template-locklab-home) #site-logo #site-logo-inner,
body:not(.page-template-template-locklab-home) #site-logo .custom-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
}

body:not(.page-template-template-locklab-home) #site-logo {
  padding: 12px 0 10px;
}

body:not(.page-template-template-locklab-home) #site-logo .custom-logo-link img,
body:not(.page-template-template-locklab-home) .custom-logo-link img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(42vw, 148px);
  max-height: 64px;
}

body:not(.page-template-template-locklab-home) .page-header {
  display: none;
}

.tll-page {
  background:
    radial-gradient(circle at top right, rgba(214, 163, 78, 0.12), transparent 24%),
    radial-gradient(circle at left 30%, rgba(58, 91, 111, 0.14), transparent 28%),
    linear-gradient(180deg, #091015 0%, #0c1217 46%, #0b1014 100%);
  color: var(--tll-text);
}

.tll-standard-page {
  min-height: calc(100vh - 180px);
}

.tll-page-hero {
  padding: 36px 0 20px;
}

.tll-standard-content-section {
  padding-top: 14px;
}

.tll-standard-content {
  padding: 28px;
  border: 1px solid rgba(214, 163, 78, 0.12);
  border-radius: calc(var(--tll-radius) - 4px);
  background: linear-gradient(180deg, rgba(19, 28, 34, 0.96) 0%, rgba(14, 21, 27, 0.98) 100%);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.24);
  color: var(--tll-text);
}

.tll-standard-content > :first-child {
  margin-top: 0;
}

.tll-standard-content > :last-child {
  margin-bottom: 0;
}

.tll-standard-content p,
.tll-standard-content li,
.tll-standard-content blockquote,
.tll-standard-content code {
  color: #dce5e8;
}

.tll-standard-content h1,
.tll-standard-content h2,
.tll-standard-content h3,
.tll-standard-content h4,
.tll-standard-content h5,
.tll-standard-content h6 {
  color: #f7fafb;
}

.tll-standard-content a {
  color: var(--tll-accent-strong);
}

.tll-standard-content pre,
.tll-standard-content .wp-block-code {
  padding: 16px 18px;
  border: 1px solid rgba(214, 163, 78, 0.14);
  border-radius: 16px;
  background: rgba(8, 13, 17, 0.82);
  color: #f4f7f8;
  overflow-x: auto;
}

.tll-woocommerce-content .woocommerce {
  color: var(--tll-text);
}

.tll-woocommerce-content .woocommerce-message,
.tll-woocommerce-content .woocommerce-info,
.tll-woocommerce-content .woocommerce-error {
  margin-bottom: 20px;
  border: 1px solid rgba(214, 163, 78, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--tll-text);
}

.tll-woocommerce-content .shop_table,
.tll-woocommerce-content .woocommerce table.shop_table,
.tll-woocommerce-content .woocommerce-checkout-review-order-table {
  border-color: rgba(214, 163, 78, 0.14);
  background: rgba(9, 15, 20, 0.74);
}

.tll-woocommerce-content .shop_table th,
.tll-woocommerce-content .shop_table td,
.tll-woocommerce-content .woocommerce table.shop_table th,
.tll-woocommerce-content .woocommerce table.shop_table td {
  border-color: rgba(214, 163, 78, 0.12);
}

.tll-woocommerce-content input,
.tll-woocommerce-content select,
.tll-woocommerce-content textarea {
  border-color: rgba(214, 163, 78, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: var(--tll-text);
}

.tll-woocommerce-content .button,
.tll-woocommerce-content button,
.tll-woocommerce-content input[type="submit"] {
  border-color: rgba(214, 163, 78, 0.24);
}

.tll-page a {
  color: inherit;
  text-decoration: none;
}

.tll-shell {
  width: min(calc(100% - 28px), var(--tll-width));
  margin-inline: auto;
}

.tll-storefront-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(8, 13, 17, 0.86);
  backdrop-filter: blur(14px);
}

.tll-storefront-nav-inner {
  display: grid;
  gap: 16px;
  padding: 14px 0;
}

.tll-storefront-toggle {
  min-height: 42px;
  justify-self: end;
  padding: 0 16px;
  border: 1px solid rgba(214, 163, 78, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--tll-text);
  font-size: 0.82rem;
  font-weight: 700;
}

.tll-storefront-panel {
  display: none;
  gap: 12px;
  grid-column: 1 / -1;
}

.tll-storefront-panel.is-open {
  display: grid;
}

.tll-storefront-brand,
.tll-storefront-links,
.tll-storefront-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.tll-storefront-panel .tll-storefront-links,
.tll-storefront-panel .tll-storefront-actions {
  flex-direction: column;
  align-items: stretch;
}

.tll-storefront-brand strong,
.tll-storefront-brand span,
.tll-storefront-links a,
.tll-storefront-actions a {
  display: block;
}

.tll-storefront-brand strong {
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tll-storefront-brand span {
  color: var(--tll-muted);
  font-size: 0.74rem;
}

.tll-brand-mark {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: linear-gradient(135deg, #efc778, #b9852f);
  box-shadow: 0 0 0 6px rgba(214, 163, 78, 0.08);
}

.tll-storefront-links a,
.tll-storefront-actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #dbe3e7;
  font-size: 0.82rem;
  font-weight: 700;
}

.tll-language-slot:empty {
  display: none;
}

.tll-storefront-panel .tll-storefront-links a,
.tll-storefront-panel .tll-storefront-actions a {
  justify-content: flex-start;
}

.tll-storefront-links a:hover,
.tll-storefront-actions a:hover,
.tll-storefront-links a:focus,
.tll-storefront-actions a:focus {
  border-color: rgba(214, 163, 78, 0.26);
  background: rgba(255, 255, 255, 0.04);
}

.tll-footer-links-section {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(12, 18, 23, 0.92) 0%, rgba(9, 15, 20, 0.98) 100%);
}

.tll-footer-links-inner {
  display: grid;
  gap: 14px;
  padding: 18px 0;
}

.tll-footer-links-copy {
  display: grid;
  gap: 4px;
}

.tll-footer-links-copy strong {
  color: var(--tll-text);
  font-size: 0.88rem;
}

.tll-footer-links-copy span {
  color: var(--tll-muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.tll-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.tll-footer-links a {
  color: #d7e0e4;
  font-size: 0.8rem;
  line-height: 1.5;
}

.tll-footer-links a:hover,
.tll-footer-links a:focus {
  color: var(--tll-accent-strong);
}

.tll-eyebrow {
  margin: 0 0 14px;
  color: var(--tll-accent);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tll-page h1,
.tll-page h2,
.tll-page h3 {
  margin: 0 0 14px;
  line-height: 1.04;
  color: var(--tll-text);
}

.tll-page h1 {
  max-width: 11ch;
  font-size: clamp(2.6rem, 9vw, 5rem);
}

.tll-page h2 {
  max-width: 15ch;
  font-size: clamp(1.95rem, 6vw, 3.3rem);
}

.tll-page h3 {
  font-size: 1.14rem;
}

.tll-page p {
  margin: 0 0 14px;
  color: var(--tll-muted);
}

.tll-lead {
  max-width: 700px;
  font-size: 1rem;
  line-height: 1.72;
}

.tll-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, #e0b05c, #b9852f);
  color: #17120a;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 14px 30px rgba(214, 163, 78, 0.2);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.tll-button:hover,
.tll-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(214, 163, 78, 0.28);
}

.tll-button-secondary {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: var(--tll-text);
}

.tll-button-ghost {
  border-color: rgba(214, 163, 78, 0.3);
  background: transparent;
  color: var(--tll-accent-strong);
}

.tll-hero {
  position: relative;
  overflow: hidden;
  padding: 52px 0 48px;
  border-bottom: 1px solid var(--tll-line);
}

.tll-hero::before {
  content: "";
  position: absolute;
  top: -88px;
  right: -80px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(214, 163, 78, 0.16);
  border-radius: 34px;
  transform: rotate(15deg);
  pointer-events: none;
}

.tll-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 92%);
  opacity: 0.42;
  pointer-events: none;
}

.tll-hero-premium {
  background:
    linear-gradient(118deg, rgba(9, 15, 19, 0.98) 0%, rgba(9, 15, 19, 0.92) 44%, rgba(9, 15, 19, 0.76) 100%),
    linear-gradient(135deg, #0d151a 0%, #0b1014 56%, #121b22 100%);
}

.tll-hero-grid,
.tll-product-layout,
.tll-detail-grid {
  display: grid;
  gap: 24px;
}

.tll-hero-copy,
.tll-hero-visual,
.tll-hero-stage,
.tll-hero-mini-grid {
  display: grid;
  gap: 16px;
}

.tll-hero-actions,
.tll-card-actions,
.tll-chip-row,
.tll-badge-list,
.tll-cta-actions,
.tll-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tll-chip,
.tll-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid var(--tll-line-soft);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: #d9e0e3;
  font-size: 0.73rem;
  font-weight: 700;
}

.tll-chip-icon {
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border-color: rgba(214, 163, 78, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
}

.tll-chip-glyph {
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid rgba(214, 163, 78, 0.34);
  background: rgba(214, 163, 78, 0.08);
}

.tll-chip-glyph::before,
.tll-chip-glyph::after {
  content: "";
  position: absolute;
}

.tll-chip-glyph-catalog::before {
  inset: 4px 4px auto;
  height: 2px;
  background: #f0cb86;
  box-shadow: 0 4px 0 #f0cb86, 0 8px 0 #f0cb86;
}

.tll-chip-glyph-compatibility::before {
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  border: 2px solid #f0cb86;
  border-right: 0;
  border-top: 0;
  transform: rotate(-45deg);
}

.tll-chip-glyph-shipping::before {
  left: 3px;
  right: 3px;
  bottom: 4px;
  height: 6px;
  border: 1px solid #f0cb86;
  border-radius: 4px;
}

.tll-chip-glyph-shipping::after {
  left: 5px;
  top: 3px;
  width: 8px;
  height: 5px;
  border: 1px solid #f0cb86;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
}

.tll-chip-glyph-support::before {
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  border: 1px solid #f0cb86;
  border-radius: 50%;
}

.tll-chip-glyph-support::after {
  left: 7px;
  top: 1px;
  width: 2px;
  height: 14px;
  background: #f0cb86;
}

.tll-inline-message {
  min-height: 24px;
  color: var(--tll-info);
  font-size: 0.83rem;
  line-height: 1.6;
  white-space: pre-line;
}

.tll-hero-stage,
.tll-category-card,
.tll-placeholder-card,
.tll-process-step,
.tll-cta-panel,
.tll-catalog-card,
.tll-purchase-flow-box,
.tll-compliance-box,
.tll-empty-state,
.tll-filter-panel,
.tll-product-gallery {
  border: 1px solid var(--tll-line);
  border-radius: var(--tll-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent),
    var(--tll-panel);
  box-shadow: var(--tll-shadow);
}

.tll-hero-stage {
  position: relative;
  padding: 20px;
  border-color: rgba(214, 163, 78, 0.18);
  border-radius: 30px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.06), transparent 36%),
    linear-gradient(180deg, rgba(17, 24, 29, 0.9), rgba(10, 15, 19, 0.98));
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.tll-hero-stage::before,
.tll-hero-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.tll-hero-stage::before {
  top: 20px;
  right: 20px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 163, 78, 0.16) 0%, transparent 72%);
  filter: blur(8px);
}

.tll-hero-stage::after {
  left: 24px;
  right: 24px;
  bottom: 84px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 163, 78, 0.4), transparent);
}

.tll-hero-gridline {
  position: absolute;
  inset: 16px;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 82%);
  opacity: 0.5;
  pointer-events: none;
}

.tll-hero-product {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(214, 163, 78, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(20, 30, 37, 0.96), rgba(11, 16, 20, 0.98));
  overflow: hidden;
}

.tll-hero-product h2 {
  max-width: 11ch;
  font-size: clamp(1.7rem, 4vw, 2.7rem);
}

.tll-hero-product-media {
  position: relative;
  min-height: 250px;
  padding: 14px;
  border: 1px solid rgba(214, 163, 78, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 15%, rgba(214, 163, 78, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.tll-hero-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 16px;
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.4));
  animation: tll-hero-float 6.4s ease-in-out infinite;
}

.tll-hero-media-fallback {
  position: relative;
  min-height: 260px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 20% 20%, rgba(214, 163, 78, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent),
    linear-gradient(180deg, #172229 0%, #0f161b 100%);
  overflow: hidden;
}

.tll-hero-media-fallback::before,
.tll-hero-media-fallback::after,
.tll-hero-fallback-case,
.tll-hero-fallback-bar,
.tll-hero-fallback-lock,
.tll-hero-fallback-key {
  position: absolute;
  content: "";
  display: block;
}

.tll-hero-media-fallback::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.34;
}

.tll-hero-media-fallback::after {
  left: 22px;
  right: 22px;
  bottom: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 163, 78, 0.55), transparent);
}

.tll-hero-fallback-case {
  left: 50%;
  top: 50%;
  width: 168px;
  height: 126px;
  border: 2px solid rgba(241, 207, 141, 0.88);
  border-radius: 24px;
  transform: translate(-50%, -54%);
}

.tll-hero-fallback-case::before {
  content: "";
  position: absolute;
  left: 44px;
  top: -16px;
  width: 78px;
  height: 18px;
  border: 2px solid rgba(241, 207, 141, 0.88);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
}

.tll-hero-fallback-bar {
  left: 50%;
  width: 120px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f1cf8d, #9ab5c2);
  transform: translateX(-50%);
}

.tll-hero-fallback-bar-a { top: 92px; }
.tll-hero-fallback-bar-b { top: 122px; width: 144px; }
.tll-hero-fallback-bar-c { top: 152px; width: 104px; }

.tll-hero-fallback-lock {
  right: 56px;
  bottom: 58px;
  width: 52px;
  height: 40px;
  border: 3px solid rgba(241, 207, 141, 0.9);
  border-radius: 14px;
}

.tll-hero-fallback-lock::before {
  content: "";
  position: absolute;
  left: 10px;
  top: -26px;
  width: 26px;
  height: 26px;
  border: 3px solid rgba(241, 207, 141, 0.9);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.tll-hero-fallback-key {
  left: 60px;
  bottom: 72px;
  width: 74px;
  height: 6px;
  border-radius: 999px;
  background: rgba(241, 207, 141, 0.92);
}

.tll-hero-fallback-key::before {
  content: "";
  position: absolute;
  left: -18px;
  top: -12px;
  width: 24px;
  height: 24px;
  border: 4px solid rgba(241, 207, 141, 0.92);
  border-radius: 50%;
}

.tll-hero-fallback-key::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 6px;
  width: 18px;
  height: 6px;
  background: rgba(241, 207, 141, 0.92);
  box-shadow: 10px 8px 0 rgba(241, 207, 141, 0.92);
}

.tll-hero-media-paths {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 2;
}

.tll-hero-media-paths .tll-chip {
  background: rgba(7, 12, 15, 0.74);
  backdrop-filter: blur(10px);
}

.tll-flow-strip span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(214, 163, 78, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #f2d79e;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tll-hero-overlay-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tll-hero-overlay-card {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(15, 21, 26, 0.88);
  backdrop-filter: blur(12px);
}

.tll-hero-overlay-card strong {
  color: var(--tll-text);
  line-height: 1.3;
}

.tll-metric-card {
  padding: 16px;
  border: 1px solid var(--tll-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.tll-metric-card span,
.tll-metric-card strong {
  display: block;
}

.tll-metric-card span {
  color: var(--tll-muted);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.tll-metric-card strong {
  margin-top: 6px;
  font-size: 1rem;
}

.tll-icon-rail-section {
  padding: 18px 0 10px;
  border-bottom: 1px solid var(--tll-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.tll-icon-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(200px, 1fr);
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.tll-icon-rail-card {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(214, 163, 78, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent),
    linear-gradient(180deg, rgba(17, 24, 29, 0.94), rgba(11, 16, 20, 1));
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.tll-icon-rail-card:hover,
.tll-icon-rail-card:focus {
  transform: translateY(-2px);
  border-color: rgba(214, 163, 78, 0.48);
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.34);
}

.tll-icon-rail-card strong {
  font-size: 0.95rem;
  line-height: 1.35;
}

.tll-icon-rail-card small {
  color: var(--tll-muted);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tll-icon-rail-symbol,
.tll-category-visual {
  width: 52px;
  height: 52px;
  position: relative;
  display: inline-block;
  border-radius: 16px;
  border: 1px solid rgba(214, 163, 78, 0.24);
  background:
    radial-gradient(circle at 30% 30%, rgba(214, 163, 78, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.04);
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.tll-icon-rail-symbol::before,
.tll-icon-rail-symbol::after,
.tll-category-visual::before,
.tll-category-visual::after {
  content: "";
  position: absolute;
}

.tll-icon-tool-bars::before,
.tll-category-visual-2-in-1-locksmith-tools::before,
.tll-category-visual-3-in-1-locksmith-tools::before {
  left: 12px;
  right: 12px;
  top: 15px;
  height: 3px;
  background: #f1cf8d;
  box-shadow: 0 9px 0 #f1cf8d, 0 18px 0 #f1cf8d;
}

.tll-icon-triple-tool::before,
.tll-category-visual-professional-tool-sets::before {
  left: 11px;
  top: 12px;
  width: 30px;
  height: 28px;
  border: 2px solid #f1cf8d;
  border-radius: 10px;
}

.tll-icon-triple-tool::after,
.tll-category-visual-professional-tool-sets::after {
  left: 18px;
  top: 8px;
  width: 16px;
  height: 6px;
  border: 2px solid #f1cf8d;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
}

.tll-icon-auto-key::before,
.tll-category-visual-automotive-locksmith-tools::before,
.tll-category-visual-tools-by-car-brand::before {
  left: 10px;
  top: 14px;
  width: 18px;
  height: 18px;
  border: 2px solid #f1cf8d;
  border-radius: 50%;
}

.tll-icon-auto-key::after,
.tll-category-visual-automotive-locksmith-tools::after,
.tll-category-visual-tools-by-car-brand::after {
  left: 26px;
  top: 22px;
  width: 16px;
  height: 3px;
  background: #f1cf8d;
  box-shadow: 6px 5px 0 #f1cf8d;
}

.tll-icon-cylinder::before,
.tll-category-visual-keyway-lock-cylinder-tools::before,
.tll-category-visual-lock-repair-tools::before {
  left: 13px;
  top: 13px;
  width: 26px;
  height: 26px;
  border: 2px solid #f1cf8d;
  border-radius: 12px;
}

.tll-icon-cylinder::after,
.tll-category-visual-keyway-lock-cylinder-tools::after,
.tll-category-visual-lock-repair-tools::after {
  left: 22px;
  top: 20px;
  width: 8px;
  height: 8px;
  border: 2px solid #f1cf8d;
  border-radius: 50%;
}

.tll-icon-smart-lock::before,
.tll-category-visual-smart-locks-security-hardware::before {
  left: 13px;
  right: 13px;
  bottom: 12px;
  height: 18px;
  border: 2px solid #f1cf8d;
  border-radius: 10px;
}

.tll-icon-smart-lock::after,
.tll-category-visual-smart-locks-security-hardware::after {
  left: 19px;
  top: 10px;
  width: 14px;
  height: 12px;
  border: 2px solid #f1cf8d;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.tll-icon-hardware::before,
.tll-category-visual-lock-cylinders-handles-accessories::before,
.tll-category-visual-key-cutting-programming-testing-equipment::before {
  left: 12px;
  top: 14px;
  width: 28px;
  height: 20px;
  border: 2px solid #f1cf8d;
  border-radius: 8px;
}

.tll-icon-hardware::after,
.tll-category-visual-lock-cylinders-handles-accessories::after,
.tll-category-visual-key-cutting-programming-testing-equipment::after {
  left: 17px;
  top: 20px;
  width: 18px;
  height: 2px;
  background: #f1cf8d;
  box-shadow: 0 6px 0 #f1cf8d;
}

.tll-category-card:hover .tll-category-visual {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.32);
}

.tll-category-visual-residential-door-locks::before {
  left: 11px;
  top: 11px;
  width: 28px;
  height: 28px;
  border: 2px solid #f1cf8d;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px rgba(241, 207, 141, 0.12);
}

.tll-category-visual-residential-door-locks::after {
  left: 18px;
  top: 18px;
  width: 14px;
  height: 14px;
  border: 2px solid #f1cf8d;
  border-radius: 50%;
}

.tll-category-visual-commercial-project-locks::before {
  left: 11px;
  top: 12px;
  width: 30px;
  height: 24px;
  border: 2px solid #f1cf8d;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(241, 207, 141, 0.12);
}

.tll-category-visual-commercial-project-locks::after {
  left: 17px;
  top: 18px;
  width: 18px;
  height: 2px;
  background: #f1cf8d;
  box-shadow: 0 8px 0 #f1cf8d;
}

.tll-category-visual-automotive-key-lock-supplies::before {
  left: 12px;
  top: 11px;
  width: 18px;
  height: 18px;
  border: 2px solid #f1cf8d;
  border-radius: 50%;
}

.tll-category-visual-automotive-key-lock-supplies::after {
  left: 24px;
  top: 20px;
  width: 14px;
  height: 3px;
  background: #f1cf8d;
  box-shadow: 6px 5px 0 #f1cf8d;
}

.tll-category-visual-locksmith-opening-repair-tools::before {
  left: 12px;
  top: 14px;
  width: 28px;
  height: 18px;
  border: 2px solid #f1cf8d;
  border-radius: 12px;
  transform: rotate(-14deg);
}

.tll-category-visual-locksmith-opening-repair-tools::after {
  left: 18px;
  top: 19px;
  width: 18px;
  height: 2px;
  background: #f1cf8d;
  box-shadow: 6px 5px 0 #f1cf8d;
}

.tll-category-visual-cylinders-parts-consumables::before {
  left: 14px;
  top: 10px;
  width: 24px;
  height: 30px;
  border: 2px solid #f1cf8d;
  border-radius: 12px 12px 16px 16px;
  box-shadow: 0 9px 0 rgba(241, 207, 141, 0.14), 0 18px 0 rgba(241, 207, 141, 0.08);
}

.tll-category-visual-cylinders-parts-consumables::after {
  left: 20px;
  top: 20px;
  width: 10px;
  height: 10px;
  border: 2px solid #f1cf8d;
  border-radius: 50%;
}

.tll-category-visual-key-machines-diagnostic-equipment::before {
  left: 11px;
  top: 12px;
  width: 30px;
  height: 22px;
  border: 2px solid #f1cf8d;
  border-radius: 8px;
}

.tll-category-visual-key-machines-diagnostic-equipment::after {
  left: 18px;
  top: 18px;
  width: 16px;
  height: 2px;
  background: #f1cf8d;
  box-shadow: 0 6px 0 #f1cf8d, 0 12px 0 #f1cf8d;
}

.tll-trust-bar {
  border-bottom: 1px solid var(--tll-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01));
}

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

.tll-trust-item {
  min-height: 90px;
  padding: 18px 14px;
  border-right: 1px solid var(--tll-line);
  border-bottom: 1px solid var(--tll-line);
}

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

.tll-trust-label,
.tll-trust-value {
  display: block;
}

.tll-trust-label {
  color: var(--tll-muted);
  font-size: 0.74rem;
  text-transform: uppercase;
}

.tll-trust-value {
  margin-top: 4px;
  font-weight: 800;
}

.tll-section {
  padding: 52px 0;
  border-bottom: 1px solid var(--tll-line);
}

.tll-section-muted {
  background: rgba(255, 255, 255, 0.02);
}

.tll-section-head {
  display: grid;
  gap: 14px;
  margin-bottom: 26px;
}

.tll-category-grid,
.tll-process-grid,
.tll-info-grid,
.tll-catalog-grid,
.tll-preview-grid {
  display: grid;
  gap: 14px;
}

[data-tll-motion] {
  opacity: 0.94;
  transform: translateY(8px);
  transition: opacity 360ms ease, transform 360ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

[data-tll-motion].is-motion-ready {
  opacity: 1;
  transform: translateY(0);
}

.tll-category-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.tll-category-card:hover,
.tll-category-card:focus {
  transform: translateY(-2px);
  border-color: rgba(214, 163, 78, 0.5);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
}

.tll-category-card-top,
.tll-category-card-bottom {
  display: grid;
  gap: 12px;
}

.tll-category-media {
  position: relative;
  min-height: 138px;
  margin: -22px -22px 4px;
  border-radius: 22px 22px 18px 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(214, 163, 78, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, #1a252d, #0f151a);
}

.tll-category-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 138px;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(0.9) contrast(1.04) brightness(0.72);
}

.tll-category-media-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(11, 16, 20, 0.02), rgba(11, 16, 20, 0.66)),
    linear-gradient(145deg, transparent 52%, rgba(214, 163, 78, 0.14));
  pointer-events: none;
}

.tll-category-3d-stage,
.tll-category-3d-stage * {
  pointer-events: none;
}

.tll-category-3d-stage {
  --tll-tilt-x: 0deg;
  --tll-tilt-y: 0deg;
  --tll-stage-depth: 42px;
  position: absolute;
  inset: 10px;
  z-index: 3;
  display: grid;
  place-items: center;
  min-width: 0;
  border: 1px solid rgba(214, 163, 78, 0.18);
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  contain: paint;
  perspective: 780px;
  transform-style: preserve-3d;
  transform: rotateX(var(--tll-tilt-x)) rotateY(var(--tll-tilt-y)) translateZ(0);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 38px rgba(0, 0, 0, 0.18);
}

.tll-category-3d-bg,
.tll-category-3d-grid,
.tll-category-3d-glow,
.tll-category-3d-part {
  position: absolute;
  display: block;
}

.tll-category-3d-bg {
  inset: 0;
  background:
    radial-gradient(circle at 26% 18%, rgba(214, 163, 78, 0.2), transparent 24%),
    radial-gradient(circle at 78% 72%, rgba(142, 191, 203, 0.14), transparent 26%),
    linear-gradient(135deg, rgba(9, 14, 18, 0.76), rgba(18, 27, 33, 0.42));
  transform: translateZ(-38px);
}

.tll-category-3d-grid {
  inset: -20%;
  opacity: 0.54;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 22px 22px;
  transform: translateZ(-18px) rotateX(58deg) translateY(22%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 78%);
}

.tll-category-3d-stage::before,
.tll-category-3d-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.tll-category-3d-stage::before {
  inset: 0;
  z-index: 8;
  background: linear-gradient(112deg, transparent 0%, rgba(255, 239, 198, 0.22) 44%, transparent 58%);
  transform: translateX(-130%) translateZ(86px);
}

.tll-category-3d-stage::after {
  inset: 10px;
  z-index: 7;
  border: 1px solid rgba(214, 163, 78, 0.18);
  border-radius: 14px;
  transform: translateZ(18px);
}

.tll-category-3d-product {
  position: relative;
  z-index: 4;
  width: min(68%, 210px);
  aspect-ratio: 1 / 0.72;
  border: 1px solid rgba(214, 163, 78, 0.24);
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.12), transparent 38%),
    rgba(9, 14, 18, 0.72);
  transform: translateZ(var(--tll-stage-depth)) rotateX(4deg) rotateY(-8deg) scale(0.92);
  transform-style: preserve-3d;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.38), 0 0 22px rgba(214, 163, 78, 0.1);
  transition: transform 260ms ease, filter 260ms ease, box-shadow 260ms ease;
}

.tll-category-3d-product img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.08) brightness(0.9);
  transform: scale(1.08);
}

.tll-category-3d-glow {
  z-index: 1;
  width: 46%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 163, 78, 0.44), rgba(214, 163, 78, 0.08) 52%, transparent 72%);
  filter: blur(12px);
  transform: translateZ(8px);
  opacity: 0.58;
}

.tll-category-3d-part {
  z-index: 5;
  border: 1px solid rgba(241, 207, 141, 0.84);
  background: linear-gradient(135deg, rgba(241, 207, 141, 0.92), rgba(115, 124, 126, 0.32));
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.26), 0 0 18px rgba(214, 163, 78, 0.16);
  transform-style: preserve-3d;
  transition: transform 260ms ease, opacity 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

.tll-category-card:hover .tll-category-3d-stage,
.tll-category-card:focus-within .tll-category-3d-stage {
  border-color: rgba(214, 163, 78, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 46px rgba(0, 0, 0, 0.28),
    0 0 22px rgba(214, 163, 78, 0.12);
}

.tll-category-card:hover .tll-category-3d-stage::before,
.tll-category-card:focus-within .tll-category-3d-stage::before {
  animation: tll-category-metal-sweep 950ms ease forwards;
}

.tll-category-card:hover .tll-category-3d-product,
.tll-category-card:focus-within .tll-category-3d-product {
  transform: translateZ(68px) rotateX(0deg) rotateY(-3deg) scale(0.98);
  box-shadow: 0 28px 52px rgba(0, 0, 0, 0.44), 0 0 28px rgba(214, 163, 78, 0.18);
}

.tll-category-3d-stage[data-category-motion="residential-door-locks"] .tll-category-3d-product {
  width: min(50%, 150px);
  aspect-ratio: 0.58 / 1;
  transform: translateZ(52px) rotateX(3deg) rotateY(-10deg) scale(0.9);
}

.tll-category-3d-stage[data-category-motion="residential-door-locks"] .tll-part-a {
  width: 34px;
  height: 34px;
  right: 24%;
  top: 28%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(142, 191, 203, 0.42), transparent 46%), transparent;
  transform: translateZ(92px);
  animation: tll-category-pulse 2.8s ease-in-out infinite;
}

.tll-category-3d-stage[data-category-motion="residential-door-locks"] .tll-part-b {
  width: 42px;
  height: 8px;
  left: 21%;
  bottom: 30%;
  border-radius: 999px;
  transform: translateZ(76px) translateX(-8px);
}

.tll-category-3d-stage[data-category-motion="residential-door-locks"] .tll-part-c {
  width: 10px;
  height: 58px;
  right: 33%;
  top: 25%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(241, 207, 141, 0.92), rgba(142, 191, 203, 0.28));
  transform: translateZ(64px);
}

.tll-category-card:hover [data-category-motion="residential-door-locks"] .tll-part-b,
.tll-category-card:focus-within [data-category-motion="residential-door-locks"] .tll-part-b {
  transform: translateZ(90px) translateX(14px);
}

.tll-category-3d-stage[data-category-motion="commercial-project-locks"] .tll-category-3d-grid {
  background:
    linear-gradient(90deg, transparent 0 44%, rgba(214, 163, 78, 0.28) 45% 46%, transparent 47% 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 68px 100%, 24px 24px;
  transform: translateZ(-20px);
}

.tll-category-3d-stage[data-category-motion="commercial-project-locks"] .tll-part-a {
  width: 64px;
  height: 42px;
  left: 22%;
  top: 30%;
  border-radius: 12px;
  transform: translateZ(78px) rotateY(-12deg);
}

.tll-category-3d-stage[data-category-motion="commercial-project-locks"] .tll-part-b {
  width: 2px;
  height: 86%;
  left: 54%;
  top: 7%;
  border: 0;
  background: linear-gradient(180deg, transparent, rgba(142, 191, 203, 0.88), transparent);
  transform: translateZ(88px);
  animation: tll-category-scan-y 3.2s ease-in-out infinite;
}

.tll-category-3d-stage[data-category-motion="commercial-project-locks"] .tll-part-c {
  width: 92px;
  height: 1px;
  right: 14%;
  bottom: 27%;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(241, 207, 141, 0.92), transparent);
  transform: translateZ(82px) rotate(-18deg);
}

.tll-category-card:hover [data-category-motion="commercial-project-locks"] .tll-part-a,
.tll-category-card:focus-within [data-category-motion="commercial-project-locks"] .tll-part-a {
  box-shadow: 0 0 24px rgba(142, 191, 203, 0.34), 0 10px 24px rgba(0, 0, 0, 0.28);
}

.tll-category-3d-stage[data-category-motion="automotive-key-lock-supplies"] .tll-category-3d-product {
  width: min(58%, 180px);
  aspect-ratio: 1.2 / 0.72;
  transform: translateZ(54px) rotateX(6deg) rotateY(-16deg) rotateZ(-3deg) scale(0.92);
}

.tll-category-3d-stage[data-category-motion="automotive-key-lock-supplies"] .tll-part-a {
  width: 76px;
  height: 44px;
  left: 20%;
  top: 34%;
  border-radius: 18px;
  transform: translateZ(88px) rotateY(-16deg);
}

.tll-category-3d-stage[data-category-motion="automotive-key-lock-supplies"] .tll-part-a::before,
.tll-category-3d-stage[data-category-motion="automotive-key-lock-supplies"] .tll-part-a::after {
  content: "";
  position: absolute;
  top: 13px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(142, 191, 203, 0.92);
  box-shadow: 0 0 14px rgba(142, 191, 203, 0.62);
}

.tll-category-3d-stage[data-category-motion="automotive-key-lock-supplies"] .tll-part-a::before {
  left: 18px;
}

.tll-category-3d-stage[data-category-motion="automotive-key-lock-supplies"] .tll-part-a::after {
  left: 36px;
}

.tll-category-3d-stage[data-category-motion="automotive-key-lock-supplies"] .tll-part-b {
  width: 62px;
  height: 8px;
  right: 22%;
  top: 45%;
  border-radius: 999px;
  transform: translateZ(70px) rotate(-11deg) scaleX(0.65);
  transform-origin: left center;
}

.tll-category-3d-stage[data-category-motion="automotive-key-lock-supplies"] .tll-part-c {
  width: 8px;
  height: 8px;
  right: 24%;
  top: 26%;
  border-radius: 50%;
  box-shadow: 18px 32px 0 rgba(241, 207, 141, 0.68), -18px 48px 0 rgba(142, 191, 203, 0.58);
  transform: translateZ(94px);
}

.tll-category-card:hover [data-category-motion="automotive-key-lock-supplies"] .tll-part-b,
.tll-category-card:focus-within [data-category-motion="automotive-key-lock-supplies"] .tll-part-b {
  transform: translateZ(86px) rotate(-11deg) scaleX(1.05);
}

.tll-category-card:hover [data-category-motion="automotive-key-lock-supplies"] .tll-category-3d-product,
.tll-category-card:focus-within [data-category-motion="automotive-key-lock-supplies"] .tll-category-3d-product {
  transform: translateZ(68px) rotateX(2deg) rotateY(4deg) rotateZ(1deg) scale(0.98);
}

.tll-category-3d-stage[data-category-motion="locksmith-opening-repair-tools"] .tll-category-3d-product {
  opacity: 0.58;
  transform: translateZ(34px) rotateX(4deg) rotateY(-8deg) scale(0.9);
}

.tll-category-3d-stage[data-category-motion="locksmith-opening-repair-tools"] .tll-part-a,
.tll-category-3d-stage[data-category-motion="locksmith-opening-repair-tools"] .tll-part-b {
  width: 118px;
  height: 8px;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  transform-origin: 8px 50%;
}

.tll-category-3d-stage[data-category-motion="locksmith-opening-repair-tools"] .tll-part-a {
  transform: translateZ(92px) translate(-8px, -4px) rotate(-8deg);
}

.tll-category-3d-stage[data-category-motion="locksmith-opening-repair-tools"] .tll-part-b {
  transform: translateZ(88px) translate(-8px, 6px) rotate(8deg);
}

.tll-category-3d-stage[data-category-motion="locksmith-opening-repair-tools"] .tll-part-c {
  width: 34px;
  height: 34px;
  left: 44%;
  top: 42%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(10, 15, 19, 0.9) 0 34%, rgba(241, 207, 141, 0.9) 36% 44%, rgba(91, 100, 104, 0.42) 46% 100%);
  transform: translateZ(104px);
}

.tll-category-card:hover [data-category-motion="locksmith-opening-repair-tools"] .tll-part-a,
.tll-category-card:focus-within [data-category-motion="locksmith-opening-repair-tools"] .tll-part-a {
  transform: translateZ(98px) translate(-8px, -4px) rotate(-34deg);
}

.tll-category-card:hover [data-category-motion="locksmith-opening-repair-tools"] .tll-part-b,
.tll-category-card:focus-within [data-category-motion="locksmith-opening-repair-tools"] .tll-part-b {
  transform: translateZ(94px) translate(-8px, 6px) rotate(34deg);
}

.tll-category-3d-stage[data-category-motion="cylinders-parts-consumables"] .tll-category-3d-product {
  width: min(54%, 168px);
  aspect-ratio: 1 / 0.78;
  border-radius: 999px;
  transform: translateZ(52px) rotateX(8deg) rotateY(-18deg) scale(0.9);
}

.tll-category-3d-stage[data-category-motion="cylinders-parts-consumables"] .tll-part-a,
.tll-category-3d-stage[data-category-motion="cylinders-parts-consumables"] .tll-part-b,
.tll-category-3d-stage[data-category-motion="cylinders-parts-consumables"] .tll-part-c {
  width: 74px;
  height: 26px;
  left: 50%;
  top: 48%;
  border-radius: 999px;
}

.tll-category-3d-stage[data-category-motion="cylinders-parts-consumables"] .tll-part-a {
  transform: translateZ(96px) translate(-50%, -30px) rotateY(-22deg);
}

.tll-category-3d-stage[data-category-motion="cylinders-parts-consumables"] .tll-part-b {
  opacity: 0.82;
  transform: translateZ(76px) translate(-50%, -2px) rotateY(-22deg);
}

.tll-category-3d-stage[data-category-motion="cylinders-parts-consumables"] .tll-part-c {
  opacity: 0.68;
  transform: translateZ(58px) translate(-50%, 26px) rotateY(-22deg);
}

.tll-category-card:hover [data-category-motion="cylinders-parts-consumables"] .tll-part-a,
.tll-category-card:focus-within [data-category-motion="cylinders-parts-consumables"] .tll-part-a {
  transform: translateZ(110px) translate(-84%, -44px) rotateY(-16deg);
}

.tll-category-card:hover [data-category-motion="cylinders-parts-consumables"] .tll-part-b,
.tll-category-card:focus-within [data-category-motion="cylinders-parts-consumables"] .tll-part-b {
  transform: translateZ(88px) translate(-50%, -2px) rotateY(-16deg);
}

.tll-category-card:hover [data-category-motion="cylinders-parts-consumables"] .tll-part-c,
.tll-category-card:focus-within [data-category-motion="cylinders-parts-consumables"] .tll-part-c {
  transform: translateZ(70px) translate(-16%, 38px) rotateY(-16deg);
}

.tll-category-3d-stage[data-category-motion="key-machines-diagnostic-equipment"] .tll-category-3d-product {
  width: min(72%, 220px);
  aspect-ratio: 1.32 / 0.8;
  transform: translateZ(50px) rotateX(4deg) rotateY(-9deg) scale(0.9);
}

.tll-category-3d-stage[data-category-motion="key-machines-diagnostic-equipment"] .tll-part-a {
  width: 58px;
  height: 36px;
  right: 21%;
  top: 24%;
  border-radius: 10px;
  background: rgba(142, 191, 203, 0.12);
  box-shadow: 0 0 20px rgba(142, 191, 203, 0.34);
  transform: translateZ(96px) rotateY(-8deg);
}

.tll-category-3d-stage[data-category-motion="key-machines-diagnostic-equipment"] .tll-part-b {
  width: 88px;
  height: 10px;
  left: 23%;
  bottom: 28%;
  border-radius: 999px;
  transform: translateZ(86px) translateX(-8px);
  animation: tll-category-clamp 4.8s ease-in-out infinite;
}

.tll-category-3d-stage[data-category-motion="key-machines-diagnostic-equipment"] .tll-part-c {
  width: 2px;
  height: 70%;
  top: 15%;
  left: 48%;
  border: 0;
  background: linear-gradient(180deg, transparent, rgba(142, 191, 203, 0.9), transparent);
  transform: translateZ(112px);
  animation: tll-category-scan-y 3s ease-in-out infinite;
}

.tll-category-card:hover [data-category-motion="key-machines-diagnostic-equipment"] .tll-part-a,
.tll-category-card:focus-within [data-category-motion="key-machines-diagnostic-equipment"] .tll-part-a {
  background: rgba(142, 191, 203, 0.22);
  box-shadow: 0 0 28px rgba(142, 191, 203, 0.48), 0 14px 26px rgba(0, 0, 0, 0.28);
}

.tll-category-media.is-fallback::before,
.tll-category-media.is-fallback::after {
  content: "";
  position: absolute;
}

.tll-category-media.is-fallback::before {
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
}

.tll-category-media.is-fallback::after {
  left: 22px;
  right: 22px;
  bottom: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 163, 78, 0.45), transparent);
}

.tll-category-index,
.tll-step-no {
  color: var(--tll-accent);
  font-family: Consolas, monospace;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tll-category-visual {
  width: 58px;
  height: 58px;
  margin-bottom: 4px;
}

.tll-card-footnote {
  display: grid;
  gap: 4px;
  font-size: 0.83rem;
}

.tll-card-footnote strong {
  color: var(--tll-text);
}

.tll-placeholder-card,
.tll-process-step,
.tll-empty-state,
.tll-compliance-box {
  padding: 22px;
}

.tll-preview-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  background:
    radial-gradient(circle at top right, rgba(214, 163, 78, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(23, 34, 41, 0.98), rgba(11, 16, 20, 1));
}

.tll-preview-card::after {
  content: "";
  position: absolute;
  inset: auto -10% 10px auto;
  width: 120px;
  height: 120px;
  border-radius: 30px;
  border: 1px solid rgba(214, 163, 78, 0.14);
  transform: rotate(18deg);
}

.tll-preview-visual {
  position: relative;
  min-height: 152px;
  margin-bottom: 8px;
  border: 1px solid rgba(214, 163, 78, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(214, 163, 78, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  overflow: hidden;
}

.tll-preview-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 152px;
  object-fit: cover;
}

.tll-preview-visual-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 15, 19, 0.12), rgba(10, 15, 19, 0.8)),
    linear-gradient(145deg, transparent 58%, rgba(214, 163, 78, 0.15));
  z-index: 1;
}

.tll-preview-visual-frame,
.tll-preview-visual-core,
.tll-preview-visual-accent {
  position: absolute;
  display: block;
  z-index: 2;
}

.tll-preview-visual-frame {
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
}

.tll-preview-visual-core {
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  border-radius: 22px;
  transform: translate(-50%, -50%);
  background:
    linear-gradient(135deg, rgba(239, 199, 120, 0.28), rgba(69, 93, 104, 0.32)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.tll-preview-visual-core::before,
.tll-preview-visual-core::after {
  content: "";
  position: absolute;
}

.tll-preview-visual-accent {
  width: 140px;
  height: 1px;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(214, 163, 78, 0.5), transparent);
}

.tll-preview-visual-tool-kit .tll-preview-visual-core::before {
  left: 18px;
  top: 18px;
  width: 42px;
  height: 30px;
  border: 2px solid #f2d79e;
  border-radius: 12px;
}

.tll-preview-visual-tool-kit .tll-preview-visual-core::after {
  left: 27px;
  top: 11px;
  width: 24px;
  height: 8px;
  border: 2px solid #f2d79e;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.tll-preview-visual-auto-range .tll-preview-visual-core::before {
  left: 17px;
  top: 17px;
  width: 20px;
  height: 20px;
  border: 2px solid #f2d79e;
  border-radius: 50%;
}

.tll-preview-visual-auto-range .tll-preview-visual-core::after {
  left: 35px;
  top: 26px;
  width: 24px;
  height: 3px;
  background: #f2d79e;
  box-shadow: 6px 6px 0 #f2d79e;
}

.tll-preview-visual-smart-security .tll-preview-visual-core::before {
  left: 22px;
  right: 22px;
  bottom: 17px;
  height: 19px;
  border: 2px solid #f2d79e;
  border-radius: 10px;
}

.tll-preview-visual-smart-security .tll-preview-visual-core::after {
  left: 28px;
  top: 14px;
  width: 20px;
  height: 16px;
  border: 2px solid #f2d79e;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
}

.tll-preview-visual-hardware-accessories .tll-preview-visual-core::before {
  left: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  border: 2px solid #f2d79e;
  border-radius: 14px;
}

.tll-preview-visual-hardware-accessories .tll-preview-visual-core::after {
  left: 28px;
  top: 28px;
  width: 22px;
  height: 2px;
  background: #f2d79e;
  box-shadow: 0 8px 0 #f2d79e;
}

.tll-showcase-rail {
  display: grid;
  grid-auto-columns: minmax(280px, 86vw);
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  padding: 2px 2px 16px;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(214, 163, 78, 0.42) rgba(255, 255, 255, 0.06);
}

.tll-showcase-card {
  min-height: 420px;
  scroll-snap-align: start;
  border-color: rgba(214, 163, 78, 0.24);
}

.tll-showcase-card::before,
.tll-machine-card::before,
.tll-hardware-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 243, 210, 0.2) 42%, transparent 58%);
  transform: translateX(-120%);
  pointer-events: none;
}

.tll-showcase-card:hover::before,
.tll-machine-card:hover::before,
.tll-hardware-card:hover::before {
  animation: tll-metal-sweep 900ms ease forwards;
}

.tll-showcase-card .tll-preview-visual {
  min-height: 176px;
}

.tll-showcase-card .tll-preview-visual img {
  transition: transform 260ms ease, filter 260ms ease;
}

.tll-showcase-card:hover .tll-preview-visual img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.04);
}

.tll-preview-visual-pick-decoder .tll-preview-visual-core::before,
.tll-preview-visual-automotive-tool .tll-preview-visual-core::before,
.tll-preview-visual-folding-tool .tll-preview-visual-core::before {
  left: 14px;
  top: 24px;
  width: 50px;
  height: 4px;
  border-radius: 999px;
  background: #f2d79e;
  box-shadow: 0 12px 0 #f2d79e;
}

.tll-preview-visual-pick-decoder .tll-preview-visual-core::after,
.tll-preview-visual-automotive-tool .tll-preview-visual-core::after,
.tll-preview-visual-folding-tool .tll-preview-visual-core::after {
  left: 22px;
  top: 17px;
  width: 36px;
  height: 36px;
  border: 2px solid #f2d79e;
  border-radius: 50%;
  opacity: 0.86;
}

.tll-preview-visual-tool-set .tll-preview-visual-core::before,
.tll-preview-visual-tool-box .tll-preview-visual-core::before {
  left: 15px;
  top: 21px;
  width: 48px;
  height: 30px;
  border: 2px solid #f2d79e;
  border-radius: 12px;
}

.tll-preview-visual-tool-set .tll-preview-visual-core::after,
.tll-preview-visual-tool-box .tll-preview-visual-core::after {
  left: 24px;
  top: 14px;
  width: 30px;
  height: 8px;
  border: 2px solid #f2d79e;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.tll-preview-visual-cnc-machine .tll-preview-visual-core::before {
  left: 15px;
  top: 18px;
  width: 48px;
  height: 26px;
  border: 2px solid #f2d79e;
  border-radius: 10px;
}

.tll-preview-visual-cnc-machine .tll-preview-visual-core::after {
  left: 24px;
  top: 28px;
  width: 30px;
  height: 3px;
  border-radius: 999px;
  background: #f2d79e;
  box-shadow: 0 10px 0 #f2d79e;
}

.tll-machine-grid,
.tll-hardware-grid {
  display: grid;
  gap: 16px;
}

.tll-machine-card,
.tll-hardware-card {
  position: relative;
  display: grid;
  gap: 14px;
  min-width: 0;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(214, 163, 78, 0.18);
  border-radius: var(--tll-radius);
  background:
    radial-gradient(circle at 80% 10%, rgba(142, 191, 203, 0.12), transparent 24%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.045), transparent 36%),
    linear-gradient(180deg, #111a20 0%, #080d11 100%);
  box-shadow: var(--tll-shadow);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tll-hardware-card {
  background:
    radial-gradient(circle at 14% 10%, rgba(214, 163, 78, 0.14), transparent 26%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.05), transparent 42%),
    linear-gradient(180deg, #131d22 0%, #0c1216 100%);
}

.tll-machine-card:hover,
.tll-machine-card:focus-within,
.tll-hardware-card:hover,
.tll-hardware-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(214, 163, 78, 0.5);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.38);
}

.tll-machine-visual,
.tll-hardware-visual {
  position: relative;
  min-height: 170px;
  border: 1px solid rgba(214, 163, 78, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
  background-size: 24px 24px, 24px 24px, auto;
  overflow: hidden;
}

.tll-machine-visual img,
.tll-hardware-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
  opacity: 0.86;
  transition: transform 260ms ease, opacity 260ms ease;
}

.tll-machine-card:hover .tll-machine-visual img,
.tll-hardware-card:hover .tll-hardware-visual img {
  transform: scale(1.035);
  opacity: 0.96;
}

.tll-machine-scanline,
.tll-machine-screen,
.tll-machine-clamp,
.tll-machine-reflection,
.tll-hardware-fingerprint,
.tll-hardware-ring,
.tll-hardware-reflection {
  position: absolute;
  display: block;
  pointer-events: none;
}

.tll-machine-scanline {
  left: 0;
  right: 0;
  top: 20%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(142, 191, 203, 0.88), transparent);
  opacity: 0.75;
  animation: tll-scanline 4.2s ease-in-out infinite;
}

.tll-machine-screen {
  top: 22px;
  right: 24px;
  width: 68px;
  height: 42px;
  border: 1px solid rgba(142, 191, 203, 0.72);
  border-radius: 10px;
  background: rgba(142, 191, 203, 0.12);
  box-shadow: 0 0 22px rgba(142, 191, 203, 0.24);
}

.tll-machine-clamp {
  left: 24px;
  bottom: 26px;
  width: 92px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6d7b82, #f1cf8d, #6d7b82);
  animation: tll-clamp 5.2s ease-in-out infinite;
}

.tll-machine-reflection,
.tll-hardware-reflection {
  inset: 0;
  background: linear-gradient(118deg, transparent 0%, rgba(255, 255, 255, 0.16) 47%, transparent 58%);
  transform: translateX(-110%);
  opacity: 0.72;
  animation: tll-subtle-reflection 6.8s ease-in-out infinite;
}

.tll-hardware-fingerprint {
  top: 26px;
  right: 26px;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(241, 207, 141, 0.84);
  border-radius: 50%;
  box-shadow: 0 0 26px rgba(241, 207, 141, 0.28), inset 0 0 0 7px rgba(241, 207, 141, 0.1);
}

.tll-hardware-ring {
  left: 28px;
  bottom: 26px;
  width: 52px;
  height: 52px;
  border: 2px solid rgba(241, 207, 141, 0.82);
  border-radius: 50%;
  animation: tll-cylinder-turn 5.4s ease-in-out infinite;
}

@keyframes tll-metal-sweep {
  to {
    transform: translateX(120%);
  }
}

@keyframes tll-hero-float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-6px) scale(1.012);
  }
}

@keyframes tll-scanline {
  0%, 100% {
    top: 18%;
    opacity: 0.2;
  }
  50% {
    top: 76%;
    opacity: 0.82;
  }
}

@keyframes tll-clamp {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(16px);
  }
}

@keyframes tll-subtle-reflection {
  0%, 42% {
    transform: translateX(-120%);
  }
  68%, 100% {
    transform: translateX(120%);
  }
}

@keyframes tll-cylinder-turn {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(11deg);
  }
}

@keyframes tll-category-metal-sweep {
  0% {
    transform: translateX(-130%) translateZ(86px);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  100% {
    transform: translateX(132%) translateZ(86px);
    opacity: 0;
  }
}

@keyframes tll-category-pulse {
  0%, 100% {
    opacity: 0.58;
    transform: translateZ(92px) scale(0.9);
  }
  50% {
    opacity: 1;
    transform: translateZ(98px) scale(1.08);
  }
}

@keyframes tll-category-scan-y {
  0%, 100% {
    opacity: 0.2;
    transform: translateZ(88px) translateY(-18%);
  }
  50% {
    opacity: 0.92;
    transform: translateZ(104px) translateY(18%);
  }
}

@keyframes tll-category-clamp {
  0%, 100% {
    transform: translateZ(86px) translateX(-8px);
  }
  50% {
    transform: translateZ(92px) translateX(14px);
  }
}

.tll-process-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
}

.tll-cta-panel {
  display: grid;
  gap: 18px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(214, 163, 78, 0.14), transparent 58%),
    var(--tll-panel-strong);
}

.tll-toolbar {
  position: sticky;
  top: 0;
  z-index: 15;
  border-bottom: 1px solid var(--tll-line);
  background: rgba(9, 16, 20, 0.94);
  backdrop-filter: blur(12px);
}

.tll-toolbar-layout {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-block: 12px;
}

.tll-filter-panel {
  position: fixed;
  inset: auto 14px 14px;
  z-index: 50;
  display: none;
  gap: 14px;
  padding: 16px;
  background: #10171c;
}

.tll-filter-panel.is-open {
  display: grid;
}

.tll-filter-static {
  display: grid;
  gap: 6px;
}

.tll-filter-label {
  color: var(--tll-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tll-filter-value,
.tll-result-count {
  color: var(--tll-muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.tll-catalog-results {
  min-height: 520px;
}

.tll-catalog-card {
  min-width: 0;
  overflow: hidden;
}

.tll-catalog-card-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #171d21;
}

.tll-catalog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.tll-catalog-card:hover .tll-catalog-card-media img {
  transform: scale(1.03);
}

.tll-catalog-card-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.tll-catalog-card-meta,
.tll-sku-line,
.tll-taxonomy-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: #91a0a8;
  font-family: Consolas, monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.tll-card-title {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.3;
}

.tll-card-title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tll-card-copy {
  display: -webkit-box;
  min-height: 4.6em;
  overflow: hidden;
  font-size: 0.88rem;
  line-height: 1.64;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.tll-card-price,
.tll-retail-price {
  display: grid;
  gap: 4px;
}

.tll-card-price .price,
.tll-retail-price .price {
  color: var(--tll-text);
  font-size: 1.24rem;
  font-weight: 800;
}

.tll-card-price small,
.tll-retail-price small,
.tll-price-placeholder {
  color: var(--tll-muted);
  font-size: 0.8rem;
}

.tll-purchase-flow-box {
  display: grid;
  gap: 12px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.025);
}

.tll-purchase-flow-head {
  display: grid;
  gap: 6px;
}

.tll-purchase-flow-head p,
.tll-support-note p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.6;
}

.tll-support-note {
  padding: 14px;
  border: 1px solid #5c4b33;
  border-radius: 16px;
  background: rgba(214, 163, 78, 0.08);
}

.tll-retail-notice,
.tll-support-panel,
.tll-professional-panel {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(214, 163, 78, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.tll-product-detail {
  padding-block: 34px 60px;
}

.tll-product-gallery {
  min-height: 320px;
  overflow: hidden;
  background: #151b20;
}

.tll-product-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tll-product-gallery .tll-badge-list {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
}

.tll-product-summary {
  display: grid;
  gap: 16px;
  align-self: start;
}

.tll-native-purchase-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(214, 163, 78, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.tll-native-purchase-form form.cart,
.tll-native-purchase-form table.variations,
.tll-native-purchase-form .single_variation_wrap {
  width: 100%;
  max-width: 100%;
}

.tll-native-purchase-form table.variations {
  margin: 0;
}

.tll-native-purchase-form table.variations th,
.tll-native-purchase-form table.variations td {
  display: block;
  padding: 0 0 10px;
}

.tll-native-purchase-form table.variations label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--tll-muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tll-native-purchase-form table.variations select,
.tll-native-purchase-form .quantity .qty {
  width: 100%;
  max-width: 100%;
  min-height: 46px;
  box-sizing: border-box;
  border: 1px solid var(--tll-line-soft);
  border-radius: 12px;
  background: #0d1317;
  color: var(--tll-text);
}

.tll-native-purchase-form .reset_variations {
  display: inline-flex;
  margin-top: 6px;
  color: var(--tll-accent-strong);
  font-weight: 800;
}

.tll-native-purchase-form .single_add_to_cart_button {
  min-height: 52px;
  padding-inline: 22px;
  border: 0;
  border-radius: 999px;
  background: var(--tll-accent);
  color: #14100a;
  font-weight: 900;
}

.tll-native-purchase-form .woocommerce-variation-price,
.tll-native-purchase-form .woocommerce-variation-availability {
  margin-bottom: 12px;
}

.tll-spec-grid {
  display: grid;
  border-top: 1px solid var(--tll-line);
}

.tll-spec-row {
  display: grid;
  grid-template-columns: minmax(120px, 0.58fr) minmax(0, 1fr);
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--tll-line);
}

.tll-spec-row dt {
  color: var(--tll-muted);
}

.tll-spec-row dd {
  margin: 0;
  font-weight: 700;
}

.tll-ordering-slot .orderby {
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  border: 1px solid var(--tll-line-soft);
  border-radius: 14px;
  padding: 10px 12px;
  background: #0d1317;
  color: var(--tll-text);
}

.tll-ordering-slot .woocommerce-ordering,
.tll-ordering-slot .woocommerce-ordering select,
.tll-ordering-slot .orderby.hasCustomSelect,
.tll-ordering-slot span.customSelect {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
}

.tll-mobile-dock {
  position: sticky;
  bottom: 0;
  z-index: 18;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--tll-line);
  background: rgba(11, 16, 20, 0.96);
  backdrop-filter: blur(12px);
}

.tll-mobile-dock a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tll-text);
  font-size: 0.76rem;
  font-weight: 700;
}

body .oceanwp-cart-sidebar {
  max-width: min(325px, 100vw);
  box-sizing: border-box;
  transform: translateX(100%);
}

body .oceanwp-cart-sidebar.active,
body .oceanwp-cart-sidebar.open,
body.show-cart .oceanwp-cart-sidebar {
  transform: translateX(0);
}

.tll-taxonomy-note {
  margin-bottom: 18px;
}

body.page-template-template-locklab-home #footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.page-template-template-locklab-home #footer-bottom #copyright,
body.page-template-template-locklab-home #footer-bottom #footer-bottom-menu {
  display: none !important;
}

body.page-template-template-locklab-home #footer-bottom #footer-bottom-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-template-template-locklab-home #footer-bottom #footer-bottom-inner::before {
  content: "(c) 2026 The Lock Lab. Professional locksmith tools, automotive tools and security hardware for qualified buyers.";
  color: #9eb0ba;
  font-size: 0.82rem;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 699px) {
  .tll-category-3d-stage {
    --tll-stage-depth: 22px;
    inset: 8px;
    border-radius: 14px;
    perspective: 520px;
    transform: translateZ(0);
  }

  .tll-category-3d-stage::before {
    display: none;
  }

  .tll-category-3d-stage::after {
    inset: 8px;
    border-radius: 12px;
  }

  .tll-category-3d-grid {
    opacity: 0.34;
    background-size: 18px 18px;
  }

  .tll-category-3d-product {
    width: min(62%, 168px);
    transform: translateZ(24px) rotateX(2deg) rotateY(-4deg) scale(0.88);
  }

  .tll-category-card:hover .tll-category-3d-product,
  .tll-category-card:focus-within .tll-category-3d-product {
    transform: translateZ(28px) rotateX(0deg) rotateY(-2deg) scale(0.92);
  }

  .tll-category-3d-part {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.22), 0 0 12px rgba(214, 163, 78, 0.12);
  }

  .tll-category-3d-stage[data-category-motion="locksmith-opening-repair-tools"] .tll-part-a,
  .tll-category-3d-stage[data-category-motion="locksmith-opening-repair-tools"] .tll-part-b {
    width: 88px;
  }

  .tll-category-3d-stage[data-category-motion="cylinders-parts-consumables"] .tll-part-a,
  .tll-category-3d-stage[data-category-motion="cylinders-parts-consumables"] .tll-part-b,
  .tll-category-3d-stage[data-category-motion="cylinders-parts-consumables"] .tll-part-c {
    width: 58px;
  }

  .tll-category-3d-stage[data-category-motion="key-machines-diagnostic-equipment"] .tll-part-b {
    animation-duration: 6.4s;
  }

  .tll-category-3d-stage[data-category-motion="commercial-project-locks"] .tll-part-b,
  .tll-category-3d-stage[data-category-motion="key-machines-diagnostic-equipment"] .tll-part-c {
    animation-duration: 4.8s;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    animation-name: none !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-tll-motion],
  [data-tll-motion].is-motion-ready {
    opacity: 1;
    transform: none !important;
  }

  .tll-category-3d-stage,
  .tll-category-3d-product,
  .tll-category-3d-part,
  .tll-category-3d-grid,
  .tll-category-3d-glow {
    transform: none !important;
  }
}

@media (min-width: 700px) {
  .tll-storefront-nav-inner {
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }

  .tll-storefront-toggle {
    display: none;
  }

  .tll-storefront-panel,
  .tll-storefront-panel.is-open {
    display: contents;
  }

  .tll-storefront-panel .tll-storefront-links,
  .tll-storefront-panel .tll-storefront-actions {
    flex-direction: row;
    align-items: center;
  }

  .tll-shell {
    width: min(calc(100% - 56px), var(--tll-width));
  }

  .tll-footer-links-inner {
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
  }

  .tll-hero-actions .tll-button {
    min-width: 210px;
  }

  .tll-icon-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: initial;
    grid-auto-columns: auto;
    overflow: visible;
  }

  .tll-trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tll-trust-item {
    border-bottom: 0;
  }

  .tll-trust-item:nth-child(2n) {
    border-right: 1px solid var(--tll-line);
  }

  .tll-trust-item:last-child {
    border-right: 0;
  }

  .tll-category-grid,
  .tll-info-grid,
  .tll-process-grid,
  .tll-catalog-grid,
  .tll-hero-mini-grid,
  .tll-preview-grid,
  .tll-machine-grid,
  .tll-hardware-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tll-showcase-rail {
    grid-auto-columns: minmax(330px, 43vw);
  }

  .tll-card-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .tll-section {
    padding: 72px 0;
  }

  .tll-info-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tll-section-head {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
    align-items: end;
  }

  .tll-hero-grid {
    grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
    align-items: center;
  }

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

  .tll-category-grid-large {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tll-category-grid-two,
  .tll-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tll-process-grid,
  .tll-info-grid,
  .tll-machine-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .tll-showcase-rail {
    grid-auto-columns: minmax(340px, 32%);
  }

  .tll-filter-panel {
    position: static;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .tll-mobile-dock {
    display: none;
  }

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

  .tll-product-layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    align-items: start;
  }

  .tll-detail-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  }

  .tll-cta-panel {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

/* The Lock Lab product template gallery and ordering overflow fix */
.woocommerce-ordering {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.woocommerce-ordering select.orderby,
.woocommerce-ordering select.orderby.hasCustomSelect,
.woocommerce-ordering span.customSelect {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
}

.woocommerce-ordering select.orderby.hasCustomSelect {
  left: 0 !important;
  right: auto !important;
}

body.single-product #primary.tll-single-product-page {
  width: 100%;
  max-width: none;
  float: none;
  padding: 0;
}

.tll-single-product-page,
.tll-single-product-page * {
  box-sizing: border-box;
}

.tll-single-product-page .tll-shell {
  width: min(calc(100% - 28px), 1360px);
}

.tll-single-product-page .tll-hero h1 {
  max-width: min(100%, 1120px);
  font-size: clamp(2.15rem, 4.2vw, 4.35rem);
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.tll-single-product-page .tll-hero .tll-lead {
  max-width: 880px;
}

.tll-single-product-page .tll-product-layout,
.tll-single-product-page .tll-detail-grid {
  min-width: 0;
}

.tll-single-product-page .tll-product-gallery,
.tll-single-product-page .tll-product-summary,
.tll-single-product-page .tll-detail-copy,
.tll-single-product-page .tll-compliance-box {
  min-width: 0;
}

.tll-single-product-page .tll-product-summary {
  gap: 18px;
  padding: clamp(2px, 0.6vw, 10px) 0;
}

.tll-single-product-page .tll-sku-line,
.tll-single-product-page .tll-taxonomy-line {
  gap: 8px 14px;
  color: #aebbc2;
  font-size: 0.82rem;
  line-height: 1.55;
}

.tll-single-product-page .tll-taxonomy-line strong {
  color: #e3e9eb;
}

.tll-single-product-page .tll-retail-price .price {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.tll-single-product-page .tll-purchase-flow-box,
.tll-single-product-page .tll-native-purchase-form {
  padding: clamp(16px, 2vw, 24px);
}

.tll-single-product-page .tll-purchase-flow-box {
  border: 1px solid rgba(214, 163, 78, 0.14);
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.tll-single-product-page .tll-flow-label {
  color: #f4e4bd;
  font-size: 1.08rem;
  font-weight: 800;
}

.tll-single-product-page .tll-card-actions-primary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tll-single-product-page .tll-card-actions-primary .tll-button {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 11px 14px;
  border-radius: 12px;
  font-size: 0.84rem;
  line-height: 1.25;
  text-align: center;
}

.tll-single-product-page .tll-button-whatsapp-primary {
  background: var(--tll-accent);
  border-color: rgba(214, 163, 78, 0.72);
  color: #14100a;
  box-shadow: 0 14px 28px rgba(214, 163, 78, 0.12);
}

.tll-single-product-page .tll-button-whatsapp-secondary {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(214, 163, 78, 0.24);
  color: var(--tll-text);
}

body.single-product .owp-floating-bar {
  display: none !important;
}

body.single-product #footer-widgets {
  display: none !important;
}

body.single-product .tll-footer-links-section,
body.single-product #footer,
body.single-product #footer-bottom {
  border-color: rgba(255, 255, 255, 0.065);
  background: #090e12;
}

body.single-product #footer-bottom #copyright {
  width: 100%;
  color: #91a1aa;
  font-size: 0.78rem;
  line-height: 1.55;
  text-align: center;
}

body.single-product .tll-footer-links a {
  color: #c4cfd4;
  font-size: 0.82rem;
}

.tll-product-overview-content {
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
  color: #dce5e8;
  font-size: 0.96rem;
  line-height: 1.72;
}

.tll-product-overview-content > :first-child {
  margin-top: 0;
}

.tll-product-overview-content > :last-child {
  margin-bottom: 0;
}

.tll-product-overview-content p,
.tll-product-overview-content ul,
.tll-product-overview-content ol {
  margin: 0 0 12px;
}

.tll-product-overview-content strong,
.tll-product-overview-content b {
  color: #f6f0df;
}

.tll-single-product-page .tll-product-gallery {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 0;
  padding: 12px;
  overflow: visible;
  border-color: rgba(214, 163, 78, 0.14);
  border-radius: 20px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

.tll-single-product-page .tll-product-gallery .tll-badge-list {
  position: static;
  inset: auto;
  gap: 8px;
  padding-top: 2px;
}

.tll-single-product-page .tll-product-gallery-main {
  display: grid;
  place-items: center;
  min-height: 320px;
  aspect-ratio: 1 / 1;
  padding: clamp(10px, 2vw, 18px);
  overflow: hidden;
  border: 1px solid rgba(17, 24, 30, 0.12);
  border-radius: calc(var(--tll-radius) - 8px);
  background: #f7f7f4;
}

.tll-single-product-page .tll-product-gallery-main > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
}

.tll-single-product-page .tll-product-gallery > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: calc(var(--tll-radius) - 8px);
  background: #f7f7f4;
}

.tll-single-product-page .tll-gallery-thumbs {
  display: flex;
  gap: 8px;
  width: 100%;
  padding: 2px 2px 6px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.tll-single-product-page .tll-gallery-thumb {
  flex: 0 0 76px;
  width: 76px;
  min-width: 76px;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(214, 163, 78, 0.22);
  border-radius: 10px;
  background: #f7f7f4;
  cursor: pointer;
  scroll-snap-align: start;
}

.tll-single-product-page .tll-gallery-thumb.is-active,
.tll-single-product-page .tll-gallery-thumb:focus-visible {
  border-color: rgba(240, 203, 134, 0.66);
  box-shadow: 0 0 0 2px rgba(240, 203, 134, 0.13);
  outline: none;
}

.tll-single-product-page .tll-gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px;
  object-fit: contain;
}

/* Backend-editable product category polish */
body.tax-product_cat #primary.tll-taxonomy-page {
  width: 100%;
  max-width: none;
  float: none;
  padding: 0;
}

.tll-taxonomy-page,
.tll-taxonomy-page * {
  box-sizing: border-box;
}

.tll-taxonomy-page .tll-shell {
  width: min(calc(100% - 28px), 1360px);
}

.tll-category-hero-grid {
  display: grid;
  gap: 22px;
  align-items: stretch;
}

.tll-category-hero-copy {
  min-width: 0;
}

.tll-category-hero .tll-lead {
  max-width: 840px;
}

.tll-category-hero-actions {
  margin-top: 26px;
}

.tll-category-contact-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(214, 163, 78, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    radial-gradient(circle at 18% 0%, rgba(214, 163, 78, 0.12), transparent 35%);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.24);
}

.tll-category-contact-card > span {
  color: var(--tll-accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tll-category-contact-card strong {
  color: #f4e4bd;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.22;
}

.tll-category-contact-card p {
  margin: 0;
  color: #c7d2d6;
  font-size: 0.94rem;
  line-height: 1.65;
}

.tll-category-contact-image {
  display: block;
  width: 100%;
  max-height: 180px;
  object-fit: contain;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: #f7f7f4;
}

.tll-category-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tll-category-meta-list span {
  padding: 7px 10px;
  border: 1px solid rgba(214, 163, 78, 0.18);
  border-radius: 999px;
  color: #d9e1e4;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.76rem;
  font-weight: 700;
}

.tll-category-contact-card .tll-button {
  width: 100%;
  min-height: 50px;
  justify-content: center;
  text-align: center;
}

.tll-category-guide-card {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.tll-category-guide-card .tll-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 520px;
}

.tll-category-guide-card .tll-button {
  justify-content: center;
  text-align: center;
}

.tll-single-product-page .tll-product-category-support {
  margin-top: 0;
}

.tll-single-product-page .tll-product-category-support .tll-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.tll-single-product-page .tll-product-category-support .tll-button {
  justify-content: center;
  text-align: center;
}

@media (min-width: 700px) {
  .tll-single-product-page .tll-shell {
    width: min(calc(100% - 56px), 1360px);
  }

  .tll-taxonomy-page .tll-shell {
    width: min(calc(100% - 56px), 1360px);
  }
}

@media (min-width: 980px) {
  .tll-category-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.45fr);
    gap: 34px;
  }

  .tll-single-product-page .tll-product-layout {
    grid-template-columns: minmax(430px, 1fr) minmax(360px, 0.82fr);
    gap: 34px;
    align-items: start;
  }

  .tll-single-product-page .tll-detail-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.55fr);
    gap: 34px;
  }

  .tll-single-product-page .tll-product-gallery {
    padding: 16px;
  }
}

@media (min-width: 1200px) {
  .tll-category-hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.48fr);
    gap: 44px;
  }

  .tll-single-product-page .tll-product-layout {
    grid-template-columns: minmax(580px, 1.04fr) minmax(430px, 0.78fr);
    gap: 44px;
  }

  .tll-single-product-page .tll-detail-grid {
    grid-template-columns: minmax(0, 1.34fr) minmax(340px, 0.58fr);
    gap: 44px;
  }
}

@media (max-width: 979px) {
  .tll-single-product-page .tll-product-layout,
  .tll-single-product-page .tll-detail-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 480px) {
  body.single-product #top-bar-wrap,
  body.tax-product_cat #top-bar-wrap {
    display: none;
  }

  body.single-product #site-header.minimal-header,
  body.tax-product_cat #site-header.minimal-header {
    height: auto !important;
    min-height: 0;
  }

  body.single-product #site-header-inner,
  body.tax-product_cat #site-header-inner {
    width: 100%;
    min-height: 64px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  body.single-product #site-logo,
  body.single-product #site-logo #site-logo-inner,
  body.single-product #site-logo .custom-logo-link,
  body.tax-product_cat #site-logo,
  body.tax-product_cat #site-logo #site-logo-inner,
  body.tax-product_cat #site-logo .custom-logo-link {
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  body.single-product #site-logo,
  body.tax-product_cat #site-logo {
    flex: 1 1 auto;
    float: none !important;
  }

  body.single-product #site-logo .custom-logo-link img,
  body.single-product .custom-logo-link img,
  body.tax-product_cat #site-logo .custom-logo-link img,
  body.tax-product_cat .custom-logo-link img {
    width: auto;
    max-width: 118px;
    max-height: 44px;
  }

  body.single-product .oceanwp-mobile-menu-icon,
  body.tax-product_cat .oceanwp-mobile-menu-icon {
    width: auto !important;
    height: auto !important;
    min-height: 44px;
    float: none !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }

  body.single-product .oceanwp-mobile-menu-icon .wcmenucart,
  body.single-product .oceanwp-mobile-menu-icon .mobile-menu,
  body.tax-product_cat .oceanwp-mobile-menu-icon .wcmenucart,
  body.tax-product_cat .oceanwp-mobile-menu-icon .mobile-menu {
    width: auto;
    height: 44px !important;
    min-height: 44px;
    padding: 0 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
  }

  .tll-single-product-page .tll-hero,
  .tll-taxonomy-page .tll-hero {
    padding: 24px 0 28px;
  }

  .tll-single-product-page .tll-breadcrumb,
  .tll-taxonomy-page .tll-breadcrumb {
    margin-bottom: 12px;
    font-size: 0.7rem;
    line-height: 1.45;
    opacity: 0.76;
  }

  .tll-single-product-page .tll-eyebrow,
  .tll-taxonomy-page .tll-eyebrow {
    margin-bottom: 10px;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
  }

  .tll-single-product-page .tll-hero h1,
  .tll-taxonomy-page .tll-hero h1 {
    margin-bottom: 12px;
    font-size: 1.78rem;
    line-height: 1.16;
  }

  .tll-single-product-page .tll-hero .tll-lead,
  .tll-taxonomy-page .tll-hero .tll-lead {
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .tll-category-hero-grid {
    gap: 18px;
  }

  .tll-category-hero-actions,
  .tll-category-guide-card .tll-card-actions {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .tll-category-contact-card {
    gap: 12px;
    padding: 16px;
    border-radius: 18px;
  }

  .tll-category-contact-card strong {
    font-size: 1.08rem;
  }

  .tll-category-contact-card p {
    font-size: 0.9rem;
  }

  .tll-category-meta-list {
    gap: 7px;
  }

  .tll-category-meta-list span {
    padding: 6px 9px;
    font-size: 0.72rem;
  }

  .tll-single-product-page .tll-product-gallery {
    gap: 10px;
    padding: 11px;
    border-radius: 18px;
  }

  .tll-single-product-page .tll-product-gallery-main {
    min-height: 0;
    padding: 12px;
    border-radius: 13px;
  }

  .tll-single-product-page .tll-gallery-thumbs {
    margin-inline: -2px;
  }

  .tll-single-product-page .tll-gallery-thumb {
    flex-basis: 68px;
    width: 68px;
    min-width: 68px;
    border-radius: 9px;
  }

  .tll-single-product-page .tll-product-detail {
    padding-block: 24px 44px;
  }

  .tll-single-product-page .tll-product-summary {
    gap: 14px;
    padding-inline: 2px;
  }

  .tll-single-product-page .tll-sku-line,
  .tll-single-product-page .tll-taxonomy-line {
    font-size: 0.78rem;
  }

  .tll-single-product-page .tll-purchase-flow-box,
  .tll-single-product-page .tll-native-purchase-form {
    padding: 16px;
    border-radius: 16px;
  }

  .tll-single-product-page .tll-card-actions-primary {
    grid-template-columns: minmax(0, 1fr);
    gap: 11px;
  }

  .tll-single-product-page .tll-card-actions-primary .tll-button {
    min-height: 50px;
    padding: 10px 12px;
    font-size: 0.84rem;
  }

  body.single-product .tll-footer-links-inner {
    gap: 12px;
    padding: 20px 0;
  }

  body.single-product .tll-footer-links {
    gap: 8px 12px;
  }
}
