:root {
  --orange: #e84900;
  --ink: #14151c;
  --muted: #62646d;
  --cream: #dfc7a8;
  --line: #e6e1d9;
}

/* Independent product-analysis template; catalogue purchase links stay direct. */
.satellite-hero { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; padding-top:12px; padding-bottom:36px; }
.satellite-gallery { position:relative; background:#fff; border-radius:22px; padding:28px; overflow:hidden; }
.satellite-gallery > img { width:100%; height:auto; display:block; aspect-ratio:1; object-fit:contain; }
.satellite-image-note { position:absolute; top:18px; left:22px; font-size:11px; color:#625b52; background:#f5f3ef; border-radius:20px; padding:6px 10px; }
.satellite-gallery-caption { text-align:center; font-size:12px; color:#625b52; padding-top:12px; }
.satellite-summary h1 { font-size:clamp(38px,4.2vw,60px); margin:18px 0; }
.satellite-lead { font-size:20px; line-height:1.6; color:#494238; }
.satellite-tags { display:flex; flex-wrap:wrap; gap:8px; margin:24px 0; }
.satellite-tags span { font-size:12px; padding:7px 12px; border:1px solid #bda687; border-radius:20px; color:#494238; }
.satellite-summary-note { padding:18px 20px; background:#eee0cd; border-left:3px solid #a25721; border-radius:0 10px 10px 0; margin:22px 0; }
.satellite-summary-note p { margin:5px 0 0; font-size:14px; color:#494238; }
.satellite-actions { display:flex; flex-wrap:wrap; gap:12px; }
.satellite-actions .button { background:#c9440a; border:1px solid #c9440a; padding:14px 18px; font-size:14px; border-radius:10px; }
.satellite-actions .satellite-secondary { background:#fff; color:#292821; border-color:#b6a38b; }
.satellite-actions .button:hover { background:#a53508; color:white; }
.satellite-demo-note,.satellite-small { display:block; font-size:12px; line-height:1.6; color:#51483e; }
.satellite-demo-note { margin:16px 0 0; }
.satellite-index { display:flex; flex-wrap:wrap; gap:8px 26px; border-top:1px solid #bda687; border-bottom:1px solid #bda687; padding-top:18px; padding-bottom:18px; font-size:14px; }
.satellite-index a:hover { text-decoration:underline; text-underline-offset:5px; }
.satellite-layout { display:grid; grid-template-columns:minmax(0,2.6fr) minmax(260px,1fr); gap:34px; padding-top:40px; padding-bottom:30px; }
.satellite-content { background:#fffdf9; border-radius:18px; padding:clamp(24px,3vw,40px); min-width:0; }
.satellite-inline-image { margin:0 0 36px; }
.satellite-inline-image img { display:block; width:100%; height:auto; aspect-ratio:3/2; object-fit:cover; border-radius:12px; }
.satellite-inline-image figcaption { padding:12px 2px 0; font-size:12px; line-height:1.6; color:#62646d; }
.satellite-content section { padding:0 0 36px; margin-bottom:36px; border-bottom:1px solid #e6e1d9; scroll-margin-top:24px; }
.satellite-content h2 { font-size:clamp(28px,2.8vw,38px); line-height:1.15; margin:12px 0 20px; }
.satellite-content h3 { font-size:23px; line-height:1.2; }
.satellite-content p,.satellite-content li { font-size:15px; line-height:1.8; color:#555047; }
.satellite-use-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; margin-top:28px; }
.satellite-step { color:#a65320; font:24px Georgia,serif; }
.satellite-use-grid h3 { font-size:20px; margin-top:12px; }
.satellite-use-grid p { font-size:14px; }
.satellite-table th,.satellite-table td { font-size:14px; line-height:1.6; vertical-align:top; padding:14px; }
.satellite-table thead { background:#f0e4d5; }
.satellite-balance { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.satellite-balance > div { background:#edf1e8; padding:24px; border-radius:12px; }
.satellite-balance > div:last-child { background:#f5e8dc; }
.satellite-balance ul { padding-left:20px; margin-bottom:0; }
.satellite-balance li { margin-bottom:12px; font-size:14px; }
.satellite-steps { padding-left:28px; }
.satellite-steps li { padding-left:10px; margin-bottom:24px; }
.satellite-steps li::marker { color:#a25721; font-size:20px; }
.satellite-steps h3 { margin-bottom:8px; }
.satellite-steps p { margin-top:0; }
.satellite-content .guide-faq summary { font-size:16px; line-height:1.5; }
.satellite-content .satellite-editorial-note { border-bottom:0; padding-bottom:0; margin-bottom:0; }
.satellite-editorial-note h3 { font-size:20px; }
.satellite-editorial-note p { font-size:12px; }
.satellite-aside-inner { position:sticky; top:22px; background:#f9f4eb; padding:24px; border-radius:18px; }
.satellite-aside h2 { font-size:27px; margin:14px 0; }
.satellite-aside img { display:block; width:100%; height:auto; border-radius:12px; }
.satellite-aside p { font-size:14px; }
.satellite-aside .satellite-actions { flex-direction:column; }
.satellite-aside .button { font-size:12px; padding:12px 10px; }
.satellite-aside .satellite-small { margin:14px 0; }
.satellite-aside .text-link { display:block; font-size:13px; }
.satellite-final { margin-bottom:36px; padding-top:32px; padding-bottom:32px; display:grid; grid-template-columns:1.1fr 1fr; gap:30px; align-items:center; background:#efe0ca; border-radius:18px; }
.satellite-final h2 { margin:10px 0; font-size:36px; }
.satellite-final p { color:#51483e; }
@media(max-width:1000px) {
  .satellite-hero { gap:28px; }
  .satellite-layout { grid-template-columns:minmax(0,1fr); }
  .satellite-aside { display:none; }
  .satellite-final { grid-template-columns:1fr; }
}
@media(max-width:760px) {
  .satellite-hero { grid-template-columns:1fr; gap:24px; }
  .satellite-gallery { padding:18px; }
  .satellite-gallery img { max-height:360px; }
  .satellite-summary h1 { font-size:38px; }
  .satellite-lead { font-size:18px; }
  .satellite-index { gap:12px 20px; font-size:13px; }
  .satellite-use-grid,.satellite-balance { grid-template-columns:1fr; }
  .satellite-use-grid { gap:12px; }
  .satellite-content { padding:24px 18px; }
  .satellite-content section { margin-bottom:28px; padding-bottom:28px; }
  .satellite-table th,.satellite-table td { padding:10px; font-size:12px; overflow-wrap:anywhere; }
  .satellite-actions { flex-direction:column; }
  .satellite-final { border-radius:0; }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font:
    16px/1.55 Arial,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  touch-action: manipulation;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid #16757c;
  outline-offset: 4px;
}
h1,
h2,
h3 {
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(38px, 4.4vw, 64px);
  margin: 18px 0;
}
h2 {
  font-size: clamp(28px, 3vw, 42px);
  margin: 0 0 24px;
}
h3 {
  font-size: 25px;
  margin: 8px 0 12px;
}
p {
  color: var(--muted);
}
.container {
  max-width: 1380px;
  margin: auto;
  padding-left: 42px;
  padding-right: 42px;
}
.section {
  padding-top: 46px;
  padding-bottom: 40px;
}
.lab {
  font-size: 12px;
  padding: 5px 24px;
  text-align: center;
  background: #f6ecd9;
  color: #735333;
}
.lab a {
  text-decoration: underline;
  margin-left: 20px;
}
.header {
  padding: 20px 36px;
  display: flex;
  gap: 28px;
  align-items: center;
  background: #fffdfa;
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font:
    700 30px Georgia,
    serif;
  white-space: nowrap;
  letter-spacing: -1px;
}
.house {
  color: var(--orange);
  font:
    700 48px/32px Arial,
    sans-serif;
}
.site-search {
  position: relative;
  flex: 1;
  min-width: 190px;
  max-width: 320px;
}
.site-search input {
  width: 100%;
  border: 0;
  border-radius: 40px;
  background: #f0eeeb;
  padding: 11px 42px 11px 18px;
  font-size: 14px;
}
.site-search button {
  position: absolute;
  right: 12px;
  top: 4px;
  border: 0;
  background: none;
  font-size: 25px;
  cursor: pointer;
}
.header nav {
  display: flex;
  gap: 22px;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 14px;
}
.header nav a {
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.header nav a[aria-current] {
  color: var(--orange);
  border-color: var(--orange);
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: 490px;
  isolation: isolate;
}
.hero > img,
.hero > .photo {
  position: absolute;
  inset: 0 0 0 auto;
  width: 69%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #dfc7a8 0%,
    #dfc7a8 30%,
    #dfc7a8e8 41%,
    #dfc7a800 67%
  );
  z-index: -1;
}
.hero-copy {
  padding: 62px 42px 30px;
  max-width: 1380px;
  margin: auto;
}
.hero-copy h1 {
  max-width: 690px;
}
.hero-copy p {
  font-size: 23px;
  line-height: 1.4;
  margin: 20px 0 28px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #6b702c;
}
.hero-copy > .eyebrow {
  letter-spacing: 4px;
  color: var(--muted);
}
.button {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: var(--orange);
  color: white;
  border-radius: 32px;
  padding: 13px 28px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition:
    background 0.15s,
    transform 0.15s;
}
.button:hover {
  background: #bb3b00;
  transform: translateY(-1px);
}
.benefits {
  display: flex;
  gap: 28px;
  margin: 44px 0 0;
  font-size: 14px;
  flex-wrap: wrap;
}
.benefits span:before {
  content: '✓';
  margin-right: 8px;
  color: var(--orange);
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 22px;
}
.section-heading h2 {
  margin: 0;
}
.section-heading p {
  max-width: 580px;
  margin: 0;
}
.category-tiles {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 16px;
}
.category-tiles a {
  text-align: center;
  font-size: 15px;
}
.category-tiles strong {
  display: block;
  margin-top: 12px;
  font-weight: 500;
}
.photo {
  display: block;
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  border-radius: 8px;
  background-color: #ece9e1;
}
.sprite {
  background-image: url('/assets/atlas.png');
  background-size: 400% 600%;
  background-position: var(--x) var(--y);
  background-repeat: no-repeat;
}
.category-tiles .photo {
  aspect-ratio: 0.86;
}
.category-tiles a:hover .photo,
.editorial-card a:hover .photo {
  filter: brightness(0.95);
}
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.editorial-card {
  background: #fff;
  border-radius: 9px;
  overflow: hidden;
}
.editorial-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.editorial-card .photo {
  width: 100%;
  height: auto;
  flex: none;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  aspect-ratio: 1.65;
}
.editorial-card .card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.editorial-card .text-link {
  margin-top: auto;
  align-self: flex-start;
}
.card-copy {
  padding: 16px 20px 22px;
}
.card-copy p {
  margin: 8px 0 16px;
  line-height: 1.45;
}
.text-link {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.band {
  background: linear-gradient(105deg, #ffeed6, #ffe0b4, #fff0dc);
  padding: 32px 5%;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.band h2 {
  font-size: 30px;
  margin: 0;
}
.band .button {
  flex-shrink: 0;
}
.footer {
  max-width: 1460px;
  margin: auto;
  padding: 34px 40px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer .brand {
  font-size: 25px;
}
.footer nav {
  display: flex;
  gap: 24px;
  font-size: 14px;
}
.footer p {
  max-width: 450px;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}
.crumbs {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--muted);
  padding-top: 22px;
  padding-bottom: 20px;
}
.crumbs a:hover {
  text-decoration: underline;
}
.category-hero {
  min-height: 365px;
}
.category-hero .hero-copy {
  padding-top: 30px;
  padding-bottom: 35px;
}
.category-hero h1 {
  max-width: 590px;
  font-size: 52px;
}
.subcategories {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.subcategories .photo {
  aspect-ratio: 1.25;
}
.catalog-head {
  padding-top: 12px;
}
.catalog-head h1 {
  font-size: clamp(36px, 4vw, 58px);
  margin: 10px 0;
}
.catalog-head > p {
  font-size: 20px;
  margin: 10px 0;
}
.catalog-head .disclosure {
  font-size: 14px;
  max-width: 1000px;
  margin: 20px 0 26px;
}
.catalog-search {
  display: flex;
  gap: 12px;
  max-width: 800px;
}
.catalog-search input {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: #f0eeeb;
  padding: 12px 20px;
}
.chips {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.chip {
  display: inline-flex;
  border: 1px solid #d7d3cc;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 14px;
  gap: 16px;
  align-items: center;
}
.chip:hover {
  border-color: var(--orange);
}
.chip.selected {
  background: var(--orange);
  color: white;
  border-color: var(--orange);
}
.catalog-head .result-count {
  font-size: 13px;
  margin: 18px 0;
  color: #757575;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.product-card {
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.product-card:hover {
  box-shadow: 0 5px 20px #38281015;
}
.product-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
}
.product-card .photo {
  aspect-ratio: 1.75;
  border-radius: 5px;
}
.product-copy {
  padding: 10px 8px 4px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-card h2 {
  font-size: 22px;
  margin: 2px 0 7px;
  letter-spacing: -0.04em;
}
.product-card p {
  font-size: 14px;
  line-height: 1.35;
  margin: 0 0 12px;
  flex: 1;
}
.product-card .button {
  padding: 8px 10px;
  font-size: 16px;
  align-self: stretch;
}
.amazon {
  text-align: center;
  color: #6c6d73;
  font-size: 12px;
  margin-top: 6px;
}
.load-more {
  text-align: center;
  margin: 25px;
}
.back-links {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  padding: 25px 0;
  color: var(--orange);
}
.end-list {
  text-align: center;
  font-size: 14px;
  padding: 15px;
}
.empty {
  text-align: center;
  max-width: 720px;
  margin: 20px auto 70px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 40px 24px;
  background: #fff;
}
.empty h2 {
  font-size: 32px;
}
.guide-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 28px;
  padding-bottom: 25px;
}
.guide-hero h1 {
  font-size: clamp(36px, 4.2vw, 60px);
}
.guide-hero p {
  font-size: 22px;
}
.guide-hero small {
  color: #727272;
}
.guide-hero .photo {
  height: 100%;
  min-height: 300px;
}
.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(240px, 1fr);
  gap: 45px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.guide-body section {
  margin-bottom: 35px;
}
.guide-body h2 {
  font-size: 34px;
}
.guide-body p,
.guide-body li {
  line-height: 1.75;
}
.guide-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.guide-topics span {
  padding: 12px 18px;
  background: #f1ebdf;
  border-radius: 8px;
}
.guide-aside nav,
.aside-cta {
  background: #f2eee6;
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 22px;
}
.guide-aside h2 {
  font-size: 27px;
}
.guide-aside nav a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.aside-cta {
  background: #ffecd3;
}
.notice {
  padding: 18px;
  background: #f0efeb;
  border-radius: 8px;
  font-size: 14px;
}
.table-wrap {
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
  border: 1px solid var(--line);
}
th,
td {
  padding: 14px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
}
thead {
  background: #efe9df;
}
tbody th {
  font-weight: 500;
}
.search-results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.search-results > a {
  padding: 25px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.search-results h2 {
  font-size: 26px;
  margin: 12px 0;
}
.sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip {
  position: absolute;
  left: 12px;
  top: -80px;
  z-index: 10;
  background: white;
  padding: 12px;
}
.skip:focus {
  top: 12px;
}
dialog {
  max-width: 540px;
  width: calc(100% - 32px);
  border: 0;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 20px 80px #0003;
}
dialog::backdrop {
  background: #18151088;
}
.dialog-content {
  position: relative;
  padding: 36px;
}
.dialog-content h2 {
  font-size: 32px;
  margin-top: 14px;
}
.close {
  position: absolute;
  right: 12px;
  top: 8px;
  border: 0;
  background: none;
  font-size: 28px;
  cursor: pointer;
}
.close-dialog {
  margin-top: 12px;
}
@media (min-width: 1550px) {
  .hero-copy {
    padding-left: 42px;
  }
  .header {
    padding-left: max(36px, calc((100vw - 1380px) /2));
    padding-right: max(36px, calc((100vw - 1380px) /2));
  }
}
@media (max-width: 1100px) {
  .header nav {
    order: 3;
    flex-basis: 100%;
    justify-content: center;
  }
  .header {
    justify-content: space-between;
  }
  .site-search {
    max-width: 380px;
  }
  .hero-copy h1 {
    font-size: 52px;
  }
  .hero-copy p {
    font-size: 20px;
  }
  .category-tiles {
    gap: 10px;
  }
  .category-tiles strong {
    font-size: 14px;
  }
  .section-heading {
    align-items: flex-start;
  }
  .section-heading p {
    max-width: 44%;
  }
  .product-card h2 {
    font-size: 20px;
  }
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .hero-copy {
    padding-left: 25px;
  }
  .guide-layout {
    gap: 24px;
  }
}
@media (max-width: 760px) {
  .header {
    padding: 16px;
    gap: 15px;
  }
  .brand {
    font-size: 27px;
  }
  .header nav {
    gap: 16px;
    justify-content: flex-start;
  }
  .site-search {
    max-width: none;
    flex-basis: 100%;
    order: 2;
  }
  .hero {
    min-height: 650px;
  }
  .hero > img,
  .hero > .photo {
    width: 100%;
    height: 54%;
    top: auto;
    bottom: 0;
  }
  .hero:after {
    background: linear-gradient(180deg, #dfc7a8 0%, #dfc7a8 45%, #dfc7a800 72%);
  }
  .hero-copy {
    padding: 25px 22px;
  }
  .hero-copy h1 {
    font-size: 43px;
    margin-top: 15px;
  }
  .hero-copy p {
    font-size: 18px;
    margin: 18px 0;
  }
  .benefits {
    gap: 12px;
    margin-top: 22px;
    font-size: 12px;
    max-width: 330px;
  }
  .eyebrow {
    font-size: 12px;
  }
  .section-heading {
    display: block;
  }
  .section-heading p {
    max-width: none;
    margin-top: 16px;
  }
  .section-heading br {
    display: none;
  }
  .category-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 12px;
  }
  .editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .card-copy {
    padding: 14px;
  }
  h3 {
    font-size: 22px;
  }
  .section {
    padding-top: 32px;
    padding-bottom: 20px;
  }
  .band {
    display: block;
    padding: 25px;
  }
  .band h2 {
    font-size: 29px;
    margin-bottom: 20px;
  }
  .footer {
    padding: 26px;
    display: block;
  }
  .footer nav {
    margin: 24px 0;
  }
  .footer p {
    max-width: none;
  }
  .category-hero {
    min-height: 510px;
  }
  .category-hero .hero-copy h1 {
    font-size: 42px;
    max-width: 500px;
  }
  .category-hero .hero-copy p {
    max-width: 360px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .product-card h2 {
    font-size: 21px;
  }
  .product-card p {
    font-size: 14px;
  }
  .catalog-head h1 {
    font-size: 38px;
  }
  .catalog-search .button {
    padding: 10px 18px;
  }
  .guide-hero {
    grid-template-columns: 1fr;
  }
  .guide-hero .photo {
    min-height: 0;
    height: auto;
  }
  .guide-layout {
    grid-template-columns: 1fr;
  }
  .guide-aside {
    order: -1;
  }
  .guide-aside nav {
    display: none;
  }
  .guide-body h2 {
    font-size: 29px;
  }
  .back-links {
    flex-wrap: wrap;
  }
  .lab a {
    display: inline-block;
  }
  .search-results {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 420px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-card > a {
    padding: 6px;
  }
  .product-copy {
    padding: 8px 4px;
  }
  .product-card h2 {
    font-size: 19px;
  }
  .product-card .button {
    font-size: 14px;
  }
  .hero-copy h1 {
    font-size: 39px;
  }
  .editorial-grid {
    grid-template-columns: 1fr;
  }
  .chips {
    gap: 8px;
  }
  .chip {
    padding: 8px 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
.category-tiles img.photo {
  height: auto;
  object-fit: cover;
}
.buying-checklist { background:#fff3e8; border-radius:24px; padding:clamp(22px,4vw,48px); box-sizing:border-box; }
.buying-checklist .section-heading { align-items:start; gap:24px; }
.buying-checklist article { background:white; border-radius:16px; padding:26px; }
.buying-checklist h3 { font-size:1.25rem; }
.buying-checklist p { line-height:1.7; }
.buying-checklist .check-photo { width:100%; height:auto; aspect-ratio:1.8; object-fit:cover; border-radius:12px; margin-bottom:22px; flex:none; }
.buying-checklist article { display:flex; flex-direction:column; }
.buying-checklist article .text-link { margin-top:auto; align-self:flex-start; }
.buying-checklist + .band { background:linear-gradient(110deg,#123b46,#205665); color:#fff; }
.buying-checklist + .band h2 { color:#fff; }
.guide-product-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; }
.guide-product { background:#fff; border:1px solid #e5e1dc; border-radius:14px; overflow:hidden; }
.guide-product > a { display:flex; flex-direction:column; height:100%; }
.guide-product .photo { width:100%; height:auto; aspect-ratio:1.6; object-fit:cover; flex:none; }
.guide-product .product-copy { padding:18px; display:flex; flex-direction:column; flex:1; }
.guide-product h3 { font-size:1.3rem; line-height:1.25; margin:10px 0; }
.guide-product .button { margin-top:auto; align-self:flex-start; }
.guide-price { color:#625a52; font-size:1rem; margin:8px 0 18px; }
.guide-faq { border-bottom:1px solid #d8d2ca; padding:20px 0; }
.guide-faq summary { cursor:pointer; font-size:1.15rem; font-weight:700; }
.guide-body section { scroll-margin-top:24px; }
.irrigation-layout { display:block; }
.irrigation-layout .guide-body { width:100%; }
.irrigation-layout .guide-aside { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:25px; }
.irrigation-layout .guide-aside nav, .irrigation-layout .aside-cta { margin:0; }
.irrigation-guide .guide-product-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; margin-top:22px; }
.irrigation-product { min-width:0; }
.irrigation-product > a { min-width:0; }
.irrigation-product .guide-product-image { position:relative; background:#fff; }
.irrigation-product .photo { display:block; width:100%; height:150px; aspect-ratio:auto; object-fit:contain; }
.irrigation-product .illustrative-badge { position:absolute; left:12px; bottom:12px; }
.irrigation-product .product-copy { padding:14px; gap:6px; min-width:0; }
.irrigation-product .eyebrow { font-size:10px; letter-spacing:.7px; overflow-wrap:anywhere; }
.irrigation-product .product-copy h3 { font-size:1.02rem; line-height:1.3; margin:0 0 8px; min-height:2.6em; overflow-wrap:anywhere; }
.irrigation-product .button { box-sizing:border-box; width:100%; padding:10px 8px; border-radius:12px; font-size:14px; white-space:nowrap; }
.irrigation-product .amazon { font-size:.78rem; color:#625a52; }
@media(max-width:760px) { .guide-product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; } }
@media(max-width:420px) { .guide-product-grid { grid-template-columns:1fr; } }
@media(max-width:900px) { .irrigation-guide .guide-product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:650px) { .irrigation-layout .guide-aside { grid-template-columns:1fr; } }
@media(max-width:480px) { .irrigation-guide .guide-product-grid { grid-template-columns:1fr; } }
@media(max-width:760px) { .category-tiles.subcategories { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:420px) { .category-tiles.subcategories { grid-template-columns:1fr; } }
.pending-photo { display:flex; align-items:center; justify-content:center; text-align:center; padding:20px; aspect-ratio:1.75; background:#ece9e4; color:#655c52; font-size:14px; box-sizing:border-box; }
.pending-product .button:disabled { opacity:.55; cursor:not-allowed; }
.advice-article-hero { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(0,1fr); gap:34px; align-items:center; padding:28px 0 20px; }
.advice-article-hero h1 { font-size:clamp(2.2rem,4vw,3.6rem); line-height:1.13; margin:16px 0; }
.advice-article-hero p { font-size:1.2rem; line-height:1.6; max-width:62ch; }
.advice-article-photo { min-height:310px; border-radius:16px; background-color:#fff; background-size:200% 300%; background-position:left top; background-repeat:no-repeat; }
.advice-article-layout { align-items:start; }
.advice-article-layout .guide-body > section { margin-bottom:36px; }
.advice-article-layout .guide-body p { max-width:72ch; }
.advice-checklist { background:#f6f1e9; border-radius:14px; padding:20px 26px; }
.advice-checklist ul { columns:2; padding-left:22px; }
.advice-related-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin:22px 0; }
.advice-related-product { background:#fff; border:1px solid #e5e1dc; border-radius:14px; min-width:0; overflow:hidden; }
.advice-related-product > a { display:flex; flex-direction:column; height:100%; box-sizing:border-box; }
.advice-related-visual { position:relative; width:100%; aspect-ratio:627/418; background:#fff; overflow:hidden; }
.advice-related-visual img,.advice-related-visual svg { display:block; width:100%; height:100%; }
.advice-related-visual img { object-fit:contain; }
.advice-related-visual .illustrative-badge { position:absolute; left:12px; bottom:12px; }
.advice-related-copy { display:flex; flex-direction:column; align-items:flex-start; gap:12px; padding:18px; flex:1; }
.advice-related-product h3 { font-size:1.15rem; line-height:1.35; margin:0; overflow-wrap:anywhere; }
.advice-related-product .advice-product-note { margin:0; color:#4e504a; font-size:.95rem; line-height:1.5; }
.advice-related-product .button { margin-top:auto; font-size:14px; padding:10px 18px; }
.irrigation-product .guide-comparison-note { margin:0 0 12px; color:#4e504a; font-size:.94rem; line-height:1.5; }
.advice-related-product small { color:#625a52; }
.advice-sources a { color:var(--orange); text-decoration:underline; text-underline-offset:3px; }
.advice-more-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-top:20px; }
.advice-more-grid a { display:block; background:#fff; padding:20px; border-radius:10px; }
.advice-more-grid a:hover { text-decoration:underline; }
@media(max-width:850px) { .advice-article-hero,.advice-article-layout { grid-template-columns:minmax(0,1fr); } .advice-article-hero > * { min-width:0; } .advice-article-photo { min-height:250px; } }
@media(max-width:570px) { .advice-related-grid,.advice-more-grid { grid-template-columns:1fr; } .advice-checklist ul { columns:1; } }

/* Shared third-level catalogue: twenty illustrated concepts, four columns. */
.catalog-intro { display:grid; grid-template-columns:1.4fr 1fr; align-items:center; gap:36px; padding-top:24px; padding-bottom:30px; }
.catalog-intro-copy { padding:12px 0; }
.catalog-intro h1 { max-width:740px; font-size:clamp(36px,4vw,58px); line-height:1.04; margin:15px 0; }
.catalog-intro p { max-width:580px; font-size:18px; line-height:1.6; margin:18px 0; }
.catalog-intro .text-link { font-size:14px; }
.catalog-intro-photos { display:grid; grid-template-columns:1fr 1fr; gap:14px; align-items:center; padding:12px; border-radius:28px; background:#ffe6d2; }
.catalog-intro-photos .photo { aspect-ratio:1; border-radius:20px; background:#ffffff; }
.catalog-intro-photos .photo:first-child { transform:rotate(-4deg); }
.catalog-intro-photos .photo:last-child { transform:rotate(4deg); }
.catalog-toolbar { display:flex; align-items:center; justify-content:space-between; gap:24px; padding-top:28px; border-top:1px solid var(--line); }
.catalog-toolbar h2 { font-family:Arial,sans-serif; font-size:20px; letter-spacing:-.5px; line-height:1.3; margin:8px 0 0; }
.catalog-toolbar .catalog-search { width:430px; max-width:100%; }
.catalog-tools .chips { gap:9px; }
.catalog-tools .chip { background:white; }
.catalog-tools .chip.selected { background:#253d31; border-color:#253d31; color:white; }
.catalog-meta { display:flex; justify-content:space-between; align-items:center; gap:14px; padding:18px 0; font-size:12px; color:#716c63; }
.catalog-meta p { margin:0; }
.refreshed-catalog .product-grid { gap:22px; }
.refreshed-catalog .product-card { border:1px solid #e7e1d7; border-radius:18px; box-shadow:0 3px 12px #35271904; }
.refreshed-catalog .product-card:hover { box-shadow:0 10px 28px #35271914; border-color:#d4c4ac; }
.refreshed-catalog .product-card > a { padding:0; }
.product-visual { position:relative; padding:30px 10px 8px; background:#ffffff; overflow:hidden; }
.refreshed-catalog .product-card .photo { aspect-ratio:1.15; background:#ffffff; border-radius:12px; transition:transform .25s; }
.refreshed-catalog .product-card img.utensil-photo { display:block; width:100%; height:auto; object-fit:contain; }
.refreshed-catalog .product-card:hover .photo { transform:scale(1.035); }
.product-label { position:absolute; z-index:1; top:12px; left:12px; max-width:calc(100% - 24px); padding:4px 9px; border-radius:20px; background:#fffaf0ed; color:#43513c; font-size:10px; font-weight:600; }
.illustrative-badge { position:absolute; left:18px; bottom:16px; z-index:1; padding:5px 9px; border-radius:6px; background:#fffdf0ed; color:#29251e; font-size:11px; font-weight:700; }
.refreshed-catalog .product-copy { padding:18px; }
.product-series { font-size:10px; color:#777064; margin-bottom:10px; }
.refreshed-catalog .product-card h2 { font-family:Arial,sans-serif; font-weight:600; font-size:18px; line-height:1.35; letter-spacing:-.4px; margin:0 0 10px; }
.refreshed-catalog .product-card p { font-size:13px; line-height:1.6; margin-bottom:20px; }
.refreshed-catalog .product-card .button { padding:11px 12px; font-size:13px; border-radius:9px; justify-content:space-between; gap:8px; background:#c9440a; }
.refreshed-catalog .affiliate-product-card { align-self:start; }
.refreshed-catalog .affiliate-product-card > a { height:auto; }
.refreshed-catalog .affiliate-product-card .product-copy { flex:none; }
.refreshed-catalog .affiliate-product-card .product-copy p { flex:none; margin-bottom:8px; }
.refreshed-catalog .product-grid:has(.linked-product-card) { grid-auto-rows:1fr; }
.refreshed-catalog .linked-product-card { align-self:stretch; }
.refreshed-catalog .linked-product-card > a { height:100%; }
.refreshed-catalog .linked-product-card .product-copy { flex:1; }
.refreshed-catalog .linked-product-card h2 { min-height:2.7em; }
.refreshed-catalog .linked-product-card .product-copy p { min-height:4.8em; }
.refreshed-catalog .linked-product-card .button { margin-top:auto; }
.refreshed-catalog .linked-product-card .drill-photo { display:block; width:100%; height:auto; aspect-ratio:1.15; object-fit:contain; }
.refreshed-catalog .product-card a:hover .button { background:#a83606; }
.catalog-tip-link { display:block; height:100%; color:inherit; text-decoration:none; }
.catalog-tip-link:hover .text-link, .catalog-tip-link:focus-visible .text-link { text-decoration:underline; }
.catalog-tip-link:focus-visible { outline:3px solid #254b40; outline-offset:4px; border-radius:12px; }
.catalog-editorial-hero { margin:0; position:relative; min-width:0; }
.catalog-editorial-hero img { display:block; width:100%; height:100%; min-height:290px; max-height:440px; object-fit:cover; border-radius:18px; }
.catalog-editorial-hero figcaption { position:absolute; left:14px; bottom:14px; padding:6px 10px; border-radius:8px; background:#fffdf0ed; font-size:12px; font-weight:700; }
.catalog-editorial-page .guide-body > h2 { margin-top:36px; }
.catalog-editorial-page .editorial-source { overflow-wrap:anywhere; }
.catalog-editorial-page .product-grid { margin-top:20px; grid-template-columns:repeat(2,minmax(0,1fr)); }
.catalog-editorial-page .product-card { min-width:0; border-radius:14px; }
.catalog-editorial-page .product-visual .photo { display:block; width:100%; height:220px; aspect-ratio:auto; object-fit:contain; }
.catalog-editorial-page .product-card h2 { font-family:Arial,sans-serif; font-size:18px; line-height:1.35; overflow-wrap:anywhere; }
@media(max-width:760px) { .catalog-editorial-page .product-grid { grid-template-columns:1fr; } }
.refreshed-catalog .amazon { font-size:10px; margin-top:10px; }
.catalog-disclosure { font-size:12px; line-height:1.65; max-width:1000px; margin:24px auto 12px; text-align:center; }
.catalog-advice { margin-top:24px; padding-top:40px; padding-bottom:40px; background:#ffe9d9; border-radius:24px; }
.catalog-advice h2 { font-size:clamp(28px,3vw,38px); margin-top:10px; }
.catalog-advice .section-heading p { font-size:14px; }
.catalog-advice-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.catalog-tip { border-radius:16px; overflow:hidden; background:white; }
.tip-image { position:relative; background:#ffffff; }
.tip-image .photo { height:180px; border-radius:0; background:#ffffff; }
.tip-number { position:absolute; bottom:12px; left:18px; background:#253d31; color:white; border-radius:50%; width:38px; height:38px; display:grid; place-items:center; font-size:13px; }
.tip-copy { padding:24px; }
.tip-copy h3 { font-size:25px; line-height:1.15; margin-top:12px; }
.tip-copy p { font-size:14px; line-height:1.7; margin-bottom:0; }
@media(max-width:1050px) {
  .catalog-intro { grid-template-columns:1.3fr 1fr; gap:22px; }
  .catalog-toolbar { align-items:flex-start; flex-direction:column; }
  .catalog-toolbar .catalog-search { width:100%; }
  .refreshed-catalog .product-grid { gap:14px; }
  .refreshed-catalog .product-copy { padding:14px; }
}
@media(max-width:760px) {
  .catalog-intro { grid-template-columns:1fr; padding-top:0; gap:14px; }
  .catalog-intro h1 { font-size:38px; }
  .catalog-intro-photos { display:none; }
  .catalog-meta { align-items:flex-start; flex-direction:column; gap:5px; }
  .catalog-tools .chips { flex-wrap:nowrap; overflow-x:auto; padding-bottom:8px; }
  .catalog-tools .chip { flex-shrink:0; }
  .refreshed-catalog .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
  .refreshed-catalog .product-card h2 { font-size:16px; }
  .refreshed-catalog .product-card .button { font-size:12px; padding:10px 8px; }
  .product-series { font-size:9px; }
  .catalog-advice { border-radius:0; }
  .catalog-advice-grid { grid-template-columns:1fr; }
  .catalog-tip { display:grid; grid-template-columns:1fr 1.4fr; }
  .catalog-tip:has(.catalog-tip-link) { display:block; }
  .catalog-tip-link { display:grid; grid-template-columns:1fr 1.4fr; }
  .tip-image .photo { height:100%; min-height:170px; }
  .tip-copy { padding:20px; }
}
@media(max-width:420px) {
  .refreshed-catalog .product-grid { grid-template-columns:1fr; }
  .refreshed-catalog .product-copy { padding:12px; }
  .refreshed-catalog .product-card h2 { font-size:17px; }
  .refreshed-catalog .product-card .button { font-size:13px; }
  .product-label { font-size:11px; }
  .catalog-tip { display:block; }
  .catalog-tip-link { display:block; }
  .tip-image .photo { height:170px; }
}


[hidden]{display:none!important}
