@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap");
:root {
  --ink: #193c33;
  --text: #293a34;
  --muted: #748079;
  --green: #285c46;
  --lime: #dbedac;
  --line: #e2e7df;
  --paper: #f7f8f4;
  --gold: #b67b1b;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
input,
select {
  min-width: 0;
}
input:focus,
select:focus {
  outline: none;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #81a753;
  outline-offset: 4px;
}
input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--green);
  width: 16px;
  height: 16px;
  margin: 0;
}
.container {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}
.icon {
  flex-shrink: 0;
  vertical-align: middle;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  padding: 12px;
  background: var(--ink);
  color: #fff;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  border-bottom: 1px solid #edf0e9;
  background: #fff;
}
.header-inner {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.brand-mark {
  font-family: "Manrope", sans-serif;
  font-size: 43px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -4px;
  color: var(--ink);
}
.brand-mark > span:first-child {
  color: #678557;
}
.brand-dot {
  color: #819c48;
}
.brand-caption {
  border-left: 1px solid #dfe4dc;
  padding-left: 16px;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 500;
  color: #607168;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 13px;
  font-weight: 600;
}
.main-nav a {
  position: relative;
  padding: 34px 0;
}
.main-nav a.active {
  color: var(--green);
}
.main-nav a.active:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  bottom: 20px;
  left: 50%;
}
.button {
  border: 0;
  border-radius: 7px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  transform: translateY(-1px);
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.button-dark:hover {
  background: #2d5546;
}
.header-cta {
  padding: 11px 17px;
  gap: 10px;
}
.header-cta > .icon {
  width: 17px;
}
.header-cta > span:last-child {
  font-size: 21px;
  margin-left: 6px;
  font-weight: 400;
}
.hero {
  background: #f1f3e9;
  overflow: hidden;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  align-items: center;
  min-height: 441px;
  gap: 40px;
  padding-block: 53px 40px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  letter-spacing: 1.8px;
  font-size: 10px;
  font-weight: 700;
  color: #58754e;
}
.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #608f49;
  box-shadow: 0 0 0 4px #608f4910;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: "Manrope", sans-serif;
}
h1 {
  font-size: clamp(35px, 3.7vw, 53px);
  font-weight: 750;
  letter-spacing: -2.3px;
  line-height: 1.19;
  margin: 19px 0 17px;
  color: var(--ink);
}
h1 > span {
  color: #6c8555;
}
.hero-copy > p {
  font-size: 14px;
  line-height: 1.8;
  color: #6a786b;
}
.search-bar {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #dce2d2;
  box-shadow: 0 5px 12px #26472305;
  padding: 6px;
  border-radius: 9px;
  margin-top: 26px;
  max-width: 650px;
}
.search-field {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 12px;
  padding-left: 13px;
  min-width: 0;
  color: #6d7e6d;
}
.search-field input {
  border: 0;
  width: 100%;
  padding: 12px 0;
  background: transparent;
  font-size: 12px;
  color: var(--text);
}
input::placeholder {
  color: #889087;
}
.search-button {
  padding: 13px 22px;
}
.popular-searches {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 14px;
  font-size: 10px;
  color: #778371;
  flex-wrap: wrap;
}
.popular-searches > a {
  border: 1px solid #d9dfd0;
  padding: 3px 9px;
  border-radius: 5px;
  color: #52634c;
  background: #ffffff35;
}
.popular-searches > a:hover {
  background: #fff;
}
.popular-searches > a > span {
  margin-left: 6px;
}
.hero-art {
  position: relative;
  height: 340px;
  width: 100%;
  max-width: 465px;
  justify-self: center;
}
.orbit {
  position: absolute;
  border: 1px solid #dbe2cf;
  border-radius: 50%;
  top: 10px;
  left: 18px;
  width: 360px;
  height: 320px;
  transform: rotate(-28deg);
}
.orbit-two {
  width: 445px;
  height: 210px;
  top: 76px;
  left: -25px;
  transform: rotate(-31deg);
}
.orbit-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #b6cc86;
  border-radius: 50%;
}
.dot-one {
  left: 15px;
  top: 123px;
}
.dot-two {
  right: 15px;
  bottom: 102px;
  width: 7px;
  height: 7px;
}
.art-label {
  position: absolute;
  right: 25px;
  top: 8px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #8d9b7c;
  transform: rotate(8deg);
}
.art-card {
  position: absolute;
  border-radius: 14px;
}
.art-card-front {
  background: var(--ink);
  color: #fff;
  left: 70px;
  top: 65px;
  width: 228px;
  height: 234px;
  padding: 23px;
  transform: rotate(-8deg);
  box-shadow: 10px 18px 30px #2d49351a;
}
.art-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.art-monogram {
  background: var(--lime);
  color: var(--ink);
  border-radius: 9px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 33px;
  line-height: 1;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  letter-spacing: -3px;
}
.art-check {
  display: grid;
  place-items: center;
  border: 1px solid #557265;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  color: var(--lime);
}
.art-check .icon {
  width: 13px;
}
.art-card-front > strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 23px;
  letter-spacing: -0.7px;
  line-height: 1.35;
  margin-top: 23px;
}
.art-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 19px;
  border-top: 1px solid #4a6657;
  padding-top: 12px;
  font-size: 9px;
  color: #c6d5bc;
}
.art-card-bottom .icon {
  width: 15px;
}
.art-card-back {
  width: 181px;
  height: 208px;
  background: #fff;
  top: 43px;
  right: 40px;
  transform: rotate(14deg);
  border: 1px solid #dce2d7;
  box-shadow: 5px 10px 25px #32472505;
  padding: 20px;
}
.mini-logo {
  display: grid;
  place-items: center;
  background: #ecf0e7;
  width: 40px;
  height: 40px;
  border-radius: 9px;
  color: #758c5a;
}
.art-line {
  display: block;
  width: 105px;
  height: 7px;
  background: #e6ebdf;
  border-radius: 2px;
  margin-top: 20px;
}
.art-line.short {
  width: 65px;
  height: 5px;
  margin-top: 9px;
}
.art-pill {
  position: absolute;
  right: 0;
  bottom: 9px;
  display: flex;
  gap: 8px;
  align-items: center;
  background: #fff;
  padding: 13px 16px;
  border: 1px solid #e2e7db;
  border-radius: 9px;
  transform: rotate(4deg);
  font-size: 10px;
  box-shadow: 0 8px 15px #42503509;
}
.art-pill .icon {
  width: 15px;
  color: #709248;
}
.art-spark {
  position: absolute;
  right: 32px;
  bottom: 75px;
  font-size: 60px;
  line-height: 1;
  color: #819d4d;
  transform: rotate(12deg);
}
.hero-bottom {
  border-top: 1px solid #dfe5d5;
  display: flex;
  align-items: center;
  gap: 23px;
  height: 70px;
  font-size: 11px;
  color: #72806b;
}
.hero-bottom > div {
  display: flex;
  align-items: center;
  gap: 9px;
}
.hero-bottom strong {
  font-size: 20px;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
}
.hero-bottom .icon {
  width: 16px;
  color: #6a8650;
}
.stat-divider {
  height: 15px;
  border-left: 1px solid #d4dccb;
}
.hero-bottom-note {
  margin-left: auto;
  font-size: 11px;
  color: #8c987f;
}
.catalog-section {
  padding-block: 52px 0;
  scroll-margin-top: 25px;
}
.section-intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 29px;
}
.section-intro h2 {
  font-size: 30px;
  letter-spacing: -1.2px;
  margin-top: 7px;
  color: var(--ink);
  font-weight: 750;
}
.heading-dot {
  color: #8ea764;
}
.catalog-total {
  font-size: 12px;
  color: #889084;
  padding-bottom: 5px;
}
.catalog-layout {
  display: grid;
  grid-template-columns: 224px minmax(0, 1fr);
  gap: 31px;
}
.filters {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 21px 19px;
  align-self: start;
  background: #fcfdfb;
}
.filter-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.filter-heading h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 700;
}
.filter-heading h3 .icon {
  width: 16px;
}
.filter-heading > a {
  font-size: 10px;
  color: #7e8b79;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.filter-group {
  margin: 0;
  padding: 20px 0;
  border: 0;
  border-top: 1px solid var(--line);
  min-width: 0;
}
.filter-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 13px;
  padding: 0;
}
.filter-group legend {
  float: left;
  width: 100%;
}
.filter-group legend + * {
  clear: both;
}
.location-input {
  display: flex;
  align-items: center;
  border: 1px solid #dce2d7;
  border-radius: 6px;
  background: #fff;
  gap: 6px;
  padding: 0 9px;
}
.location-input > .icon {
  width: 14px;
  color: #8b9786;
}
.location-input input {
  border: 0;
  background: transparent;
  padding: 10px 0;
  width: 100%;
  font-size: 11px;
}
.field-help {
  font-size: 9px;
  color: #85907f;
  display: block;
  margin-top: 7px;
}
.radio-row,
.checkbox-row {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  font-size: 12px;
  color: #59674f;
  margin-top: 12px;
}
.small-star {
  color: var(--gold);
  font-size: 16px;
  line-height: 1;
}
.radio-row .small-star {
  font-size: 13px;
}
.apply-filters {
  width: 100%;
  font-size: 11px;
  padding: 11px 12px;
  gap: 22px;
}
.apply-filters > .icon {
  width: 16px;
}
.filter-note {
  display: flex;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 21px;
  margin-top: 23px;
  color: #8c957e;
}
.filter-note > .icon {
  width: 17px;
  margin-top: 3px;
}
.filter-note p {
  font-size: 10px;
  line-height: 1.8;
  color: #65725c;
}
.filter-note p > span {
  color: #949d8c;
}
.results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  margin-bottom: 17px;
  gap: 15px;
  font-size: 11px;
  color: #879180;
}
.results-toolbar strong {
  color: #2e493a;
  font-weight: 700;
  margin-left: 3px;
}
.query-label {
  overflow-wrap: anywhere;
}
.sort-label {
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}
.sort-label select {
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 8px 26px 8px 10px;
  background: #fff;
  color: #4b5c46;
  font-size: 10px;
  max-width: 175px;
}
.company-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.company-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 20px 20px 15px;
  min-width: 0;
  background: #fff;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.company-card:hover {
  border-color: #b8c8aa;
  box-shadow: 0 9px 26px #27432d08;
  transform: translateY(-3px);
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.company-avatar {
  position: relative;
  width: 57px;
  height: 57px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #edf1e8;
  overflow: hidden;
  flex-shrink: 0;
}
.company-initial {
  font-family: "Manrope", sans-serif;
  font-size: 25px;
  font-weight: 750;
  color: #6b835c;
}
.tone-1 {
  background: #edf1f5;
}
.tone-1 .company-initial {
  color: #617b90;
}
.tone-2 {
  background: #f3ece7;
}
.tone-2 .company-initial {
  color: #94715a;
}
.tone-3 {
  background: #f0ebf4;
}
.tone-3 .company-initial {
  color: #847195;
}
.card-open {
  color: #9aa68f;
  padding: 4px;
}
.card-open:hover {
  color: var(--ink);
}
.card-open > .icon {
  width: 16px;
  height: 16px;
}
.company-card h3 {
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
  letter-spacing: -0.3px;
  color: #233e30;
  min-height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}
.company-card h3 > a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.company-location {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 11px;
  color: #69765e;
  margin-top: 5px;
  min-height: 32px;
  line-height: 1.55;
}
.company-location > .icon {
  width: 12px;
  height: 15px;
  margin-top: 1px;
}
.company-location > span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}
.company-description {
  font-size: 13px;
  color: #65725d;
  line-height: 1.9;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 74px;
  margin: 12px 0 19px;
  overflow-wrap: anywhere;
}
.company-contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  min-height: 47px;
  padding-bottom: 17px;
  box-sizing: content-box;
}
.company-contacts > a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #53654a;
  min-width: 0;
}
.company-contacts > a:hover {
  color: #244b32;
  text-decoration: underline;
}
.company-contacts .icon {
  width: 13px;
  height: 13px;
  color: #8d9a80;
}
.company-contacts a > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.company-contacts .contact-external {
  width: 10px;
  height: 10px;
}
.no-contacts {
  font-size: 10px;
  color: var(--muted);
}
.card-rating {
  border-top: 1px solid #edf0e8;
  padding-top: 14px;
}
.rating-summary {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #707b65;
}
.rating-summary > strong {
  font-size: 12px;
  color: #435438;
  font-weight: 700;
}
.rating-summary .small-star {
  font-size: 14px;
}
.rating-form {
  margin-top: 9px;
}
.rating-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.stars {
  display: flex;
  gap: 5px;
}
.star-button {
  padding: 3px;
  background: none;
  border: 0;
  color: #c2cbbc;
  width: 27px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 4px;
}
.star-button .icon {
  width: 22px;
  height: 22px;
  fill: transparent;
  transition:
    color 0.1s,
    fill 0.1s;
}
.star-button.selected,
.star-button.preview {
  color: var(--gold);
}
.star-button.selected .icon,
.star-button.preview .icon {
  fill: currentColor;
}
.stars.previewing .star-button:not(.preview) {
  color: #c2cbbc;
}
.stars.previewing .star-button:not(.preview) .icon {
  fill: transparent;
}
.rating-hint {
  display: block;
  font-size: 10px;
  line-height: 1.5;
  color: #6e7b62;
  min-height: 14px;
  margin-top: 5px;
}
.rating-hint.error {
  color: #a43b32;
}
.rating-hint.saved {
  color: #467237;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 27px;
  font-size: 10px;
  color: #8a9582;
}
.pagination nav {
  display: flex;
  gap: 6px;
  align-items: center;
}
.pagination nav a {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid #e1e6da;
  border-radius: 5px;
  font-size: 11px;
  color: #61744d;
}
.pagination nav a:hover {
  background: #f0f3ea;
}
.pagination nav [aria-current="page"] {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}
.rating-explanation {
  font-size: 10px;
  color: #919b89;
  margin-top: 19px;
  line-height: 1.8;
}
.empty-state {
  grid-column: 1/-1;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px dashed #d5dfca;
  border-radius: 10px;
  background: #fafbf7;
  padding: 35px;
}
.empty-icon {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #edf2e5;
  color: #718953;
  margin-bottom: 20px;
}
.empty-state h3 {
  font-size: 21px;
  color: var(--ink);
}
.empty-state p {
  max-width: 370px;
  margin: 12px 0 23px;
  color: #7f8b73;
  font-size: 12px;
}
.flash {
  padding: 15px 20px;
  background: #edf4e4;
  color: var(--green);
  margin-bottom: 20px;
  border-radius: 6px;
}
.how-section {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 63px;
  border-top: 1px solid var(--line);
  padding-block: 44px 49px;
}
.how-heading h2 {
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 1.4;
  margin-top: 9px;
  color: var(--ink);
}
.how-step {
  padding-top: 4px;
}
.how-step > span {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  color: #97a683;
  letter-spacing: 2px;
}
.how-step h3 {
  font-size: 14px;
  color: var(--ink);
  margin: 13px 0 8px;
}
.how-step p {
  font-size: 11px;
  color: #85917a;
  line-height: 1.9;
  max-width: 210px;
}
.business-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 35px 43px;
  background: var(--ink);
  color: #fff;
  border-radius: 12px;
}
.business-cta .eyebrow {
  color: #c0d399;
  font-size: 9px;
}
.business-cta h2 {
  font-size: 27px;
  letter-spacing: -0.9px;
  margin: 9px 0;
}
.business-cta p {
  font-size: 11px;
  color: #aec0af;
}
.button-lime {
  background: var(--lime);
  color: var(--ink);
  flex-shrink: 0;
  font-size: 12px;
  padding: 14px 22px;
}
.button-lime:hover {
  background: #e9f5cd;
}
.cta-decoration {
  position: absolute;
  right: 280px;
  top: -26px;
  color: #284b3d;
  z-index: -1;
  font-size: 190px;
  line-height: 1;
  transform: rotate(8deg);
}
.site-footer {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-block: 37px;
  color: #8b9584;
  font-size: 10px;
}
.footer-brand {
  margin-right: auto;
  gap: 11px;
}
.footer-brand .brand-mark {
  font-size: 28px;
  letter-spacing: -2px;
}
.footer-brand .brand-caption {
  font-size: 9px;
  border: 0;
  padding: 0;
}
.site-footer > a:last-child {
  display: flex;
  align-items: center;
  gap: 6px;
}
.site-footer .icon {
  width: 12px;
  height: 12px;
}
.site-footer > a:hover {
  color: var(--ink);
}
@media (min-width: 1500px) {
  .hero-inner {
    min-height: 460px;
  }
  .hero-art {
    transform: scale(1.07);
  }
  .company-card {
    padding: 23px;
  }
  .company-description {
    font-size: 12px;
    height: 69px;
  }
  .company-card h3 {
    font-size: 16px;
  }
  .company-location,
  .company-contacts > a {
    font-size: 11px;
  }
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 56px);
  }
  .catalog-layout {
    grid-template-columns: 205px minmax(0, 1fr);
    gap: 22px;
  }
  .company-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-inner {
    grid-template-columns: 1.4fr 1fr;
    gap: 10px;
  }
  .hero-art {
    transform: scale(0.87);
    transform-origin: center right;
  }
  .art-card-front {
    left: 10px;
  }
  .art-card-back {
    right: -15px;
  }
  .art-pill {
    right: -25px;
  }
  .art-spark {
    right: -10px;
  }
  .hero-copy h1 {
    font-size: 43px;
  }
  .hero-bottom-note {
    display: none;
  }
  .main-nav {
    gap: 22px;
  }
  .how-section {
    gap: 22px;
  }
  .business-cta h2 {
    font-size: 23px;
  }
  .site-footer {
    gap: 19px;
  }
  .catalog-total {
    font-size: 10px;
  }
}
@media (max-width: 800px) {
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 77px;
    gap: 15px;
  }
  .main-nav {
    display: none;
  }
  .brand-mark {
    font-size: 37px;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    padding-block: 40px 32px;
    min-height: 0;
  }
  .hero-art {
    display: none;
  }
  .hero-copy h1 {
    font-size: 46px;
  }
  .hero-copy > p {
    font-size: 13px;
  }
  .search-bar {
    max-width: none;
  }
  .hero-bottom {
    height: 62px;
    gap: 18px;
  }
  .hero-bottom strong {
    font-size: 18px;
  }
  .hero-bottom > div {
    gap: 7px;
  }
  .catalog-section {
    padding-top: 35px;
  }
  .section-intro h2 {
    font-size: 27px;
  }
  .catalog-total {
    display: none;
  }
  .catalog-layout {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .filters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 20px;
    padding: 18px;
  }
  .filter-heading {
    grid-column: 1/-1;
    padding-bottom: 13px;
  }
  .filter-group {
    padding-block: 15px;
  }
  .filter-label {
    font-size: 10px;
  }
  .radio-row,
  .checkbox-row {
    font-size: 10px;
  }
  .apply-filters {
    grid-column: 1/-1;
    width: auto;
    justify-self: end;
    padding-inline: 23px;
  }
  .filter-note {
    display: none;
  }
  .company-grid {
    gap: 16px;
  }
  .company-card h3 {
    font-size: 16px;
  }
  .company-description {
    font-size: 12px;
    height: 69px;
  }
  .company-contacts > a {
    font-size: 11px;
  }
  .how-section {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
    padding-block: 30px;
  }
  .business-cta {
    padding: 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .business-cta h2 {
    font-size: 25px;
  }
  .cta-decoration {
    right: -20px;
    top: 60px;
  }
  .site-footer {
    flex-wrap: wrap;
    padding-block: 27px;
    gap: 16px 25px;
  }
  .footer-brand {
    width: 100%;
    margin-bottom: 3px;
  }
  .site-footer > span {
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .container {
    width: calc(100% - 32px);
  }
  .header-inner {
    height: 73px;
  }
  .brand {
    gap: 9px;
  }
  .brand-caption {
    font-size: 8px;
    padding-left: 9px;
  }
  .brand-mark {
    font-size: 34px;
  }
  .header-cta {
    font-size: 10px;
    padding: 9px 12px;
    gap: 7px;
  }
  .header-cta > .icon {
    display: none;
  }
  .header-cta > span:last-child {
    font-size: 16px;
    margin: 0;
  }
  .hero-inner {
    padding-top: 31px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
  }
  .hero-copy h1 {
    font-size: 37px;
    letter-spacing: -1.7px;
    margin-block: 17px;
  }
  .hero-copy > p {
    font-size: 12px;
  }
  .desktop-break {
    display: none;
  }
  .search-bar {
    margin-top: 23px;
    padding: 5px;
  }
  .search-field {
    padding-left: 7px;
    gap: 7px;
  }
  .search-field .icon {
    width: 17px;
  }
  .search-field input {
    font-size: 10px;
    padding-block: 11px;
  }
  .search-button {
    font-size: 11px;
    padding: 12px;
    gap: 6px;
  }
  .search-button .icon {
    width: 14px;
  }
  .popular-searches {
    font-size: 9px;
    gap: 6px;
  }
  .hero-bottom {
    gap: 11px;
    font-size: 9px;
    height: 59px;
    flex-wrap: wrap;
  }
  .hero-bottom .icon {
    width: 14px;
  }
  .hero-bottom > div {
    gap: 5px;
  }
  .hero-bottom strong {
    font-size: 17px;
  }
  .stat-divider {
    height: 11px;
  }
  .hero-bottom > div:last-of-type {
    margin-left: auto;
  }
  .hero-bottom .stat-divider:nth-of-type(2) {
    display: none;
  }
  .section-intro {
    margin-bottom: 20px;
  }
  .section-intro h2 {
    font-size: 26px;
  }
  .filters {
    grid-template-columns: 1fr 1fr;
    gap: 0 18px;
    padding: 16px;
  }
  .filters > div.filter-group {
    grid-column: 1/-1;
  }
  .field-help {
    font-size: 9px;
  }
  .filter-group {
    padding-block: 14px;
  }
  .filter-label {
    font-size: 11px;
  }
  .radio-row,
  .checkbox-row {
    font-size: 10px;
    align-items: flex-start;
  }
  .radio-row input,
  .checkbox-row input {
    flex-shrink: 0;
    margin-top: 1px;
  }
  .apply-filters {
    width: 100%;
    font-size: 12px;
  }
  .company-grid {
    grid-template-columns: 1fr;
  }
  .company-card {
    padding: 22px;
  }
  .company-card h3 {
    font-size: 18px;
    min-height: 0;
  }
  .company-location {
    font-size: 11px;
    min-height: 0;
    margin-top: 9px;
  }
  .company-description {
    height: auto;
    max-height: 69px;
    min-height: 46px;
    margin-block: 14px 19px;
  }
  .card-top {
    margin-bottom: 15px;
  }
  .company-avatar {
    width: 60px;
    height: 60px;
  }
  .company-contacts {
    min-height: 40px;
    gap: 9px;
  }
  .company-contacts > a {
    font-size: 12px;
  }
  .card-rating {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
  }
  .rating-form {
    margin-top: 0;
  }
  .rating-summary {
    font-size: 10px;
    flex-wrap: wrap;
    gap: 5px;
  }
  .rating-summary > strong {
    font-size: 14px;
  }
  .rating-hint {
    font-size: 9px;
  }
  .stars {
    gap: 3px;
  }
  .star-button {
    width: 28px;
    height: 32px;
  }
  .results-toolbar {
    font-size: 11px;
    gap: 10px;
    align-items: flex-start;
  }
  .sort-label {
    font-size: 10px;
    gap: 5px;
  }
  .sort-label select {
    font-size: 10px;
    max-width: 145px;
    padding: 7px 4px;
  }
  .how-section {
    gap: 25px 20px;
  }
  .how-heading h2 {
    font-size: 23px;
  }
  .how-step p {
    font-size: 11px;
  }
  .business-cta {
    padding: 26px 23px;
  }
  .business-cta h2 {
    font-size: 25px;
    line-height: 1.4;
  }
  .business-cta p {
    font-size: 11px;
  }
  .site-footer {
    font-size: 9px;
    gap: 17px;
  }
  .site-footer > span {
    width: 100%;
  }
  .rating-explanation {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
  .company-card:hover,
  .button:hover {
    transform: none;
  }
}
