:root {
  --trv-orange: #f45b0b;
  --trv-orange-2: #ff7a1a;
  --trv-orange-dark: #cf4300;
  --trv-ink: #0c0f13;
  --trv-ink-2: #171b21;
  --trv-text: #17191d;
  --trv-muted: #6f747c;
  --trv-border: #e7e9ec;
  --trv-soft: #f6f7f8;
  --trv-white: #fff;
  --trv-green: #168f5d;
  --trv-radius-sm: 10px;
  --trv-radius: 18px;
  --trv-radius-lg: 28px;
  --trv-shadow: 0 20px 60px rgba(16, 20, 24, .10);
  --trv-shadow-sm: 0 8px 28px rgba(16, 20, 24, .08);
  --trv-container: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--trv-text);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.trv-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  word-wrap: normal !important;
  border: 0;
}
.screen-reader-text:focus,
.skip-link:focus {
  clip: auto !important;
  clip-path: none;
  height: auto;
  width: auto;
  top: 10px;
  left: 10px;
  z-index: 100000;
  background: #fff;
  color: #000;
  padding: 10px 14px;
  border-radius: 8px;
}

.trv-container { width: min(calc(100% - 40px), var(--trv-container)); margin: 0 auto; }
.trv-section { padding: 78px 0; }
.trv-section-tight { padding: 28px 0 22px; }
.trv-eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.trv-eyebrow-orange { color: var(--trv-orange); }
h1, h2, h3, h4 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h2 { font-size: clamp(34px, 4vw, 54px); }
h3 { font-size: 22px; }
p { margin-top: 0; }

.button,
button.button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: var(--trv-orange);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover,
button.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-1px);
  background: var(--trv-orange-dark);
  color: #fff;
  box-shadow: 0 10px 24px rgba(244, 91, 11, .22);
}
.button-lg { min-height: 56px; padding: 0 28px; border-radius: 14px; }
.button-primary { background: var(--trv-orange); color: #fff; }
.button-dark { background: var(--trv-ink); color: #fff; }
.button-dark:hover { background: #262b33; }
.button-light { background: #fff; color: var(--trv-ink); }
.button-light:hover { background: #f2f2f2; color: var(--trv-ink); }
.button-outline { background: transparent; border-color: #d7d9dd; color: var(--trv-ink); }
.button-outline:hover { background: var(--trv-ink); border-color: var(--trv-ink); color: #fff; }
.button-glass { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.42); color: #fff; backdrop-filter: blur(10px); }
.button-glass:hover { background: #fff; color: var(--trv-ink); }
.button-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.button-outline-light:hover { background: #fff; color: var(--trv-ink); }
.trv-text-link { font-weight: 800; color: var(--trv-orange); }
.trv-text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.trv-text-link-light { color: #fff; }

/* Top bar */
.trv-topbar { background: #090b0e; color: #fff; font-size: 12px; }
.trv-topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 26px; white-space: nowrap; overflow: hidden; }
.trv-topbar-inner span:not(:first-child), .trv-topbar-inner a { position: relative; }
.trv-topbar-inner span:not(:first-child)::before,
.trv-topbar-inner a::before { content: ""; position: absolute; width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,.38); left: -15px; top: 50%; }
.trv-topbar-inner span:first-child { color: #ffb286; }
.trv-topbar-inner a:hover { color: #ffb286; }

/* Header */
.trv-site-header { position: sticky; top: 0; z-index: 800; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--trv-border); transition: box-shadow .2s ease; }
.trv-site-header.is-scrolled { box-shadow: 0 10px 35px rgba(0,0,0,.08); }
.trv-header-main { min-height: 82px; display: grid; grid-template-columns: 220px minmax(250px, 1fr) auto; align-items: center; gap: 28px; }
.trv-brand-link { display: inline-flex; align-items: center; min-width: 0; }
.trv-brand .custom-logo-link { display: flex; align-items: center; }
.trv-brand .custom-logo { width: auto; max-height: 52px; max-width: 220px; }
.trv-logo-mark { width: 42px; height: 42px; border-radius: 11px; display: inline-grid; place-items: center; background: var(--trv-orange); color: #fff; font-size: 25px; font-weight: 900; margin-right: 9px; box-shadow: inset 0 0 0 2px rgba(0,0,0,.08); }
.trv-wordmark { display: grid; grid-template-columns: auto auto; line-height: .9; align-items: end; letter-spacing: -.045em; }
.trv-wordmark b, .trv-wordmark strong { font-size: 27px; color: var(--trv-ink); }
.trv-wordmark strong { color: var(--trv-orange); }
.trv-wordmark small { grid-column: 1 / -1; margin-top: 6px; font-size: 8px; letter-spacing: .28em; color: #6b6f75; }
.trv-header-search .woocommerce-product-search,
.trv-header-search .trv-search-form,
.trv-search-panel .woocommerce-product-search,
.trv-search-panel .trv-search-form { position: relative; margin: 0; }
.trv-header-search input[type="search"],
.trv-search-panel input[type="search"] { width: 100%; min-height: 46px; padding: 0 52px 0 16px; border: 1px solid #e2e4e7; border-radius: 13px; background: #f6f7f8; color: var(--trv-text); outline: none; transition: .2s ease; }
.trv-header-search input[type="search"]:focus,
.trv-search-panel input[type="search"]:focus { background: #fff; border-color: var(--trv-orange); box-shadow: 0 0 0 3px rgba(244,91,11,.11); }
.trv-header-search button,
.trv-search-panel button { position: absolute; right: 5px; top: 5px; width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 10px; background: var(--trv-orange); color: #fff; font-weight: 900; }
.trv-header-actions { display: flex; align-items: center; gap: 10px; }
.trv-header-action { min-width: 54px; display: grid; justify-items: center; gap: 3px; position: relative; color: #2d3137; }
.trv-header-action > span:first-child { font-size: 20px; font-weight: 800; line-height: 1; }
.trv-header-action small { font-size: 10px; font-weight: 700; }
.trv-header-action:hover { color: var(--trv-orange); }
.trv-cart-count { position: absolute; top: -7px; right: 0; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 9px; display: inline-grid; place-items: center; background: var(--trv-orange); color: #fff; font-size: 9px; font-weight: 900; }
.trv-header-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; border-radius: 12px; background: var(--trv-orange); color: #fff; font-size: 13px; font-weight: 800; }
.trv-header-cta:hover { background: var(--trv-orange-dark); }
.trv-icon-button { border: 0; background: transparent; color: var(--trv-ink); }
.trv-menu-toggle, .trv-mobile-search-toggle { display: none; }

.trv-primary-nav { border-top: 1px solid #f0f1f2; background: #fff; }
.trv-nav-wrap { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.trv-nav-list { display: flex; align-items: center; gap: 29px; list-style: none; margin: 0; padding: 0; }
.trv-nav-list > li { position: relative; }
.trv-nav-list a { display: inline-flex; align-items: center; min-height: 48px; font-size: 13px; font-weight: 750; color: #2a2e33; }
.trv-nav-list > li > a:hover { color: var(--trv-orange); }
.trv-nav-list .sub-menu { display: none; position: absolute; top: calc(100% - 1px); left: -18px; min-width: 220px; margin: 0; padding: 10px; list-style: none; background: #fff; border: 1px solid var(--trv-border); border-radius: 14px; box-shadow: var(--trv-shadow-sm); }
.trv-nav-list .sub-menu a { min-height: 38px; width: 100%; padding: 0 10px; border-radius: 8px; }
.trv-nav-list .sub-menu a:hover { background: #fff3ec; color: var(--trv-orange); }
.trv-nav-list li:hover > .sub-menu, .trv-nav-list li:focus-within > .sub-menu { display: block; }
.trv-nav-highlight { color: var(--trv-orange); font-size: 13px; font-weight: 850; white-space: nowrap; }

.trv-search-panel { display: none; padding: 12px 0; border-top: 1px solid var(--trv-border); background: #fff; }
.trv-mobile-menu, .trv-menu-backdrop { display: none; }

/* Hero */
.trv-hero { position: relative; min-height: 650px; display: flex; align-items: center; overflow: hidden; background: #080b0e; color: #fff; }
.trv-hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.trv-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,8,11,.91) 0%, rgba(5,8,11,.78) 38%, rgba(5,8,11,.34) 72%, rgba(5,8,11,.32) 100%), linear-gradient(0deg, rgba(5,8,11,.30), transparent 45%); }
.trv-hero-content { position: relative; z-index: 2; padding: 80px 0 74px; }
.trv-hero .trv-eyebrow { color: #ffb382; }
.trv-hero h1 { max-width: 820px; font-size: clamp(54px, 7.6vw, 96px); letter-spacing: -.055em; }
.trv-hero h1 span { color: var(--trv-orange-2); }
.trv-hero-copy { max-width: 630px; margin: 24px 0 0; font-size: clamp(17px, 2vw, 21px); color: rgba(255,255,255,.82); line-height: 1.55; }
.trv-hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 30px; flex-wrap: wrap; }
.trv-hero-proof { margin-top: 30px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; color: rgba(255,255,255,.78); font-size: 13px; }
.trv-hero-proof span { display: flex; align-items: center; gap: 5px; }
.trv-hero-proof span:not(:first-child)::before { content: "•"; color: var(--trv-orange); margin-right: 15px; }
.trv-hero-proof b { color: #ffb121; letter-spacing: .06em; }
.trv-video-control { position: absolute; z-index: 4; right: 22px; bottom: 22px; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.45); background: rgba(0,0,0,.35); color: #fff; backdrop-filter: blur(9px); font-weight: 900; }
.trv-video-control:hover { background: var(--trv-orange); border-color: var(--trv-orange); }

.trv-benefit-strip { background: #101318; color: #fff; }
.trv-benefit-grid { min-height: 88px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trv-benefit-grid > div { display: flex; align-items: center; gap: 14px; padding: 16px 28px; border-right: 1px solid rgba(255,255,255,.10); }
.trv-benefit-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.10); }
.trv-benefit-grid > div > span { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border: 1px solid rgba(244,91,11,.6); border-radius: 50%; color: var(--trv-orange-2); font-weight: 900; }
.trv-benefit-grid p { margin: 0; display: grid; line-height: 1.3; }
.trv-benefit-grid strong { font-size: 13px; }
.trv-benefit-grid small { margin-top: 3px; color: rgba(255,255,255,.55); font-size: 11px; }

/* Service cards */
.trv-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.trv-service-card { position: relative; min-height: 330px; border-radius: var(--trv-radius); overflow: hidden; color: #fff; isolation: isolate; box-shadow: var(--trv-shadow-sm); }
.trv-service-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.trv-service-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(4,6,9,.08) 12%, rgba(4,6,9,.92) 100%); }
.trv-service-orange::after { background: linear-gradient(180deg, rgba(244,91,11,.10), rgba(189,58,0,.95)); }
.trv-service-dark::after { background: linear-gradient(180deg, rgba(8,10,14,.10), rgba(8,10,14,.95)); }
.trv-service-card-copy { position: absolute; left: 24px; right: 24px; bottom: 24px; }
.trv-service-card .trv-eyebrow { margin-bottom: 6px; color: #ffd0b7; }
.trv-service-card h2 { font-size: 32px; max-width: 330px; }
.trv-service-card p:not(.trv-eyebrow) { margin: 10px 0 14px; max-width: 360px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.45; }
.trv-service-card a { font-weight: 850; font-size: 14px; color: #fff; }
.trv-service-card:hover img { transform: scale(1.025); }
.trv-service-card img { transition: transform .5s ease; }

/* Section heads */
.trv-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.trv-section-head h2 { font-size: clamp(34px, 4vw, 52px); }
.trv-section-head p:not(.trv-eyebrow) { max-width: 680px; margin: 12px auto 0; color: var(--trv-muted); }
.trv-section-head-centered { justify-content: center; text-align: center; }
.trv-section-head-centered > div { max-width: 800px; }

/* Categories */
.trv-categories-section { background: var(--trv-soft); }
.trv-category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.trv-category-card { min-width: 0; padding: 18px; border: 1px solid #e7e8ea; border-radius: 16px; background: #fff; transition: .2s ease; }
.trv-category-card:hover { transform: translateY(-3px); border-color: #f3c2a6; box-shadow: var(--trv-shadow-sm); }
.trv-category-visual { height: 132px; display: grid; place-items: center; margin: -2px -2px 12px; border-radius: 13px; background: linear-gradient(145deg, #fafafa, #f0f2f3); overflow: hidden; }
.trv-category-visual img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.trv-category-symbol { font-size: 54px; color: #252a30; }
.trv-category-name { display: block; font-size: 15px; font-weight: 850; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.trv-category-meta { display: block; margin-top: 4px; font-size: 11px; color: var(--trv-orange); font-weight: 750; }

/* Home product grid */
.trv-products-section { background: #fff; }
.trv-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.trv-product-card { overflow: hidden; border: 1px solid var(--trv-border); border-radius: 16px; background: #fff; transition: .2s ease; }
.trv-product-card:hover { transform: translateY(-3px); box-shadow: var(--trv-shadow-sm); border-color: #ddd; }
.trv-product-image { position: relative; min-height: 270px; display: grid; place-items: center; background: #f8f9fa; overflow: hidden; }
.trv-product-image img { width: 100%; height: 270px; object-fit: contain; padding: 18px; transition: transform .35s ease; }
.trv-product-card:hover .trv-product-image img { transform: scale(1.035); }
.trv-sale-badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 5px 9px; border-radius: 999px; background: var(--trv-orange); color: #fff; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.trv-product-body { padding: 16px; }
.trv-stock-line { min-height: 19px; font-size: 10px; color: #767b82; }
.trv-stock-line .is-in-stock { color: var(--trv-green); }
.trv-product-body h3 { margin-top: 5px; min-height: 44px; font-size: 16px; line-height: 1.33; letter-spacing: -.015em; }
.trv-product-body h3 a:hover { color: var(--trv-orange); }
.trv-condition { margin: 6px 0 12px; color: #7c8188; font-size: 11px; }
.trv-product-bottom { display: grid; gap: 12px; }
.trv-price { min-height: 31px; font-size: 20px; font-weight: 900; color: var(--trv-ink); }
.trv-price del { color: #9ca0a6; font-size: 13px; font-weight: 600; }
.trv-price ins { text-decoration: none; color: var(--trv-orange); }
.trv-add-button { width: 100%; min-height: 44px !important; padding: 0 12px !important; border-radius: 10px !important; font-size: 13px !important; }

/* Trade-in */
.trv-trade-banner { padding: 0 0 70px; }
.trv-trade-banner-inner { min-height: 250px; padding: 46px 52px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: var(--trv-radius-lg); color: #fff; background: radial-gradient(circle at 12% 20%, rgba(244,91,11,.32), transparent 28%), linear-gradient(115deg, #080b0e, #151a20 65%, #262a2d); overflow: hidden; position: relative; }
.trv-trade-banner-inner::after { content: "↻"; position: absolute; right: 16%; top: -85px; font-size: 330px; line-height: 1; color: rgba(255,255,255,.035); font-weight: 900; }
.trv-trade-banner h2 { font-size: clamp(36px, 5vw, 58px); }
.trv-trade-banner p:not(.trv-eyebrow) { max-width: 710px; margin: 14px 0 18px; color: rgba(255,255,255,.68); }
.trv-inline-benefits { display: flex; flex-wrap: wrap; gap: 18px; color: rgba(255,255,255,.75); font-size: 12px; font-weight: 700; }
.trv-inline-benefits span::before { content: "✓"; color: var(--trv-orange-2); margin-right: 6px; }
.trv-trade-banner .button { position: relative; z-index: 2; white-space: nowrap; }

/* Split */
.trv-split-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; align-items: center; }
.trv-split-reverse .trv-split-copy { order: 1; }
.trv-split-reverse .trv-split-media { order: 2; }
.trv-split-media { position: relative; border-radius: var(--trv-radius-lg); overflow: hidden; min-height: 600px; background: #eee; box-shadow: var(--trv-shadow-sm); }
.trv-split-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.trv-image-label { position: absolute; left: 20px; bottom: 20px; padding: 9px 13px; border-radius: 10px; background: rgba(8,10,13,.76); color: #fff; font-size: 11px; font-weight: 800; backdrop-filter: blur(8px); }
.trv-split-copy > p:not(.trv-eyebrow) { margin: 18px 0 24px; color: var(--trv-muted); font-size: 17px; line-height: 1.7; }
.trv-repair-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0 26px; }
.trv-repair-links a { min-height: 112px; display: grid; grid-template-columns: 34px 1fr; align-content: center; column-gap: 11px; padding: 16px; border: 1px solid var(--trv-border); border-radius: 14px; background: #fff; transition: .2s ease; }
.trv-repair-links a:hover { border-color: #ffc5a5; background: #fff9f6; transform: translateY(-2px); }
.trv-repair-links span { grid-row: 1 / span 2; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; background: #fff0e7; color: var(--trv-orange); font-size: 11px; font-weight: 900; }
.trv-repair-links b { align-self: end; font-size: 14px; }
.trv-repair-links small { color: var(--trv-muted); font-size: 10px; line-height: 1.35; }

/* Store */
.trv-store-section { background: var(--trv-soft); }
.trv-store-card { display: grid; grid-template-columns: 1.13fr .87fr; min-height: 560px; overflow: hidden; border-radius: var(--trv-radius-lg); background: #fff; box-shadow: var(--trv-shadow); }
.trv-store-image-wrap { position: relative; min-height: 560px; }
.trv-store-image-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.trv-store-photo-badge { position: absolute; left: 20px; bottom: 20px; padding: 9px 13px; border-radius: 10px; background: #0c0f13; color: #fff; font-size: 11px; font-weight: 850; }
.trv-store-details { padding: 60px; align-self: center; }
.trv-store-details h2 { font-size: clamp(38px, 4.5vw, 58px); }
.trv-store-details > p:not(.trv-eyebrow) { margin: 18px 0 24px; color: var(--trv-muted); }
.trv-store-facts { margin: 0 0 26px; border-top: 1px solid var(--trv-border); }
.trv-store-facts > div { display: grid; grid-template-columns: 100px 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--trv-border); }
.trv-store-facts dt { color: var(--trv-muted); font-size: 12px; font-weight: 700; }
.trv-store-facts dd { margin: 0; font-size: 13px; font-weight: 800; }
.trv-store-facts a { color: var(--trv-orange); }
.trv-store-actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* Why */
.trv-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.trv-why-grid > div { padding: 28px; border: 1px solid var(--trv-border); border-radius: 16px; background: #fff; }
.trv-why-grid > div > span { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 13px; background: #fff0e7; color: var(--trv-orange); font-weight: 900; }
.trv-why-grid h3 { font-size: 20px; }
.trv-why-grid p { margin: 10px 0 0; color: var(--trv-muted); font-size: 13px; line-height: 1.6; }
.trv-review-panel { margin-top: 20px; padding: 34px 38px; display: grid; grid-template-columns: 190px 1fr auto; gap: 34px; align-items: center; border-radius: 20px; background: #101318; color: #fff; }
.trv-review-score { display: grid; border-right: 1px solid rgba(255,255,255,.14); }
.trv-review-score b { font-size: 34px; line-height: 1; }
.trv-review-score span { margin-top: 6px; color: #ffb221; letter-spacing: .05em; }
.trv-review-score small { margin-top: 5px; color: rgba(255,255,255,.55); }
.trv-review-copy h3 { font-size: 23px; }
.trv-review-copy p { margin: 7px 0 0; color: rgba(255,255,255,.6); font-size: 13px; }
.trv-review-links { display: grid; gap: 7px; font-size: 12px; font-weight: 750; }
.trv-review-links a { color: #ffb382; }
.trv-review-links a:hover { color: #fff; }

/* Story / guides */
.trv-story-section { background: #fff; }
.trv-story-media { min-height: 540px; }
.trv-story-links { display: flex; flex-wrap: wrap; gap: 20px; font-weight: 850; font-size: 14px; }
.trv-story-links a { color: var(--trv-orange); }
.trv-guides-section { background: var(--trv-soft); }
.trv-guides-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trv-guide-card { overflow: hidden; border-radius: 18px; background: #fff; border: 1px solid var(--trv-border); }
.trv-guide-image { height: 220px; display: block; overflow: hidden; background: #eee; }
.trv-guide-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.trv-guide-card:hover .trv-guide-image img { transform: scale(1.03); }
.trv-guide-body { padding: 20px; }
.trv-guide-body > p { margin: 0 0 7px; color: var(--trv-muted); font-size: 11px; }
.trv-guide-body h3 { margin-bottom: 16px; font-size: 21px; line-height: 1.25; }
.trv-guide-body h3 a:hover { color: var(--trv-orange); }
.trv-guide-body > a { color: var(--trv-orange); font-size: 12px; font-weight: 850; }

.trv-final-cta { padding: 60px 0; background: linear-gradient(115deg, var(--trv-orange), #ff7a1a); color: #fff; }
.trv-final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.trv-final-cta h2 { font-size: clamp(38px, 5vw, 62px); }
.trv-final-cta-inner > div:last-child { display: flex; gap: 10px; flex-wrap: wrap; }

/* Footer */
.trv-footer { background: #0b0e12; color: #fff; }
.trv-footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .9fr .9fr; gap: 50px; padding-top: 62px; padding-bottom: 48px; }
.trv-footer-logo { display: inline-flex; align-items: center; }
.trv-footer .trv-wordmark b { color: #fff; }
.trv-footer-brand > p { max-width: 380px; margin: 20px 0 0; color: rgba(255,255,255,.55); font-size: 13px; }
.trv-footer-brand .trv-footer-address { color: rgba(255,255,255,.8); }
.trv-footer h2 { margin: 0 0 17px; font-size: 13px; letter-spacing: .02em; }
.trv-footer ul { margin: 0; padding: 0; list-style: none; }
.trv-footer li + li { margin-top: 9px; }
.trv-footer li a { color: rgba(255,255,255,.58); font-size: 12px; }
.trv-footer li a:hover { color: #ffb382; }
.trv-footer-trust { display: grid; grid-template-columns: 1fr 1fr 1.5fr; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.09); }
.trv-footer-trust > div { display: grid; }
.trv-footer-trust span { color: #ffb221; font-size: 12px; }
.trv-footer-trust strong { font-size: 12px; }
.trv-footer-trust small { margin-top: 3px; color: rgba(255,255,255,.48); font-size: 10px; }
.trv-footer-trust a { color: inherit; }
.trv-footer-bottom { border-top: 1px solid rgba(255,255,255,.09); }
.trv-footer-bottom .trv-container { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.trv-footer-bottom p { margin: 0; color: rgba(255,255,255,.42); font-size: 10px; }
.trv-footer-legal { display: flex; gap: 15px; }
.trv-footer-legal a { color: rgba(255,255,255,.42); font-size: 10px; }
.trv-mobile-bottom { display: none; }

/* Generic pages */
.trv-content-shell { padding-top: 68px; padding-bottom: 90px; }
.trv-page-header { max-width: 920px; margin-bottom: 34px; }
.trv-page-header h1 { font-size: clamp(44px, 6vw, 78px); }
.trv-archive-description { margin-top: 14px; color: var(--trv-muted); }
.trv-page-featured { max-height: 660px; overflow: hidden; margin: 0 0 42px; border-radius: var(--trv-radius-lg); }
.trv-page-featured img { width: 100%; height: auto; max-height: 660px; object-fit: cover; }
.trv-entry-content { max-width: 940px; font-size: 17px; line-height: 1.8; }
.trv-entry-content > * + * { margin-top: 1.25em; }
.trv-entry-content h2 { margin-top: 1.6em; font-size: clamp(30px, 4vw, 44px); }
.trv-entry-content h3 { margin-top: 1.5em; font-size: 28px; }
.trv-entry-content a { color: var(--trv-orange); text-decoration: underline; text-underline-offset: 3px; }
.trv-entry-content img { border-radius: 16px; }
.trv-entry-content blockquote { margin: 30px 0; padding: 24px 28px; border-left: 4px solid var(--trv-orange); background: #fff6f0; }
.trv-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.trv-post-card { overflow: hidden; border: 1px solid var(--trv-border); border-radius: 18px; background: #fff; }
.trv-post-card-image { display: block; height: 230px; overflow: hidden; }
.trv-post-card-image img { width: 100%; height: 100%; object-fit: cover; }
.trv-post-card-body { padding: 22px; }
.trv-post-card-body > p:first-child { color: var(--trv-muted); font-size: 11px; }
.trv-post-card-body h2 { font-size: 23px; line-height: 1.25; }
.trv-post-card-body h2 a:hover { color: var(--trv-orange); }
.trv-post-card-body .excerpt, .trv-post-card-body > p { color: var(--trv-muted); font-size: 13px; }
.trv-post-card-body > a { color: var(--trv-orange); font-weight: 800; font-size: 12px; }
.trv-article-shell article { max-width: 980px; margin: 0 auto; }
.trv-article-header { margin-left: auto; margin-right: auto; }
.trv-post-nav { max-width: 980px; margin: 50px auto 0; padding-top: 25px; border-top: 1px solid var(--trv-border); }
.trv-error-page { min-height: 62vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 80px; padding-bottom: 80px; }
.trv-error-page h1 { max-width: 900px; font-size: clamp(48px, 7vw, 86px); }
.trv-error-page > p:not(.trv-eyebrow) { margin: 18px 0 26px; color: var(--trv-muted); font-size: 18px; }
.trv-error-actions { display: flex; gap: 10px; }
.trv-empty-state { grid-column: 1 / -1; padding: 50px; border-radius: 20px; background: var(--trv-soft); }

/* WooCommerce */
.trv-woo-shell { padding-top: 48px; padding-bottom: 84px; }
.woocommerce .woocommerce-breadcrumb { margin: 0 0 22px; color: #8a8f96; font-size: 11px; }
.woocommerce .woocommerce-breadcrumb a { color: #5e636a; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 24px; color: var(--trv-muted); font-size: 12px; }
.woocommerce .woocommerce-ordering select { min-height: 42px; padding: 0 34px 0 12px; border: 1px solid var(--trv-border); border-radius: 10px; background: #fff; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; padding: 14px; border: 1px solid var(--trv-border); border-radius: 16px; background: #fff; transition: .2s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-3px); box-shadow: var(--trv-shadow-sm); }
.woocommerce ul.products li.product a img { height: 260px; object-fit: contain; margin: -2px 0 13px; padding: 8px; border-radius: 12px; background: #f7f8f9; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 48px; padding: 0; color: var(--trv-text); font-size: 15px; line-height: 1.35; }
.woocommerce ul.products li.product .price { min-height: 30px; margin: 8px 0 13px; color: var(--trv-ink); font-size: 18px; font-weight: 900; }
.woocommerce ul.products li.product .price del { color: #999; font-size: 12px; }
.woocommerce ul.products li.product .price ins { color: var(--trv-orange); text-decoration: none; }
.woocommerce ul.products li.product .button { width: 100%; min-height: 43px; margin-top: 3px; padding: 0 12px; border-radius: 10px; font-size: 12px; }
.woocommerce span.onsale { min-width: auto; min-height: auto; line-height: 1; margin: 10px !important; padding: 7px 9px; border-radius: 999px; background: var(--trv-orange); font-size: 10px; }
.woocommerce nav.woocommerce-pagination { margin-top: 36px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; gap: 6px; justify-content: center; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid var(--trv-border); border-radius: 10px; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--trv-orange); border-color: var(--trv-orange); color: #fff; }

/* Single product */
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); column-gap: 56px; row-gap: 28px; }
.woocommerce div.product div.images,
.woocommerce div.product div.summary { width: auto; float: none; margin: 0; }
.woocommerce div.product div.images { align-self: start; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { overflow: hidden; border-radius: 18px; background: #f8f9fa; }
.woocommerce div.product div.images .woocommerce-product-gallery__image a { display: grid; place-items: center; min-height: 540px; }
.woocommerce div.product div.images .woocommerce-product-gallery__image img { max-height: 540px; width: 100%; object-fit: contain; padding: 26px; }
.woocommerce div.product div.images .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 10px; }
.woocommerce div.product div.images .flex-control-thumbs li { width: auto; float: none; }
.woocommerce div.product div.images .flex-control-thumbs img { height: 86px; object-fit: contain; padding: 5px; border: 1px solid var(--trv-border); border-radius: 10px; background: #fff; }
.woocommerce div.product .summary { padding-top: 12px; }
.woocommerce div.product .product_title { margin: 0 0 12px; font-size: clamp(34px, 4.4vw, 56px); }
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--trv-orange); font-size: 29px; font-weight: 900; }
.woocommerce div.product p.price del { color: #979ca3; font-size: 17px; }
.woocommerce div.product .woocommerce-product-details__short-description { margin: 18px 0; color: var(--trv-muted); }
.woocommerce div.product form.cart { padding: 18px 0; border-top: 1px solid var(--trv-border); border-bottom: 1px solid var(--trv-border); }
.woocommerce div.product form.cart .variations { margin-bottom: 15px; }
.woocommerce div.product form.cart .variations th { width: 95px; padding: 8px 12px 8px 0; text-align: left; color: #5f646b; font-size: 12px; }
.woocommerce div.product form.cart .variations td { padding: 6px 0; }
.woocommerce div.product form.cart .variations select { width: 100%; min-height: 46px; padding: 0 14px; border: 1px solid #dadde0; border-radius: 10px; background: #fff; }
.woocommerce div.product form.cart div.quantity { margin-right: 8px; }
.woocommerce .quantity .qty { width: 66px; min-height: 50px; border: 1px solid #d8dade; border-radius: 10px; }
.woocommerce div.product form.cart .button { min-height: 50px; padding: 0 28px; border-radius: 11px; }
.woocommerce div.product .product_meta { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--trv-border); color: var(--trv-muted); font-size: 11px; }
.woocommerce div.product .product_meta > span { display: block; margin-top: 5px; }
.trv-product-confidence { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.trv-product-confidence > div { min-height: 86px; display: grid; align-content: center; padding: 14px; border: 1px solid var(--trv-border); border-radius: 12px; background: #fbfbfc; }
.trv-product-confidence strong { font-size: 12px; }
.trv-product-confidence span { margin-top: 3px; color: var(--trv-muted); font-size: 10px; }
.trv-product-confidence a { color: var(--trv-orange); }
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells { grid-column: 1 / -1; }
.woocommerce div.product .woocommerce-tabs { margin-top: 40px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 7px; padding: 0; border-bottom: 1px solid var(--trv-border); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; border: 0; background: transparent; border-radius: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 14px 17px; font-size: 12px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--trv-orange); border-bottom: 2px solid var(--trv-orange); }
.woocommerce div.product .woocommerce-tabs .panel { padding: 28px 0; max-width: 950px; line-height: 1.75; }
.woocommerce div.product .related > h2,
.woocommerce div.product .upsells > h2 { margin: 50px 0 22px; font-size: 36px; }

/* Cart / checkout / account */
.woocommerce table.shop_table { overflow: hidden; border: 1px solid var(--trv-border); border-radius: 14px; }
.woocommerce table.shop_table th { background: #f7f8f9; font-size: 12px; }
.woocommerce table.shop_table td { font-size: 13px; }
.woocommerce-cart table.cart img { width: 72px; border-radius: 9px; }
.woocommerce-cart .cart-collaterals .cart_totals { padding: 24px; border: 1px solid var(--trv-border); border-radius: 16px; }
.woocommerce-cart .cart-collaterals .cart_totals h2 { font-size: 28px; }
.woocommerce-checkout #customer_details { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 { width: 100%; float: none; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single { min-height: 47px; padding: 10px 12px; border: 1px solid #d9dce0; border-radius: 10px; background: #fff; }
.select2-container--default .select2-selection--single { padding-top: 8px; }
.woocommerce form .form-row label { font-size: 12px; font-weight: 750; }
.woocommerce-checkout #payment { border-radius: 14px; background: #f7f8f9; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 10px; list-style: none; border: 1px solid var(--trv-border); border-radius: 14px; }
.woocommerce-account .woocommerce-MyAccount-navigation li a { display: block; padding: 10px 12px; border-radius: 8px; font-size: 13px; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { background: #fff1e9; color: var(--trv-orange); font-weight: 800; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-radius: 12px; background: #f7f8f9; }
.woocommerce-message { border-top-color: var(--trv-green); }
.woocommerce-info { border-top-color: var(--trv-orange); }
.woocommerce-error { border-top-color: #c92e2e; }

/* Standard forms */
.trv-search-form { position: relative; max-width: 650px; }
.trv-search-form input { width: 100%; min-height: 50px; padding: 0 54px 0 14px; border: 1px solid var(--trv-border); border-radius: 12px; }
.trv-search-form button { position: absolute; right: 5px; top: 5px; width: 40px; height: 40px; border: 0; border-radius: 9px; background: var(--trv-orange); color: #fff; }

/* WP alignment */
.alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; margin-left: calc(50% - 50vw); }

@media (min-width: 1200px) {
  .woocommerce div.product div.images { position: sticky; top: 166px; }
}

@media (max-width: 1180px) {
  .trv-header-main { grid-template-columns: 190px minmax(220px, 1fr) auto; gap: 18px; }
  .trv-header-cta { display: none; }
  .trv-nav-list { gap: 20px; }
  .trv-category-grid { grid-template-columns: repeat(3, 1fr); }
  .trv-product-grid, .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
  .trv-why-grid { grid-template-columns: repeat(2, 1fr); }
  .trv-review-panel { grid-template-columns: 160px 1fr; }
  .trv-review-links { grid-column: 1 / -1; grid-template-columns: repeat(3, auto); justify-content: start; }
  .trv-store-details { padding: 45px; }
}

@media (max-width: 900px) {
  .trv-topbar-inner { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .trv-topbar-inner::-webkit-scrollbar { display: none; }
  .trv-topbar-inner span:nth-child(3), .trv-topbar-inner span:nth-child(4) { display: none; }
  .trv-site-header { top: 0; }
  .trv-header-main { min-height: 68px; grid-template-columns: 44px 1fr auto; gap: 10px; }
  .trv-menu-toggle { display: grid; place-items: center; width: 42px; height: 42px; }
  .trv-menu-lines { display: grid; gap: 4px; }
  .trv-menu-lines i { display: block; width: 20px; height: 2px; background: var(--trv-ink); border-radius: 2px; }
  .trv-brand .custom-logo { max-height: 42px; max-width: 190px; }
  .trv-logo-mark { width: 35px; height: 35px; font-size: 21px; border-radius: 9px; }
  .trv-wordmark b, .trv-wordmark strong { font-size: 22px; }
  .trv-wordmark small { font-size: 6px; }
  .trv-header-search, .trv-primary-nav { display: none; }
  .trv-header-actions .trv-header-action small { display: none; }
  .trv-header-actions .trv-header-action { min-width: 38px; }
  .trv-header-actions .trv-header-action:first-of-type { display: none; }
  .trv-mobile-search-toggle { display: grid; place-items: center; width: 38px; height: 38px; font-size: 22px; }
  .trv-search-panel { display: block; }
  .trv-search-panel[hidden] { display: none; }
  .trv-search-panel .trv-container { width: min(calc(100% - 24px), var(--trv-container)); }

  .trv-mobile-menu { display: block; position: fixed; z-index: 950; top: 0; left: 0; bottom: 0; width: min(88vw, 390px); padding: 20px; overflow-y: auto; background: #fff; box-shadow: 20px 0 60px rgba(0,0,0,.18); }
  .trv-mobile-menu[hidden] { display: none; }
  .trv-mobile-menu-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--trv-border); }
  .trv-mobile-menu-head strong { font-size: 18px; }
  .trv-mobile-menu-head button { font-size: 30px; }
  .trv-mobile-nav-list, .trv-mobile-nav-list ul { list-style: none; margin: 0; padding: 0; }
  .trv-mobile-nav-list > li { border-bottom: 1px solid #eef0f2; }
  .trv-mobile-nav-list > li > a { min-height: 50px; display: flex; align-items: center; font-weight: 800; font-size: 14px; }
  .trv-mobile-nav-list .sub-menu { display: none; margin: 0 0 12px; padding: 0 0 0 14px; border-left: 2px solid #ffe0ce; }
  .trv-mobile-nav-list .is-open > .sub-menu { display: block; }
  .trv-mobile-nav-list .sub-menu a { display: block; padding: 8px 0; color: var(--trv-muted); font-size: 13px; }
  .trv-mobile-menu-actions { display: grid; gap: 9px; margin-top: 24px; }
  .trv-menu-backdrop { display: block; position: fixed; z-index: 940; inset: 0; border: 0; background: rgba(0,0,0,.52); }
  .trv-menu-backdrop[hidden] { display: none; }

  .trv-hero { min-height: 620px; }
  .trv-hero-content { padding: 60px 0 62px; }
  .trv-hero h1 { font-size: clamp(52px, 11vw, 78px); }
  .trv-hero-shade { background: linear-gradient(90deg, rgba(5,8,11,.92), rgba(5,8,11,.6)), linear-gradient(0deg, rgba(5,8,11,.5), transparent); }
  .trv-benefit-grid { grid-template-columns: 1fr 1fr; }
  .trv-benefit-grid > div:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.10); }
  .trv-benefit-grid > div { border-bottom: 1px solid rgba(255,255,255,.10); }
  .trv-service-grid { grid-template-columns: 1fr; }
  .trv-service-card { min-height: 360px; }
  .trv-category-grid { grid-template-columns: repeat(3, 1fr); }
  .trv-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .trv-trade-banner-inner { padding: 38px; flex-direction: column; align-items: flex-start; }
  .trv-split-grid { grid-template-columns: 1fr; gap: 34px; }
  .trv-split-reverse .trv-split-copy, .trv-split-reverse .trv-split-media { order: initial; }
  .trv-split-media { min-height: 480px; }
  .trv-store-card { grid-template-columns: 1fr; }
  .trv-store-image-wrap { min-height: 460px; }
  .trv-why-grid { grid-template-columns: 1fr 1fr; }
  .trv-guides-grid { grid-template-columns: 1fr 1fr; }
  .trv-guides-grid article:last-child { display: none; }
  .trv-final-cta-inner { align-items: flex-start; flex-direction: column; }
  .trv-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .trv-footer-grid > div:last-child { grid-column: 2 / -1; }

  .woocommerce div.product { grid-template-columns: 1fr; }
  .woocommerce div.product div.images .woocommerce-product-gallery__image a { min-height: 460px; }
  .woocommerce div.product .woocommerce-tabs,
  .woocommerce div.product .related,
  .woocommerce div.product .upsells { grid-column: 1; }
  .woocommerce-checkout #customer_details { grid-template-columns: 1fr; }
  .trv-post-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  :root { --trv-radius-lg: 20px; }
  body { padding-bottom: 66px; }
  .trv-container { width: min(calc(100% - 24px), var(--trv-container)); }
  .trv-section { padding: 54px 0; }
  .trv-topbar { font-size: 10px; }
  .trv-topbar-inner { min-height: 30px; gap: 22px; }
  .trv-topbar-inner a { display: none; }
  .trv-header-main { min-height: 64px; }
  .trv-brand .custom-logo { max-width: 158px; }
  .trv-header-actions .trv-header-action { display: none; }
  .trv-header-actions .trv-cart-link { display: grid; }

  .trv-hero { min-height: 610px; }
  .trv-hero-content { padding: 48px 0 70px; }
  .trv-hero .trv-eyebrow { font-size: 10px; }
  .trv-hero h1 { font-size: clamp(48px, 14.8vw, 66px); }
  .trv-hero-copy { font-size: 16px; }
  .trv-hero-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .trv-hero-actions .trv-text-link { grid-column: 1 / -1; }
  .trv-hero-actions .button { min-height: 52px; padding: 0 14px; font-size: 12px; }
  .trv-hero-proof { gap: 10px 16px; font-size: 10px; }
  .trv-hero-proof span:not(:first-child)::before { margin-right: 7px; }
  .trv-video-control { right: 12px; bottom: 12px; width: 40px; height: 40px; }

  .trv-benefit-grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .trv-benefit-grid > div { min-width: 0; padding: 14px 12px; gap: 9px; }
  .trv-benefit-grid > div > span { width: 30px; height: 30px; flex-basis: 30px; font-size: 11px; }
  .trv-benefit-grid strong { font-size: 10px; }
  .trv-benefit-grid small { font-size: 9px; }

  .trv-section-head { align-items: flex-start; flex-direction: column; margin-bottom: 22px; }
  .trv-section-head h2 { font-size: 35px; }
  .trv-service-card { min-height: 330px; }
  .trv-service-card-copy { left: 20px; right: 20px; bottom: 20px; }
  .trv-service-card h2 { font-size: 29px; }
  .trv-category-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .trv-category-card { padding: 12px; }
  .trv-category-visual { height: 112px; }
  .trv-category-name { font-size: 13px; }
  .trv-category-meta { font-size: 10px; }

  .trv-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .trv-product-card { border-radius: 13px; }
  .trv-product-image { min-height: 180px; }
  .trv-product-image img { height: 180px; padding: 10px; }
  .trv-product-body { padding: 12px; }
  .trv-product-body h3 { min-height: 52px; font-size: 13px; }
  .trv-condition { font-size: 9px; }
  .trv-price { font-size: 17px; }
  .trv-add-button { min-height: 40px !important; font-size: 10px !important; }

  .trv-trade-banner { padding-bottom: 50px; }
  .trv-trade-banner-inner { padding: 30px 24px; }
  .trv-trade-banner h2 { font-size: 38px; }
  .trv-inline-benefits { gap: 9px 14px; font-size: 10px; }
  .trv-split-media { min-height: 380px; }
  .trv-repair-links { grid-template-columns: 1fr; }
  .trv-repair-links a { min-height: 96px; }

  .trv-store-card { border-radius: 18px; }
  .trv-store-image-wrap { min-height: 360px; }
  .trv-store-details { padding: 30px 22px; }
  .trv-store-details h2 { font-size: 38px; }
  .trv-store-facts > div { grid-template-columns: 80px 1fr; }
  .trv-store-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .trv-store-actions .button { padding: 0 10px; font-size: 11px; }
  .trv-why-grid { grid-template-columns: 1fr; }
  .trv-review-panel { padding: 26px 22px; grid-template-columns: 1fr; gap: 20px; }
  .trv-review-score { padding-bottom: 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .trv-review-links { grid-template-columns: 1fr; }
  .trv-story-media { min-height: 390px; }
  .trv-guides-grid { grid-template-columns: 1fr; }
  .trv-guides-grid article:last-child { display: block; }
  .trv-final-cta { padding: 44px 0; }
  .trv-final-cta h2 { font-size: 39px; }
  .trv-final-cta-inner > div:last-child { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }

  .trv-footer { padding-bottom: 10px; }
  .trv-footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 26px; padding-top: 44px; }
  .trv-footer-brand { grid-column: 1 / -1; }
  .trv-footer-grid > div:last-child { grid-column: auto; }
  .trv-footer-trust { grid-template-columns: 1fr; gap: 14px; }
  .trv-footer-bottom .trv-container { padding: 16px 0; flex-direction: column; align-items: flex-start; }

  .trv-mobile-bottom { position: fixed; z-index: 880; left: 0; right: 0; bottom: 0; height: 66px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #e0e2e4; background: rgba(255,255,255,.98); box-shadow: 0 -8px 28px rgba(0,0,0,.08); backdrop-filter: blur(12px); }
  .trv-mobile-bottom a { display: grid; justify-items: center; align-content: center; gap: 2px; color: #555b63; }
  .trv-mobile-bottom span { font-size: 19px; line-height: 1; }
  .trv-mobile-bottom small { font-size: 9px; font-weight: 700; }
  .trv-mobile-bottom a.is-primary { color: var(--trv-orange); }
  .trv-mobile-bottom a.is-primary span { width: 36px; height: 30px; display: grid; place-items: center; border-radius: 10px; background: #fff0e7; }

  .trv-content-shell { padding-top: 44px; padding-bottom: 60px; }
  .trv-page-header h1 { font-size: 46px; }
  .trv-entry-content { font-size: 16px; }
  .trv-post-grid { grid-template-columns: 1fr; }
  .trv-post-card-image { height: 220px; }

  .trv-woo-shell { padding-top: 28px; padding-bottom: 60px; }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product { padding: 9px; border-radius: 13px; }
  .woocommerce ul.products li.product a img { height: 170px; padding: 5px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 50px; font-size: 12px; }
  .woocommerce ul.products li.product .price { font-size: 16px; }
  .woocommerce ul.products li.product .button { min-height: 39px; font-size: 10px; }
  .woocommerce div.product div.images .woocommerce-product-gallery__image a { min-height: 360px; }
  .woocommerce div.product div.images .woocommerce-product-gallery__image img { max-height: 360px; padding: 14px; }
  .woocommerce div.product .product_title { font-size: 38px; }
  .trv-product-confidence { grid-template-columns: 1fr 1fr; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { overflow-x: auto; white-space: nowrap; }
  .woocommerce div.product .related > h2, .woocommerce div.product .upsells > h2 { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .trv-hero-video { display: none; }
  .trv-hero { background: #0c0f13 url('../images/store-exterior.webp') center/cover no-repeat; }
}

/* v3.1 brand and audit corrections */
.trv-brand-image-link, .trv-footer-logo.trv-brand-image-link { display:inline-flex; align-items:center; text-decoration:none; max-width:100%; }
.trv-brand-image-link img { display:block; width:254px; max-width:100%; height:auto; max-height:54px; object-fit:contain; object-position:left center; }
.trv-footer-logo.trv-brand-image-link img { width:222px; max-height:50px; }
.trv-ui-icon { display:block; flex-shrink:0; width:22px; height:22px; }
.trv-mobile-bottom a .trv-ui-icon { width:22px; height:22px; }
.trv-header-action .trv-ui-icon { width:22px; height:22px; }
.trv-header-action:focus-visible,.trv-brand-image-link:focus-visible,.trv-nav-list a:focus-visible,
.trv-footer a:focus-visible,.button:focus-visible { outline:3px solid #c84300; outline-offset:3px; }
.trv-store-card img { aspect-ratio:4/3; object-fit:cover; }
.trv-hero { background:#0c0f13 url('../images/hero-poster.webp') center/cover no-repeat; }
.trv-hero-video { background:transparent; }
/* Never force a desktop sticky product gallery over store/plugin overlays or checkout UI. */
@media (min-width:1200px) { .woocommerce div.product div.images { position:static; top:auto; } }
.woocommerce div.product .woocommerce-product-gallery__image a { min-height:0; }
.woocommerce div.product .woocommerce-product-gallery__image img { max-height:min(540px,60vw); padding:14px; }
.woocommerce div.product div.images .flex-control-thumbs { grid-template-columns:repeat(5,minmax(0,1fr)); }
.woocommerce ul.products li.product a img { max-width:100%; object-fit:contain; }
.woocommerce ul.products li.product .button { overflow-wrap:anywhere; }
.woocommerce div.product form.cart .variations select:focus-visible,
.woocommerce .quantity .qty:focus-visible { outline:3px solid #c84300; outline-offset:2px; }
@media (max-width:900px) { .trv-brand-image-link img { width:min(185px,100%); max-height:43px; } }
@media (max-width:640px) {
  .woocommerce div.product .woocommerce-product-gallery__image img { max-height:320px; padding:8px; }
  .woocommerce div.product .woocommerce-product-gallery__image a { min-height:0; }
  .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th { display:block; width:100%; }
  .woocommerce div.product form.cart .variations select { max-width:100%; }
  .woocommerce div.product div.summary { min-width:0; }
  .woocommerce div.product .product_title { overflow-wrap:anywhere; }
  .trv-container,.trv-woo-shell { max-width:100%; }
}
@media (prefers-reduced-motion:reduce) { .trv-hero { background-image:url('../images/hero-poster.webp'); } }

.trv-mobile-bottom a.is-primary .trv-ui-icon { padding:3px; background:#fff0e7; border-radius:8px; color:#bd4500; width:30px; height:29px; }
.trv-review-score small { color:rgba(255,255,255,.8); }
.trv-footer-trust small, .trv-footer-trust a { color:rgba(255,255,255,.76); }
.trv-product-body .trv-condition { min-height:28px; }
