:root {
  --bg: #f7f9fb;
  --panel: #ffffff;
  --ink: #111827;
  --muted: #596579;
  --line: #d9e1ec;
  --green: #18a566;
  --blue: #276ef1;
  --amber: #f3a51d;
  --graphite: #252b36;
  --shadow: 0 20px 55px rgba(31, 41, 55, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(247, 249, 251, 0.9);
  border-bottom: 1px solid rgba(217, 225, 236, 0.8);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: white;
  background: var(--ink);
  border-radius: 8px;
}

.primary-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.95rem;
}

.primary-nav a:hover,
.site-footer a:hover {
  color: var(--blue);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 750;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.header-cta,
.button.primary {
  color: white;
  background: var(--ink);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.18);
}

.button.secondary {
  color: var(--ink);
  background: white;
  border: 1px solid var(--line);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(42px, 7vw, 96px) clamp(18px, 5vw, 84px) 54px;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.98;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.hero-text,
.section-heading p,
.shipping-section p,
.feature p,
.find-card p,
.steps p,
.site-footer p {
  color: var(--muted);
}

.hero-text {
  max-width: 560px;
  margin-bottom: 26px;
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

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

.stats span {
  min-width: 136px;
  padding: 12px 14px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
}

.stats strong {
  display: block;
  color: var(--ink);
  font-size: 1.25rem;
}

.hero-media {
  position: relative;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin: 0 clamp(18px, 5vw, 84px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.trust-strip span {
  padding: 18px 12px;
  background: white;
  text-align: center;
  font-weight: 750;
}

.section {
  padding: clamp(62px, 8vw, 110px) clamp(18px, 5vw, 84px);
}

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

.section-heading.compact {
  margin-bottom: 22px;
}

.feature-grid,
.finds-grid,
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature,
.find-card,
.steps article {
  min-height: 220px;
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.feature-icon,
.steps span {
  display: inline-grid;
  min-width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 28px;
  color: white;
  background: var(--blue);
  border-radius: 8px;
  font-weight: 850;
}

.finds-section {
  background: #eef4f9;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.filter {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: white;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.filter.is-active {
  color: white;
  background: var(--green);
  border-color: var(--green);
}

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

.find-card {
  display: flex;
  flex-direction: column;
}

.find-card.is-hidden {
  display: none;
}

.product-swatch {
  height: 118px;
  margin-bottom: 18px;
  border-radius: 8px;
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.product-swatch.blue {
  background: linear-gradient(135deg, #dce9ff, #276ef1);
}

.product-swatch.green {
  background: linear-gradient(135deg, #dcfce7, #18a566);
}

.product-swatch.amber {
  background: linear-gradient(135deg, #fff2c7, #f3a51d);
}

.product-swatch.graphite {
  background: linear-gradient(135deg, #d8dee8, #252b36);
}

.tag {
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.find-card a {
  margin-top: auto;
  color: var(--green);
  font-weight: 850;
}

.guide-section {
  background: white;
}

.steps article {
  background: var(--bg);
}

.shipping-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1fr);
  gap: 32px;
  align-items: center;
}

.shipping-section .button {
  margin-top: 8px;
}

.shipping-panel {
  display: grid;
  gap: 14px;
}

.shipping-panel div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 18px;
  align-items: center;
  padding: 20px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.shipping-panel span {
  font-weight: 800;
}

.shipping-panel strong {
  color: var(--green);
  font-size: 1.35rem;
}

.shipping-panel small {
  grid-column: 1 / -1;
  color: var(--muted);
}

.faq-section {
  background: #f2f6f8;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
}

.faq-item {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-item button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 0 20px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-item p {
  display: none;
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.faq-item.is-open p {
  display: block;
}

.faq-item.is-open button span {
  transform: rotate(45deg);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 32px clamp(18px, 5vw, 84px);
  color: white;
  background: var(--ink);
}

.site-footer p {
  max-width: 560px;
  margin: 8px 0 0;
  color: #b8c2d1;
}

.site-footer a {
  color: white;
  font-weight: 850;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-toggle {
    display: block;
  }

  .primary-nav,
  .header-cta {
    display: none;
  }

  .primary-nav.is-open {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    gap: 0;
    padding: 8px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .primary-nav.is-open a {
    padding: 12px;
  }

  .hero,
  .shipping-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

@media (max-width: 640px) {
  .hero {
    padding-top: 34px;
  }

  h1 {
    font-size: 2.35rem;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .finds-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .site-footer,
  .stats {
    display: grid;
  }

  .shipping-panel div {
    grid-template-columns: 1fr;
  }
}
