body.cksh-search-home-template {
  --cksh-ink: #182d38;
  --cksh-ink-soft: #40545b;
  --cksh-cream: #fbf5e8;
  --cksh-paper: #fffdf8;
  --cksh-teal: #176b68;
  --cksh-teal-dark: #124f4d;
  --cksh-coral: #a83b26;
  --cksh-gold: #efbc62;
  --cksh-line: rgba(24, 45, 56, 0.14);
  color: var(--cksh-ink);
  background: var(--cksh-cream);
}

.cksh-search-home-template main#content {
  max-width: none;
  padding: 0;
  overflow: hidden;
  background: var(--cksh-cream);
}

.cksh-search-home-template main#content > .page-header {
  display: none;
}

.cksh-search-home-template .page-content {
  margin: 0;
}

.cksh-search-home-template .cksh-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.cksh-search-home-template :where(.cksh-hero, .cksh-explore, .cksh-tips) *,
.cksh-search-home-template .directorist-search-contents * {
  box-sizing: border-box;
}

.cksh-search-home-template :where(.cksh-hero, .cksh-explore, .cksh-tips) h1,
.cksh-search-home-template :where(.cksh-hero, .cksh-explore, .cksh-tips) h2,
.cksh-search-home-template :where(.cksh-hero, .cksh-explore, .cksh-tips) h3 {
  margin-top: 0;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.cksh-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(70px, 8vw, 112px) 0 94px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 23%, rgba(239, 188, 98, 0.96) 0 8%, transparent 8.3%),
    radial-gradient(circle at 82% 23%, rgba(239, 188, 98, 0.16) 0 20%, transparent 20.3%),
    linear-gradient(128deg, #183445 0%, #176b68 66%, #217a74 100%);
}

.cksh-hero::after {
  position: absolute;
  right: -8%;
  bottom: -240px;
  z-index: -1;
  width: 70%;
  height: 360px;
  border: 2px solid rgba(255,255,255,.14);
  border-radius: 50%;
  content: "";
  transform: rotate(-7deg);
}

.cksh-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, .68fr);
  align-items: center;
  gap: clamp(44px, 7vw, 90px);
}

.cksh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 17px;
  color: var(--cksh-coral);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cksh-eyebrow::before {
  width: 28px;
  height: 3px;
  border-radius: 10px;
  background: currentColor;
  content: "";
}

.cksh-hero .cksh-eyebrow,
.cksh-eyebrow--gold {
  color: var(--cksh-gold);
}

.cksh-hero h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(3.1rem, 6.6vw, 6rem);
  text-wrap: balance;
}

.cksh-hero__lede {
  max-width: 650px;
  margin: 0 0 30px;
  color: rgba(255,255,255,.88);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.65;
}

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

.cksh-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none !important;
}

.cksh-button--gold {
  color: var(--cksh-ink) !important;
  background: var(--cksh-gold);
}

.cksh-button--ghost {
  border-color: rgba(255,255,255,.48);
  color: #fff !important;
  background: rgba(255,255,255,.08);
}

.cksh-route-card {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 24px;
  background: rgba(255,255,255,.11);
  box-shadow: 0 22px 70px rgba(7,27,35,.23);
  backdrop-filter: blur(10px);
}

.cksh-route-card__label {
  display: block;
  margin-bottom: 14px;
  color: var(--cksh-gold);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.cksh-route-card__row {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  border-top: 1px solid rgba(255,255,255,.17);
}

.cksh-route-card__number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: var(--cksh-ink);
  background: var(--cksh-gold);
  font-size: .8rem;
  font-weight: 950;
}

.cksh-route-card__copy strong,
.cksh-route-card__copy small {
  display: block;
}

.cksh-route-card__copy small {
  margin-top: 3px;
  color: rgba(255,255,255,.78);
  line-height: 1.4;
}

.cksh-search-home-template .directorist-search-contents.cksh-search-card {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 40px));
  margin: -42px auto 0;
  padding: 34px;
  border: 1px solid var(--cksh-line);
  border-radius: 24px;
  background: var(--cksh-paper);
  box-shadow: 0 22px 60px rgba(24,45,56,.13);
}

.cksh-search-home-template .directorist-search-top {
  margin-bottom: 26px;
  text-align: left;
}

.cksh-search-home-template .directorist-search-top__title {
  margin: 0 0 8px;
  color: var(--cksh-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -.035em;
}

.cksh-search-home-template .directorist-search-top__subtitle {
  margin: 0;
  color: var(--cksh-ink-soft);
  font-size: 1rem;
}

.cksh-search-home-template .directorist-search-form-wrap {
  padding: 0;
  border: 0 !important;
  background: transparent;
}

.cksh-search-home-template .directorist-listing-type-selection {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
}

.cksh-search-home-template .directorist-listing-type-selection__item {
  margin: 0 !important;
}

.cksh-search-home-template .search_listing_types {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 14px !important;
  border: 1px solid var(--cksh-line) !important;
  border-radius: 14px;
  color: var(--cksh-ink) !important;
  background: #fff;
  font-weight: 800;
  text-decoration: none !important;
}

.cksh-search-home-template .search_listing_types.directorist-listing-type-selection__link--current,
.cksh-search-home-template .search_listing_types[aria-current="true"] {
  border-color: var(--cksh-teal) !important;
  color: #fff !important;
  background: var(--cksh-teal);
}

.cksh-search-home-template .directorist-search-form__box,
.cksh-search-home-template .directorist-search-form-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch !important;
  gap: 12px;
}

.cksh-search-home-template .directorist-search-adv-filter {
  display: grid !important;
  grid-template-columns: minmax(0, 1.45fr) minmax(220px, .75fr);
  gap: 12px;
}

.cksh-search-home-template .directorist-search-field,
.cksh-search-home-template .directorist-search-field__input,
.cksh-search-home-template .select2-selection {
  min-height: 58px !important;
  margin: 0 !important;
  border-color: rgba(24,45,56,.2) !important;
  border-radius: 14px !important;
  background: #fff !important;
}

.cksh-search-home-template .directorist-search-query input {
  padding: 0 18px !important;
  color: var(--cksh-ink) !important;
}

.cksh-search-home-template .directorist-search-field__label {
  color: var(--cksh-ink-soft) !important;
}

.cksh-search-home-template .directorist-search-form-action {
  display: flex;
  min-width: 196px;
  gap: 8px;
}

.cksh-search-home-template .directorist-btn-search {
  min-height: 58px;
  padding-inline: 22px !important;
  border-radius: 14px !important;
  color: #fff !important;
  background: var(--cksh-coral) !important;
  font-weight: 850;
  white-space: nowrap;
}

.cksh-search-home-template .directorist-filter-btn {
  display: grid;
  min-width: 52px;
  min-height: 58px;
  place-items: center;
  border: 1px solid var(--cksh-line) !important;
  border-radius: 14px !important;
  color: var(--cksh-ink) !important;
  background: #fff !important;
}

.cksh-explore {
  padding: clamp(78px, 9vw, 118px) 0;
}

.cksh-explore > h2 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.cksh-explore__lede {
  max-width: 690px;
  margin: 0 0 34px;
  color: var(--cksh-ink-soft);
  font-size: 1.05rem;
}

.cksh-explore__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.cksh-explore-card {
  min-height: 245px;
  padding: 24px;
  border: 1px solid var(--cksh-line);
  border-radius: 20px;
  color: var(--cksh-ink) !important;
  background: #fff;
  box-shadow: 0 10px 28px rgba(24,45,56,.06);
  text-decoration: none !important;
}

.cksh-explore-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: var(--cksh-teal);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .06em;
}

.cksh-explore-card:nth-child(2n) .cksh-explore-card__icon {
  background: var(--cksh-coral);
}

.cksh-explore-card h3 {
  margin-bottom: 9px;
  font-size: 1.48rem;
}

.cksh-explore-card p {
  margin: 0 0 20px;
  color: var(--cksh-ink-soft);
  line-height: 1.55;
}

.cksh-explore-card__link {
  color: var(--cksh-coral);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cksh-tips {
  padding: clamp(72px, 8vw, 105px) 0;
  color: #fff;
  background: var(--cksh-teal-dark);
}

.cksh-tips h2 {
  max-width: 760px;
  margin-bottom: 34px;
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.2rem);
}

.cksh-tips__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.cksh-tip {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
}

.cksh-tip__number {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 14px;
  color: var(--cksh-ink);
  background: var(--cksh-gold);
  font-weight: 950;
}

.cksh-tip h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.48rem;
}

.cksh-tip p {
  margin: 0;
  color: rgba(255,255,255,.82);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .cksh-hero__grid,
  .cksh-explore__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cksh-hero__copy {
    grid-column: 1 / -1;
  }
  .cksh-route-card {
    grid-column: 1 / -1;
  }
  .cksh-search-home-template .directorist-search-form__box,
  .cksh-search-home-template .directorist-search-form-top,
  .cksh-search-home-template .directorist-search-adv-filter {
    grid-template-columns: 1fr;
  }
  .cksh-search-home-template .directorist-search-form-action {
    width: 100%;
  }
  .cksh-search-home-template .directorist-btn-search {
    flex: 1;
  }
}

@media (max-width: 620px) {
  .cksh-search-home-template .cksh-shell,
  .cksh-search-home-template .directorist-search-contents.cksh-search-card {
    width: min(100% - 28px, 1180px);
  }
  .cksh-hero {
    padding: 58px 0 76px;
  }
  .cksh-hero h1 {
    font-size: clamp(2.8rem, 15vw, 4.4rem);
  }
  .cksh-actions,
  .cksh-actions .cksh-button {
    width: 100%;
  }
  .cksh-route-card {
    padding: 22px;
  }
  .cksh-search-home-template .directorist-search-contents.cksh-search-card {
    margin-top: -28px;
    padding: 22px 16px;
    border-radius: 20px;
  }
  .cksh-search-home-template .directorist-listing-type-selection {
    grid-template-columns: repeat(2, 1fr);
  }
  .cksh-search-home-template .search_listing_types {
    min-height: 50px;
    font-size: .9rem;
  }
  .cksh-explore__grid,
  .cksh-tips__grid {
    grid-template-columns: 1fr;
  }
  .cksh-explore-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cksh-search-home-template *,
  .cksh-search-home-template *::before,
  .cksh-search-home-template *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
