:root {
  --ink: #283e30;
  --muted: #646d61;
  --paper: #faf9f5;
  --cream: #f0eee5;
  --line: #dce0d6;
  --olive: #dfe8cf;
  --accent: #e8b496;
  --white: #fff;
  --radius: 16px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    16px/1.65 -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.5;
  cursor: default;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #b25a34;
  outline-offset: 4px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  color: inherit;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 600;
}
h2 {
  font-size: clamp(32px, 3.2vw, 47px);
  font-weight: 550;
}
h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.22;
}
em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
p {
  margin: 16px 0;
  color: var(--muted);
}
small,
.small-text {
  font-size: 12px;
  line-height: 1.65;
}
.wrap {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}
.narrow {
  max-width: 850px;
}
.section {
  padding-block: 72px;
}
.soft {
  background: #f0f2e9;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.9px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  color: #526543;
  margin-bottom: 16px;
}
.eyebrow span {
  letter-spacing: 1px;
  font-weight: 500;
}
.topline {
  background: var(--ink);
  color: #f1f4e9;
  text-align: center;
  padding: 8px 20px;
  font-size: 11px;
  letter-spacing: 0.6px;
}
.topline span {
  margin-left: 20px;
  opacity: 0.8;
}
.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 max(32px, calc((100vw - 1280px) / 2));
  background: rgba(250, 249, 245, 0.97);
  border-bottom: 1px solid #e6e7df;
  position: sticky;
  top: 0;
  z-index: 30;
}
.brand {
  display: block;
  flex: 0 0 250px;
}
.brand img {
  width: 250px;
  height: auto;
}
.site-header nav {
  display: flex;
  gap: 26px;
  margin-left: auto;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.site-header nav a {
  padding: 12px 0;
}
.site-header nav a:hover {
  color: #8c4b2f;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 15px 23px;
  border-radius: 6px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  min-height: 48px;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  background: #425b37;
  transform: translateY(-1px);
}
.button span {
  font-size: 19px;
}
.button.secondary {
  background: transparent;
  color: var(--ink);
}
.button.small {
  padding: 12px 17px;
  min-height: 44px;
  font-size: 12px;
}
.text-link {
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.menu-button {
  display: none;
  background: none;
  border: 0;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 570px;
  padding-top: 36px;
  padding-bottom: 40px;
  align-items: stretch;
}
.hero-copy {
  padding: 55px 20px 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero h1 {
  font-size: clamp(43px, 4.7vw, 72px);
  line-height: 1.03;
  letter-spacing: -0.055em;
}
.hero h1 em {
  color: #9333a8;
}
.hero-copy > p {
  max-width: 415px;
  margin: 25px 0 28px;
  font-size: 15px;
  line-height: 1.8;
}
.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #788c61;
  border-radius: 50%;
  margin-right: 7px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 23px;
  flex-wrap: wrap;
}
.hero-proof {
  display: flex;
  gap: 23px;
  margin-top: 32px;
  font-size: 10px;
  color: #5c6757;
}
.hero-proof span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.hero-proof svg {
  width: 15px;
  height: 15px;
}
.hero-visual {
  position: relative;
  border-radius: 100px 8px 8px 8px;
  overflow: hidden;
  min-width: 0;
}
.hero-visual picture {
  height: 100%;
  display: block;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}
.image-note {
  position: absolute;
  bottom: 38px;
  left: 25px;
  background: #faf9f3ed;
  border-radius: 6px;
  padding: 19px 27px;
  box-shadow: 0 8px 30px #27372812;
  transform: rotate(-3deg);
  font-size: 15px;
  line-height: 1.5;
}
.image-note em {
  font-size: 23px;
}
.photo-label {
  position: absolute;
  right: 10px;
  bottom: 9px;
  padding: 3px 8px;
  background: #f7f7f2df;
  color: #4d564c;
  font-size: 9px;
  border-radius: 3px;
}
.trustbar {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 22px;
}
.trustbar > div {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  border-right: 1px solid var(--line);
  font-size: 11px;
  line-height: 1.55;
}
.trustbar > div:last-child {
  border: 0;
}
.trustbar svg {
  width: 29px;
  height: 29px;
  color: #6c7b55;
}
.trustbar b {
  font-weight: 600;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
}
.section-heading p {
  font-size: 13px;
  margin: 0 0 4px;
}
.section-heading .text-link {
  flex-shrink: 0;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.category {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  isolation: isolate;
  min-height: 290px;
  background: #dce3d3;
}
.category:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 35%, #1a2c23c7);
  z-index: -1;
}
.category picture {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.category img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.category:hover img {
  transform: scale(1.04);
}
.category > div {
  position: absolute;
  bottom: 24px;
  left: 25px;
  right: 36px;
  color: white;
}
.category h3 {
  font-size: 26px;
}
.category p {
  color: #e4e8df;
  font-size: 12px;
  margin: 7px 0 0;
}
.category > span {
  position: absolute;
  bottom: 28px;
  right: 21px;
  color: white;
  font-size: 23px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.product-card {
  border: 1px solid #dfe3d7;
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.product-image {
  background: var(--tone);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 265px;
  overflow: hidden;
}
.product-image img {
  width: 230px;
  height: 230px;
  object-fit: contain;
  transition: transform 0.35s;
}
.product-image:hover img {
  transform: scale(1.06);
}
.tag {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #ffffffb8;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
  padding: 4px 9px;
}
.product-image small {
  position: absolute;
  bottom: 9px;
  right: 12px;
  font-size: 8px;
  color: #53604c;
}
.product-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-info .eyebrow {
  font-size: 9px;
  margin: 0 0 7px;
}
.product-info h3 {
  font-size: 22px;
}
.product-info > p {
  font-size: 12px;
  margin: 12px 0;
}
.product-info > p.muted {
  font-size: 10px;
  margin: 8px 0;
}
.product-bottom {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #eceee8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.product-bottom .text-link {
  font-size: 11px;
}
.compare-toggle {
  padding: 10px 5px;
  border: 0;
  background: transparent;
  font-size: 10px;
  min-height: 44px;
}
.compare-toggle[aria-pressed="true"] {
  color: #365d25;
  font-weight: 700;
}
.section-note {
  font-size: 11px;
  max-width: 800px;
  margin: 24px 0 0;
}
.editorial-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}
.editorial-photo {
  position: relative;
  height: 440px;
  overflow: hidden;
  border-radius: 8px 80px 8px 8px;
}
.editorial-photo picture,
.editorial-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 70%;
}
.editorial-copy p {
  font-size: 14px;
  max-width: 440px;
}
.check-list {
  padding: 0;
  list-style: none;
  margin: 26px 0;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  margin: 13px 0;
}
.check-list svg {
  width: 18px;
  height: 18px;
}
.calculator {
  background: #e8eddf;
  border-radius: 12px;
  padding: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.calculator h2 {
  font-size: 37px;
}
.calculator p {
  font-size: 13px;
  max-width: 360px;
}
.calculator small {
  color: #66705e;
  font-size: 10px;
}
.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 17px;
}
label {
  font-size: 12px;
  font-weight: 500;
}
input,
select {
  width: 100%;
  margin-top: 7px;
  padding: 12px;
  border: 1px solid #bdc7b3;
  border-radius: 5px;
  background: #ffffffd9;
  min-width: 0;
  color: var(--ink);
  min-height: 46px;
}
input::placeholder {
  color: #757d70;
}
output {
  display: block;
  background: #ffffffa1;
  padding: 15px;
  margin-top: 15px;
  border-radius: 5px;
  font-size: 12px;
}
output strong {
  font-size: 25px;
}
output small {
  display: block;
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.article-card {
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
  display: flex;
  flex-direction: column;
}
.article-card picture {
  display: block;
  overflow: hidden;
  border-radius: 7px;
}
.article-card img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  transition: transform 0.4s;
}
.article-card:hover img {
  transform: scale(1.035);
}
.article-card > div {
  padding: 22px 0 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.article-card .eyebrow {
  font-size: 9px;
  letter-spacing: 1px;
  margin-bottom: 11px;
}
.article-card h3 {
  font-size: 24px;
  line-height: 1.22;
}
.article-card p {
  font-size: 12px;
}
.article-card .text-link {
  margin-top: auto;
  font-size: 11px;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 70px;
  border-top: 1px solid var(--line);
}
.faq-section > div > p {
  font-size: 14px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
summary {
  padding: 21px 0;
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}
.faq-list p {
  font-size: 13px;
  margin: 0 0 22px;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
footer {
  background: #283e30;
  color: #eef1e7;
  margin-top: 40px;
  padding: 56px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr 1fr;
  gap: 35px;
}
.footer-grid > div {
  display: flex;
  flex-direction: column;
}
.footer-grid p {
  font-size: 19px;
  line-height: 1.5;
  color: #f2f2e9;
}
.footer-grid small {
  font-size: 11px;
  color: #c0c9b7;
}
.footer-grid h3 {
  font-size: 13px;
  letter-spacing: 0;
  margin: 13px 0 20px;
}
.footer-grid > div > a {
  font-size: 11px;
  color: #dbe1d3;
  padding: 5px 0;
  min-height: 32px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #53634c;
  margin-top: 38px;
  padding-block: 22px;
  font-size: 10px;
  color: #bac7b1;
}
.breadcrumbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 26px;
  color: #6d7766;
  font-size: 11px;
}
.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-intro {
  padding-top: 48px;
  padding-bottom: 45px;
}
.page-intro > p {
  max-width: 640px;
  font-size: 16px;
}
.page-intro h1 em {
  color: #6a7952;
}
.catalog {
  padding-bottom: 35px;
}
.filter-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.filters {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.filters button {
  border: 1px solid var(--line);
  background: white;
  border-radius: 5px;
  padding: 10px 13px;
  font-size: 12px;
  min-height: 44px;
}
.filters button.active {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}
.search-box {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 220px;
  flex: 1;
  max-width: 280px;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 0 10px;
  background: white;
}
.search-box svg {
  width: 18px;
}
.search-box input {
  border: 0;
  background: none;
  margin: 0;
  font-size: 12px;
  padding-inline: 0;
}
.catalog-meta {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  padding: 22px 0;
}
.notice {
  border-left: 3px solid #a9b891;
  background: #eef0e8;
  padding: 18px 22px;
  font-size: 12px;
  margin-top: 28px;
}
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  padding-top: 42px;
  align-items: start;
}
.detail-visual {
  position: relative;
  background: var(--tone);
  border-radius: 12px;
  padding: 35px;
}
.detail-visual > img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1;
}
.detail-visual p {
  text-align: center;
  font-size: 10px;
  margin: 0;
}
.detail-copy h1 {
  font-size: 48px;
}
.lead {
  font-size: 17px;
  line-height: 1.8;
}
.facts {
  margin: 25px 0;
}
.facts > div {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  font-size: 12px;
}
.facts dt {
  color: var(--muted);
}
.facts dd {
  margin: 0;
  text-align: right;
  font-weight: 600;
}
.secondary-compare {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.sources {
  margin-top: 38px;
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.sources h2 {
  font-size: 24px;
}
.sources p,
.sources li {
  font-size: 12px;
}
.sources a,
.prose a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sources ul {
  padding-left: 18px;
}
.article-intro {
  padding-top: 45px;
  padding-bottom: 38px;
  max-width: 980px;
  text-align: center;
}
.article-intro h1 {
  font-size: clamp(36px, 4.7vw, 62px);
  line-height: 1.1;
}
.article-intro > p {
  font-size: 17px;
}
.byline {
  font-size: 11px;
  color: var(--muted);
}
.article-cover {
  position: relative;
}
.article-cover img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 10px;
  object-position: center 48%;
}
.article-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 70px;
  max-width: 1100px;
  padding-top: 50px;
}
.toc {
  align-self: start;
  position: sticky;
  top: 125px;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  border-left: 1px solid var(--line);
  padding-left: 20px;
}
.toc strong {
  margin-bottom: 13px;
}
.toc a {
  padding: 8px 0;
  line-height: 1.5;
  color: var(--muted);
}
.article-body {
  min-width: 0;
}
.article-body section {
  margin-bottom: 35px;
  scroll-margin-top: 120px;
}
.article-body h2,
.prose h2,
.narrow.section h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 28px 0 15px;
}
.article-body p,
.prose p {
  font-size: 16px;
  line-height: 1.85;
}
.answer {
  background: #e9eede;
  border-radius: 8px;
  padding: 28px;
  margin-bottom: 38px;
}
.answer p {
  margin: 0;
  font-size: 18px;
  color: var(--ink);
}
.answer .eyebrow {
  font-size: 10px;
}
.table-scroll {
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
th,
td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
th {
  background: var(--cream);
}
caption {
  text-align: left;
  font-weight: 600;
  margin-bottom: 12px;
}
.article-cta {
  background: var(--cream);
  padding: 28px;
  border-radius: 8px;
  margin-top: 38px;
}
.finder {
  max-width: 980px;
  padding-bottom: 70px;
}
.finder-progress {
  display: flex;
  gap: 30px;
  font-size: 12px;
  margin: 10px 0 28px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}
.finder-progress .active {
  font-weight: 700;
}
fieldset {
  border: 0;
  margin: 0 0 35px;
  padding: 0;
}
legend {
  font-size: 23px;
  letter-spacing: -0.5px;
  font-weight: 600;
  margin-bottom: 20px;
}
.choice-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.choice {
  position: relative;
  cursor: pointer;
}
.choice input {
  position: absolute;
  width: 20px;
  height: 20px;
  min-height: 0;
  top: 8px;
  right: 10px;
  accent-color: var(--ink);
  z-index: 1;
}
.choice > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 120px;
  padding: 22px 17px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  gap: 10px;
}
.choice input:checked + span {
  background: #e5ecd9;
  border: 2px solid #5c7247;
  padding: 21px 16px;
}
.choice input:focus-visible + span {
  outline: 3px solid #b25a34;
  outline-offset: 3px;
}
.choice strong {
  font-size: 13px;
  padding-right: 7px;
}
.choice small {
  font-size: 10px;
  font-weight: 400;
}
.choice-grid.material {
  grid-template-columns: repeat(3, 1fr);
}
.material .choice > span {
  min-height: 140px;
  padding-top: 30px;
}
#finder-result {
  margin-top: 35px;
  background: #edf0e5;
  border-radius: 12px;
  padding: 30px;
}
#finder-result h2 {
  font-size: 30px;
}
#finder-result p {
  font-size: 14px;
}
.compare-dock {
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  box-shadow: 0 8px 35px #1c312530;
  z-index: 40;
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 12px 16px;
  font-size: 12px;
  white-space: nowrap;
}
.clear-compare {
  border: 0;
  background: transparent;
  font-size: 25px;
  width: 44px;
  height: 44px;
}
.compare-table {
  overflow-x: auto;
  margin-bottom: 30px;
}
.compare-table table {
  min-width: 500px;
}
.compare-table th {
  min-width: 170px;
}
.compare-table th a {
  font-size: 18px;
}
.compare-table th button {
  display: block;
  background: none;
  border: 0;
  text-decoration: underline;
  font-size: 11px;
  padding: 10px 0;
}
.compare-table td {
  max-width: 280px;
}
.amazon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.amazon-offer {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 20px;
}
.amazon-offer h3 {
  font-size: 18px;
}
.amazon-offer .offer-main {
  height: 180px;
  object-fit: contain;
  margin: auto;
}
.amazon-offer p {
  font-size: 12px;
}
.amazon-offer .price {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
}
.offer-thumbs {
  display: flex;
  gap: 8px;
  margin: 12px 0;
}
.offer-thumbs button {
  border: 1px solid var(--line);
  background: white;
  border-radius: 4px;
  padding: 2px;
}
.offer-thumbs img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 99;
  background: white;
  padding: 15px;
}
.skip:focus {
  top: 10px;
}
[hidden] {
  display: none !important;
}
.empty-state {
  background: var(--cream);
  padding: 35px;
  border-radius: 9px;
  margin-bottom: 25px;
}
.empty-state h2 {
  font-size: 28px;
}
.no-js {
  padding: 16px;
}
.prose h2:first-child {
  margin-top: 0;
}
.prose {
  padding-top: 10px;
}
.prose h3 {
  font-size: 24px;
  margin-top: 25px;
}
@media (min-width: 1500px) {
  .hero {
    min-height: 630px;
  }
  .hero-copy {
    padding-right: 50px;
  }
}
@media (max-width: 1150px) {
  .site-header {
    gap: 18px;
    padding-inline: 30px;
  }
  .brand {
    flex-basis: 210px;
  }
  .brand img {
    width: 210px;
  }
  .site-header nav {
    gap: 17px;
    font-size: 12px;
  }
  .nav-cta {
    display: none;
  }
  .wrap {
    width: calc(100% - 64px);
  }
  .hero-copy {
    padding-top: 35px;
  }
  .hero {
    min-height: 540px;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .hero-proof {
    gap: 12px;
  }
  .editorial-split {
    gap: 35px;
  }
  .calculator {
    gap: 30px;
    padding: 35px;
  }
  .product-info {
    padding: 18px;
  }
  .product-bottom {
    flex-wrap: wrap;
  }
  .article-layout {
    gap: 35px;
    grid-template-columns: 200px 1fr;
  }
}
@media (max-width: 800px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 75px;
    padding-inline: 20px;
  }
  .brand {
    flex-basis: 220px;
  }
  .brand img {
    width: 220px;
  }
  .menu-button {
    display: flex;
    margin-left: auto;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 15px 25px;
    box-shadow: 0 16px 20px #283e3010;
  }
  .site-header nav.open {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .site-header nav a {
    font-size: 15px;
    padding: 14px 0;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-top: 12px;
    min-height: 0;
  }
  .hero-copy {
    padding: 24px 0 15px;
  }
  .hero h1 {
    font-size: 56px;
  }
  .hero-copy > p {
    font-size: 15px;
    margin: 20px 0;
    max-width: 500px;
  }
  .hero-visual {
    height: 360px;
    border-radius: 55px 8px 8px 8px;
  }
  .hero-visual img {
    object-position: 70% 40%;
  }
  .hero-proof {
    margin-top: 20px;
    gap: 25px;
  }
  .hero-actions {
    gap: 25px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .trustbar {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 22px;
  }
  .trustbar > div {
    justify-content: flex-start;
    padding-left: 10px;
  }
  .trustbar > div:nth-child(2) {
    border: 0;
  }
  .trustbar svg {
    width: 24px;
  }
  .section {
    padding-block: 46px;
  }
  .section-heading {
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .section-heading p br {
    display: none;
  }
  .section-heading h2 {
    font-size: 35px;
  }
  .category-grid {
    gap: 13px;
  }
  .category {
    min-height: 250px;
  }
  .category > div {
    left: 15px;
    bottom: 18px;
    right: 12px;
  }
  .category h3 {
    font-size: 22px;
  }
  .category p {
    font-size: 10px;
    line-height: 1.4;
  }
  .category > span {
    display: none;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .product-grid > .product-card:nth-child(3):last-child {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .product-grid > .product-card:nth-child(3):last-child .product-image {
    height: 100%;
  }
  .product-image {
    height: 230px;
  }
  .product-info h3 {
    font-size: 20px;
  }
  .editorial-split {
    gap: 28px;
  }
  .editorial-photo {
    height: 400px;
  }
  .editorial-copy h2 {
    font-size: 32px;
  }
  .editorial-copy p {
    font-size: 13px;
  }
  .check-list li {
    font-size: 11px;
    align-items: flex-start;
  }
  .calculator {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px;
  }
  .calculator h2 {
    font-size: 33px;
  }
  .calculator h2 br {
    display: none;
  }
  .calculator p {
    max-width: 100%;
  }
  .calculator .eyebrow {
    margin-bottom: 9px;
  }
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .article-card:last-child:nth-child(3) {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 23px;
  }
  .article-card:last-child:nth-child(3) > div {
    padding-top: 0;
  }
  .article-card h3 {
    font-size: 22px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .faq-section > div > p br {
    display: none;
  }
  .footer-grid {
    grid-template-columns: 1.4fr 1fr;
    gap: 30px;
  }
  .footer-bottom {
    gap: 20px;
    flex-wrap: wrap;
  }
  .product-detail {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .detail-copy h1 {
    font-size: 34px;
  }
  .detail-visual {
    padding: 20px;
  }
  .lead {
    font-size: 14px;
  }
  .facts > div {
    font-size: 11px;
  }
  .article-cover img {
    height: 320px;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .toc {
    position: static;
    display: flex;
    border: 1px solid var(--line);
    padding: 20px;
    border-radius: 8px;
  }
  .toc a {
    font-size: 12px;
    padding: 5px 0;
  }
  .choice-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .choice-grid.material {
    grid-template-columns: 1fr;
  }
  .material .choice > span {
    min-height: 95px;
  }
  .amazon-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .topline {
    font-size: 9px;
    padding: 7px;
  }
  .topline span {
    display: none;
  }
  .wrap {
    width: calc(100% - 36px);
  }
  .site-header {
    padding-inline: 15px;
    height: 70px;
  }
  .site-header nav {
    top: 70px;
  }
  .brand {
    flex-basis: 212px;
  }
  .brand img {
    width: 212px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
  }
  .hero-copy > p br {
    display: none;
  }
  .hero-actions {
    gap: 13px;
  }
  .hero-actions .button {
    padding: 14px 18px;
    font-size: 12px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .hero-proof {
    font-size: 9px;
    gap: 15px;
  }
  .hero-visual {
    height: 290px;
  }
  .image-note {
    left: 15px;
    bottom: 28px;
    padding: 13px 17px;
    font-size: 12px;
  }
  .image-note em {
    font-size: 19px;
  }
  .trustbar {
    gap: 18px;
    padding-block: 18px;
  }
  .trustbar > div {
    gap: 10px;
    font-size: 10px;
    padding-left: 0;
  }
  .trustbar svg {
    width: 22px;
  }
  .category-grid {
    grid-template-columns: 1fr;
  }
  .category {
    min-height: 220px;
  }
  .category img {
    object-position: 50% 45%;
  }
  .category h3 {
    font-size: 29px;
  }
  .category p {
    font-size: 12px;
  }
  .category > div {
    left: 23px;
    bottom: 22px;
  }
  .category > span {
    display: block;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-grid > .product-card:nth-child(3):last-child {
    display: flex;
    grid-column: auto;
  }
  .product-grid > .product-card:nth-child(3):last-child .product-image {
    height: 250px;
  }
  .product-image {
    height: 250px;
  }
  .product-info {
    padding: 22px;
  }
  .product-info h3 {
    font-size: 23px;
  }
  .product-info > p {
    font-size: 13px;
  }
  .product-bottom .text-link,
  .compare-toggle {
    font-size: 12px;
  }
  .editorial-split {
    grid-template-columns: 1fr;
  }
  .editorial-photo {
    height: 280px;
  }
  .editorial-copy h2 {
    font-size: 36px;
  }
  .editorial-copy p {
    font-size: 14px;
  }
  .check-list li {
    font-size: 12px;
  }
  .calculator {
    padding: 24px 20px;
  }
  .calculator h2 {
    font-size: 31px;
  }
  .calc-grid {
    gap: 12px;
  }
  .calc-grid label {
    font-size: 11px;
  }
  .article-grid {
    grid-template-columns: 1fr;
  }
  .article-card:last-child:nth-child(3) {
    display: flex;
    grid-column: auto;
  }
  .article-card:last-child:nth-child(3) > div {
    padding-top: 22px;
  }
  .article-card h3 {
    font-size: 26px;
  }
  .article-card p {
    font-size: 13px;
  }
  .article-card .text-link {
    font-size: 12px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  .footer-grid h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .footer-grid > div > a {
    font-size: 12px;
    min-height: 40px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
  .page-intro {
    padding-top: 32px;
    padding-bottom: 30px;
  }
  .page-intro h1 {
    font-size: 44px;
  }
  .page-intro p {
    font-size: 14px;
  }
  .filter-top {
    gap: 15px;
  }
  .filters {
    gap: 6px;
  }
  .filters button {
    font-size: 11px;
    padding: 9px 12px;
  }
  .search-box {
    max-width: none;
  }
  .product-detail {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 25px;
  }
  .detail-visual {
    max-height: 370px;
  }
  .detail-visual img {
    height: 290px;
  }
  .detail-copy h1 {
    font-size: 39px;
  }
  .detail-copy .lead {
    font-size: 16px;
  }
  .facts > div {
    font-size: 12px;
  }
  .article-intro {
    padding-top: 28px;
  }
  .article-intro h1 {
    font-size: 38px;
  }
  .article-intro > p {
    font-size: 15px;
  }
  .article-cover img {
    height: 240px;
  }
  .article-layout {
    padding-top: 26px;
  }
  .article-body p {
    font-size: 15px;
  }
  .article-body h2 {
    font-size: 27px;
  }
  .answer {
    padding: 23px;
  }
  .answer p {
    font-size: 16px;
  }
  .choice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .finder-progress {
    font-size: 10px;
    gap: 20px;
  }
  .choice strong {
    font-size: 12px;
  }
  .choice > span {
    padding: 20px 13px;
  }
  .compare-dock {
    width: calc(100% - 24px);
    gap: 10px;
    justify-content: space-between;
    bottom: 10px;
    padding: 10px;
    font-size: 10px;
  }
  .compare-dock .button {
    font-size: 11px;
    padding: 12px;
  }
  .clear-compare {
    width: 32px;
  }
  .amazon-grid {
    grid-template-columns: 1fr;
  }
  footer {
    padding-bottom: 80px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
.offer-controls{display:flex;gap:1rem;align-items:end;flex-wrap:wrap;margin:1.5rem 0}.offer-controls label{display:grid;gap:.5rem;flex:1;min-width:200px;font-weight:600}.offer-controls input,.offer-controls select{width:100%;padding:.9rem;border:1px solid #c9d1c8;border-radius:12px;background:white;font:inherit}.offer-count{min-width:100px}.amazon-offer[hidden]{display:none}.amazon-offer h3 a,.amazon-offer .price a{text-decoration:none;color:inherit}.amazon-offer details{font-size:.9rem;margin:.6rem 0}.amazon-offer details summary{cursor:pointer}.amazon-offer .offer-main{object-fit:contain;background:#fff}.amazon-offer{min-width:0;overflow-wrap:anywhere}.amazon-state{max-width:80ch;line-height:1.65}
/* Quiet retail typography and consistent product presentation. */
body{font-family:Arial,Helvetica,sans-serif}h1,h2,h3{letter-spacing:-.02em}em{font-family:inherit;font-style:normal;font-weight:inherit}
.amazon-section,[data-amazon-query]{color:#0f1111;font-family:Arial,Helvetica,sans-serif}
.amazon-section h2{font-size:32px;font-weight:600;letter-spacing:-.02em;line-height:1.2}.amazon-state{font-size:13px;color:#565959;line-height:1.65}.amazon-grid{gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.amazon-offer{display:flex;flex-direction:column;padding:20px;border:1px solid #d5d9d9;border-radius:8px;background:#fff;box-shadow:none}.offer-image-link{display:flex;align-items:center;justify-content:center;height:210px;width:100%;padding:16px 8px;background:#fff}.amazon-offer .offer-main{width:100%;height:180px;max-width:260px;object-fit:contain;margin:0}.offer-thumbs{gap:6px;margin:8px 0;min-height:38px}.offer-thumbs button{width:36px;height:36px;padding:3px;border:1px solid #d5d9d9;border-radius:4px}.offer-thumbs button[aria-pressed=true]{border:2px solid #565959}.offer-thumbs img{width:28px;height:28px;object-fit:contain}.offer-image-note{font-size:10px;color:#767676;margin:0 0 16px}.offer-brand{font-size:11px;letter-spacing:.08em;color:#565959;margin-bottom:6px}.amazon-offer h3{font-size:17px;font-weight:500;line-height:1.45;letter-spacing:0;min-height:50px}.amazon-offer h3 a:hover{color:#007185;text-decoration:underline}.amazon-offer .offer-pack{font-size:13px;color:#565959;margin:6px 0 12px;min-height:22px}.amazon-offer details{font-size:12px;margin:0 0 16px;color:#565959}.amazon-offer details summary{list-style:revert;font-weight:400;padding:0;border:0;display:list-item}.amazon-offer details p{font-size:12px;line-height:1.6}.offer-purchase{margin-top:auto;padding-top:12px;border-top:1px solid #eee}.amazon-offer .price{font-size:27px;line-height:1.2;font-weight:500;color:#0f1111;margin:0 0 8px}.amazon-offer .price a{letter-spacing:0}.offer-purchase p{margin:6px 0;font-size:12px}.amazon-offer .offer-buy{display:flex;justify-content:center;align-items:center;width:100%;min-height:42px;margin-top:14px;padding:10px 12px;border:1px solid #f0c14b;border-radius:20px;background:#ffd814;color:#0f1111;font:400 13px/1.4 Arial,Helvetica,sans-serif;box-shadow:0 2px 3px #0000000a;transform:none}.amazon-offer .offer-buy:hover{background:#f7ca00;border-color:#e2b600;transform:none}.offer-seller-note{display:block;margin-top:8px;color:#767676;font-size:10px;text-align:center}.offer-controls{padding:16px;background:#f3f4f4;border-radius:6px;align-items:end}.offer-controls label{font-size:12px;font-weight:600}.offer-controls input,.offer-controls select{font-size:14px;border-radius:5px;padding:10px;min-height:42px}.offer-controls .offer-count{font-size:12px;color:#565959;margin:8px 0}.amazon-section{scroll-margin-top:90px}
@media(min-width:1400px){.amazon-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:900px){.amazon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.amazon-grid{grid-template-columns:1fr}.amazon-offer{padding:18px}.amazon-section h2{font-size:28px}.offer-controls label{min-width:100%;}.offer-image-link{height:195px}.amazon-offer h3{min-height:0}.offer-controls{gap:10px}}

.amazon-offer[data-asin="B0CKTYXBP6"] .offer-main{max-width:185px}.offer-purchase .offer-unit{min-height:20px}

.amazon-offer-mix{position:relative}
.offer-mix-badge{position:absolute;top:14px;left:14px;z-index:1;padding:6px 12px;border-radius:6px;background:#9333a8;color:#fff;font:700 12px/1.3 Arial,Helvetica,sans-serif;letter-spacing:.02em}
.amazon-offer-mix .offer-image-link{padding-top:38px}
