:root {
  color-scheme: dark;
  --bg: #0b1016;
  --bg-soft: #101722;
  --panel: rgba(20, 27, 37, 0.88);
  --panel-strong: rgba(18, 25, 34, 0.96);
  --border: #243244;
  --border-soft: rgba(255, 255, 255, 0.08);
  --text: #e8eef5;
  --muted: #9fb0c2;
  --muted-strong: #c1ceda;
  --accent: #ffb547;
  --accent-soft: rgba(255, 181, 71, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top, rgba(31, 46, 68, 0.7) 0%, transparent 36%),
    linear-gradient(180deg, #0b1016 0%, #0d131b 100%);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 28px 24px 96px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0 20px;
  position: relative;
  z-index: 20;
}

.brand {
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 1rem;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-text {
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
}

.brand-mark {
  width: 84px;
  height: 84px;
  display: block;
  flex: 0 0 auto;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.28));
}

.brand-wordmark {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
}

.hero-brand-banner {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0 0 24px;
  padding: 22px 24px;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(255, 181, 71, 0.18);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 181, 71, 0.08) 0%, rgba(16, 23, 34, 0.94) 100%);
  box-shadow: var(--shadow);
}

.hero-brand-banner-page {
  margin-bottom: 22px;
}

.hero-brand-mark {
  width: 168px;
  height: 168px;
  display: block;
  flex: 0 0 auto;
  filter: drop-shadow(0 14px 36px rgba(0, 0, 0, 0.34));
}

.hero-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero-brand-name {
  color: var(--text);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.hero-brand-tag {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  font-weight: 800;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.nav-toggle:hover {
  background: rgba(255, 255, 255, 0.06);
}

.nav-toggle-label {
  line-height: 1;
}

.nav-toggle-bars {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.nav-toggle-bars span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.site-nav a {
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted-strong);
  font-size: 0.95rem;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  border-color: var(--border-soft);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.hero {
  padding: 52px 0 30px;
}

.hero-home {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-home-photo {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  padding: 44px clamp(22px, 4vw, 42px);
  align-items: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(8, 12, 18, 0.22) 0%, rgba(8, 12, 18, 0.1) 38%, rgba(8, 12, 18, 0.2) 100%),
    linear-gradient(180deg, rgba(8, 12, 18, 0.08) 0%, rgba(8, 12, 18, 0.26) 100%),
    url("/assets/homepage/01-cordless-tool-wall-square.png") center 42% / cover no-repeat;
  box-shadow: var(--shadow);
}

.hero-home-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  padding: 28px 30px 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(8, 12, 18, 0.82) 0%, rgba(8, 12, 18, 0.64) 100%);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

.hero-home-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 181, 71, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 181, 71, 0.04) 0%, rgba(255, 181, 71, 0) 44%);
  pointer-events: none;
  z-index: 0;
}

.hero-brand-banner-home {
  margin: 0 0 20px;
}

.hero-home-photo .hero-brand-banner {
  gap: 16px;
  padding: 16px 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 181, 71, 0.08) 0%, rgba(12, 18, 27, 0.76) 100%);
  backdrop-filter: blur(8px);
}

.hero-home-photo .hero-brand-mark {
  width: 104px;
  height: 104px;
}

.hero-home-photo .hero-brand-name {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.hero-home-photo .hero-brand-tag {
  font-size: 0.74rem;
}

.hero-home .lede {
  max-width: 560px;
}

.hero-page {
  padding-bottom: 16px;
}

.eyebrow,
.section-kicker,
.label {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 700;
}

.eyebrow {
  margin: 0 0 14px;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin: 0 0 18px;
  max-width: 880px;
}

h2 {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 3.8vw, 2.7rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

h3 {
  margin: 0 0 12px;
  font-size: 1.08rem;
  line-height: 1.25;
}

p {
  margin: 0;
}

.lede {
  max-width: 820px;
  color: var(--muted-strong);
  font-size: 1.1rem;
  line-height: 1.75;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.96rem;
  transition: transform 120ms ease, opacity 120ms ease, border-color 120ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--accent);
  color: #18110a;
}

.button-secondary {
  border: 1px solid var(--border);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

.section {
  margin-top: 34px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 18px;
}

.section-heading .section-kicker {
  display: inline-block;
  margin-bottom: 10px;
}

.section-heading p:last-child {
  color: var(--muted);
  line-height: 1.75;
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

.card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.card p {
  color: var(--muted);
  line-height: 1.72;
}

.image-card {
  padding: 18px;
  overflow: hidden;
  gap: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(16, 23, 34, 0.94) 100%);
}

.image-card h3 {
  margin-bottom: 0;
}

.image-card p {
  color: var(--muted-strong);
}

.card-image-link {
  display: block;
  border-radius: 18px;
  overflow: hidden;
}

.card-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.label {
  display: inline-block;
  margin-bottom: 12px;
}

.callout {
  background: linear-gradient(180deg, rgba(255, 181, 71, 0.09) 0%, rgba(18, 25, 34, 0.92) 100%);
  border: 1px solid rgba(255, 181, 71, 0.22);
  border-radius: 26px;
  padding: 32px;
  box-shadow: var(--shadow);
}

.callout p:not(.section-kicker) {
  color: var(--muted-strong);
  line-height: 1.75;
  max-width: 760px;
}

.site-footer {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--border-soft);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand-mark {
  width: 72px;
  height: 72px;
  display: block;
  flex: 0 0 auto;
}

.footer-title {
  font-weight: 700;
  margin-bottom: 8px;
}

.footer-copy {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.7;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a {
  color: var(--muted-strong);
}

.footer-links a:hover {
  color: var(--text);
}

.sitemap-grid {
  align-items: stretch;
}

.sitemap-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sitemap-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.sitemap-list li {
  padding-top: 16px;
  border-top: 1px solid var(--border-soft);
}

.sitemap-list li:first-child {
  padding-top: 0;
  border-top: 0;
}

.sitemap-link {
  display: inline-flex;
  margin-bottom: 6px;
  font-weight: 700;
  color: var(--text);
}

.sitemap-link:hover {
  color: var(--accent);
}

.sitemap-description {
  color: var(--muted-strong);
  line-height: 1.72;
}

@media (max-width: 1024px) {
  .site-header {
    align-items: center;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: min(320px, calc(100vw - 48px));
    flex-direction: column;
    gap: 6px;
    padding: 10px;
    border: 1px solid var(--border-soft);
    border-radius: 22px;
    background: rgba(16, 23, 34, 0.98);
    box-shadow: var(--shadow);
    backdrop-filter: blur(12px);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    border-radius: 16px;
  }
}

@media (max-width: 900px) {
  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .site-header,
  .site-footer,
  .footer-brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header {
    flex-direction: row;
    align-items: center;
  }

  .hero-brand-banner {
    align-items: center;
    gap: 18px;
  }

  .hero-brand-mark {
    width: 144px;
    height: 144px;
  }

  .hero {
    padding-top: 40px;
  }
}

h3 a,
.text-link {
  color: var(--text);
}

.text-link {
  display: inline-flex;
  margin-top: 16px;
  font-weight: 700;
  color: var(--accent);
}

.live-card h3 a:hover,
.text-link:hover {
  opacity: 0.92;
}

.article-page {
  max-width: 980px;
}

.article-header {
  margin-bottom: 28px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.article-trust {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.trust-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  padding: 16px 18px;
}

.trust-label {
  margin-bottom: 6px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
  font-weight: 700;
}

.trust-item p:last-child,
.trust-item li,
.trust-item a {
  color: var(--muted-strong);
  line-height: 1.65;
}

.trust-item a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 181, 71, 0.45);
  text-underline-offset: 0.12em;
}

.meta-pill {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.9rem;
}

.quick-answer,
.jump-links,
.note-box {
  background: var(--panel-strong);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.quick-answer p,
.jump-links p,
.note-box p,
.article-copy p,
.article-copy li {
  color: var(--muted-strong);
  line-height: 1.8;
}

.quick-answer .disclosure-note {
  margin-bottom: 12px;
}

.inline-affiliate-link {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: rgba(255, 181, 71, 0.65);
  text-underline-offset: 0.14em;
  font-weight: 700;
}

.inline-affiliate-link:hover {
  color: #ffd08a;
}

.jump-links ul,
.check-list,
.article-copy ul,
.article-copy ol {
  margin: 14px 0 0;
  padding-left: 20px;
}

.jump-links li,
.check-list li,
.article-copy li {
  margin: 8px 0;
}

.article-layout {
  display: grid;
  gap: 18px;
}

.guide-hero {
  margin: 0;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(16, 23, 34, 0.94) 100%);
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.guide-hero img,
.wide-graphic img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 22px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.pick-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pick-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.pick-card h3,
.pick-card h4 {
  margin-bottom: 10px;
}

.pick-card p {
  color: var(--muted-strong);
  line-height: 1.75;
}

.pick-label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
}

.article-section {
  margin-top: 22px;
}

.article-section h2 {
  margin-bottom: 14px;
}

.article-copy {
  background: transparent;
}

.inline-card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.inline-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  padding: 18px;
}

.decision-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.decision-card {
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.decision-card p {
  line-height: 1.72;
}

.decision-good {
  background: rgba(255, 181, 71, 0.08);
  border: 1px solid rgba(255, 181, 71, 0.28);
}

.decision-caution {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
}

.decision-watch {
  background: rgba(159, 176, 194, 0.08);
  border: 1px solid rgba(159, 176, 194, 0.2);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.comparison-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--border-soft);
  vertical-align: top;
  text-align: left;
}

.comparison-table th {
  color: var(--muted-strong);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.03);
}

.comparison-table td {
  color: var(--muted);
  line-height: 1.68;
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table strong {
  color: var(--text);
}

.policy-list {
  margin: 14px 0 0;
  padding-left: 20px;
}

.policy-list li {
  margin: 8px 0;
  color: var(--muted-strong);
  line-height: 1.75;
}

.resource-card,
.route-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.resource-card .text-link,
.route-card .text-link {
  margin-top: auto;
}

.section-intro-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--accent);
  font-weight: 700;
}

.inline-card p {
  color: var(--muted);
}

.divider {
  height: 1px;
  background: var(--border-soft);
  margin: 28px 0;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 20px;
}

.faq-item h3 {
  font-size: 1rem;
}

.article-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.product-recommendations {
  background: linear-gradient(180deg, rgba(255, 181, 71, 0.08) 0%, rgba(16, 23, 34, 0.96) 100%);
  border: 1px solid rgba(255, 181, 71, 0.2);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.product-intro,
.disclosure-note {
  color: var(--muted-strong);
  line-height: 1.75;
}

.disclosure-note {
  color: var(--muted);
  font-size: 0.94rem;
  margin-top: 10px;
}

.visual-showcase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.92fr);
  gap: 18px;
  align-items: start;
}

.visual-banner-card,
.visual-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(16, 23, 34, 0.94) 100%);
}

.visual-banner-card {
  padding: 18px;
  overflow: hidden;
}

.visual-banner-image,
.visual-card-image {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.visual-banner-image {
  aspect-ratio: 16 / 9;
}

.visual-banner-copy,
.visual-card-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.visual-banner-copy {
  padding-top: 18px;
}

.visual-banner-copy h3,
.visual-card-copy h3 {
  margin-bottom: 0;
}

.visual-banner-copy p,
.visual-card-copy p {
  color: var(--muted-strong);
  line-height: 1.72;
}

.visual-card-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.visual-card {
  padding: 18px;
  overflow: hidden;
}

.visual-card-square .visual-card-image {
  aspect-ratio: 1 / 1;
}

.visual-card-portrait .visual-card-image {
  aspect-ratio: 4 / 5;
}

.visual-card-vertical {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(170px, 210px) minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.visual-card-vertical .visual-card-image {
  aspect-ratio: 9 / 16;
  height: auto;
  align-self: start;
}

.scene-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(16, 23, 34, 0.94) 100%);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.scene-image {
  display: block;
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  object-fit: cover;
}

.scene-image-wide {
  aspect-ratio: 21 / 9;
}

.scene-image-landscape {
  aspect-ratio: 16 / 9;
}

.scene-image-square {
  aspect-ratio: 1 / 1;
}

.scene-image-portrait {
  aspect-ratio: 4 / 5;
}

.scene-image-vertical {
  aspect-ratio: 9 / 16;
}

.scene-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.scene-copy h2,
.scene-copy h3 {
  margin-bottom: 0;
}

.scene-copy p {
  color: var(--muted-strong);
  line-height: 1.72;
}

.scene-banner .scene-copy {
  padding-top: 18px;
}

.scene-split {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.product-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 22px;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  padding: 22px;
}

.product-card p {
  color: var(--muted-strong);
  line-height: 1.72;
}

.homepage-product-grid {
  grid-template-columns: 1fr;
}

.homepage-product-card {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(16, 23, 34, 0.92) 100%);
  padding: 26px;
}

.homepage-product-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-card-image-link {
  display: block;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(235, 241, 247, 0.98) 100%);
  min-height: 260px;
}

.product-card-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: contain;
  padding: 20px;
}

.homepage-product-card h3 {
  margin-bottom: 0;
  font-size: 1.3rem;
}

.product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
  align-items: center;
}

.product-links .button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 14px;
  font-size: 0.88rem;
  margin-top: 0;
}

.product-meta {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 700;
}

.product-card .button {
  margin-top: auto;
}

@media (max-width: 900px) {
  .grid-2,
  .grid-3,
  .pick-grid,
  .inline-card-grid,
  .article-trust,
  .decision-grid,
  .homepage-product-card,
  .visual-showcase-layout,
  .visual-card-stack,
  .visual-card-vertical,
  .scene-split {
    grid-template-columns: 1fr;
  }

  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-links {
    flex-direction: row;
  }

  .homepage-product-card {
    gap: 20px;
  }

  .visual-card-vertical {
    grid-column: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .visual-card-vertical .visual-card-image {
    aspect-ratio: 4 / 5;
    max-height: 420px;
    object-position: center top;
  }

  .scene-image-vertical {
    max-height: 420px;
    object-position: center top;
  }

  .product-card-image-link,
  .product-card-image {
    min-height: 220px;
  }

  .site-header {
    flex-direction: row;
    align-items: center;
  }

  .hero {
    padding-top: 40px;
  }

  .hero-home-copy {
    width: min(100%, 560px);
    padding: 24px;
  }

  .hero-home-photo {
    min-height: 500px;
    background:
      linear-gradient(180deg, rgba(8, 12, 18, 0.18) 0%, rgba(8, 12, 18, 0.28) 100%),
      url("/assets/homepage/01-cordless-tool-wall-square.png") center center / cover no-repeat;
  }
}

@media (max-width: 640px) {
  .page {
    padding: 20px 18px 80px;
  }

  .footer-brand-mark {
    width: 56px;
    height: 56px;
  }

  .hero-home-photo {
    min-height: 440px;
    padding: 20px 16px;
    border-radius: 28px;
    background:
      linear-gradient(180deg, rgba(8, 12, 18, 0.18) 0%, rgba(8, 12, 18, 0.32) 100%),
      url("/assets/homepage/01-cordless-tool-wall-square.png") center 34% / cover no-repeat;
  }

  .hero-home-copy {
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(8, 12, 18, 0.86) 0%, rgba(8, 12, 18, 0.74) 100%);
  }

  .visual-banner-card,
  .visual-card,
  .scene-panel,
  .guide-hero {
    padding: 16px;
  }

  .hero-brand-banner {
    gap: 14px;
    padding: 18px;
    border-radius: 24px;
    align-items: center;
  }

  .hero-brand-mark {
    width: 104px;
    height: 104px;
  }

  .hero-brand-name {
    font-size: 1.8rem;
  }

  .hero-brand-tag,
  .brand-text {
    font-size: 0.82rem;
  }

  .card,
  .callout,
  .quick-answer,
  .jump-links,
  .note-box,
  .product-recommendations,
  .pick-card,
  .faq-item {
    padding: 20px;
    border-radius: 20px;
  }

  .guide-hero img,
  .wide-graphic img {
    border-radius: 14px;
  }

  .cta-row .button {
    width: 100%;
  }

  .product-links .button {
    width: auto;
  }
}


.meta-pill:hover {
  border-color: var(--border-soft);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}

.blog-topic-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.post-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.post-card .text-link {
  margin-top: auto;
}
