/* Taper Fade Editorial — main stylesheet */

:root {
  --tf-bg: #f8f4ee;
  --tf-text: #1c1a17;
  --tf-muted: #726c62;
  --tf-muted-light: #918a7d;
  --tf-accent: #8a6a4d;
  --tf-accent-light: #c9a988;
  --tf-border: #e2dacb;
  --tf-border-light: #e7dfd0;
  --tf-card: #fff;
  --tf-section: #efe8db;
  --tf-placeholder: #e8dfd0;
  --tf-dark: #1c1a17;
  --tf-dark-footer: #211f1b;
  --tf-dark-muted: #c4bcae;
  --tf-container: 1240px;
  --tf-radius: 18px;
  --tf-radius-sm: 12px;
  --tf-font-heading: 'Archivo', system-ui, sans-serif;
  --tf-font-body: 'Public Sans', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

body {
  margin: 0;
  font-family: var(--tf-font-body);
  background: var(--tf-bg);
  color: var(--tf-text);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
a:hover, a:focus-visible { color: var(--tf-accent); }

img { max-width: 100%; height: auto; display: block; }

::selection { background: var(--tf-dark); color: var(--tf-bg); }

.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0;
  position: absolute; width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: var(--tf-bg); clip: auto !important; clip-path: none;
  color: var(--tf-text); display: block; font-size: 14px; height: auto;
  left: 8px; line-height: normal; padding: 12px 16px; top: 8px;
  width: auto; z-index: 100000;
}

.skip-link:focus { position: fixed; z-index: 100001; }

.tf-container {
  max-width: var(--tf-container);
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.tf-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(248,244,238,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--tf-border);
}
.tf-header__inner {
  max-width: var(--tf-container); margin: 0 auto; padding: 0 24px;
  height: 72px; display: flex; align-items: center; gap: 28px;
}
.tf-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.tf-logo__mark {
  width: 30px; height: 30px; border-radius: 8px; background: var(--tf-dark);
  display: flex; align-items: center; justify-content: center;
  color: var(--tf-bg); font-family: var(--tf-font-heading); font-weight: 900; font-size: 18px;
}
.tf-logo__text {
  font-family: var(--tf-font-heading); font-weight: 800; font-size: 19px; letter-spacing: -0.02em;
}
.tf-logo__accent { color: var(--tf-accent); }
.tf-logo img { max-height: 40px; width: auto; }

.tf-nav { display: flex; align-items: center; gap: 22px; margin-left: 8px; }
.tf-nav__list { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.tf-nav__link {
  font-size: 14px; font-weight: 600; color: #33302b; white-space: nowrap; padding: 6px 0;
}
.tf-nav__link:hover, .tf-nav__link:focus-visible { color: var(--tf-accent); }

.tf-nav__item { position: relative; }
.tf-nav__item.menu-item-has-children > .tf-nav__link { padding-right: 14px; }
.tf-nav__item.menu-item-has-children > .tf-nav__link::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  transform: translateY(-30%);
  opacity: 0.7;
}
.tf-nav .tf-nav__submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 180px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: var(--tf-bg);
  border: 1px solid #e5e0d8;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(28, 26, 23, 0.12);
  display: none;
  z-index: 40;
}
.tf-nav__item:hover > .tf-nav__submenu,
.tf-nav__item:focus-within > .tf-nav__submenu { display: block; }
.tf-nav .tf-nav__submenu .tf-nav__link {
  display: block;
  padding: 10px 18px;
  white-space: nowrap;
}
.tf-cat-card__count {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--tf-accent);
}

.tf-header__actions { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.tf-icon-btn {
  width: 40px; height: 40px; border: none; background: transparent; border-radius: 10px;
  cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--tf-text);
}
.tf-icon-btn:hover, .tf-icon-btn:focus-visible { background: #eae6df; outline: 2px solid var(--tf-accent); outline-offset: 2px; }
.tf-burger { display: none; }

/* Mobile menu */
.tf-mobile-menu {
  position: fixed; inset: 0; z-index: 60; background: rgba(28,26,23,0.4);
  display: none;
}
.tf-mobile-menu.is-open { display: block; }
.tf-mobile-menu__panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(84vw, 340px);
  background: var(--tf-bg); padding: 22px; display: flex; flex-direction: column; gap: 4px;
  overflow-y: auto; animation: tfFadeUp 0.2s ease;
}
.tf-mobile-menu__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.tf-mobile-menu__title { font-family: var(--tf-font-heading); font-weight: 800; font-size: 18px; }
.tf-mobile-menu__link {
  padding: 14px 12px; font-family: var(--tf-font-heading); font-weight: 700; font-size: 17px;
  border-radius: 10px; display: block;
}
.tf-mobile-menu__list .tf-nav__submenu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 12px;
}
.tf-mobile-menu__list .tf-nav__submenu .tf-mobile-menu__link {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 12px;
}
.tf-mobile-menu__link:hover, .tf-mobile-menu__link:focus-visible { background: #eae6df; }

/* Search overlay */
.tf-search-overlay {
  position: fixed; inset: 0; z-index: 60; background: rgba(28,26,23,0.55);
  backdrop-filter: blur(4px); padding-top: 14vh; display: none; justify-content: center;
}
.tf-search-overlay.is-open { display: flex; }
.tf-search-overlay__box { width: min(92vw, 620px); }
.tf-search-form {
  background: var(--tf-bg); border-radius: 16px; padding: 8px 8px 8px 20px;
  display: flex; align-items: center; gap: 12px; box-shadow: 0 24px 60px rgba(0,0,0,0.3);
}
.tf-search-form input[type="search"] {
  flex: 1; border: none; background: transparent; outline: none;
  font-family: var(--tf-font-body); font-size: 18px; color: var(--tf-text); padding: 12px 0;
}
.tf-search-form button[type="submit"] {
  border: none; background: #eae6df; border-radius: 10px; padding: 10px 16px;
  font-family: var(--tf-font-body); font-weight: 600; cursor: pointer;
}

/* Typography */
.tf-eyebrow {
  font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--tf-accent); margin-bottom: 8px;
}
.tf-heading-1 {
  font-family: var(--tf-font-heading); font-weight: 900;
  font-size: clamp(40px, 6vw, 68px); line-height: 0.98; letter-spacing: -0.03em; margin: 0;
}
.tf-heading-2 {
  font-family: var(--tf-font-heading); font-weight: 900;
  font-size: clamp(28px, 3.6vw, 42px); letter-spacing: -0.02em; margin: 0;
}
.tf-heading-3 {
  font-family: var(--tf-font-heading); font-weight: 800; font-size: 20px;
  line-height: 1.12; letter-spacing: -0.01em; margin: 0;
}
.tf-badge {
  display: inline-block; background: var(--tf-placeholder); color: #6f5238;
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 7px 13px; border-radius: 999px;
}

/* Buttons */
.tf-btn {
  display: inline-block; font-family: var(--tf-font-heading); font-weight: 700; font-size: 15px;
  padding: 15px 26px; border-radius: var(--tf-radius-sm); border: none; cursor: pointer;
  text-align: center; transition: background 0.15s ease;
}
.tf-btn--primary { background: var(--tf-dark); color: var(--tf-bg); }
.tf-btn--primary:hover, .tf-btn--primary:focus-visible { background: #33302b; color: var(--tf-bg); }
.tf-btn--secondary {
  background: transparent; color: var(--tf-text); border: 1.5px solid #cfc6b6;
}
.tf-btn--secondary:hover, .tf-btn--secondary:focus-visible { background: var(--tf-section); }

/* Hero */
.tf-hero { padding: 56px 0 40px; }
.tf-hero__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 44px; align-items: center; }
.tf-hero__stats { display: flex; gap: 28px; margin-top: 34px; flex-wrap: wrap; }
.tf-hero__stat-num { font-family: var(--tf-font-heading); font-weight: 800; font-size: 26px; }
.tf-hero__stat-label { font-size: 13px; color: var(--tf-muted); font-weight: 600; }
.tf-hero__stat-divider { width: 1px; background: #ddd6ca; }
.tf-hero__images {
  display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: 1fr 1fr;
  gap: 14px; height: min(520px, 70vw);
}
.tf-hero__img-main {
  grid-row: 1 / span 2; position: relative; border-radius: 20px; overflow: hidden;
  background: var(--tf-placeholder);
}
.tf-hero__img-small { position: relative; border-radius: 18px; overflow: hidden; background: var(--tf-placeholder); }
.tf-hero__img-main img, .tf-hero__img-small img { width: 100%; height: 100%; object-fit: cover; }
.tf-hero__label {
  position: absolute; left: 16px; bottom: 16px; background: rgba(28,26,23,0.82);
  color: var(--tf-bg); font-size: 12px; font-weight: 700; padding: 7px 13px; border-radius: 999px;
}

/* Sections */
.tf-section { padding: 56px 0; }
.tf-section--alt { background: var(--tf-section); border-top: 1px solid var(--tf-border); border-bottom: 1px solid var(--tf-border); }
.tf-section--dark { background: var(--tf-dark); color: var(--tf-bg); }
.tf-section__header { text-align: center; margin-bottom: 34px; }
.tf-section__header--left { text-align: left; max-width: 640px; margin-bottom: 30px; }

/* Grids */
.tf-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tf-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tf-grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }

/* Cards */
.tf-card {
  display: flex; flex-direction: column; background: var(--tf-card);
  border: 1px solid var(--tf-border); border-radius: var(--tf-radius); overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tf-card:hover, .tf-card:focus-within { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(28,26,23,0.1); }
.tf-card__media { position: relative; aspect-ratio: 16/10; background: var(--tf-placeholder); overflow: hidden; }
.tf-card__media--portrait { aspect-ratio: 3/4; }
.tf-card__img { width: 100%; height: 100%; object-fit: cover; }
.tf-card__cat {
  position: absolute; left: 14px; top: 14px; background: rgba(248,244,238,0.94);
  color: #6f5238; font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; padding: 6px 11px; border-radius: 999px;
}
.tf-card__body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.tf-card__excerpt { font-size: 14px; color: var(--tf-muted); line-height: 1.5; margin-top: 8px; flex: 1; }
.tf-card__meta {
  display: flex; justify-content: space-between; align-items: center; margin-top: 16px;
  padding-top: 14px; border-top: 1px solid #eee7da; font-size: 12.5px; color: var(--tf-muted-light);
}
.tf-card__link { font-family: var(--tf-font-heading); font-weight: 700; font-size: 13px; color: var(--tf-accent); }

/* Category cards */
.tf-cat-card {
  display: flex; flex-direction: column; background: var(--tf-card);
  border: 1px solid var(--tf-border); border-radius: var(--tf-radius); overflow: hidden;
  transition: transform 0.2s ease;
}
.tf-cat-card:hover { transform: translateY(-3px); }
.tf-cat-card__media { aspect-ratio: 16/10; background: var(--tf-placeholder); overflow: hidden; }
.tf-cat-card__media img { width: 100%; height: 100%; object-fit: cover; }
.tf-cat-card__body { padding: 18px; }
.tf-cat-card__desc { font-size: 14px; color: var(--tf-muted); margin-top: 6px; line-height: 1.5; }

/* Category archive hero */
.tf-cat-hero {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center;
  padding: 48px 0 32px;
}
.tf-cat-hero__media {
  position: relative; border-radius: 22px; overflow: hidden; aspect-ratio: 4/3;
  background: var(--tf-placeholder);
}
.tf-cat-hero__media img { width: 100%; height: 100%; object-fit: cover; }

/* Comparison */
.tf-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 32px; }
.tf-comparison__panel {
  background: var(--tf-card); border: 1px solid var(--tf-border-light); border-radius: var(--tf-radius); overflow: hidden;
}
.tf-comparison__label {
  font-family: var(--tf-font-heading); font-weight: 800; font-size: 15px;
  padding: 14px 16px; border-bottom: 1px solid #eee7da;
}
.tf-comparison__img { position: relative; aspect-ratio: 4/5; background: var(--tf-placeholder); }
.tf-comparison__img img { width: 100%; height: 100%; object-fit: cover; }

/* Gallery grid */
.tf-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tf-gallery__item {
  position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 2/3;
  background: var(--tf-placeholder);
}
.tf-gallery__item img { width: 100%; height: 100%; object-fit: cover; }

/* Breadcrumbs */
.tf-breadcrumbs { font-size: 13px; color: var(--tf-muted-light); margin-bottom: 16px; }
.tf-breadcrumbs a { color: var(--tf-muted-light); }
.tf-breadcrumbs a:hover { color: var(--tf-accent); }
.tf-breadcrumbs span { margin: 0 6px; }

/* Single article */
.tf-article-hero { max-width: 1040px; margin: 30px auto 0; padding: 0 24px; }
.tf-article-hero__media {
  position: relative; border-radius: 22px; overflow: hidden; aspect-ratio: 16/9;
  background: var(--tf-placeholder);
}
.tf-article-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.tf-article-body {
  max-width: 1040px; margin: 0 auto; padding: 44px 24px;
  display: grid; grid-template-columns: 230px 1fr; gap: 44px; align-items: start;
}
.tf-article-content { min-width: 0; }
.tf-article-content h2 {
  font-family: var(--tf-font-heading); font-weight: 900; font-size: 30px;
  letter-spacing: -0.02em; scroll-margin-top: 90px; margin-top: 40px;
}
.tf-article-content h2:first-child { margin-top: 0; }
.tf-article-content p { margin-top: 14px; }
.tf-article-content img { border-radius: var(--tf-radius-sm); }
.tf-article-meta { display: flex; align-items: center; gap: 14px; margin-top: 24px; flex-wrap: wrap; }
.tf-article-meta__avatar {
  width: 44px; height: 44px; border-radius: 50%; overflow: hidden; background: var(--tf-placeholder); flex-shrink: 0;
}
.tf-article-meta__avatar img { width: 100%; height: 100%; object-fit: cover; }

/* Post nav */
.tf-post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; }
.tf-post-nav a {
  padding: 16px; background: var(--tf-card); border: 1px solid var(--tf-border); border-radius: var(--tf-radius-sm);
}
.tf-post-nav__label { font-size: 12px; color: var(--tf-muted-light); font-weight: 700; text-transform: uppercase; }

/* Newsletter */
.tf-newsletter {
  background: var(--tf-dark); border-radius: 26px; padding: 52px 40px; text-align: center;
  color: var(--tf-bg); position: relative; overflow: hidden;
}
.tf-newsletter .tf-eyebrow { color: var(--tf-accent-light); }
.tf-newsletter p { color: var(--tf-dark-muted); max-width: 480px; margin: 12px auto 0; }
.tf-newsletter__form {
  display: flex; gap: 10px; max-width: 460px; margin: 26px auto 0; flex-wrap: wrap; justify-content: center;
}
.tf-newsletter__form input[type="email"] {
  flex: 1; min-width: 200px; border: none; border-radius: var(--tf-radius-sm);
  padding: 15px 18px; font-family: var(--tf-font-body); font-size: 15px;
  background: #2e2a25; color: var(--tf-bg); outline: none;
}
.tf-newsletter__form input:focus-visible { outline: 2px solid var(--tf-accent-light); }
.tf-newsletter__msg { margin-top: 16px; font-family: var(--tf-font-heading); font-weight: 700; }
.tf-newsletter__msg.is-success { color: #a6d49a; }
.tf-newsletter__msg.is-error { color: #e88; }

/* Contact form */
.tf-contact-form { max-width: 640px; }
.tf-form-row { margin-bottom: 16px; }
.tf-form-row label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 6px; }
.tf-form-row input, .tf-form-row textarea {
  width: 100%; border: 1px solid var(--tf-border); border-radius: var(--tf-radius-sm);
  padding: 14px 16px; font-family: var(--tf-font-body); font-size: 15px; background: var(--tf-card);
}
.tf-form-row textarea { min-height: 140px; resize: vertical; }
.tf-form-row input:focus-visible, .tf-form-row textarea:focus-visible {
  outline: 2px solid var(--tf-accent); border-color: var(--tf-accent);
}
.tf-hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden; }

/* Footer */
.tf-footer { background: var(--tf-dark-footer); color: var(--tf-dark-muted); }
.tf-footer__inner { max-width: var(--tf-container); margin: 0 auto; padding: 56px 24px 30px; }
.tf-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 32px; }
.tf-footer__brand p { font-size: 14px; line-height: 1.55; margin-top: 14px; max-width: 260px; }
.tf-footer__col-title {
  font-family: var(--tf-font-heading); font-weight: 800; font-size: 14px;
  letter-spacing: 0.03em; text-transform: uppercase; color: var(--tf-bg); margin-bottom: 14px;
}
.tf-footer__links { list-style: none; margin: 0; padding: 0; }
.tf-footer__links li { margin-bottom: 8px; }
.tf-footer__links a { font-size: 14px; }
.tf-footer__links a:hover { color: var(--tf-bg); }
.tf-footer__nav { grid-column: span 4; }
.tf-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 4;
  column-gap: 32px;
}
.tf-footer__menu > li { break-inside: avoid; margin-bottom: 8px; }
.tf-footer__menu a {
  font-size: 14px;
  color: var(--tf-dark-muted);
}
.tf-footer__menu a:hover,
.tf-footer__menu a:focus-visible { color: var(--tf-bg); }
.tf-footer__bottom {
  border-top: 1px solid #2e2a25; margin-top: 40px; padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  font-size: 14px;
}
.tf-back-top {
  border: none; background: #2e2a25; color: var(--tf-bg); border-radius: 10px;
  padding: 10px 16px; cursor: pointer; font-family: var(--tf-font-body); font-weight: 600;
}

/* Pagination */
.tf-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 40px; flex-wrap: wrap; }
.tf-pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; height: 40px; padding: 0 12px; border-radius: 10px;
  background: var(--tf-card); border: 1px solid var(--tf-border); font-weight: 600; font-size: 14px;
}
.tf-pagination .current { background: var(--tf-dark); color: var(--tf-bg); border-color: var(--tf-dark); }

/* 404 */
.tf-404 { text-align: center; padding: 80px 24px; }
.tf-404__title { font-family: var(--tf-font-heading); font-weight: 900; font-size: clamp(48px, 8vw, 80px); }

/* Taper finder tabs */
.tf-tabs { display: flex; background: #e2d8c6; border-radius: 14px; padding: 5px; gap: 4px; width: max-content; max-width: 100%; margin: 0 auto 26px; }
.tf-tabs__btn {
  border: none; cursor: pointer; font-family: var(--tf-font-heading); font-weight: 700;
  font-size: 14px; padding: 11px 20px; border-radius: 10px; background: transparent; color: #5a544a;
}
.tf-tabs__btn.is-active { background: var(--tf-dark); color: var(--tf-bg); }
.tf-finder {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 32px; align-items: center;
  background: var(--tf-card); border: 1px solid var(--tf-border); border-radius: 22px; padding: 22px;
}
.tf-finder__img { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; background: var(--tf-placeholder); }
.tf-finder__img img { width: 100%; height: 100%; object-fit: cover; }
.tf-finder__specs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; }
.tf-finder__spec { background: #f5efe4; border-radius: var(--tf-radius-sm); padding: 14px 16px; }
.tf-finder__spec-label { font-size: 11.5px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--tf-muted-light); }
.tf-finder__spec-value { font-family: var(--tf-font-heading); font-weight: 700; font-size: 16px; margin-top: 4px; }

/* Masonry */
.tf-masonry { columns: 4; column-gap: 16px; }
.tf-masonry__item { break-inside: avoid; margin-bottom: 16px; border-radius: 16px; overflow: hidden; background: var(--tf-placeholder); }

/* Share */
.tf-share { display: flex; gap: 8px; margin-left: auto; }
.tf-share a, .tf-share button {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--tf-border);
  background: var(--tf-card); display: flex; align-items: center; justify-content: center; cursor: pointer;
}

/* Empty state */
.tf-empty { text-align: center; padding: 40px 24px; color: var(--tf-muted); }

/* Animations */
@keyframes tfFadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.tf-mobile-menu__list { list-style: none; margin: 0; padding: 0; }
.tf-mobile-menu__list .menu-item { list-style: none; }

/* WordPress menus */
.menu { list-style: none; margin: 0; padding: 0; }
.menu-item { list-style: none; }

/* Comments */
.comment-list .comment { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--tf-border); }
.comment-form input, .comment-form textarea {
  width: 100%; border: 1px solid var(--tf-border); border-radius: var(--tf-radius-sm);
  padding: 12px 14px; font-family: var(--tf-font-body); margin-bottom: 12px;
}

/* Dark section text on homepage */
.tf-section--dark .tf-eyebrow { color: var(--tf-accent-light); }
.tf-section--dark .tf-heading-2 { color: var(--tf-bg); }
.tf-section--dark .tf-card { color: var(--tf-text); }

/* Responsive */
@media (max-width: 960px) {
  .tf-hero__grid, .tf-cat-hero, .tf-finder { grid-template-columns: 1fr; }
  .tf-footer__grid { grid-template-columns: 1fr 1fr; }
  .tf-gallery { grid-template-columns: repeat(3, 1fr); }
  .tf-article-body { grid-template-columns: 1fr; }
  .tf-masonry { columns: 3; }
}

@media (max-width: 720px) {
  .tf-nav { display: none; }
  .tf-burger { display: flex; }
  .tf-grid-3, .tf-grid-4 { grid-template-columns: 1fr 1fr; }
  .tf-grid-5 { grid-template-columns: repeat(3, 1fr); }
  .tf-gallery { grid-template-columns: 1fr 1fr; }
  .tf-comparison { grid-template-columns: 1fr; }
  .tf-masonry { columns: 2; }
}

@media (max-width: 520px) {
  .tf-grid-3, .tf-grid-4, .tf-grid-5 { grid-template-columns: 1fr; }
  .tf-footer__grid { grid-template-columns: 1fr; }
  .tf-masonry { columns: 1; }
}
