:root { --ts-orange:#FF360A; --ts-ink:#121713; --ts-muted:#6b6f6e; --ts-line:#e8e8e8; --ts-max:1280px; }
* { box-sizing:border-box; }
html,body { margin:0; }
body { color:var(--ts-ink); background:#fff; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; line-height:1.45; }
a { color:inherit; text-decoration:none; }
img { max-width:100%; height:auto; display:block; }
button,input { font:inherit; }
.ts-wrap { width:min(var(--ts-max), calc(100% - 40px)); margin:0 auto; }
.ts-bar { background:#1b1b1b; color:#fff; text-align:center; font-size:13px; padding:10px 16px; }
.ts-bar a { color:#fff; }
.ts-header { display:flex; align-items:center; gap:24px; padding:14px 28px; border-bottom:1px solid var(--ts-line); position:sticky; top:0; background:#fff; z-index:40; }
.ts-logo svg { display:block; height:32px; width:auto; }
.ts-nav { display:flex; align-items:center; gap:22px; margin-left:auto; }
.ts-nav__item { position:relative; font-size:15px; }
.ts-nav__item.is-accent a { color:var(--ts-orange); }
.ts-nav__sub { display:none; position:absolute; top:100%; left:0; background:#fff; min-width:220px; padding:12px 0; margin:0; list-style:none; box-shadow:0 12px 32px rgba(0,0,0,.1); z-index:50; }
.ts-nav__item.has-sub:hover .ts-nav__sub { display:block; }
.ts-nav__sub a { display:block; padding:8px 16px; }
.ts-tools { display:flex; align-items:center; gap:14px; margin-left:18px; }
.ts-search input { border:0; border-bottom:1px solid var(--ts-line); width:90px; padding:6px 0; }
.ts-burger { display:none; background:none; border:0; }
.ts-mobile[hidden] { display:none !important; }
.ts-mobile { display:flex; flex-direction:column; gap:10px; padding:12px 28px 20px; border-bottom:1px solid var(--ts-line); }
.ts-btn { display:inline-flex; align-items:center; justify-content:center; background:var(--ts-orange); color:#fff; border:0; border-radius:999px; min-height:44px; padding:0 22px; cursor:pointer; font-size:15px; }
.ts-btn--sm { min-height:36px; padding:0 16px; font-size:13px; }
.ts-btn--ghost { background:#fff; color:var(--ts-ink); border:1px solid var(--ts-ink); }
.ts-btn--block { width:100%; margin-top:8px; }

.ts-hero { position:relative; min-height:78vh; background:#111; color:#fff; }
.ts-hero img { width:100%; height:78vh; object-fit:cover; }
.ts-hero__copy { position:absolute; left:8%; top:42%; }
.ts-hero h1 { font-size:clamp(3rem, 7vw, 5.5rem); font-weight:500; margin:0; }
.ts-hero p { font-size:1.6rem; margin:8px 0 18px; }
.ts-perks { display:grid; grid-template-columns:repeat(3,1fr); text-align:center; padding:22px 16px; border-bottom:1px solid var(--ts-line); font-size:15px; }
.ts-section { padding:56px 0; }
.ts-h { font-size:2rem; font-weight:500; text-align:center; margin:0 0 32px; }
.ts-grid { display:grid; gap:28px 20px; }
.ts-grid--4 { grid-template-columns:repeat(4,1fr); }
.ts-grid--3 { grid-template-columns:repeat(3,1fr); }
.ts-card h3 { font-size:16px; margin:12px 0 6px; font-weight:600; }
.ts-card__ex { color:var(--ts-muted); font-size:14px; min-height:3em; }
.ts-card__price { margin-top:8px; }
.ts-card__price del { opacity:.5; margin-right:6px; }
.ts-card__media { background:#f6f6f6; aspect-ratio:1; display:flex; align-items:center; justify-content:center; }
.ts-card__media img { max-height:100%; object-fit:contain; }
.ts-dots { display:flex; gap:6px; margin-top:8px; }
.ts-dots i { width:12px; height:12px; border-radius:50%; border:1px solid #ccc; display:block; }
.ts-tiles { display:grid; grid-template-columns:1fr 1fr; gap:16px; padding-bottom:48px; }
.ts-tile { position:relative; overflow:hidden; min-height:280px; color:#fff; }
.ts-tile img { width:100%; height:100%; object-fit:cover; min-height:280px; }
.ts-tile div { position:absolute; left:24px; bottom:24px; }
.ts-tile--wide { grid-column:1 / -1; min-height:380px; }
.ts-tile--wide img { min-height:380px; }
.ts-devices { display:flex; justify-content:space-between; gap:16px; text-align:center; }
.ts-devices a { flex:1; color:var(--ts-muted); font-size:13px; }
.ts-devices img { height:42px; margin:0 auto 8px; }
.ts-band { position:relative; color:#fff; min-height:420px; }
.ts-band img { width:100%; height:420px; object-fit:cover; }
.ts-band__copy { position:absolute; left:8%; top:38%; }
.ts-band__copy h2 { font-size:2.4rem; margin:8px 0 16px; }
.ts-cats { background:#2a2a2a; color:#fff; }
.ts-cats .ts-h { color:#fff; text-align:left; margin:0; }
.ts-cats__head { display:flex; justify-content:space-between; align-items:center; margin-bottom:24px; }
.ts-cat { position:relative; overflow:hidden; }
.ts-cat img { width:100%; height:220px; object-fit:cover; }
.ts-cat span { position:absolute; left:16px; bottom:14px; font-weight:600; }
.ts-split { display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center; padding:56px 0; }
.ts-split h2 { font-size:2rem; font-weight:500; }
.ts-split--flip { direction:rtl; }
.ts-split--flip > * { direction:ltr; }

.ts-plp-hero { background:#f3f3f3; text-align:center; padding:64px 16px 48px; }
.ts-plp-hero h1 { font-size:2.4rem; margin:0; }
.ts-plp { display:grid; grid-template-columns:220px 1fr; gap:32px; width:min(1400px, calc(100% - 40px)); margin:32px auto 64px; }
.ts-devmini { display:grid; grid-template-columns:1fr 1fr; gap:12px; text-align:center; font-size:12px; margin-bottom:24px; }
.ts-devmini img { height:32px; margin:0 auto 4px; }
.ts-pdp { display:grid; grid-template-columns:minmax(0,1fr) 400px; gap:40px; align-items:start; width:min(1280px, calc(100% - 40px)); margin:24px auto 48px; }
.ts-gallery { position:relative; background:#f6f6f6; }
.ts-gallery__slide { display:none; }
.ts-gallery__slide.is-active { display:block; }
.ts-gallery__slide img { width:100%; max-height:620px; object-fit:contain; margin:0 auto; }
.ts-thumbs { display:flex; gap:8px; overflow-x:auto; padding:10px 0; background:#fff; }
.ts-thumbs button { border:1px solid var(--ts-line); background:#fff; padding:0; width:72px; }
.ts-thumbs img { width:72px; height:72px; object-fit:contain; }
.ts-buy h1 { font-size:2rem; margin:0 0 8px; }
.ts-price { font-size:1.4rem; margin-bottom:12px; }
.ts-price del { opacity:.45; margin-right:8px; }
.ts-lede { color:#333; }
.ts-label { font-size:14px; margin:16px 0 8px; }
.ts-swatches { display:flex; gap:8px; flex-wrap:wrap; }
.ts-swatch { width:28px; height:28px; border-radius:50%; border:1px solid #ccc; cursor:pointer; }
.ts-qty { display:inline-flex; border:1px solid var(--ts-line); margin:16px 0; }
.ts-qty input { width:48px; border:0; text-align:center; }
.ts-qty button { width:36px; border:0; background:#f4f4f4; cursor:pointer; }
.ts-note { text-align:center; font-size:13px; color:var(--ts-muted); }
.ts-below, .ts-related { padding:24px 0 64px; }
.ts-cms { max-width:760px; }
.ts-cms h1 { font-size:2rem; }
.ts-page { padding:48px 0 80px; }
.ts-cartpage { padding:40px 0 80px; }
.checkout-layout { display:grid; grid-template-columns:1.15fr .85fr; gap:32px; width:min(1100px, calc(100% - 32px)); margin:24px auto 64px; }
.ts-footer { background:#f7f7f7; padding:48px 0 24px; margin-top:48px; font-size:14px; }
.ts-footer__top { display:grid; grid-template-columns:repeat(3,1fr); gap:32px; margin-bottom:32px; }
.ts-footer__links { display:flex; flex-wrap:wrap; gap:12px 20px; padding:16px 0; border-top:1px solid var(--ts-line); }
.ts-footer__copy { display:flex; justify-content:space-between; align-items:center; padding-top:16px; }
.ts-footer__mark { height:40px; width:auto; }
.ts-footer form { display:flex; gap:8px; margin-top:10px; }
.ts-footer input { border:1px solid var(--ts-line); padding:8px 10px; }

@media (max-width: 980px) {
  .ts-nav { display:none; }
  .ts-burger { display:block; }
  .ts-hero img, .ts-hero { min-height:70vh; height:auto; }
  .ts-grid--4, .ts-grid--3, .ts-tiles, .ts-split, .ts-plp, .ts-perks, .ts-footer__top, .checkout-layout, .ts-devices {
    grid-template-columns:1fr;
  }
  .ts-pdp { grid-template-columns:1fr; }
  .ts-tile--wide { grid-column:auto; }
  .ts-devices { display:grid; grid-template-columns:repeat(3,1fr); }
}
