/* ==========================================================
   Fighters Shop – fight-poster theme
   Palette: charcoal ink, ring canvas, red corner, blue corner, belt gold
   ========================================================== */
:root {
	--ink: #1b1d22;
	--ink-2: #2b2e37;
	--ink-3: #3c404b;
	--canvas: #f2f3f5;
	--paper: #ffffff;
	--line: #d9dce3;
	--muted: #5a5f6d;
	--red: #c1121f;
	--red-dk: #960d17;
	--blue: #1d4e9e;
	--blue-dk: #153a77;
	--gold: #c9971c;
	--gold-lt: #fbf1d6;
	--display: "Big Shoulders Display", "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
	--serif: "Source Serif 4", Georgia, "Times New Roman", serif;
	--wrap: 1200px;
	--measure: 42rem;
	--r: 4px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: var(--serif); font-size: 1.125rem; line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--red); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1; letter-spacing: .005em; margin: 0 0 .5em; color: var(--ink); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.fs-skip { position: absolute; left: -999px; top: 0; background: var(--gold); color: var(--ink); padding: .6rem 1rem; z-index: 100; font-family: var(--display); font-weight: 800; }
.fs-skip:focus { left: 1rem; }
.fs-wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.fs-section { padding-block: clamp(2.5rem, 5vw, 4rem); }
.fs-section + .fs-section { padding-top: 0; }
.fs-band + .fs-section, .fs-hero + .fs-section { padding-top: clamp(2.5rem, 5vw, 4rem); }

/* ---------- Ring ropes (signature stripe) ---------- */
.fs-ropes { display: grid; gap: 3px; background: var(--ink); padding-block: 4px; }
.fs-ropes span { display: block; height: 3px; }
.fs-ropes span:nth-child(1) { background: var(--red); }
.fs-ropes span:nth-child(2) { background: #f4f4f4; }
.fs-ropes span:nth-child(3) { background: var(--blue); }

/* ---------- Header ---------- */
.fs-header { background: var(--ink); color: #fff; position: relative; z-index: 20; }
.fs-header__bar { display: flex; align-items: center; gap: .5rem; min-height: 68px; }
.fs-logo { display: inline-flex; align-items: center; gap: .6rem; color: #fff; text-decoration: none; margin-right: auto; }
.fs-logo:hover { color: #fff; }
.fs-logo img { max-height: 48px; width: auto; }
.fs-logo__mark { width: 40px; height: 40px; flex-shrink: 0; }
.fs-logo__text { font-family: var(--display); font-weight: 900; font-size: 1.7rem; line-height: 1; letter-spacing: .01em; }
.fs-logo__small { font-weight: 600; color: var(--gold); }
.fs-icon-btn { background: none; border: 0; color: #fff; width: 44px; height: 44px; display: grid; place-items: center; cursor: pointer; border-radius: var(--r); }
.fs-icon-btn:hover { background: var(--ink-2); }
.fs-menu-toggle { display: none; }

.fs-nav { border-top: 1px solid var(--ink-2); }
.fs-nav__list { list-style: none; margin: 0 -.55rem; padding: 0; display: flex; gap: 0; overflow-x: auto; scrollbar-width: none; }
.fs-nav__list::-webkit-scrollbar { display: none; }
.fs-nav__list a { display: block; white-space: nowrap; padding: .75rem .55rem; color: #d9dbe2; text-decoration: none; font-family: var(--display); font-weight: 700; font-size: 1rem; letter-spacing: .02em; border-bottom: 3px solid transparent; }
.fs-nav__list a:hover, .fs-nav__list .current-menu-item a, .fs-nav__list .current-cat a { color: #fff; border-bottom-color: var(--red); }
.fs-nav__shop a, .fs-nav__list li:last-child a[href*="gear-shop"] { color: var(--gold); }
.fs-search { background: var(--ink-2); padding-block: 1rem; }

/* ---------- Search form ---------- */
.fs-searchform { display: flex; max-width: 36rem; background: #fff; border-radius: var(--r); overflow: hidden; border: 2px solid var(--ink); }
.fs-searchform input { flex: 1; min-width: 0; border: 0; padding: .8rem 1rem; font: inherit; font-size: 1rem; color: var(--ink); background: transparent; }
.fs-searchform input:focus { outline: none; }
.fs-searchform:focus-within { outline: 3px solid var(--gold); outline-offset: 2px; }
.fs-searchform button { border: 0; background: var(--red); color: #fff; font-family: var(--display); font-weight: 800; font-size: 1.1rem; padding: 0 1.3rem; cursor: pointer; }
.fs-searchform button:hover { background: var(--red-dk); }

/* ---------- Hero: fight-poster billing ---------- */
.fs-hero { background: var(--ink); color: #fff; padding-block: clamp(2.5rem, 6vw, 5rem) clamp(3rem, 6vw, 5.5rem); overflow: hidden; }
.fs-hero__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.fs-hero__title { color: #fff; font-weight: 900; font-size: clamp(3rem, 7.2vw, 5.8rem); line-height: .9; margin: 0 0 1.25rem; max-width: 13ch; text-wrap: balance; }
.fs-hero__sub { color: #c9ccd5; font-size: 1.2rem; max-width: 34rem; margin: 0 0 1.75rem; }
.fs-hero__search .fs-searchform { border-color: #fff; }
.fs-billing { list-style: none; margin: 0; padding: 1.5rem 0 1.5rem 1.75rem; border-left: 4px solid var(--red); display: grid; gap: .35rem; }
.fs-billing a { text-decoration: none; font-family: var(--display); font-weight: 900; line-height: .92; display: inline-block; color: #8e93a1; transition: color .15s; }
.fs-billing a:hover { color: var(--red); }
.fs-billing__item--0 a { color: #fff; font-size: clamp(3.2rem, 7vw, 5.6rem); }
.fs-billing__item--1 a { color: var(--gold); font-size: clamp(2.5rem, 5.2vw, 4.2rem); }
.fs-billing__item--2 a { color: #e2e4ea; font-size: clamp(2rem, 4vw, 3.1rem); }
.fs-billing__item--3 a, .fs-billing__item--4 a, .fs-billing__item--5 a { font-size: clamp(1.4rem, 2.6vw, 2rem); font-weight: 800; }
.fs-billing__item--3, .fs-billing__item--4, .fs-billing__item--5 { display: inline; }

/* ---------- Section heads ---------- */
.fs-section__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; border-bottom: 3px solid var(--ink); padding-bottom: .6rem; }
.fs-section__title { font-size: clamp(1.9rem, 3.4vw, 2.6rem); font-weight: 900; margin: 0; }
.fs-section__more { font-family: var(--display); font-weight: 800; font-size: 1.15rem; color: var(--red); text-decoration: none; white-space: nowrap; }
.fs-section__more:hover { text-decoration: underline; }
.fs-band { background: var(--paper); border-block: 1px solid var(--line); }
.fs-empty { font-size: 1.15rem; color: var(--muted); max-width: var(--measure); }

/* ---------- Featured guide ---------- */
.fs-feature { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.fs-feature__cover .fs-cover { aspect-ratio: 4 / 3; }
.fs-feature__title { font-size: clamp(2.1rem, 4vw, 3.2rem); font-weight: 900; margin: .4rem 0 .8rem; }
.fs-feature__title a { color: var(--ink); text-decoration: none; }
.fs-feature__title a:hover { color: var(--red); }
.fs-feature__excerpt { color: var(--muted); margin: 0 0 1.2rem; }
.fs-feature__picks { list-style: none; counter-reset: fp; margin: 0 0 1.5rem; padding: 0; border-top: 1px solid var(--line); }
.fs-feature__picks li { counter-increment: fp; display: flex; align-items: baseline; gap: .75rem; padding: .6rem 0; border-bottom: 1px solid var(--line); }
.fs-feature__picks li::before { content: counter(fp); font-family: var(--display); font-weight: 900; font-size: 1.6rem; color: var(--gold); width: 1.4rem; }
.fs-feature__pname { font-weight: 600; }
.fs-feature__pbadge { margin-left: auto; font-family: var(--display); font-weight: 700; font-size: .95rem; color: var(--muted); white-space: nowrap; }
.fs-btn-ghost { display: inline-block; font-family: var(--display); font-weight: 800; font-size: 1.15rem; color: var(--ink); border: 2px solid var(--ink); padding: .55rem 1.2rem; text-decoration: none; border-radius: var(--r); }
.fs-btn-ghost:hover { background: var(--ink); color: #fff; }

/* ---------- Type labels (colour = article type) ---------- */
.fs-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .75rem; margin: 0; font-family: var(--display); font-weight: 700; font-size: 1rem; }
.fs-type { display: inline-block; padding: .12rem .55rem; border-radius: 2px; color: #fff; background: var(--ink); font-weight: 800; }
.fs-type--top-10 { background: var(--gold); color: var(--ink); }
.fs-type--how-to { background: var(--blue); }
.fs-type--comparison { background: linear-gradient(90deg, var(--red) 50%, var(--blue) 50%); }
.fs-type--guide { background: var(--red); }
.fs-card__cat { color: var(--muted); }

/* ---------- Typographic covers ---------- */
.fs-cover { position: relative; aspect-ratio: 16 / 9; background: var(--ink); color: #fff; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 1rem 1.1rem 1.4rem; }
.fs-cover--img { padding: 0; background: var(--ink-2); }
.fs-cover--img img { width: 100%; height: 100%; object-fit: cover; }
.fs-cover__big { position: absolute; right: -.08em; top: -.22em; font-family: var(--display); font-weight: 900; font-size: clamp(7rem, 16vw, 11rem); line-height: 1; color: var(--gold); opacity: .95; }
.fs-cover__cat { position: relative; font-family: var(--display); font-weight: 700; font-size: 1rem; color: #c9ccd5; }
.fs-cover__title { position: relative; font-family: var(--display); font-weight: 900; font-size: clamp(1.45rem, 2.4vw, 1.9rem); line-height: .98; max-width: 85%; margin-top: .2rem; }
.fs-cover__ropes { position: absolute; left: 0; right: 0; bottom: 0; height: 13px; background: linear-gradient(var(--red) 0 3px, transparent 3px 5px, #f4f4f4 5px 8px, transparent 8px 10px, var(--blue) 10px 13px); }
.fs-cover--how-to { background: var(--blue-dk); }
.fs-cover--how-to .fs-cover__big { color: #fff; opacity: .16; font-size: clamp(6rem, 13vw, 9rem); top: -.1em; }
.fs-cover--comparison { background: linear-gradient(115deg, var(--red-dk) 0 50%, var(--blue-dk) 50% 100%); }
.fs-cover--comparison .fs-cover__big { color: #fff; opacity: .9; right: 50%; transform: translateX(50%); top: -.12em; }
.fs-cover--guide { background: var(--red-dk); }
.fs-feature .fs-cover__big { font-size: clamp(10rem, 22vw, 17rem); }

/* ---------- Cards ---------- */
.fs-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 1.5rem; }
.fs-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.fs-card__link { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; }
.fs-card__link:hover .fs-card__title { color: var(--red); }
.fs-card__body { padding: 1rem 1.1rem 1.25rem; display: grid; gap: .5rem; }
.fs-card__title { font-size: 1.55rem; font-weight: 800; margin: 0; line-height: 1.02; }
.fs-card__excerpt { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.5; }

/* ---------- Disciplines ---------- */
.fs-disciplines { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; }
.fs-disc { display: grid; gap: .35rem; height: 100%; padding: 1.1rem 1.2rem 1.1rem 1.35rem; background: var(--paper); border: 1px solid var(--line); border-left: 5px solid var(--ink); text-decoration: none; color: var(--ink); border-radius: var(--r); }
.fs-disc:hover { border-left-color: var(--red); }
.fs-disc:hover .fs-disc__name { color: var(--red); }
.fs-disc__name { font-family: var(--display); font-weight: 900; font-size: 1.8rem; line-height: 1; }
.fs-disc__desc { font-size: .98rem; color: var(--muted); line-height: 1.45; }
.fs-disc__count { font-family: var(--display); font-weight: 700; font-size: 1rem; color: var(--blue); margin-top: auto; }

/* ---------- Promise ---------- */
.fs-promise__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; border-top: 3px solid var(--ink); padding-top: 1.25rem; margin-top: 1rem; }
.fs-promise__cols p { margin: 0; }

/* ---------- Hub head ---------- */
.fs-hub-head { background: var(--ink); color: #fff; padding-top: 2rem; }
.fs-hub-head .fs-wrap { padding-bottom: 2rem; }
.fs-hub-head__title { color: #fff; font-weight: 900; font-size: clamp(3rem, 8vw, 6rem); line-height: .9; margin: .6rem 0 .8rem; }
.fs-hub-head__desc { color: #c9ccd5; max-width: 40rem; font-size: 1.2rem; }
.fs-hub-head__desc p { margin: 0; }
.fs-chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.fs-chip { font-family: var(--display); font-weight: 800; font-size: 1.05rem; padding: .35rem .9rem; border: 2px solid #5a5f6d; color: #e2e4ea; text-decoration: none; border-radius: 99px; }
.fs-chip:hover { border-color: #fff; color: #fff; }
.fs-chip.is-active { background: #fff; border-color: #fff; color: var(--ink); }
.fs-crumbs { font-family: var(--display); font-weight: 700; font-size: 1rem; display: flex; flex-wrap: wrap; gap: .45rem; color: var(--muted); }
.fs-crumbs a { color: inherit; text-decoration: none; }
.fs-crumbs a:hover { color: var(--red); }
.fs-hub-head .fs-crumbs, .fs-hub-head .fs-crumbs a { color: #a4a8b4; }

/* ---------- Pages ---------- */
.fs-page-head { margin-bottom: 2rem; }
.fs-page-title { font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 900; }
.fs-page { max-width: var(--measure); }
.fs-page-search { margin-top: 1.5rem; }
.fs-404 { text-align: left; max-width: var(--measure); }
.fs-404__big { font-family: var(--display); font-weight: 900; font-size: clamp(7rem, 20vw, 12rem); line-height: .8; color: var(--red); margin: 0 0 1rem; }
.fs-pager { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 2.5rem; font-family: var(--display); font-weight: 800; font-size: 1.1rem; }
.fs-pager .page-numbers { padding: .45rem .85rem; border: 2px solid var(--ink); color: var(--ink); text-decoration: none; border-radius: var(--r); }
.fs-pager .current, .fs-pager a:hover { background: var(--ink); color: #fff; }

/* ---------- Article ---------- */
.fs-article__head { background: var(--paper); border-bottom: 1px solid var(--line); padding-block: 1.75rem 2.25rem; }
.fs-article__head .fs-card__meta { margin-top: 1rem; }
.fs-article__title { font-size: clamp(2.5rem, 5.6vw, 4.4rem); font-weight: 900; line-height: .95; max-width: 20ch; margin: .6rem 0 .8rem; }
.fs-article__dek { font-size: 1.25rem; color: var(--muted); max-width: var(--measure); margin: 0 0 1rem; }
.fs-article__byline { margin: 0; font-size: .98rem; color: var(--muted); }
.fs-article__byline a { color: var(--ink); font-weight: 600; }
.fs-article__layout { display: grid; grid-template-columns: minmax(0, var(--measure)) 300px; gap: clamp(2rem, 5vw, 4rem); padding-block: 2.25rem 3rem; justify-content: space-between; }
.fs-rail__inner { position: sticky; top: 1.25rem; display: grid; gap: 1.25rem; }
.fs-rail__box { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 1rem 1.1rem; }
.fs-rail__title { font-family: var(--display); font-weight: 900; font-size: 1.35rem; margin: 0 0 .6rem; }
.fs-rail__picks { border-top: 4px solid var(--gold); }
.fs-rail__picks ol { list-style: none; counter-reset: rp; margin: 0; padding: 0; display: grid; gap: .9rem; }
.fs-rail__picks li { counter-increment: rp; display: grid; gap: .3rem; padding-left: 2rem; position: relative; }
.fs-rail__picks li::before { content: counter(rp); position: absolute; left: 0; top: -.1rem; font-family: var(--display); font-weight: 900; font-size: 1.6rem; color: var(--gold); }
.fs-rail__pname { font-weight: 600; color: var(--ink); text-decoration: none; line-height: 1.3; font-size: 1rem; }
.fs-rail__badge { font-family: var(--display); font-weight: 700; font-size: .95rem; color: var(--muted); }
.fs-toc ol { margin: 0; padding-left: 1.2rem; display: grid; gap: .35rem; font-size: .98rem; line-height: 1.35; }
.fs-toc a { color: var(--ink); text-decoration: none; }
.fs-toc a:hover, .fs-toc a.is-current { color: var(--red); }
.fs-toc a.is-current { font-weight: 600; }
.fs-toc--inline { display: none; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: .8rem 1rem; margin-bottom: 1.5rem; }
.fs-toc--inline summary { font-family: var(--display); font-weight: 900; font-size: 1.3rem; cursor: pointer; }
.fs-toc--inline ol { margin-top: .75rem; }

/* ---------- Prose ---------- */
.fs-prose > * { margin-top: 0; margin-bottom: 1.15rem; }
.fs-prose h2 { font-size: clamp(2rem, 3.6vw, 2.5rem); font-weight: 900; margin: 2.75rem 0 1rem; scroll-margin-top: 1rem; }
.fs-prose h3 { font-size: 1.6rem; font-weight: 800; margin: 2rem 0 .6rem; }
.fs-prose ul, .fs-prose ol { padding-left: 1.3rem; }
.fs-prose li { margin-bottom: .4rem; }
.fs-prose blockquote { margin-inline: 0; padding-left: 1.2rem; border-left: 4px solid var(--gold); font-style: italic; }
.fs-prose img { border-radius: var(--r); }
.tfs-disclosure { font-size: .92rem; color: var(--muted); border-bottom: 1px solid var(--line); padding-bottom: .9rem; }
.tfs-inline-amz { color: var(--red); font-weight: 600; }

/* ---------- Quick answer ---------- */
.tfs-answer { position: relative; background: var(--paper); border: 2px solid var(--ink); border-radius: var(--r); padding: 1.6rem 1.35rem 1.1rem; margin: 1.75rem 0 2rem; }
.tfs-answer__label { position: absolute; top: -.85rem; left: 1rem; margin: 0; background: var(--ink); color: #fff; font-family: var(--display); font-weight: 800; font-size: 1.05rem; padding: .1rem .7rem; border-radius: 2px; }
.tfs-answer__text p { margin: 0 0 .6rem; font-size: 1.15rem; }
.tfs-answer__text p:last-child { margin-bottom: 0; }

/* ---------- Buttons ---------- */
.tfs-btn { display: inline-flex; align-items: center; gap: .55rem; background: var(--red); color: #fff; font-family: var(--display); font-weight: 800; font-size: 1.2rem; line-height: 1; padding: .8rem 1.2rem .78rem; border-radius: var(--r); text-decoration: none; border-bottom: 3px solid var(--red-dk); }
.tfs-btn:hover { background: var(--red-dk); color: #fff; }
.tfs-btn__icon { width: .55em; height: .55em; border-top: 2.5px solid currentColor; border-right: 2.5px solid currentColor; transform: rotate(45deg); margin-left: -.1em; }
.tfs-btn--small { font-size: 1.02rem; padding: .55rem .85rem .53rem; justify-self: start; }
.tfs-btn--red { background: var(--red); border-bottom-color: var(--red-dk); }
.tfs-btn--blue { background: var(--blue); border-bottom-color: var(--blue-dk); }
.tfs-btn--blue:hover { background: var(--blue-dk); }
.tfs-btn-row { margin: 1.5rem 0; }

/* ---------- Product pick cards ---------- */
.tfs-pick { display: grid; grid-template-columns: 4.5rem 1fr; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); margin: 1.5rem 0; scroll-margin-top: 1rem; overflow: hidden; }
.tfs-pick__rank { background: var(--ink); color: #fff; font-family: var(--display); font-weight: 900; font-size: 3rem; line-height: 1; display: flex; justify-content: center; padding-top: 1.1rem; }
.tfs-pick--top { border: 2px solid var(--gold); }
.tfs-pick--top .tfs-pick__rank { background: var(--gold); color: var(--ink); }
.tfs-pick__body { padding: 1.1rem 1.3rem 1.35rem; min-width: 0; }
.tfs-pick__badge { display: inline-block; margin: 0 0 .5rem; font-family: var(--display); font-weight: 800; font-size: 1rem; padding: .1rem .55rem; border-radius: 2px; background: var(--gold-lt); color: #6d500b; }
.fs-prose .tfs-pick__name, .tfs-pick__name { font-size: 1.75rem; font-weight: 900; margin: 0 0 .4rem; }
.tfs-pick__name a { color: var(--ink); text-decoration: none; }
.tfs-pick__name a:hover { color: var(--red); }
.tfs-pick__for { margin: 0 0 .6rem; font-size: 1rem; color: var(--muted); }
.tfs-pick__for strong { color: var(--ink); }
.tfs-pick__summary p { margin: 0 0 .75rem; }
.tfs-pick__specs { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0 0 1rem; }
.tfs-pick__specs div { display: flex; gap: .35rem; background: var(--canvas); border-radius: 2px; padding: .25rem .6rem; font-size: .92rem; }
.tfs-pick__specs dt { font-weight: 600; }
.tfs-pick__specs dt::after { content: ":"; }
.tfs-pick__specs dd { margin: 0; color: var(--muted); }
.tfs-pick__pc { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.1rem; font-size: 1rem; }
.tfs-pc__title { font-family: var(--display); font-weight: 800; font-size: 1.15rem; margin: 0 0 .3rem; }
.tfs-pick__pc ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .3rem; }
.tfs-pick__pc li { padding-left: 1.3rem; position: relative; line-height: 1.4; }
.tfs-pros li::before { content: ""; position: absolute; left: .1rem; top: .35em; width: .45rem; height: .75rem; border-right: 2.5px solid #1f7a3d; border-bottom: 2.5px solid #1f7a3d; transform: rotate(45deg); }
.tfs-cons li::before { content: ""; position: absolute; left: 0; top: .62em; width: .75rem; height: 2.5px; background: var(--red); }

/* ---------- Tables ---------- */
.tfs-table-wrap { overflow-x: auto; margin: 1.5rem 0 2rem; border: 1px solid var(--line); border-radius: var(--r); background: var(--paper); }
.tfs-table, .tfs-vs__table { width: 100%; border-collapse: collapse; font-size: 1rem; }
.tfs-table th { font-family: var(--display); font-weight: 800; font-size: 1.05rem; text-align: left; background: var(--ink); color: #fff; padding: .65rem .8rem; }
.tfs-table td { padding: .7rem .8rem; border-top: 1px solid var(--line); vertical-align: middle; }
.tfs-table tr:nth-child(even) td { background: #f8f9fa; }
.tfs-table__rank { font-family: var(--display); font-weight: 900; font-size: 1.5rem; color: var(--gold); width: 2.5rem; }
.tfs-table td a:not(.tfs-btn) { color: var(--ink); font-weight: 600; }
.tfs-table__badge { display: block; font-family: var(--display); font-weight: 700; font-size: .92rem; color: var(--muted); }
.tfs-table .tfs-btn { white-space: nowrap; }

/* ---------- What you'll need ---------- */
.tfs-needs { background: var(--paper); border: 1px solid var(--line); border-top: 4px solid var(--blue); border-radius: var(--r); padding: 1rem 1.2rem; margin: 1.5rem 0 2rem; }
.tfs-needs__title { font-family: var(--display); font-weight: 900; font-size: 1.4rem; margin: 0 0 .5rem; }
.tfs-needs ul { list-style: none; margin: 0; padding: 0; }
.tfs-needs li { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .5rem 0; border-top: 1px solid var(--line); }
.tfs-needs li:first-child { border-top: 0; }
.tfs-needs a { font-family: var(--display); font-weight: 800; color: var(--red); white-space: nowrap; text-decoration: none; }
.tfs-needs a:hover { text-decoration: underline; }

/* ---------- Steps (a real sequence, so numbered) ---------- */
.tfs-steps { list-style: none; counter-reset: st; margin: 1.5rem 0 2rem; padding: 0; }
.tfs-step { counter-increment: st; position: relative; padding: 0 0 1.5rem 4.25rem; scroll-margin-top: 1rem; }
.tfs-step::before { content: counter(st); position: absolute; left: 0; top: -.15rem; width: 3rem; height: 3rem; display: grid; place-items: center; background: var(--blue); color: #fff; font-family: var(--display); font-weight: 900; font-size: 1.75rem; border-radius: 50%; }
.tfs-step:not(:last-child)::after { content: ""; position: absolute; left: 1.45rem; top: 3.1rem; bottom: .3rem; width: 2px; background: var(--line); }
.tfs-step__name { font-size: 1.5rem !important; margin: .2rem 0 .4rem !important; }
.tfs-step__text p { margin: 0 0 .6rem; }

/* ---------- FAQ ---------- */
.tfs-faq { border-top: 3px solid var(--ink); margin: 1rem 0 2rem; }
.tfs-q { border-bottom: 1px solid var(--line); }
.tfs-q summary { list-style: none; cursor: pointer; padding: 1rem 2.5rem 1rem 0; position: relative; font-family: var(--display); font-weight: 800; font-size: 1.35rem; line-height: 1.15; }
.tfs-q summary::-webkit-details-marker { display: none; }
.tfs-q summary::after { content: ""; position: absolute; right: .5rem; top: 1.15rem; width: .7rem; height: .7rem; border-right: 3px solid var(--red); border-bottom: 3px solid var(--red); transform: rotate(45deg); transition: transform .2s; }
.tfs-q[open] summary::after { transform: rotate(225deg); top: 1.45rem; }
.tfs-q summary:hover { color: var(--red); }
.tfs-q__a { padding: 0 0 1rem; }
.tfs-q__a p { margin: 0 0 .6rem; }

/* ---------- Red corner vs blue corner ---------- */
.tfs-vs { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; margin: 1.75rem 0 2rem; }
.tfs-vs__head { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; }
.tfs-vs__corner { padding: 1.1rem 1.2rem; color: #fff; }
.tfs-vs__corner--red { background: var(--red); }
.tfs-vs__corner--blue { background: var(--blue); text-align: right; }
.tfs-vs__label { margin: 0; font-family: var(--display); font-weight: 700; font-size: 1rem; opacity: .85; }
.tfs-vs__name { margin: .15rem 0 0; font-family: var(--display); font-weight: 900; font-size: clamp(1.5rem, 3vw, 2.1rem); line-height: 1; }
.tfs-vs__v { display: grid; place-items: center; background: var(--ink); color: var(--gold); font-family: var(--display); font-weight: 900; font-size: 1.8rem; padding: 0 .9rem; }
.tfs-vs__table td, .tfs-vs__table th { padding: .7rem 1rem; border-top: 1px solid var(--line); width: 40%; }
.tfs-vs__table th { width: 20%; text-align: center; font-family: var(--display); font-weight: 800; font-size: 1.05rem; background: var(--canvas); }
.tfs-vs__table td:last-child { text-align: right; }
.tfs-vs .tfs-table-wrap { margin: 0; border: 0; border-radius: 0; }
.tfs-vs__verdict { padding: 1rem 1.2rem 0; border-top: 1px solid var(--line); }
.tfs-vs__ctas { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem; padding: 1rem 1.2rem 1.2rem; }

/* ---------- Pick grid (hubs, homepage, gear shop) ---------- */
.tfs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; }
.tfs-grid__item { display: grid; gap: .45rem; align-content: start; background: var(--paper); border: 1px solid var(--line); border-top: 4px solid var(--gold); border-radius: var(--r); padding: 1rem 1.1rem 1.2rem; }
.fs-band .tfs-grid__item { background: var(--canvas); }
.tfs-grid__badge { margin: 0; font-family: var(--display); font-weight: 700; font-size: 1rem; color: var(--muted); }
.tfs-grid__badge a { color: var(--blue); text-decoration: none; }
.tfs-grid__badge a:hover { text-decoration: underline; }
.tfs-grid__name { margin: 0; font-family: var(--display); font-weight: 900; font-size: 1.5rem; line-height: 1.02; }
.tfs-grid__for { margin: 0 0 .4rem; font-size: .98rem; color: var(--muted); line-height: 1.4; }
.tfs-shop-section { margin-bottom: 2.5rem; }
.fs-page .tfs-shop-section h2 { font-size: 2.2rem; font-weight: 900; border-bottom: 3px solid var(--ink); padding-bottom: .4rem; }
.page-template-default .fs-page:has(.tfs-shop-section) { max-width: none; }

/* ---------- Author box ---------- */
.fs-author { display: flex; gap: 1rem; align-items: flex-start; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 1.2rem; margin-top: 3rem; }
.fs-author__img { border-radius: 50%; flex-shrink: 0; }
.fs-author__name { font-family: var(--display); font-weight: 900; font-size: 1.4rem; margin: 0 0 .25rem; }
.fs-author__bio { margin: 0; font-size: 1rem; color: var(--muted); }

/* ---------- Footer ---------- */
.fs-footer { background: var(--ink); color: #c9ccd5; margin-top: 2rem; font-size: 1rem; }
.fs-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-block: 3rem 2rem; }
.fs-footer__name { font-family: var(--display); font-weight: 900; font-size: 2rem; color: #fff; margin: 0 0 .5rem; line-height: 1; }
.fs-footer__title { font-family: var(--display); font-weight: 900; font-size: 1.35rem; color: #fff; margin: 0 0 .6rem; }
.fs-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .35rem; }
.fs-footer a { color: #c9ccd5; text-decoration: none; }
.fs-footer a:hover { color: var(--gold); }
.fs-footer__disclosure { color: #8e93a1; font-size: .92rem; }
.fs-footer__legal { border-top: 1px solid var(--ink-2); padding-block: 1.2rem 1.6rem; font-size: .9rem; color: #8e93a1; }
.fs-footer__legal p { margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
	.fs-article__layout { grid-template-columns: minmax(0, 1fr); }
	.fs-rail { display: none; }
	.fs-toc--inline { display: block; }
	.fs-feature { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
	.fs-hero__grid { grid-template-columns: 1fr; }
	.fs-billing { padding-block: .5rem; }
	.fs-promise__cols { grid-template-columns: 1fr; gap: 1rem; }
	.fs-footer__grid { grid-template-columns: 1fr 1fr; }
	.fs-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
	body { font-size: 1.07rem; }
	.fs-wrap { width: min(100% - 2rem, var(--wrap)); }
	.fs-logo__text { font-size: 1.4rem; }
	.tfs-pick { grid-template-columns: 1fr; }
	.tfs-pick__rank { justify-content: flex-start; padding: .5rem 1.1rem; font-size: 2rem; }
	.tfs-pick__pc { grid-template-columns: 1fr; }
	.tfs-vs__head { grid-template-columns: 1fr; }
	.tfs-vs__corner--blue { text-align: left; }
	.tfs-vs__v { padding: .3rem; font-size: 1.3rem; }
	.tfs-step { padding-left: 3.4rem; }
	.tfs-step::before { width: 2.5rem; height: 2.5rem; font-size: 1.4rem; }
	.tfs-step:not(:last-child)::after { left: 1.2rem; top: 2.6rem; }
	.fs-footer__grid { grid-template-columns: 1fr; }
	.fs-cards { grid-template-columns: 1fr; }
	.tfs-table th:nth-child(3), .tfs-table td:nth-child(3) { display: none; }
}

/* Cover without repeated title on cards */
.fs-cover__big--word { font-size: clamp(4rem, 9vw, 6rem); top: auto; bottom: .9rem; right: .6rem; color: #fff; opacity: .14; }
.fs-cover__cat { font-size: 1.35rem; font-weight: 900; color: #fff; }
.fs-cover { min-height: 150px; }
.fs-feature .fs-cover__big { top: .02em; right: .04em; }

/* ---------- Photos (v1.1) ---------- */
.fs-hero--photo, .fs-hub-head--photo { position: relative; isolation: isolate; }
.fs-hero__img, .fs-hub-head__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.fs-hero--photo::before, .fs-hub-head--photo::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(20, 22, 27, .95) 0%, rgba(20, 22, 27, .82) 48%, rgba(20, 22, 27, .62) 100%); }
.fs-hub-head--photo { padding-top: 3rem; }
.fs-hub-head--photo .fs-wrap { padding-bottom: 3.5rem; }
.fs-credit { margin: 0; font-family: var(--serif); font-size: .78rem; color: var(--muted); }
.fs-credit a { color: inherit; }
.fs-credit--hero { position: absolute; right: 1rem; bottom: .6rem; color: rgba(255, 255, 255, .6); }
.fs-hub-head--photo .fs-credit--hero { bottom: 1.6rem; }
.fs-article__photo { margin: 0 0 1.75rem; }
.fs-article__photo img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--r); }
.fs-article__photo figcaption { margin-top: .4rem; }
.fs-disc--photo { padding: 0 1.2rem 1.1rem 1.35rem; }
.fs-disc__img { display: block; margin: 0 -1.2rem .6rem -1.35rem; aspect-ratio: 16 / 7; overflow: hidden; background: var(--ink); }
.fs-disc__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.fs-disc--photo:hover .fs-disc__img img { transform: scale(1.04); }
.fs-disc--photo { overflow: hidden; }
.fs-card .fs-cover--img img { transition: transform .3s; }
.fs-card:hover .fs-cover--img img { transform: scale(1.04); }
.fs-disc { display: flex; flex-direction: column; }
.fs-disc__desc { margin: .35rem 0 .6rem; }

/* ---------- Product media: Amazon photos or gear illustrations (v1.3) ---------- */
.tfs-pick { grid-template-columns: 4.5rem 10rem 1fr; }
.tfs-pick__media { padding: 1.1rem 0 1.1rem 1.1rem; }
.tfs-media { display: grid; place-items: center; background: var(--canvas); border-radius: var(--r); overflow: hidden; }
.tfs-media--card { width: 100%; aspect-ratio: 1; }
.tfs-media--photo { background: #fff; border: 1px solid var(--line); }
.tfs-media--photo img { width: 100%; height: 100%; object-fit: contain; padding: .5rem; }
.tfs-media--icon .tfs-gear { width: 62%; height: 62%; color: var(--ink); }
.tfs-pick--top .tfs-media--icon { background: var(--gold-lt); }
.tfs-pick--top .tfs-media--icon .tfs-gear { color: var(--gold); }
.tfs-media--thumb { width: 44px; height: 44px; flex-shrink: 0; }
.tfs-media--thumb.tfs-media--photo img { padding: 2px; }
.tfs-table__prod { display: flex; align-items: center; gap: .7rem; }
.tfs-media--grid { width: 100%; aspect-ratio: 4 / 3; margin-bottom: .4rem; }
.fs-band .tfs-media--grid.tfs-media--icon { background: #fff; }
.tfs-media--grid .tfs-gear { width: 45%; height: 45%; }
.tfs-grid__media { margin: -.2rem 0 0; }
@media (max-width: 560px) {
	.tfs-pick { grid-template-columns: 1fr; }
	.tfs-pick__media { padding: 1rem 1.1rem 0; }
	.tfs-media--card { aspect-ratio: 16 / 10; }
	.tfs-media--card.tfs-media--icon .tfs-gear { width: 34%; height: 60%; }
}
