/*
 Theme Name:   Sheshi MVP Child
 Theme URI:    https://beta.sheshi.de/
 Description:  Minimaler, updatefester Sheshi-MVP-Auftritt auf ListingPro.
 Author:       Sheshi
 Template:     listingpro
Version:      0.34.12
 Text Domain:  sheshi
*/

:root {
  --sheshi-ink: #172126;
  --sheshi-navy: #3d5666;
  --sheshi-sand: #ffffff;
  --sheshi-mist: #ffffff;
  --sheshi-line: #dce3e6;
  --sheshi-muted: #4e5c63;
  --sheshi-white: #ffffff;
  --sheshi-radius: 0;
  --sheshi-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --sheshi-font-display: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

/* Sheshi 0.21.0 — compact profile portal with mobile-first direct actions. */
body.single-listing .sheshi-profile-page { min-height: 100vh; color: #242321; background: #fff; }
body.single-listing .sheshi-profile-frame { padding-top: 30px; padding-bottom: 64px; }
body.single-listing .sheshi-profile-breadcrumbs { display: flex; gap: 5px; align-items: center; margin: 0 0 14px; color: #89857f; font-size: 12px; font-weight: 500; letter-spacing: 0; text-transform: none; }
body.single-listing .sheshi-profile-breadcrumbs a { color: #77736d; text-decoration: none; }
body.single-listing .sheshi-profile-breadcrumbs a:hover { color: var(--accent); }
body.single-listing .sheshi-profile-layout { display: grid; grid-template-columns: minmax(0, 1fr) 334px; grid-template-areas: "identity contact" "main contact" "transparency contact" "management contact"; gap: 0 54px; align-items: start; padding: 0; }
body.single-listing .sheshi-profile-identity { grid-area: identity; display: block; padding: 0 0 18px; border-bottom: 1px solid #e6e2dc; }
body.single-listing .sheshi-profile-state { display: inline-flex; width: auto; max-width: 100%; gap: 7px; align-items: center; margin: 0 0 15px; padding: 6px 11px; border: 1px solid #ddd8d1; border-radius: 999px; color: #706d67; background: #f3f1ed; font-size: 11px; font-weight: 500; letter-spacing: 0; line-height: 1.2; text-transform: none; }
body.single-listing .sheshi-profile-state a { color: var(--accent); font-weight: 650; text-decoration: none; }
body.single-listing .sheshi-profile-identity h1 { max-width: 760px; margin: 0; color: #171716; font-family: var(--sheshi-font) !important; font-size: clamp(34px, 3.6vw, 46px); font-weight: 820; letter-spacing: -.045em; line-height: 1.02; }
body.single-listing .sheshi-profile-page .sheshi-profile-lead { max-width: 740px; margin: 13px 0 0; color: #66625c; font-size: 16px; line-height: 1.45; }
body.single-listing .sheshi-profile-meta-line { display: flex; flex-wrap: wrap; gap: 5px 0; margin: 20px 0 0; padding-top: 11px; border-top: 1px solid #ebe7e1; color: #8a867f; font-size: 12px; line-height: 1.45; }
body.single-listing .sheshi-profile-meta-line > span { display: inline-flex; align-items: baseline; }
body.single-listing .sheshi-profile-meta-line > span + span::before { margin: 0 7px; color: #bbb6ae; content: "·"; }
body.single-listing .sheshi-profile-meta-line strong { margin-left: 3px; color: #5e5a54; font-weight: 700; }
body.single-listing .sheshi-profile-mobile-actions { display: none; }
body.single-listing .sheshi-profile-main { grid-area: main; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
body.single-listing .sheshi-profile-section { padding: 30px 0; border-bottom: 1px solid #e7e3dd; }
body.single-listing .sheshi-profile-section + .sheshi-profile-section { margin: 0; padding-top: 30px; }
body.single-listing .sheshi-profile-section h2,
body.single-listing .sheshi-profile-management h2,
body.single-listing .sheshi-profile-contact h2 { margin: 0; color: #242321; font-family: var(--sheshi-font) !important; font-size: 19px; font-weight: 780; letter-spacing: -.025em; line-height: 1.2; }
body.single-listing .sheshi-profile-section .entry-content { max-width: 760px; margin: 13px 0 0; color: #68645e; font-size: 15px; line-height: 1.55; }
body.single-listing .sheshi-profile-section .entry-content p { margin: 0; }
body.single-listing .sheshi-services-section .sheshi-service-index { display: flex; flex-wrap: wrap; gap: 7px; margin: 13px 0 0; border: 0; }
body.single-listing .sheshi-services-section .sheshi-service-index li { display: inline-flex; min-height: 34px; width: auto; align-items: center; padding: 7px 11px; border: 1px solid #dfdad3; border-radius: 7px; background: #f7f5f2; box-shadow: none; }
body.single-listing .sheshi-services-section .sheshi-service-index li::before { display: none; content: none; }
body.single-listing .sheshi-services-section .sheshi-service-index strong { color: #6e6a64; font-size: 13px; font-weight: 520; line-height: 1.25; }
body.single-listing .sheshi-profile-service-area p { margin: 13px 0 0; color: #68645e; font-size: 15px; line-height: 1.5; }
body.single-listing .sheshi-profile-contact { grid-area: contact; position: sticky; top: 86px; padding: 20px 18px; border: 1px solid #dfdad3; border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(31, 29, 27, .045); }
body.single-listing .sheshi-profile-contact > .sheshi-kicker { margin: 0 0 12px; color: #8a867f; font-size: 11px; font-weight: 700; letter-spacing: 0; text-transform: none; }
body.single-listing .sheshi-profile-contact > h2 { display: none; }
body.single-listing .sheshi-profile-contact-title-mobile { display: none; }
body.single-listing .sheshi-profile-desktop-actions { display: grid; gap: 8px; }
body.single-listing .sheshi-profile-desktop-actions a { display: flex; min-height: 44px; align-items: center; justify-content: center; padding: 9px 12px; border: 1px solid #ddd8d1; border-radius: 8px; color: #272624; background: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }
body.single-listing .sheshi-profile-desktop-actions .sheshi-profile-primary-link--cta { margin: 0; border-color: var(--accent); color: #fff; background: var(--accent); box-shadow: none; }
body.single-listing .sheshi-profile-contact dl { display: block; margin: 16px 0 0; border-top: 1px solid #e8e4de; }
body.single-listing .sheshi-profile-contact dl > div,
body.single-listing .sheshi-profile-contact dl > div:nth-child(even) { min-width: 0; padding: 11px 0; border: 0; border-bottom: 1px solid #e8e4de; }
body.single-listing .sheshi-profile-contact dt { margin: 0 0 3px; color: #aaa59d; font-size: 10px; font-weight: 500; letter-spacing: 0; text-transform: none; }
body.single-listing .sheshi-profile-contact dd { margin: 0; color: #3b3935; font-size: 13px; font-weight: 520; line-height: 1.42; overflow-wrap: anywhere; }
body.single-listing .sheshi-profile-contact dd a { color: var(--accent); text-decoration: none; }
body.single-listing .sheshi-route-link { margin-left: 6px; white-space: nowrap; }
body.single-listing .sheshi-profile-socials { margin: 0; padding: 11px 0; border-bottom: 1px solid #e8e4de; }
body.single-listing .sheshi-profile-socials > span { color: #aaa59d; font-size: 10px; font-weight: 500; letter-spacing: 0; text-transform: none; }
body.single-listing .sheshi-profile-socials > div { gap: 12px; margin-top: 4px; }
body.single-listing .sheshi-profile-socials a { color: var(--accent); font-size: 13px; text-decoration: none; }
body.single-listing .sheshi-contact-source { margin: 13px 0 0; color: #a09b93; font-size: 10px; line-height: 1.45; }
body.single-listing .sheshi-contact-source a { color: var(--accent); text-decoration: none; }
body.single-listing .sheshi-profile-transparency { grid-area: transparency; margin: 0; padding: 29px 0; border-top: 0; border-bottom: 1px solid #e7e3dd; border-radius: 0; background: transparent; }
body.single-listing .sheshi-profile-transparency p:not(.sheshi-kicker) { max-width: 760px; margin: 13px 0 0; color: #77736d; font-size: 13px; line-height: 1.5; }
body.single-listing .sheshi-transparency-links { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 14px; }
body.single-listing .sheshi-transparency-links a { color: var(--accent); font-size: 13px; text-decoration: none; }
body.single-listing .sheshi-transparency-links a::after { margin-left: 4px; content: "↗"; }
body.single-listing .sheshi-transparency-links a[href*="eintragsregeln"]::after { content: none; }
body.single-listing .sheshi-profile-management { grid-area: management; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px; align-items: center; margin-top: 34px; padding: 20px; border: 1px solid #e0dcd5; border-radius: 10px; background: #faf8f5; }
body.single-listing .sheshi-profile-management p { margin: 5px 0 0; color: #77736d; font-size: 13px; line-height: 1.4; }
body.single-listing .sheshi-profile-management nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
body.single-listing .sheshi-profile-management a { display: flex; min-height: 42px; min-width: 144px; align-items: center; justify-content: center; padding: 9px 13px; border: 1px solid #ded9d2; border-radius: 8px; color: #33312e; background: #fff; font-size: 12px; font-weight: 700; text-decoration: none; }
body.single-listing .sheshi-profile-management a.sheshi-profile-management-primary { border-color: #171716; color: #fff; background: #171716; }
body.single-listing .sheshi-profile-management--institution nav { grid-template-columns: 1fr; }
body.single-listing .sheshi-profile-mobile-callbar { display: none; }

@media (max-width: 760px) {
  body.single-listing .sheshi-profile-page { padding-bottom: 66px; }
  body.single-listing .sheshi-profile-frame { width: 100%; padding: 13px 14px 30px; }
  body.single-listing .sheshi-profile-breadcrumbs { gap: 4px; margin-bottom: 12px; font-size: 11px; }
  body.single-listing .sheshi-profile-breadcrumbs > a:first-child,
  body.single-listing .sheshi-profile-breadcrumbs > a:first-child + span,
  body.single-listing .sheshi-profile-breadcrumbs > a:nth-of-type(2) + span,
  body.single-listing .sheshi-profile-breadcrumbs [aria-current="page"] { display: none; }
  body.single-listing .sheshi-profile-breadcrumbs a::before { margin-right: 3px; content: "‹"; }
  body.single-listing .sheshi-profile-layout { display: grid; grid-template-columns: 1fr; grid-template-areas: "identity" "main" "contact" "transparency" "management"; gap: 0; }
  body.single-listing .sheshi-profile-identity { padding-bottom: 16px; }
  body.single-listing .sheshi-profile-state { display: flex; justify-content: space-between; margin-bottom: 10px; padding: 7px 9px; border-radius: 7px; font-size: 9px; }
  body.single-listing .sheshi-profile-state span { min-width: 0; }
  body.single-listing .sheshi-profile-state a { flex: 0 0 auto; }
  body.single-listing .sheshi-profile-identity h1 { font-size: 28px; line-height: 1.04; }
  body.single-listing .sheshi-profile-page .sheshi-profile-lead { margin-top: 7px; font-size: 13px; line-height: 1.42; }
  body.single-listing .sheshi-profile-meta-line { gap: 3px 0; margin-top: 12px; padding-top: 10px; font-size: 10px; }
  body.single-listing .sheshi-profile-meta-line > span + span::before { margin: 0 5px; }
  body.single-listing .sheshi-profile-mobile-actions { display: grid; gap: 7px; margin-top: 12px; }
  body.single-listing .sheshi-profile-mobile-actions a { display: flex; min-height: 44px; align-items: center; justify-content: center; padding: 9px 12px; border: 1px solid #ded9d2; border-radius: 8px; color: #2d2b29; background: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }
  body.single-listing .sheshi-profile-mobile-actions a.sheshi-profile-mobile-primary { border-color: var(--accent); color: #fff; background: var(--accent); }
  body.single-listing .sheshi-profile-main { padding: 0; }
  body.single-listing .sheshi-profile-section,
  body.single-listing .sheshi-profile-section + .sheshi-profile-section { margin: 0; padding: 20px 0; }
  body.single-listing .sheshi-profile-section h2 { font-size: 17px; }
  body.single-listing .sheshi-profile-section .entry-content,
  body.single-listing .sheshi-profile-service-area p { margin-top: 9px; font-size: 13px; line-height: 1.47; }
  body.single-listing .sheshi-services-section .sheshi-service-index { gap: 5px; margin-top: 10px; }
  body.single-listing .sheshi-services-section .sheshi-service-index li { min-height: 31px; padding: 6px 9px; border-radius: 6px; }
  body.single-listing .sheshi-services-section .sheshi-service-index strong { font-size: 11px; }
  body.single-listing .sheshi-profile-contact { position: static; margin: 0; padding: 20px 0; border: 0; border-bottom: 1px solid #e7e3dd; border-radius: 0; box-shadow: none; }
  body.single-listing .sheshi-profile-contact > .sheshi-kicker { display: none; }
  body.single-listing .sheshi-profile-contact > h2 { display: block; margin-bottom: 8px; font-size: 17px; }
  body.single-listing .sheshi-profile-contact-title-desktop { display: none; }
  body.single-listing .sheshi-profile-contact-title-mobile { display: inline; }
  body.single-listing .sheshi-profile-desktop-actions { display: none; }
  body.single-listing .sheshi-profile-contact dl { margin-top: 0; }
  body.single-listing .sheshi-profile-contact dl > div,
  body.single-listing .sheshi-profile-contact dl > div:nth-child(even) { padding: 9px 0; }
  body.single-listing .sheshi-profile-contact dt { font-size: 9px; }
  body.single-listing .sheshi-profile-contact dd,
  body.single-listing .sheshi-profile-socials a { font-size: 12px; }
  body.single-listing .sheshi-profile-socials a { min-height: 0; }
  body.single-listing .sheshi-contact-source { font-size: 9px; }
  body.single-listing .sheshi-profile-transparency { padding: 20px 0; }
  body.single-listing .sheshi-profile-transparency p:not(.sheshi-kicker) { margin-top: 9px; font-size: 12px; }
  body.single-listing .sheshi-transparency-links { display: grid; gap: 0; margin-top: 10px; border-top: 1px solid #e8e4de; }
  body.single-listing .sheshi-transparency-links a { min-height: 40px; padding: 10px 0; border-bottom: 1px solid #e8e4de; font-size: 12px; }
  body.single-listing .sheshi-profile-management { grid-template-columns: 1fr; gap: 12px; margin-top: 22px; padding: 14px; }
  body.single-listing .sheshi-profile-management h2 { font-size: 15px; }
  body.single-listing .sheshi-profile-management p { font-size: 11px; }
  body.single-listing .sheshi-profile-management nav { grid-template-columns: 1fr; gap: 7px; }
  body.single-listing .sheshi-profile-management a { min-height: 44px; min-width: 0; font-size: 12px; }
  body.single-listing .sheshi-profile-mobile-callbar { position: fixed; z-index: 10040; right: 0; bottom: 0; left: 0; display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 14px; border-top: 1px solid #d8d3cc; background: #fff; box-shadow: 0 -8px 22px rgba(31,29,27,.10); }
  body.single-listing .sheshi-profile-mobile-callbar span { display: grid; min-width: 0; }
  body.single-listing .sheshi-profile-mobile-callbar small { overflow: hidden; color: #99948c; font-size: 9px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
  body.single-listing .sheshi-profile-mobile-callbar strong { color: #2b2927; font-size: 12px; line-height: 1.3; }
  body.single-listing .sheshi-profile-mobile-callbar a { display: flex; min-height: 42px; align-items: center; padding: 8px 16px; border-radius: 8px; color: #fff; background: var(--accent); font-size: 12px; font-weight: 750; text-decoration: none; }
}

/* Sheshi 0.20.0 — search results continue the shared dark portal language. */
body.search.sheshi-shell {
  color: #f5f3ef;
  background: #121212;
}

body.search .sheshi-site-header {
  border-bottom-color: #30302f;
  color: #f5f3ef;
  background: #171717;
  box-shadow: none;
}

body.search .sheshi-brand,
body.search .sheshi-brand .sheshi-wordmark {
  color: #f6f4f0;
}

body.search .sheshi-menu > li > a,
body.search .sheshi-nav-dropdown > summary {
  color: #d7d3cc;
}

body.search .sheshi-menu > li > a:hover,
body.search .sheshi-menu > li > a:focus-visible,
body.search .sheshi-nav-dropdown > summary:hover,
body.search .sheshi-nav-dropdown > summary:focus-visible,
body.search .sheshi-nav-dropdown[open] > summary {
  color: #fff;
  background: #252524;
}

body.search .sheshi-nav-panel {
  border-color: #3a3937;
  background: #1d1d1c;
}

body.search .sheshi-nav-panel a,
body.search .sheshi-nav-panel strong {
  color: #f2f0eb;
}

body.search .sheshi-nav-panel span { color: #aaa69e; }

body.search .sheshi-nav-panel a:hover,
body.search .sheshi-nav-panel a:focus-visible {
  color: #fff;
  background: #292928;
}

body.search .sheshi-results-page {
  min-height: 72vh;
  padding: 34px 0 76px;
  color: #f5f3ef;
  background: #171717;
}

body.search .sheshi-results-intro {
  padding: 24px;
  border: 1px solid #383735;
  border-radius: 18px;
  background: #1b1b1a;
  box-shadow: none;
}

body.search .sheshi-results-head {
  align-items: end;
  gap: 24px;
}

body.search .sheshi-results-head .sheshi-kicker {
  margin-bottom: 5px;
  color: #f06d6c;
  font-size: 11px;
  letter-spacing: .09em;
}

body.search .sheshi-results-page .sheshi-results-head h1 {
  color: #f7f5f1;
  font-size: clamp(31px, 3.5vw, 42px);
  font-weight: 720;
  letter-spacing: -.045em;
}

body.search .sheshi-results-head h1 span { color: #aaa69e; }

body.search .sheshi-results-count {
  color: #f5f3ef;
  background: #272726;
}

body.search .sheshi-results-count strong { color: #f06d6c; }
body.search .sheshi-results-count span,
body.search .sheshi-results-count small { color: #b9b5ae; }

body.search .sheshi-results-page .sheshi-results-search { margin-top: 16px; }

body.search .sheshi-results-page .sheshi-search-results {
  grid-template-columns: minmax(220px, 1.35fr) minmax(170px, .9fr) minmax(150px, .8fr) 132px;
  gap: 0;
  padding: 5px;
  border: 1px solid #464542;
  border-radius: 14px;
  background: #1c1c1b;
  box-shadow: none;
}

body.search .sheshi-results-page .sheshi-search-results input,
body.search .sheshi-results-page .sheshi-search-results select {
  min-height: 48px;
  border: 0;
  border-right: 1px solid #3b3a38;
  border-radius: 0;
  color: #eeeae4;
  background-color: transparent;
  box-shadow: none;
}

body.search .sheshi-results-page .sheshi-search-results input::placeholder {
  color: #96938d;
  opacity: 1;
}

body.search .sheshi-results-page .sheshi-search-results select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%238f8c86' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
}

body.search .sheshi-results-page .sheshi-search-results .sheshi-search-submit {
  min-height: 48px;
  margin-left: 5px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: #d23a3e;
  box-shadow: none;
}

body.search .sheshi-results-page .sheshi-search-results .sheshi-search-submit:hover,
body.search .sheshi-results-page .sheshi-search-results .sheshi-search-submit:focus-visible {
  background: #e44749;
}

body.search .sheshi-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
}

body.search .sheshi-filter-chip {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border: 1px solid #4a4947;
  border-radius: 999px;
  color: #dedad3;
  background: #242423;
  font-size: 12px;
  font-weight: 620;
  line-height: 1;
  text-decoration: none;
}

body.search .sheshi-filter-chip:hover,
body.search .sheshi-filter-chip:focus-visible {
  color: #fff;
  border-color: #65635f;
  background: #2d2d2b;
}

body.search .sheshi-filter-chip span {
  color: #f06d6c;
  font-size: 16px;
  line-height: .8;
}

body.search .sheshi-results-toolbar {
  min-height: 48px;
  margin-top: 20px;
  border: 0;
  color: #aaa69e;
}

body.search .sheshi-results-toolbar p {
  color: #aaa69e;
  font-size: 11px;
}

body.search .sheshi-results-toolbar a { color: #c9c5bd; }
body.search .sheshi-results-toolbar a span { color: #f06d6c; }

body.search .sheshi-results-page .sheshi-results-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.search .sheshi-results-page .sheshi-result-card--search {
  min-height: 198px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px 15px;
  padding: 22px;
  border: 1px solid #383735;
  border-radius: 15px;
  color: #f1efeb;
  background: #1b1b1a;
  box-shadow: none;
  transform: none;
}

body.search .sheshi-results-page .sheshi-result-card--search:hover {
  border-color: #51504d;
  background: #1e1e1d;
  box-shadow: none;
  transform: none;
}

body.search .sheshi-result-card--search .sheshi-category-icon {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  color: #f06d6c;
  background: #481417;
}

body.search .sheshi-result-card--search .sheshi-result-meta {
  margin-bottom: 7px;
  color: #aaa69e;
  font-size: 10px;
  letter-spacing: .085em;
}

body.search .sheshi-results-page .sheshi-result-card--search h2 {
  margin: 0;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.08;
}

body.search .sheshi-result-card--search h2 a { color: #f5f3ef; }

body.search .sheshi-result-card--search .sheshi-result-description {
  margin: 8px 0 0;
  color: #c2beb7;
  font-size: 13px;
  line-height: 1.42;
}

body.search .sheshi-result-card--search .sheshi-result-foot {
  grid-column: 2;
  grid-template-columns: minmax(0, 1fr) auto;
  align-self: end;
  padding: 13px 0 0;
  border-top: 1px solid #343432;
  border-left: 0;
}

body.search .sheshi-result-card--search .sheshi-result-foot > span {
  color: #aaa69e;
  font-size: 10px;
}

body.search .sheshi-result-card--search.is-official .sheshi-result-foot > span {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  color: #9ed8bb;
  background: #173629;
}

body.search .sheshi-result-card--search .sheshi-result-foot a {
  min-height: 40px;
  border: 1px solid #454441;
  border-radius: 10px;
  color: #f2f0eb;
  background: #272726;
}

body.search .sheshi-result-card--search .sheshi-result-foot a:hover,
body.search .sheshi-result-card--search .sheshi-result-foot a:focus-visible {
  color: #fff;
  border-color: #5d5b57;
  background: #30302e;
}

body.search .sheshi-results-page .navigation.pagination {
  margin-top: 28px;
}

body.search .sheshi-results-page .nav-links .page-numbers {
  border-color: #454441;
  color: #d9d5ce;
  background: #20201f;
}

body.search .sheshi-results-page .nav-links .page-numbers.current,
body.search .sheshi-results-page .nav-links a.page-numbers:hover {
  color: #fff;
  border-color: #d23a3e;
  background: #d23a3e;
}

body.search .sheshi-results-page .sheshi-empty-state {
  color: #d9d5ce;
  border-color: #383735;
  background: #1b1b1a;
}

body.search .sheshi-results-page .sheshi-empty-state strong { color: #f5f3ef; }
body.search .sheshi-results-page .sheshi-empty-state p { color: #aaa69e; }

@media (max-width: 820px) {
  body.search .sheshi-results-page .sheshi-results-list { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body.search.sheshi-shell { background: #101010; }

  body.search .sheshi-site-header {
    width: calc(100% - 24px);
    min-height: 64px;
    margin: 12px 12px 0;
    border: 1px solid #343433;
    border-bottom-color: #30302f;
    border-radius: 16px 16px 0 0;
    background: #181818;
  }

  body.search .sheshi-site-header .sheshi-wrap {
    width: 100%;
    padding: 0 24px;
  }

  body.search .sheshi-brand { font-size: 27px; }
  body.search .sheshi-mobile-menu > summary { border: 0; background: transparent; }
  body.search .sheshi-menu-toggle-icon > span { background: #d8d4cd; }

  body.search .sheshi-mobile-menu[open] > nav {
    top: 76px;
    right: 12px;
    left: 12px;
    width: auto;
    border: 1px solid #343433;
    color: #f2f0eb;
    background: #181818;
  }

  body.search .sheshi-mobile-section + .sheshi-mobile-section { border-top-color: #343433; }
  body.search .sheshi-mobile-section p { color: #ee7673; }
  body.search .sheshi-mobile-section a { color: #f2f0eb; }
  body.search .sheshi-mobile-section a:hover,
  body.search .sheshi-mobile-section a:focus-visible { color: #fff; background: #252524; }

  body.search .sheshi-results-page {
    width: calc(100% - 24px);
    min-height: 0;
    margin: 0 12px 12px;
    padding: 0 0 28px;
    border: 1px solid #343433;
    border-top: 0;
    border-radius: 0 0 16px 16px;
    background: #181818;
  }

  body.search .sheshi-results-page > .sheshi-wrap {
    width: 100%;
  }

  body.search .sheshi-results-intro {
    padding: 18px 20px 17px;
    border: 0;
    border-bottom: 1px solid #30302f;
    border-radius: 0;
    background: transparent;
  }

  body.search .sheshi-results-head {
    display: none;
  }

  body.search .sheshi-results-page .sheshi-results-search {
    margin: 0;
  }

  body.search .sheshi-results-page .sheshi-search-results {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  body.search .sheshi-results-page .sheshi-search-results input[type="search"] {
    grid-column: 1;
    min-height: 54px;
    padding: 0 16px 0 48px;
    border: 1px solid #4a4947;
    border-radius: 13px;
    color: #f1efeb;
    background-color: #1c1c1b;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 24 24' fill='none' stroke='%238f8c86' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 16px 50%;
  }

  body.search .sheshi-results-page .sheshi-search-results select {
    grid-row: 2;
    min-height: 42px;
    padding: 0 34px 0 12px;
    border: 1px solid #3d3d3b;
    border-radius: 999px;
    color: #d5d1ca;
    background-color: #20201f;
    background-position: calc(100% - 12px) 50%;
    font-size: 12px;
  }

  body.search .sheshi-results-page .sheshi-search-results select[name="listing_category"] {
    grid-column: 1;
  }

  body.search .sheshi-results-page .sheshi-search-results select[name="location"] {
    grid-column: 2;
    min-width: 128px;
    justify-self: end;
    transform: translateX(0);
  }

  body.search .sheshi-results-page .sheshi-search-results .sheshi-search-submit {
    grid-column: 2;
    grid-row: 1;
    width: 48px;
    min-height: 54px;
    margin: 0;
    padding: 0;
    border-radius: 13px;
  }

  body.search .sheshi-results-page .sheshi-search-submit-label { display: none; }
  body.search .sheshi-results-page .sheshi-search-submit-icon { display: block; width: 20px; height: 20px; margin: 0; }

  body.search .sheshi-active-filters { margin-top: 12px; }
  body.search .sheshi-filter-chip { min-height: 34px; padding: 6px 11px; }

  body.search .sheshi-results-toolbar {
    min-height: 52px;
    margin: 0;
    padding: 0 20px;
    border-bottom: 1px solid #30302f;
  }

  body.search .sheshi-results-toolbar p {
    color: #f3f1ed;
    font-size: 14px;
    font-weight: 690;
    letter-spacing: 0;
    text-transform: none;
  }

  body.search .sheshi-results-toolbar a {
    color: #aaa69e;
    font-size: 0;
  }

  body.search .sheshi-results-toolbar a::before {
    color: #aaa69e;
    font-size: 12px;
    content: "Relevanz";
  }

  body.search .sheshi-results-toolbar a span {
    margin-left: 5px;
    color: #aaa69e;
    font-size: 12px;
    transform: rotate(90deg);
  }

  body.search .sheshi-results-page .sheshi-results-list {
    display: block;
  }

  body.search .sheshi-results-page .sheshi-result-card--search {
    min-height: 0;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px 13px;
    padding: 19px 20px 18px;
    border: 0;
    border-bottom: 1px solid #30302f;
    border-radius: 0;
    background: transparent;
  }

  body.search .sheshi-results-page .sheshi-result-card--search:hover {
    border-color: #30302f;
    background: #1c1c1b;
  }

  body.search .sheshi-result-card--search .sheshi-category-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  body.search .sheshi-result-card--search .sheshi-result-meta {
    display: block;
    margin-bottom: 6px;
    color: #aaa69e;
    font-size: 9px;
  }

  body.search .sheshi-results-page .sheshi-result-card--search h2 {
    font-size: 18px;
    line-height: 1.18;
  }

  body.search .sheshi-result-card--search .sheshi-result-description {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 5px;
    color: #bdb9b2;
    font-size: 13px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.search .sheshi-result-card--search .sheshi-result-foot {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding-top: 12px;
    border-top: 0;
  }

  body.search .sheshi-result-card--search .sheshi-result-foot > span {
    font-size: 10px;
  }

  body.search .sheshi-result-card--search .sheshi-result-foot a {
    min-width: 102px;
    min-height: 42px;
    padding: 7px 13px;
  }

  body.search .sheshi-results-page .navigation.pagination {
    margin: 22px 20px 0;
  }

  body.search .sheshi-results-page .sheshi-empty-state {
    margin: 20px;
    padding: 20px;
  }
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.sheshi-shell,
body.sheshi-home {
  margin: 0;
  color: var(--sheshi-ink);
  background: var(--sheshi-white);
  font-family: var(--sheshi-font);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.sheshi-wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.sheshi-site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid var(--sheshi-line);
  background-color: var(--sheshi-white);
  opacity: 1;
  isolation: isolate;
  box-shadow: 0 8px 28px rgba(26, 26, 26, 0.14);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.sheshi-nav {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.sheshi-brand {
  display: inline-flex;
  align-items: center;
  color: var(--sheshi-navy);
  font-family: var(--sheshi-font-display);
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -0.045em;
  text-decoration: none;
}

.sheshi-wordmark {
  display: inline-flex;
  transform: translateY(-1px);
}

.sheshi-wordmark-accent { color: var(--accent); }

/* ListingPro declares Open Sans without a local fallback. Because the private
   beta deliberately blocks Google Fonts, that declaration rendered as a serif
   browser fallback. The Sheshi shell owns its typography explicitly. */
.sheshi-site-header *,
.sheshi-hero *,
.sheshi-section *,
.sheshi-home main *,
.sheshi-page *,
.sheshi-profile-page *,
.sheshi-site-footer * {
  font-family: var(--sheshi-font) !important;
}

.sheshi-brand,
.sheshi-brand *,
.sheshi-hero h1,
.sheshi-section h2,
.sheshi-page h1 {
  font-family: var(--sheshi-font-display) !important;
}

.sheshi-directory-link {
  padding-bottom: 5px;
  border-bottom: 2px solid var(--accent);
  color: var(--sheshi-ink);
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.sheshi-directory-link span { margin-left: 10px; color: var(--accent); }

.sheshi-menu {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sheshi-menu a {
  color: #3f3c37;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.sheshi-menu a:hover,
.sheshi-menu a:focus-visible { color: var(--accent); }

.sheshi-nav-cta,
.sheshi-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border: 0;
  border-radius: 0;
  color: var(--sheshi-white);
  background: var(--accent);
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background 160ms ease;
}

.sheshi-nav-cta:hover,
.sheshi-button:hover {
  color: var(--sheshi-white);
  background: var(--accent-hover);
}

.sheshi-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 88px;
  color: var(--sheshi-white);
  background: var(--sheshi-navy);
}

.sheshi-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: 72px;
}

.sheshi-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: #e7aaa5;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sheshi-eyebrow::before {
  width: 32px;
  height: 3px;
  border-radius: 3px;
  background: var(--accent);
  content: "";
}

.sheshi-hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--sheshi-white);
  font-size: clamp(46px, 5.8vw, 68px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

.sheshi-hero-copy {
  max-width: 700px;
  margin: 26px 0 34px;
  color: #d4d1ca;
  font-size: clamp(18px, 1.8vw, 20px);
  line-height: 1.48;
}

.sheshi-search {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr auto;
  gap: 0;
  max-width: 820px;
  padding: 0;
  border: 1px solid #d4d0c8;
  border-radius: 0;
  background: #ffffff;
}

.sheshi-search input,
.sheshi-search select {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: 0;
  border-right: 1px solid #b8b3aa;
  border-radius: 0;
  outline: 0;
  color: var(--sheshi-ink);
  background: var(--sheshi-white);
  font: inherit;
  appearance: none;
}

.sheshi-search select {
  padding-right: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%23171717' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
}

.sheshi-search input:focus,
.sheshi-search select:focus { outline: 2px solid var(--accent); outline-offset: -2px; }

.sheshi-search .sheshi-button { min-height: 54px; }

.sheshi-hero-card {
  padding: 8px 0 8px 36px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  background: transparent;
}

.sheshi-hero-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 44px;
  line-height: 1;
}

.sheshi-hero-card p { margin: 0; color: #d4d1ca; }

.sheshi-status-list {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.sheshi-status-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f2f0eb;
  font-size: 15px;
}

.sheshi-status-list li::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.sheshi-section { padding: 88px 0; border-top: 1px solid var(--sheshi-line); }
.sheshi-section-soft { background: var(--sheshi-mist); }

.sheshi-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}

.sheshi-kicker {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sheshi-section h2,
.sheshi-page h1 {
  margin: 0;
  color: var(--sheshi-navy);
  font-size: clamp(34px, 4.6vw, 48px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.sheshi-section-intro {
  max-width: 660px;
  margin: 14px 0 0;
  color: var(--sheshi-muted);
  font-size: 18px;
}

.sheshi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sheshi-card {
  min-height: 190px;
  padding: 28px;
  border: 1px solid var(--sheshi-line);
  border-radius: 0;
  color: var(--sheshi-ink);
  background: var(--sheshi-white);
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease;
}

.sheshi-card:hover {
  color: var(--sheshi-ink);
  border-color: var(--sheshi-ink);
  background: #faf8f3;
}

.sheshi-card-icon {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 30px;
  color: var(--accent);
  background: transparent;
  font-family: var(--sheshi-font-display) !important;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.sheshi-card h3 {
  margin: 0 0 7px;
  color: var(--sheshi-navy);
  font-size: 21px;
  font-weight: 700;
}

.sheshi-card p { margin: 0; color: var(--sheshi-muted); font-size: 15px; }

.sheshi-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.sheshi-trust-item { padding: 4px 30px; border-left: 1px solid var(--sheshi-line); }
.sheshi-trust-item:first-child { padding-left: 0; border-left: 0; }
.sheshi-trust-item strong { display: block; margin-bottom: 8px; color: var(--sheshi-navy); font-size: 20px; }
.sheshi-trust-item p { margin: 0; color: var(--sheshi-muted); }

.sheshi-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 44px;
  border-radius: 0;
  color: var(--sheshi-white);
  background: var(--sheshi-navy);
}

.sheshi-cta h2 { color: var(--sheshi-white); font-size: clamp(30px, 4vw, 42px); }
.sheshi-cta p { max-width: 680px; margin: 10px 0 0; color: #d4d1ca; }

.sheshi-page {
  min-height: 64vh;
  padding: 76px 0 100px;
  background: var(--sheshi-white);
}

.sheshi-page article {
  max-width: 820px;
  padding: 44px;
  border: 0;
  border-top: 4px solid var(--accent);
  border-radius: 0;
  background: var(--sheshi-white);
}

.sheshi-page .entry-content { margin-top: 30px; }
.sheshi-page .entry-content h2 { margin-top: 34px; color: var(--sheshi-navy); }
.sheshi-page .entry-content a { color: var(--accent-hover); }

.sheshi-results-summary {
  margin: 18px 0 36px;
  color: var(--sheshi-muted);
  font-size: 18px;
}

.sheshi-results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.sheshi-page .sheshi-result-card,
.sheshi-empty-state {
  padding: 30px;
  border: 0;
  border-top: 2px solid var(--sheshi-ink);
  border-radius: 0;
  background: var(--sheshi-white);
}

.sheshi-result-meta {
  margin: 0 0 8px;
  color: var(--accent-hover);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sheshi-result-card h2 { margin: 0 0 10px; font-size: 26px; }
.sheshi-result-card h2 a { color: var(--sheshi-navy); text-decoration: none; }
.sheshi-result-card p:last-child,
.sheshi-empty-state p { color: var(--sheshi-muted); }
.sheshi-empty-state { max-width: 760px; margin-top: 36px; }
.sheshi-empty-state strong { color: var(--sheshi-navy); font-size: 24px; }

.sheshi-profile-meta {
  margin: 18px 0 0;
  color: var(--accent-hover);
  font-weight: 800;
}

.sheshi-profile-lead {
  margin: 28px 0 0;
  color: var(--sheshi-navy);
  font-size: 21px;
  font-weight: 700;
}

.sheshi-profile-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 38px;
}

.sheshi-text-link { color: var(--sheshi-navy); font-weight: 800; }

.sheshi-beta-form {
  position: relative;
  display: grid;
  gap: 20px;
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--sheshi-line);
}

.sheshi-beta-form label { display: grid; gap: 8px; }
.sheshi-beta-form label > span { color: var(--sheshi-navy); font-weight: 800; }
.sheshi-beta-form input,
.sheshi-beta-form textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #c9d3e0;
  border-radius: 0;
  color: var(--sheshi-ink);
  background: var(--sheshi-white);
  font: inherit;
}
.sheshi-beta-form input:focus,
.sheshi-beta-form textarea:focus { border-color: var(--accent); outline: 3px solid rgba(230, 57, 70, 0.13); }
.sheshi-beta-form .sheshi-button { justify-self: start; }
.sheshi-form-privacy { margin: 0; color: var(--sheshi-muted); font-size: 14px; }
.sheshi-form-status { margin: 28px 0 0; padding: 16px 18px; border-radius: 0; }
.sheshi-form-success { color: #135d38; background: #ecfdf3; }
.sheshi-form-error { color: #8c1d28; background: #fff1f2; }
.sheshi-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.sheshi-note {
  margin: 26px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--accent);
  border-radius: 0;
  background: #fff5f5;
}

.sheshi-site-footer {
  padding: 52px 0 34px;
  color: #d4d1ca;
  background: var(--sheshi-navy);
}

.sheshi-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 60px;
  align-items: start;
}

.sheshi-site-footer .sheshi-brand { color: var(--sheshi-white); }
.sheshi-site-footer p { max-width: 620px; margin: 16px 0 0; color: #aaa69e; }
.sheshi-footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; }
.sheshi-footer-links a { color: #e6e2da; text-decoration: none; }
.sheshi-footer-links a:hover { color: var(--sheshi-white); }
.sheshi-copyright { margin-top: 38px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: #8c8881; font-size: 13px; }

body:not(.sheshi-home):not(.sheshi-shell) .lp-header-add-btn,
body:not(.sheshi-home):not(.sheshi-shell) .lp-join-now,
body:not(.sheshi-home):not(.sheshi-shell) .header-right-panel,
.listing-second-view .review-section,
.listing-second-view .claim-area,
.listing-second-view .lp-listing-additional-details {
  display: none !important;
}

body:not(.sheshi-home):not(.sheshi-shell) .header-container,
body:not(.sheshi-home):not(.sheshi-shell) .lp-header {
  background: var(--sheshi-navy) !important;
}

@media (max-width: 900px) {
  .sheshi-menu { display: none; }
  .sheshi-hero { padding: 76px 0 64px; }
  .sheshi-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .sheshi-search { grid-template-columns: 1fr; }
  .sheshi-grid { grid-template-columns: repeat(2, 1fr); }
  .sheshi-trust-grid { grid-template-columns: 1fr; }
  .sheshi-trust-item,
  .sheshi-trust-item:first-child { padding: 24px 0; border-left: 0; border-top: 1px solid var(--sheshi-line); }
  .sheshi-trust-item:first-child { border-top: 0; }
  .sheshi-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .sheshi-wrap { width: min(100% - 28px, 1160px); }
  .sheshi-nav { min-height: 68px; }
  .sheshi-nav-cta { min-height: 42px; padding: 0 14px; font-size: 13px; }
  .sheshi-brand { font-size: 25px; }
  .sheshi-hero h1 { font-size: 45px; }
  .sheshi-search input,
  .sheshi-search select { border-right: 0; border-bottom: 1px solid #b8b3aa; }
  .sheshi-grid { grid-template-columns: 1fr; }
  .sheshi-section { padding: 64px 0; }
  .sheshi-section-head { align-items: flex-start; flex-direction: column; }
  .sheshi-page { padding: 48px 0 72px; }
  .sheshi-page article { padding: 28px 22px; }
  .sheshi-results-grid { grid-template-columns: 1fr; }
  .sheshi-profile-actions { align-items: flex-start; flex-direction: column; }
  .sheshi-footer-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* Sheshi 0.19.1 — the desktop entrance now shares the mobile dark portal language. */
@media (min-width: 621px) {
  body.sheshi-home {
    background: #121212;
  }

  body.sheshi-home .sheshi-site-header {
    border-bottom-color: #30302f;
    color: #f5f3ef;
    background: #171717;
    box-shadow: none;
  }

  body.sheshi-home .sheshi-nav > .sheshi-nav-cta {
    box-shadow: none;
  }

  body.sheshi-home .sheshi-brand,
  body.sheshi-home .sheshi-brand .sheshi-wordmark {
    color: #f6f4f0;
  }

  body.sheshi-home .sheshi-menu > li > a,
  body.sheshi-home .sheshi-nav-dropdown > summary {
    color: #d7d3cc;
  }

  body.sheshi-home .sheshi-menu > li > a:hover,
  body.sheshi-home .sheshi-menu > li > a:focus-visible,
  body.sheshi-home .sheshi-nav-dropdown > summary:hover,
  body.sheshi-home .sheshi-nav-dropdown > summary:focus-visible,
  body.sheshi-home .sheshi-nav-dropdown[open] > summary {
    color: #fff;
    background: #252524;
  }

  body.sheshi-home .sheshi-nav-panel {
    border-color: #3a3937;
    background: #1d1d1c;
  }

  body.sheshi-home .sheshi-nav-panel a,
  body.sheshi-home .sheshi-nav-panel strong {
    color: #f2f0eb;
  }

  body.sheshi-home .sheshi-nav-panel span {
    color: #aaa69e;
  }

  body.sheshi-home .sheshi-nav-panel a:hover,
  body.sheshi-home .sheshi-nav-panel a:focus-visible {
    color: #fff;
    background: #292928;
  }

  body.sheshi-home .sheshi-hero {
    padding: 68px 0 50px;
    color: #f5f3ef;
    background: #171717;
  }

  body.sheshi-home .sheshi-portal {
    max-width: 1120px;
    text-align: center;
  }

  body.sheshi-home .sheshi-eyebrow {
    margin-bottom: 13px;
    color: #f06d6c;
    font-size: 12px;
    font-weight: 680;
    letter-spacing: .01em;
    text-transform: none;
  }

  body.sheshi-home .sheshi-hero h1 {
    max-width: 900px;
    margin: 0 auto;
    color: #f8f7f4;
    font-size: clamp(44px, 4.1vw, 58px);
    font-weight: 720;
    letter-spacing: -.048em;
  }

  body.sheshi-home .sheshi-hero-copy {
    margin: 14px auto 29px;
    color: #c8c4bc;
    font-size: 18px;
  }

  body.sheshi-home .sheshi-front-panel {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.sheshi-home .sheshi-front-panel .sheshi-search-hero {
    max-width: 790px;
    grid-template-columns: minmax(0, 1.2fr) minmax(220px, .8fr) 124px;
    gap: 0;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #464542;
    border-radius: 15px;
    background: #1c1c1b;
  }

  body.sheshi-home .sheshi-front-panel .sheshi-search-hero input[type="search"],
  body.sheshi-home .sheshi-front-panel .sheshi-search-hero select {
    min-height: 50px;
    border: 0;
    border-radius: 0;
    color: #eeeae4;
    background-color: transparent;
    box-shadow: none;
  }

  body.sheshi-home .sheshi-front-panel .sheshi-search-hero input[type="search"] {
    padding-left: 46px;
    border-right: 1px solid #3b3a38;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%238f8c86' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 17px 50%;
  }

  body.sheshi-home .sheshi-front-panel .sheshi-search-hero select {
    padding: 0 42px 0 46px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 24 24' fill='none' stroke='%238f8c86' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%238f8c86' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 17px 50%, calc(100% - 16px) 50%;
    appearance: none;
  }

  body.sheshi-home .sheshi-front-panel .sheshi-search-hero input::placeholder {
    color: #96938d;
    opacity: 1;
  }

  body.sheshi-home .sheshi-front-panel .sheshi-search-hero .sheshi-search-submit {
    width: auto;
    min-width: 0;
    min-height: 50px;
    margin: 0;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: #d23a3e;
    box-shadow: none;
    font-size: 14px;
  }

  body.sheshi-home .sheshi-front-panel .sheshi-search-hero .sheshi-search-submit:hover,
  body.sheshi-home .sheshi-front-panel .sheshi-search-hero .sheshi-search-submit:focus-visible {
    background: #e44749;
  }

  body.sheshi-home .sheshi-front-panel .sheshi-search-submit-icon {
    display: none;
  }

  body.sheshi-home .sheshi-quick-categories {
    max-width: 1080px;
    margin: 24px auto 0;
    padding: 0;
    border: 0;
  }

  body.sheshi-home .sheshi-quick-categories > p {
    display: none;
  }

  body.sheshi-home .sheshi-quick-categories > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
  }

  body.sheshi-home .sheshi-quick-categories a,
  body.sheshi-home .sheshi-quick-categories .sheshi-all-categories {
    display: inline-flex;
    width: auto;
    min-width: 0;
    min-height: 40px;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px 15px;
    border: 1px solid #3f3e3c;
    border-radius: 999px;
    color: #d7d3cc;
    background: transparent;
    font-size: 13px;
    font-weight: 590;
    line-height: 1;
    white-space: nowrap;
  }

  body.sheshi-home .sheshi-quick-categories a:hover,
  body.sheshi-home .sheshi-quick-categories a:focus-visible {
    color: #fff;
    border-color: #65635f;
    background: #252524;
    transform: none;
  }

  body.sheshi-home .sheshi-quick-categories a .sheshi-category-icon {
    display: none;
  }

  body.sheshi-home .sheshi-quick-categories .sheshi-all-categories > span {
    display: inline;
    width: auto;
    height: auto;
    flex: 0 0 auto;
  }

  body.sheshi-home .sheshi-hero-tools {
    display: block;
    max-width: 1080px;
    margin: 20px auto 0;
    padding: 0;
    border: 0;
    text-align: center;
  }

  body.sheshi-home .sheshi-hero-tools > div {
    display: none;
  }

  body.sheshi-home .sheshi-hero-tools > span {
    display: block;
    color: #8f8c86;
    font-size: 12px;
    font-weight: 570;
    letter-spacing: 0;
    text-transform: none;
  }

  body.sheshi-home .sheshi-discovery {
    padding: 42px 0 48px;
    border-top: 1px solid #30302f;
    color: #f5f3ef;
    background: #171717;
  }

  body.sheshi-home .sheshi-discovery-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
  }

  body.sheshi-home .sheshi-discovery-head .sheshi-kicker,
  body.sheshi-home .sheshi-discovery-head > div:last-child > p,
  body.sheshi-home .sheshi-directory-stats {
    display: none;
  }

  body.sheshi-home .sheshi-discovery-head h2 {
    margin: 0;
    color: #f5f3ef;
    font-size: 30px;
    font-weight: 700;
  }

  body.sheshi-home .sheshi-discovery-head > div:last-child {
    display: block;
  }

  body.sheshi-home .sheshi-discovery .sheshi-directory-link {
    min-height: 42px;
    padding: 8px 0 8px 12px;
    border: 0;
    color: #f06d6c;
    background: transparent;
    box-shadow: none;
  }

  body.sheshi-home .sheshi-discovery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    border: 0;
  }

  body.sheshi-home .sheshi-discovery-card {
    display: flex;
    min-height: 154px;
    padding: 20px;
    border: 1px solid #383735;
    border-radius: 15px;
    color: #f1efeb;
    background: #1b1b1a;
    box-shadow: none;
  }

  body.sheshi-home .sheshi-discovery-card:nth-child(n + 4) {
    display: none;
  }

  body.sheshi-home .sheshi-discovery-card:hover {
    border-color: #51504d;
    box-shadow: none;
    transform: none;
  }

  body.sheshi-home .sheshi-discovery-card h3 {
    order: 1;
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
  }

  body.sheshi-home .sheshi-discovery-card h3 a {
    color: #f5f3ef;
  }

  body.sheshi-home .sheshi-discovery-summary {
    display: -webkit-box;
    order: 2;
    overflow: hidden;
    margin: 6px 0 14px;
    color: #c9c5bd;
    font-size: 14px;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.sheshi-home .sheshi-discovery-meta {
    display: flex;
    order: 3;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    margin: auto 0 0;
  }

  body.sheshi-home .sheshi-discovery-meta > div,
  body.sheshi-home .sheshi-discovery-meta > span {
    display: inline-flex;
    width: auto;
    min-height: 30px;
    flex: 0 0 auto;
    align-items: center;
    padding: 5px 11px;
    border: 0;
    border-radius: 999px;
    color: #f17b78;
    background: #5b1115;
    font-size: 12px;
    font-weight: 620;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
  }

  body.sheshi-home .sheshi-discovery-meta > span {
    color: #d3cfc8;
    background: #292928;
  }

  body.sheshi-home .sheshi-discovery-meta .sheshi-category-icon,
  body.sheshi-home .sheshi-discovery-languages,
  body.sheshi-home .sheshi-discovery-actions {
    display: none;
  }

  body.sheshi-home .sheshi-discovery-suggest {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 10px 15px;
    border: 1px dashed #4a4947;
    border-radius: 12px;
    color: #d0ccc5;
    background: transparent;
    font-size: 13px;
    font-weight: 590;
    text-decoration: none;
  }

  body.sheshi-home .sheshi-discovery-suggest:hover,
  body.sheshi-home .sheshi-discovery-suggest:focus-visible {
    color: #fff;
    border-color: #73716c;
    background: #20201f;
  }

  body.sheshi-home .sheshi-discovery-plus {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }
}

/* 0.20.0 cascade lock — this lives after the historical compatibility rules. */
body.search.sheshi-shell { color: #f5f3ef; background: #121212; }
body.search .sheshi-site-header { border-bottom-color: #30302f; color: #f5f3ef; background: #171717; box-shadow: none; }
body.search .sheshi-nav > .sheshi-nav-cta { box-shadow: none; }
body.search .sheshi-brand,
body.search .sheshi-brand .sheshi-wordmark { color: #f6f4f0; }
body.search .sheshi-menu > li > a,
body.search .sheshi-nav-dropdown > summary { color: #d7d3cc; }
body.search .sheshi-menu > li > a:hover,
body.search .sheshi-menu > li > a:focus-visible,
body.search .sheshi-nav-dropdown > summary:hover,
body.search .sheshi-nav-dropdown > summary:focus-visible,
body.search .sheshi-nav-dropdown[open] > summary { color: #fff; background: #252524; }
body.search .sheshi-nav-panel { border-color: #3a3937; background: #1d1d1c; }
body.search .sheshi-nav-panel a,
body.search .sheshi-nav-panel strong { color: #f2f0eb; }
body.search .sheshi-nav-panel span { color: #aaa69e; }
body.search .sheshi-nav-panel a:hover,
body.search .sheshi-nav-panel a:focus-visible { color: #fff; background: #292928; }
body.search .sheshi-results-page { min-height: 72vh; padding: 34px 0 76px; color: #f5f3ef; background: #171717; }
body.search .sheshi-results-intro { padding: 24px; border: 1px solid #383735; border-radius: 18px; background: #1b1b1a; box-shadow: none; }
body.search .sheshi-results-head { align-items: end; gap: 24px; }
body.search .sheshi-results-head .sheshi-kicker { margin-bottom: 5px; color: #f06d6c; font-size: 11px; letter-spacing: .09em; }
body.search .sheshi-results-page .sheshi-results-head h1 { color: #f7f5f1; font-size: clamp(31px, 3.5vw, 42px); font-weight: 720; letter-spacing: -.045em; }
body.search .sheshi-results-head h1 span { color: #aaa69e; }
body.search .sheshi-results-count { color: #f5f3ef; background: #272726; }
body.search .sheshi-results-count strong { color: #f06d6c; }
body.search .sheshi-results-count span,
body.search .sheshi-results-count small { color: #b9b5ae; }
body.search .sheshi-results-page .sheshi-results-search { margin-top: 16px; }
body.search .sheshi-results-page .sheshi-search-results { grid-template-columns: minmax(220px, 1.35fr) minmax(170px, .9fr) minmax(150px, .8fr) 132px; gap: 0; padding: 5px; border: 1px solid #464542; border-radius: 14px; background: #1c1c1b; box-shadow: none; }
body.search .sheshi-results-page .sheshi-search-results input,
body.search .sheshi-results-page .sheshi-search-results select { min-height: 48px; border: 0; border-right: 1px solid #3b3a38; border-radius: 0; color: #eeeae4; background-color: transparent; box-shadow: none; }
body.search .sheshi-results-page .sheshi-search-results input::placeholder { color: #96938d; opacity: 1; }
body.search .sheshi-results-page .sheshi-search-results .sheshi-search-submit { min-height: 48px; margin-left: 5px; border: 0; border-radius: 10px; color: #fff; background: #d23a3e; box-shadow: none; }
body.search .sheshi-results-page .sheshi-search-results .sheshi-search-submit:hover,
body.search .sheshi-results-page .sheshi-search-results .sheshi-search-submit:focus-visible { background: #e44749; }
body.search .sheshi-active-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 0; }
body.search .sheshi-filter-chip { display: inline-flex; min-height: 36px; align-items: center; gap: 7px; padding: 6px 12px; border: 1px solid #4a4947; border-radius: 999px; color: #dedad3; background: #242423; font-size: 12px; font-weight: 620; line-height: 1; text-decoration: none; }
body.search .sheshi-filter-chip:hover,
body.search .sheshi-filter-chip:focus-visible { color: #fff; border-color: #65635f; background: #2d2d2b; }
body.search .sheshi-filter-chip span { color: #f06d6c; font-size: 16px; line-height: .8; }
body.search .sheshi-results-toolbar { min-height: 48px; margin-top: 20px; border: 0; color: #aaa69e; }
body.search .sheshi-results-toolbar p { color: #aaa69e; font-size: 11px; }
body.search .sheshi-results-label-mobile { display: none; }
body.search .sheshi-results-toolbar a { color: #c9c5bd; }
body.search .sheshi-results-toolbar a span { color: #f06d6c; }
body.search .sheshi-results-page .sheshi-results-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
body.search .sheshi-results-page .sheshi-result-card--search { min-height: 198px; grid-template-columns: 42px minmax(0, 1fr); gap: 12px 15px; padding: 22px; border: 1px solid #383735; border-radius: 15px; color: #f1efeb; background: #1b1b1a; box-shadow: none; transform: none; }
body.search .sheshi-results-page .sheshi-result-card--search:hover { border-color: #51504d; background: #1e1e1d; box-shadow: none; transform: none; }
body.search .sheshi-result-card--search .sheshi-category-icon { width: 42px; height: 42px; border: 0; border-radius: 12px; color: #f06d6c; background: #481417; }
body.search .sheshi-result-card--search .sheshi-result-meta { margin-bottom: 7px; color: #aaa69e; font-size: 10px; letter-spacing: .085em; }
body.search .sheshi-results-page .sheshi-result-card--search h2 { margin: 0; font-size: clamp(20px, 2vw, 25px); line-height: 1.08; }
body.search .sheshi-result-card--search h2 a { color: #f5f3ef; }
body.search .sheshi-result-card--search .sheshi-result-description { margin: 8px 0 0; color: #c2beb7; font-size: 13px; line-height: 1.42; }
body.search .sheshi-result-card--search .sheshi-result-foot { grid-column: 2; grid-template-columns: minmax(0, 1fr) auto; align-self: end; padding: 13px 0 0; border-top: 1px solid #343432; border-left: 0; }
body.search .sheshi-result-card--search .sheshi-result-foot > span { color: #aaa69e; font-size: 10px; }
body.search .sheshi-result-card--search.is-official .sheshi-result-foot > span { display: inline-flex; width: fit-content; min-height: 28px; align-items: center; padding: 5px 9px; border-radius: 999px; color: #9ed8bb; background: #173629; }
body.search .sheshi-result-card--search .sheshi-result-foot a { min-height: 40px; border: 1px solid #454441; border-radius: 10px; color: #f2f0eb; background: #272726; }
body.search .sheshi-result-card--search .sheshi-result-foot a:hover,
body.search .sheshi-result-card--search .sheshi-result-foot a:focus-visible { color: #fff; border-color: #5d5b57; background: #30302e; }
body.search .sheshi-results-page .nav-links .page-numbers { border-color: #454441; color: #d9d5ce; background: #20201f; }
body.search .sheshi-results-page .nav-links .page-numbers.current,
body.search .sheshi-results-page .nav-links a.page-numbers:hover { color: #fff; border-color: #d23a3e; background: #d23a3e; }

@media (max-width: 820px) {
  body.search .sheshi-results-page .sheshi-results-list { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body.search.sheshi-shell { background: #101010; }
  body.search .sheshi-site-header { width: calc(100% - 24px); min-height: 64px; margin: 12px 12px 0; border: 1px solid #343433; border-bottom-color: #30302f; border-radius: 16px 16px 0 0; background: #181818; }
  body.search .sheshi-site-header .sheshi-wrap { width: 100%; padding: 0 24px; }
  body.search .sheshi-brand { font-size: 27px; }
  body.search .sheshi-mobile-menu > summary { border: 0; background: transparent; }
  body.search .sheshi-menu-toggle-icon > span { background: #d8d4cd; }
  body.search .sheshi-mobile-menu[open] > nav { top: 76px; right: 12px; left: 12px; width: auto; border: 1px solid #343433; color: #f2f0eb; background: #181818; }
  body.search .sheshi-mobile-section + .sheshi-mobile-section { border-top-color: #343433; }
  body.search .sheshi-mobile-section p { color: #ee7673; }
  body.search .sheshi-mobile-section a { color: #f2f0eb; }
  body.search .sheshi-mobile-section a:hover,
  body.search .sheshi-mobile-section a:focus-visible { color: #fff; background: #252524; }
  body.search .sheshi-results-page { width: calc(100% - 24px); min-height: 0; margin: 0 12px 12px; padding: 0 0 28px; border: 1px solid #343433; border-top: 0; border-radius: 0 0 16px 16px; background: #181818; }
  body.search .sheshi-results-page > .sheshi-wrap { width: 100%; }
  body.search .sheshi-results-intro { padding: 18px 20px 17px; border: 0; border-bottom: 1px solid #30302f; border-radius: 0; background: transparent; }
  body.search .sheshi-results-head { display: none; }
  body.search .sheshi-results-page .sheshi-results-search { margin: 0; }
  body.search .sheshi-results-page .sheshi-search-results { display: grid; grid-template-columns: minmax(0, 1fr) 48px; gap: 8px; padding: 0; border: 0; border-radius: 0; background: transparent; }
  body.search .sheshi-results-page .sheshi-search-results input[type="search"] { grid-column: 1; min-height: 54px; padding: 0 16px 0 48px; border: 1px solid #4a4947; border-radius: 13px; color: #f1efeb; background-color: #1c1c1b; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 24 24' fill='none' stroke='%238f8c86' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: 16px 50%; }
  body.search .sheshi-results-page .sheshi-search-results select { grid-row: 2; min-height: 42px; padding: 0 34px 0 12px; border: 1px solid #3d3d3b; border-radius: 999px; color: #d5d1ca; background-color: #20201f; background-position: calc(100% - 12px) 50%; font-size: 12px; }
  body.search .sheshi-results-page .sheshi-search-results select[name="listing_category"] { grid-column: 1; }
  body.search .sheshi-results-page .sheshi-search-results select[name="location"] { grid-column: 2; min-width: 128px; justify-self: end; }
  body.search .sheshi-results-page .sheshi-search-results .sheshi-search-submit { grid-column: 2; grid-row: 1; width: 48px; min-height: 54px; margin: 0; padding: 0; border-radius: 13px; }
  body.search .sheshi-results-page .sheshi-search-submit-label { display: none; }
  body.search .sheshi-results-page .sheshi-search-submit-icon { display: block; width: 20px; height: 20px; margin: 0; }
  body.search .sheshi-active-filters { margin-top: 12px; }
  body.search .sheshi-filter-chip { min-height: 34px; padding: 6px 11px; }
  body.search .sheshi-results-toolbar { min-height: 52px; margin: 0; padding: 0 20px; border-bottom: 1px solid #30302f; }
  body.search .sheshi-results-toolbar p { color: #f3f1ed; font-size: 14px; font-weight: 690; letter-spacing: 0; text-transform: none; }
  body.search.search .sheshi-results-label-desktop { display: none; }
  body.search.search .sheshi-results-label-mobile { display: inline; }
  body.search .sheshi-results-toolbar a { color: #aaa69e; font-size: 0; }
  body.search.search .sheshi-results-toolbar a::before { color: #aaa69e; font-size: 12px; content: "Kategorien"; }
  body.search.search .sheshi-results-toolbar a span { margin-left: 5px; color: #aaa69e; font-size: 12px; transform: none; }
body.search .sheshi-results-page .sheshi-results-list { display: block; }
  body.search .sheshi-results-page .sheshi-result-card--search { min-height: 0; grid-template-columns: 38px minmax(0, 1fr); gap: 10px 13px; padding: 19px 20px 18px; border: 0; border-bottom: 1px solid #30302f; border-radius: 0; background: transparent; }
  body.search .sheshi-results-page .sheshi-result-card--search:hover { border-color: #30302f; background: #1c1c1b; }
  body.search .sheshi-result-card--search .sheshi-category-icon { width: 38px; height: 38px; border-radius: 11px; }
  body.search .sheshi-result-card--search .sheshi-result-meta { display: block; margin-bottom: 6px; color: #aaa69e; font-size: 9px; }
  body.search .sheshi-results-page .sheshi-result-card--search h2 { font-size: 18px; line-height: 1.18; }
  body.search .sheshi-result-card--search .sheshi-result-description { display: -webkit-box; overflow: hidden; margin-top: 5px; color: #bdb9b2; font-size: 13px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  body.search .sheshi-result-card--search .sheshi-result-foot { grid-column: 1 / -1; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; padding-top: 12px; border-top: 0; }
  body.search .sheshi-result-card--search .sheshi-result-foot > span { font-size: 10px; }
  body.search .sheshi-result-card--search .sheshi-result-foot a { min-width: 102px; min-height: 42px; padding: 7px 13px; }
body.search .sheshi-results-page .navigation.pagination { margin: 22px 20px 0; }
  body.search .sheshi-results-page .sheshi-empty-state { margin: 20px; padding: 20px; }
}

/* Sheshi 0.23.0 — final typography, contrast and responsive alignment audit.
   This block deliberately closes the historical cascade for every public
   template. New component work belongs below this marker. */
:root {
  color-scheme: dark;
  --sheshi-ink: #f5f3ef;
  --sheshi-navy: #f5f3ef;
  --sheshi-sand: #121212;
  --sheshi-mist: #1b1b1a;
  --sheshi-line: #383735;
  --sheshi-muted: #aaa69e;
  --sheshi-page-bg: #121212;
  --sheshi-surface: #1b1b1a;
  --sheshi-surface-soft: #242423;
  --sheshi-card-border: #383735;
  --sheshi-focus: #f06d6c;
  --sheshi-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --sheshi-font-display: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body.sheshi-shell,
body.sheshi-home,
body.sheshi-shell button,
body.sheshi-shell input,
body.sheshi-shell select,
body.sheshi-shell textarea,
body.sheshi-home button,
body.sheshi-home input,
body.sheshi-home select,
body.sheshi-home textarea,
body.sheshi-shell h1,
body.sheshi-shell h2,
body.sheshi-shell h3,
body.sheshi-home h1,
body.sheshi-home h2,
body.sheshi-home h3 {
  font-family: var(--sheshi-font) !important;
  font-synthesis: none;
}

body.sheshi-shell,
body.sheshi-home {
  overflow-x: clip;
  color: #f5f3ef;
  background: #121212 !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.sheshi-shell *,
body.sheshi-home * { min-width: 0; }

body.sheshi-shell img,
body.sheshi-home img,
body.sheshi-shell svg,
body.sheshi-home svg { max-width: 100%; }

body.sheshi-shell a,
body.sheshi-shell button,
body.sheshi-shell input,
body.sheshi-shell select,
body.sheshi-shell textarea,
body.sheshi-home a,
body.sheshi-home button,
body.sheshi-home input,
body.sheshi-home select,
body.sheshi-home textarea { transition: color .16s ease, background-color .16s ease, border-color .16s ease, opacity .16s ease; }

body.sheshi-shell a:focus-visible,
body.sheshi-shell button:focus-visible,
body.sheshi-shell input:focus-visible,
body.sheshi-shell select:focus-visible,
body.sheshi-shell textarea:focus-visible,
body.sheshi-home a:focus-visible,
body.sheshi-home button:focus-visible,
body.sheshi-home input:focus-visible,
body.sheshi-home select:focus-visible,
body.sheshi-home textarea:focus-visible {
  outline: 3px solid rgba(240,109,108,.5);
  outline-offset: 3px;
}

/* Shared readable actions. No light surface may inherit light text. */
body.sheshi-shell .sheshi-directory-link,
body.sheshi-shell .sheshi-cta-link,
body.sheshi-home .sheshi-directory-link,
body.sheshi-home .sheshi-cta-link {
  display: inline-flex;
  min-height: 44px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid #4a4947;
  border-radius: 10px;
  color: #f2f0eb;
  background: #272726;
  box-shadow: none;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.2;
  text-decoration: none;
}

body.sheshi-shell .sheshi-directory-link:hover,
body.sheshi-shell .sheshi-directory-link:focus-visible,
body.sheshi-shell .sheshi-cta-link:hover,
body.sheshi-shell .sheshi-cta-link:focus-visible,
body.sheshi-home .sheshi-directory-link:hover,
body.sheshi-home .sheshi-directory-link:focus-visible,
body.sheshi-home .sheshi-cta-link:hover,
body.sheshi-home .sheshi-cta-link:focus-visible {
  border-color: #686661;
  color: #fff;
  background: #30302e;
}

body.sheshi-shell .sheshi-directory-link span,
body.sheshi-shell .sheshi-cta-link span,
body.sheshi-home .sheshi-directory-link span,
body.sheshi-home .sheshi-cta-link span { margin: 0; color: #f06d6c; font-size: 1.05em; line-height: 1; }

body.sheshi-shell .sheshi-button,
body.sheshi-shell .sheshi-nav-cta,
body.sheshi-home .sheshi-button,
body.sheshi-home .sheshi-nav-cta,
body.sheshi-shell .sheshi-search-submit,
body.sheshi-home .sheshi-search-submit {
  border-color: #d23a3e;
  color: #fff;
  background: #d23a3e;
}

body.sheshi-shell .sheshi-button:hover,
body.sheshi-shell .sheshi-nav-cta:hover,
body.sheshi-home .sheshi-button:hover,
body.sheshi-home .sheshi-nav-cta:hover,
body.sheshi-shell .sheshi-search-submit:hover,
body.sheshi-home .sheshi-search-submit:hover {
  border-color: #e44749;
  color: #fff;
  background: #e44749;
}

body.sheshi-shell .sheshi-text-link,
body.sheshi-home .sheshi-text-link,
body.sheshi-shell .sheshi-offer-action a,
body.sheshi-home .sheshi-offer-action a { color: #f06d6c !important; }

body.sheshi-shell .sheshi-directory-actions,
body.sheshi-shell .sheshi-not-found-actions,
body.sheshi-home .sheshi-directory-actions,
body.sheshi-home .sheshi-not-found-actions { gap: 12px; }

/* Search controls keep a closed grid at every width. */
body.sheshi-shell .sheshi-search,
body.sheshi-home .sheshi-search { width: 100%; max-width: 100%; }

body.sheshi-shell .sheshi-search > *,
body.sheshi-home .sheshi-search > * { max-width: 100%; }

body.sheshi-shell .sheshi-search input,
body.sheshi-shell .sheshi-search select,
body.sheshi-shell .sheshi-search button,
body.sheshi-home .sheshi-search input,
body.sheshi-home .sheshi-search select,
body.sheshi-home .sheshi-search button { margin: 0; }

body.sheshi-shell .sheshi-search-submit,
body.sheshi-home .sheshi-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  overflow: hidden;
  white-space: nowrap;
}

body.sheshi-shell .sheshi-search-submit-icon,
body.sheshi-home .sheshi-search-submit-icon { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; }

/* Homepage category index: icon, title and count share one true top line. */
body.sheshi-home .sheshi-section-soft { background: #171717; }

body.sheshi-home .sheshi-section-head,
body.sheshi-home .sheshi-discovery-head,
body.sheshi-home .sheshi-organization-head,
body.sheshi-home .sheshi-trust-lead {
  align-items: flex-end;
  gap: 28px;
}

body.sheshi-home .sheshi-index { gap: 12px; border: 0; }

body.sheshi-home .sheshi-index-row {
  grid-template-columns: 48px minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr;
  grid-template-areas: "icon title count" "icon copy arrow";
  column-gap: 16px;
  row-gap: 9px;
  min-height: 128px;
  align-items: start;
  padding: 20px;
  border: 1px solid #383735;
  border-radius: 16px;
  color: #f3f1ed;
  background: #1b1b1a;
  box-shadow: none;
}

body.sheshi-home .sheshi-index-row:hover { border-color: #51504d; background: #20201f; transform: none; }

body.sheshi-home .sheshi-index-row .sheshi-category-icon {
  grid-area: icon;
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  align-self: start;
  margin: 0;
  border: 0;
  border-radius: 13px;
  color: #f06d6c;
  background: #481417;
}

body.sheshi-home .sheshi-index-row .sheshi-category-icon svg { width: 25px; height: 25px; display: block; }

body.sheshi-home .sheshi-index-row h3 {
  grid-area: title;
  align-self: start;
  margin: 4px 0 0;
  color: #f7f5f1;
  font-size: clamp(19px, 1.65vw, 24px);
  font-weight: 760;
  letter-spacing: -.035em;
  line-height: 1.08;
  transform: none;
  overflow-wrap: anywhere;
}

body.sheshi-home .sheshi-index-row:hover h3 { transform: none; }

body.sheshi-home .sheshi-index-row p {
  grid-area: copy;
  align-self: start;
  margin: 0;
  color: #aaa69e;
  font-size: 13px;
  line-height: 1.42;
  -webkit-line-clamp: 2;
}

body.sheshi-home .sheshi-index-count {
  grid-area: count;
  align-self: start;
  margin-top: 7px;
  color: #aaa69e;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
}

body.sheshi-home .sheshi-index-arrow { grid-area: arrow; align-self: end; color: #f06d6c; font-size: 18px; line-height: 1; }

/* Category landing cards use the same baseline discipline. */
body.sheshi-shell .sheshi-directory-index a { align-items: start; }
body.sheshi-shell .sheshi-directory-index a > .sheshi-category-icon { align-self: start; }
body.sheshi-shell .sheshi-directory-index strong { align-self: start; margin-top: 3px; line-height: 1.2; }
body.sheshi-shell .sheshi-directory-index small { align-self: start; }

/* Profile direct actions, including the requested phone icon. */
body.single-listing .sheshi-profile-desktop-actions a,
body.single-listing .sheshi-profile-mobile-actions a,
body.single-listing .sheshi-profile-mobile-callbar a {
  display: inline-flex;
  min-height: 44px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

body.single-listing .sheshi-phone-icon {
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
}

body.single-listing .sheshi-profile-phone-link > span { min-width: 0; overflow-wrap: anywhere; }

body.single-listing .sheshi-profile-mobile-callbar .sheshi-phone-icon { width: 16px; height: 16px; }

/* Standard content and form pages remain readable without oversized editorial gaps. */
body.sheshi-shell .sheshi-page:not(.sheshi-results-page) article { overflow: hidden; }
body.sheshi-shell .sheshi-page:not(.sheshi-results-page) .entry-content p,
body.sheshi-shell .sheshi-page:not(.sheshi-results-page) .entry-content li { overflow-wrap: anywhere; }
body.sheshi-shell .sheshi-beta-form label,
body.sheshi-shell .sheshi-beta-form input,
body.sheshi-shell .sheshi-beta-form select,
body.sheshi-shell .sheshi-beta-form textarea,
body.sheshi-shell .sheshi-beta-form button { width: 100%; max-width: 100%; }

body.sheshi-shell .sheshi-beta-form input,
body.sheshi-shell .sheshi-beta-form select { min-height: 46px; }

body.sheshi-shell .sheshi-beta-form textarea { min-height: 132px; resize: vertical; }

/* Tablet: retain useful density without desktop-only assumptions. */
@media (min-width: 621px) and (max-width: 900px) {
  .sheshi-wrap { width: min(100% - 40px, 1120px); }

  body.sheshi-home .sheshi-section-head,
  body.sheshi-home .sheshi-discovery-head,
  body.sheshi-home .sheshi-organization-head,
  body.sheshi-home .sheshi-trust-lead { align-items: flex-start; flex-direction: column; gap: 16px; }

  body.sheshi-home .sheshi-index { grid-template-columns: 1fr 1fr; }
  body.sheshi-home .sheshi-index-row { grid-template-columns: 44px minmax(0, 1fr); grid-template-areas: "icon title" "icon copy" ". count" ". arrow"; min-height: 152px; }
  body.sheshi-home .sheshi-index-row .sheshi-category-icon { width: 44px; height: 44px; }
  body.sheshi-home .sheshi-index-count { margin-top: 0; }
  body.sheshi-home .sheshi-index-arrow { justify-self: end; }

  body.sheshi-shell .sheshi-directory-hero .sheshi-search-directory,
  body.archive.sheshi-shell .sheshi-search-results { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  body.sheshi-shell .sheshi-directory-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.single-listing .sheshi-profile-layout { grid-template-columns: 1fr; grid-template-areas: "identity" "contact" "main" "transparency" "management"; }
  body.single-listing .sheshi-profile-contact { position: static; margin: 24px 0 0; }
}

/* Mobile: one-column flow, 44px actions and no horizontal escape. */
@media (max-width: 620px) {
  .sheshi-wrap { width: calc(100% - 24px); }

  body.sheshi-shell .sheshi-site-header .sheshi-wrap,
  body.sheshi-home .sheshi-site-header .sheshi-wrap { padding-right: 20px; padding-left: 20px; }

  body.sheshi-shell .sheshi-mobile-menu[open] > nav,
  body.sheshi-home .sheshi-mobile-menu[open] > nav { z-index: 10000; }

  body.sheshi-home .sheshi-section,
  body.sheshi-home .sheshi-section-soft,
  body.sheshi-home .sheshi-discovery,
  body.sheshi-home .sheshi-travel-feature,
  body.sheshi-home .sheshi-organization-paths { padding-top: 42px; padding-bottom: 42px; }

  body.sheshi-home .sheshi-section-head,
  body.sheshi-home .sheshi-discovery-head,
  body.sheshi-home .sheshi-organization-head,
  body.sheshi-home .sheshi-trust-lead { align-items: flex-start; flex-direction: column; gap: 14px; }

  body.sheshi-home .sheshi-section-head > *,
  body.sheshi-home .sheshi-discovery-head > *,
  body.sheshi-home .sheshi-organization-head > *,
  body.sheshi-home .sheshi-trust-lead > * { width: 100%; }

  body.sheshi-home .sheshi-directory-link,
  body.sheshi-home .sheshi-cta-link,
  body.sheshi-shell .sheshi-directory-link,
  body.sheshi-shell .sheshi-cta-link { width: 100%; justify-content: space-between; }

  body.sheshi-home .sheshi-index { grid-template-columns: 1fr; gap: 10px; }
  body.sheshi-home .sheshi-index-row {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    grid-template-areas: "icon title arrow" "icon count arrow";
    column-gap: 12px;
    row-gap: 4px;
    min-height: 82px;
    padding: 14px;
  }
  body.sheshi-home .sheshi-index-row .sheshi-category-icon { width: 42px; height: 42px; border-radius: 11px; }
  body.sheshi-home .sheshi-index-row .sheshi-category-icon svg { width: 22px; height: 22px; }
  body.sheshi-home .sheshi-index-row h3 { align-self: end; margin-top: 0; font-size: 17px; line-height: 1.15; }
  body.sheshi-home .sheshi-index-row p { display: none; }
  body.sheshi-home .sheshi-index-count { align-self: start; margin: 0; font-size: 9px; }
  body.sheshi-home .sheshi-index-arrow { align-self: center; justify-self: end; }

  body.sheshi-shell .sheshi-directory-actions,
  body.sheshi-shell .sheshi-not-found-actions { width: 100%; }

  body.sheshi-shell .sheshi-directory-actions > *,
  body.sheshi-shell .sheshi-not-found-actions > * { width: 100%; justify-content: center; }

  body.sheshi-shell .sheshi-page:not(.sheshi-results-page) article { padding-right: 16px; padding-left: 16px; }
  body.sheshi-shell .sheshi-form-section { margin-right: 0; margin-left: 0; padding: 18px 14px; }

  body.single-listing .sheshi-profile-mobile-actions a { width: 100%; }
  body.single-listing .sheshi-profile-mobile-callbar > span { min-width: 0; }
  body.single-listing .sheshi-profile-mobile-callbar small,
  body.single-listing .sheshi-profile-mobile-callbar strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

body.single-listing .sheshi-profile-desktop-actions a,
body.single-listing .sheshi-profile-mobile-actions a,
body.single-listing .sheshi-profile-management a {
  border-color: #454441;
  color: #f2f0eb;
  background: #272726;
}

body.single-listing .sheshi-profile-desktop-actions .sheshi-profile-primary-link--cta,
body.single-listing .sheshi-profile-mobile-actions a.sheshi-profile-mobile-primary,
body.single-listing .sheshi-profile-mobile-callbar a {
  border-color: #d23a3e;
  color: #fff;
  background: #d23a3e;
}

body.single-listing .sheshi-profile-management a.sheshi-profile-management-primary {
  border-color: #f0ede7;
  color: #171717;
  background: #f0ede7;
}

body.sheshi-shell .entry-content a,
body.sheshi-home .entry-content a,
body.single-listing .sheshi-profile-contact dd a,
body.single-listing .sheshi-profile-socials a,
body.single-listing .sheshi-contact-source a,
body.single-listing .sheshi-transparency-links a,
body.sheshi-shell .sheshi-route-link { color: #f06d6c; }

body.search .sheshi-result-card--search .sheshi-result-foot a,
body.archive.sheshi-shell .sheshi-result-card--search .sheshi-result-foot a {
  border-color: #454441;
  color: #f2f0eb;
  background: #272726;
}

body.search .sheshi-result-card--search .sheshi-result-foot a:hover,
body.archive.sheshi-shell .sheshi-result-card--search .sheshi-result-foot a:hover { border-color: #65635f; color: #fff; background: #30302e; }

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

/* 0.22.0 final cascade lock: keep late legacy rules inside the dark token system. */
:root {
  color-scheme: dark;
  --sheshi-ink: #f5f3ef;
  --sheshi-navy: #f5f3ef;
  --sheshi-sand: #121212;
  --sheshi-mist: #1b1b1a;
  --sheshi-line: #383735;
  --sheshi-muted: #aaa69e;
  --sheshi-page-bg: #121212;
  --sheshi-surface: #1b1b1a;
  --sheshi-surface-soft: #242423;
  --sheshi-card-border: #383735;
}

html,
body.sheshi-shell,
body.sheshi-home { color: #f5f3ef; background: #121212 !important; }

body.sheshi-shell .sheshi-site-header,
body.sheshi-home .sheshi-site-header { border-bottom-color: #30302f; color: #f5f3ef; background: #171717; box-shadow: none; }

body.sheshi-shell .sheshi-brand,
body.sheshi-shell .sheshi-brand .sheshi-wordmark,
body.sheshi-home .sheshi-brand,
body.sheshi-home .sheshi-brand .sheshi-wordmark { color: #f6f4f0; }

@media (min-width: 621px) {
  body.sheshi-shell .sheshi-search-mobile-filters,
  body.sheshi-shell .sheshi-search-mobile-filter-fields,
  body.sheshi-home .sheshi-search-mobile-filters,
  body.sheshi-home .sheshi-search-mobile-filter-fields { display: contents; }

  body.sheshi-shell .sheshi-search-mobile-filters > summary,
  body.sheshi-home .sheshi-search-mobile-filters > summary { display: none; }
}

@media (max-width: 620px) {
  body.sheshi-shell,
  body.sheshi-home { background: #101010 !important; }
}

/* Sheshi 0.22.0 — one permanent dark portal system across every public template. */
:root {
  color-scheme: dark;
  --sheshi-ink: #f5f3ef;
  --sheshi-navy: #f5f3ef;
  --sheshi-sand: #121212;
  --sheshi-mist: #1b1b1a;
  --sheshi-line: #383735;
  --sheshi-muted: #aaa69e;
  --sheshi-page-bg: #121212;
  --sheshi-surface: #1b1b1a;
  --sheshi-surface-soft: #242423;
  --sheshi-card-border: #383735;
}

html,
body.sheshi-shell,
body.sheshi-home {
  color: #f5f3ef;
  background: #121212;
}

body.sheshi-shell .sheshi-page,
body.sheshi-shell .sheshi-directory-page,
body.sheshi-shell .sheshi-travel-page,
body.sheshi-shell .sheshi-profile-page,
body.sheshi-shell .sheshi-not-found {
  color: #f5f3ef;
  background: #121212;
}

/* Keep the approved 0.19.2 hero composition flat: the portal content must not
   introduce a second, darker panel inside the hero. */
body.sheshi-home .sheshi-portal {
  color: #f5f3ef;
  background: transparent;
}

body.sheshi-shell h1,
body.sheshi-shell h2,
body.sheshi-shell h3,
body.sheshi-home h1,
body.sheshi-home h2,
body.sheshi-home h3 { color: #f7f5f1; }

body.sheshi-shell .sheshi-kicker,
body.sheshi-home .sheshi-kicker { color: #f06d6c; }

body.sheshi-shell .sheshi-section-intro,
body.sheshi-shell .sheshi-note,
body.sheshi-shell .entry-content p,
body.sheshi-shell .entry-content li { color: #bdb9b2; }

/* Global navigation and dropdowns. */
body.sheshi-shell .sheshi-site-header,
body.sheshi-home .sheshi-site-header {
  border-bottom-color: #30302f;
  color: #f5f3ef;
  background: #171717;
  box-shadow: none;
}

body.sheshi-shell .sheshi-brand,
body.sheshi-shell .sheshi-brand .sheshi-wordmark,
body.sheshi-home .sheshi-brand,
body.sheshi-home .sheshi-brand .sheshi-wordmark { color: #f6f4f0; }

body.sheshi-shell .sheshi-menu > li > a,
body.sheshi-shell .sheshi-nav-dropdown > summary,
body.sheshi-home .sheshi-menu > li > a,
body.sheshi-home .sheshi-nav-dropdown > summary { color: #d7d3cc; }

body.sheshi-shell .sheshi-menu > li > a:hover,
body.sheshi-shell .sheshi-menu > li > a:focus-visible,
body.sheshi-shell .sheshi-nav-dropdown > summary:hover,
body.sheshi-shell .sheshi-nav-dropdown > summary:focus-visible,
body.sheshi-shell .sheshi-nav-dropdown[open] > summary,
body.sheshi-home .sheshi-menu > li > a:hover,
body.sheshi-home .sheshi-menu > li > a:focus-visible,
body.sheshi-home .sheshi-nav-dropdown > summary:hover,
body.sheshi-home .sheshi-nav-dropdown > summary:focus-visible,
body.sheshi-home .sheshi-nav-dropdown[open] > summary {
  color: #fff;
  background: #252524;
}

body.sheshi-shell .sheshi-nav-panel,
body.sheshi-home .sheshi-nav-panel {
  border-color: #3a3937;
  background: #1d1d1c;
  box-shadow: 0 18px 48px rgba(0,0,0,.34);
}

body.sheshi-shell .sheshi-nav-panel a,
body.sheshi-shell .sheshi-nav-panel strong,
body.sheshi-home .sheshi-nav-panel a,
body.sheshi-home .sheshi-nav-panel strong { color: #f2f0eb; }
body.sheshi-shell .sheshi-nav-panel span,
body.sheshi-home .sheshi-nav-panel span { color: #aaa69e; }
body.sheshi-shell .sheshi-nav-panel a:hover,
body.sheshi-shell .sheshi-nav-panel a:focus-visible,
body.sheshi-home .sheshi-nav-panel a:hover,
body.sheshi-home .sheshi-nav-panel a:focus-visible { color: #fff; background: #292928; }

/* Reusable dark surfaces, buttons and form controls. */
body.sheshi-shell .sheshi-button,
body.sheshi-home .sheshi-button { color: #fff; border-color: #d23a3e; background: #d23a3e; }
body.sheshi-shell .sheshi-button:hover,
body.sheshi-shell .sheshi-button:focus-visible,
body.sheshi-home .sheshi-button:hover,
body.sheshi-home .sheshi-button:focus-visible { color: #fff; border-color: #e44749; background: #e44749; }
body.sheshi-shell .sheshi-text-link,
body.sheshi-home .sheshi-text-link { color: #f06d6c; }

body.sheshi-shell input:not([type="checkbox"]):not([type="radio"]),
body.sheshi-shell select,
body.sheshi-shell textarea,
body.sheshi-home input:not([type="checkbox"]):not([type="radio"]),
body.sheshi-home select,
body.sheshi-home textarea {
  border-color: #464542;
  color: #eeeae4;
  background-color: #20201f;
  box-shadow: none;
}
body.sheshi-shell input::placeholder,
body.sheshi-shell textarea::placeholder,
body.sheshi-home input::placeholder,
body.sheshi-home textarea::placeholder { color: #8f8c86; opacity: 1; }

body.sheshi-shell .sheshi-empty-state,
body.sheshi-shell .sheshi-note,
body.sheshi-home .sheshi-empty-state,
body.sheshi-home .sheshi-note {
  border-color: #3a3937;
  color: #c6c2bb;
  background: #20201f;
}

/* Directory landing, map and category index. */
body.sheshi-shell .sheshi-directory-hero,
body.sheshi-shell .sheshi-directory-section,
body.sheshi-shell .sheshi-directory-section-dark { color: #f5f3ef; background: #121212; }
body.sheshi-shell .sheshi-directory-hero > .sheshi-wrap,
body.sheshi-shell .sheshi-directory-next,
body.sheshi-shell .sheshi-location-column {
  border-color: #383735;
  background: #1b1b1a;
  box-shadow: none;
}
body.sheshi-shell .sheshi-directory-hero > .sheshi-wrap > p:not(.sheshi-kicker),
body.sheshi-shell .sheshi-directory-section-dark p,
body.sheshi-shell .sheshi-directory-location-head p { color: #aaa69e; }
body.sheshi-shell .sheshi-directory-hero .sheshi-search-directory {
  border-color: #464542;
  background: #1c1c1b;
  box-shadow: none;
}
body.sheshi-shell .sheshi-directory-hero .sheshi-search-directory input,
body.sheshi-shell .sheshi-directory-hero .sheshi-search-directory select { color: #eeeae4; background-color: #242423; }
body.sheshi-shell .sheshi-directory-index a {
  border-color: #383735;
  color: #f3f1ed;
  background: #1b1b1a;
  box-shadow: none;
}
body.sheshi-shell .sheshi-directory-index a:hover { border-color: #55534f; color: #fff; background: #20201f; box-shadow: none; }
body.sheshi-shell .sheshi-directory-index a > .sheshi-category-icon { color: #f06d6c; background: #481417; }
body.sheshi-shell .sheshi-directory-index small { color: #aaa69e; }
body.sheshi-shell .sheshi-location-list a { border-bottom-color: #343432; color: #e7e3dd; }
body.sheshi-shell .sheshi-location-list a:hover { color: #fff; background: #292928; }

body.sheshi-shell .sheshi-map-card {
  border: 1px solid #383735;
  background: #1b1b1a;
  box-shadow: none;
}
body.sheshi-shell .sheshi-map-card-head,
body.sheshi-shell .sheshi-map-foot { border-color: #343432; color: #aaa69e; background: #1b1b1a; }
body.sheshi-shell .sheshi-map-card-head strong { color: #f5f3ef; }
body.sheshi-shell .sheshi-dach-map { background: #171717; }
body.sheshi-shell .sheshi-map-countries path { fill: #262625; stroke: #66635e; }
body.sheshi-shell .sheshi-map-countries a:hover path { fill: #33191a; stroke: #f06d6c; }
body.sheshi-shell .sheshi-map-countries text,
body.sheshi-shell .sheshi-map-markers text { fill: #d8d4cd; }
body.sheshi-shell .sheshi-map-leader { stroke: #77736d; }

/* Category and location archives. */
body.archive.sheshi-shell .sheshi-results-page { color: #f5f3ef; background: #121212; }
body.archive.sheshi-shell .sheshi-results-page > .sheshi-wrap { border-color: #383735; background: #171717; box-shadow: none; }
body.archive.sheshi-shell .sheshi-results-summary { color: #aaa69e; }
body.archive.sheshi-shell .sheshi-result-card--search {
  border-color: #383735;
  color: #f1efeb;
  background: #1b1b1a;
}
body.archive.sheshi-shell .sheshi-result-card--search:hover { border-color: #51504d; background: #1e1e1d; box-shadow: none; }
body.archive.sheshi-shell .sheshi-result-card--search .sheshi-category-icon { color: #f06d6c; background: #481417; }
body.archive.sheshi-shell .sheshi-result-card--search h2 a { color: #f5f3ef; }
body.archive.sheshi-shell .sheshi-result-card--search .sheshi-result-description,
body.archive.sheshi-shell .sheshi-result-card--search .sheshi-result-meta,
body.archive.sheshi-shell .sheshi-result-card--search .sheshi-result-foot > span { color: #aaa69e; }
body.archive.sheshi-shell .sheshi-result-card--search .sheshi-result-foot { border-color: #343432; }
body.archive.sheshi-shell .sheshi-result-card--search .sheshi-result-foot a { color: #f2f0eb; background: #272726; }
body.archive.sheshi-shell .nav-links .page-numbers { border-color: #454441; color: #d9d5ce; background: #20201f; }
body.archive.sheshi-shell .nav-links .page-numbers.current,
body.archive.sheshi-shell .nav-links a.page-numbers:hover { color: #fff; border-color: #d23a3e; background: #d23a3e; }

/* Profile: same information hierarchy, fully dark surfaces. */
body.single-listing .sheshi-profile-page { color: #f5f3ef; background: #121212; }
body.single-listing .sheshi-profile-breadcrumbs,
body.single-listing .sheshi-profile-breadcrumbs a { color: #aaa69e; }
body.single-listing .sheshi-profile-state { border-color: #454441; color: #c1bdb6; background: #242423; }
body.single-listing .sheshi-profile-identity,
body.single-listing .sheshi-profile-meta-line,
body.single-listing .sheshi-profile-section,
body.single-listing .sheshi-profile-contact,
body.single-listing .sheshi-profile-transparency { border-color: #343432; }
body.single-listing .sheshi-profile-identity h1,
body.single-listing .sheshi-profile-section h2,
body.single-listing .sheshi-profile-management h2,
body.single-listing .sheshi-profile-contact h2 { color: #f7f5f1; }
body.single-listing .sheshi-profile-page .sheshi-profile-lead,
body.single-listing .sheshi-profile-section .entry-content,
body.single-listing .sheshi-profile-service-area p { color: #bdb9b2; }
body.single-listing .sheshi-profile-meta-line { color: #8f8c86; }
body.single-listing .sheshi-profile-meta-line strong { color: #d4d0c9; }
body.single-listing .sheshi-services-section .sheshi-service-index li { border-color: #3d3c39; background: #20201f; }
body.single-listing .sheshi-services-section .sheshi-service-index strong { color: #d3cfc8; }
body.single-listing .sheshi-profile-contact {
  border-color: #3d3c39;
  background: #1b1b1a;
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
}
body.single-listing .sheshi-profile-contact > .sheshi-kicker,
body.single-listing .sheshi-profile-contact dt,
body.single-listing .sheshi-profile-socials > span,
body.single-listing .sheshi-contact-source { color: #8f8c86; }
body.single-listing .sheshi-profile-contact dl,
body.single-listing .sheshi-profile-contact dl > div,
body.single-listing .sheshi-profile-socials { border-color: #343432; }
body.single-listing .sheshi-profile-contact dd { color: #e1ddd6; }
body.single-listing .sheshi-profile-desktop-actions a,
body.single-listing .sheshi-profile-mobile-actions a { border-color: #454441; color: #f2f0eb; background: #272726; }
body.single-listing .sheshi-profile-desktop-actions .sheshi-profile-primary-link--cta,
body.single-listing .sheshi-profile-mobile-actions a.sheshi-profile-mobile-primary { border-color: #d23a3e; color: #fff; background: #d23a3e; }
body.single-listing .sheshi-profile-transparency p:not(.sheshi-kicker),
body.single-listing .sheshi-profile-management p { color: #aaa69e; }
body.single-listing .sheshi-profile-management { border-color: #3d3c39; background: #1b1b1a; }
body.single-listing .sheshi-profile-management a { border-color: #454441; color: #f2f0eb; background: #272726; }
body.single-listing .sheshi-profile-management a.sheshi-profile-management-primary { border-color: #f0ede7; color: #171717; background: #f0ede7; }

/* Travel hub. */
body.sheshi-shell .sheshi-travel-hero,
body.sheshi-shell .sheshi-travel-section,
body.sheshi-shell .sheshi-travel-dark { color: #f5f3ef; background: #121212; }
body.sheshi-shell .sheshi-travel-hero > .sheshi-wrap { border-color: #383735; background: #1b1b1a; box-shadow: none; }
body.sheshi-shell .sheshi-travel-hero > .sheshi-wrap > p:not(.sheshi-kicker),
body.sheshi-shell .sheshi-travel-heading > p { color: #aaa69e; }
body.sheshi-shell .sheshi-travel-status span { color: #c9c5bd; background: #272726; }
body.sheshi-shell .sheshi-travel-route-list > a,
body.sheshi-shell .sheshi-travel-provider-grid article,
body.sheshi-shell .sheshi-travel-provider-grid article + article,
body.sheshi-shell .sheshi-travel-provider-index a {
  border-color: #383735;
  color: #f1efeb;
  background: #1b1b1a;
  box-shadow: none;
}
body.sheshi-shell .sheshi-travel-route-list > a:hover,
body.sheshi-shell .sheshi-travel-provider-index a:hover { border-color: #51504d; color: #fff; background: #20201f; box-shadow: none; }
body.sheshi-shell .sheshi-travel-provider-grid h3,
body.sheshi-shell .sheshi-travel-provider-grid a { color: #f5f3ef; }
body.sheshi-shell .sheshi-travel-provider-grid p,
body.sheshi-shell .sheshi-travel-provider-grid small,
body.sheshi-shell .sheshi-travel-provider-index p,
body.sheshi-shell .sheshi-travel-provider-index span,
body.sheshi-shell .sheshi-travel-route-list p,
body.sheshi-shell .sheshi-travel-route-list small,
body.sheshi-shell .sheshi-travel-route-list em { color: #aaa69e; }
body.sheshi-shell .sheshi-travel-transparency { border: 1px solid #383735; color: #d8d4cd; background: #20201f; }

/* Standard pages, organizations, forms and legal copy. */
body.sheshi-shell .sheshi-page:not(.sheshi-results-page) article {
  border-color: #383735;
  color: #f5f3ef;
  background: #171717;
  box-shadow: none;
}
body.sheshi-shell .sheshi-page:not(.sheshi-results-page) .entry-content > p:first-child,
body.sheshi-shell .sheshi-form-section > p:not(.sheshi-kicker),
body.sheshi-shell .sheshi-form-help,
body.sheshi-shell .sheshi-form-privacy { color: #aaa69e; }
body.sheshi-shell .sheshi-page .sheshi-offer-grid-page .sheshi-offer-card {
  border-color: #3d3c39;
  color: #f3f1ed;
  background: #20201f;
}
body.sheshi-shell .sheshi-page .sheshi-offer-grid-page .sheshi-offer-number { color: #f06d6c; background: #481417; }
body.sheshi-shell .sheshi-page .sheshi-offer-grid-page .sheshi-offer-card > p:not(.sheshi-offer-label) { color: #aaa69e; }
body.sheshi-shell .sheshi-form-section { border: 1px solid #3d3c39; background: #20201f; }
body.sheshi-shell .sheshi-beta-form label > span { color: #e3dfd8; }
body.sheshi-shell .sheshi-beta-form input,
body.sheshi-shell .sheshi-beta-form select,
body.sheshi-shell .sheshi-beta-form textarea { border-color: #4a4947; color: #eeeae4; background: #181818; }
body.sheshi-shell .sheshi-beta-form input:focus,
body.sheshi-shell .sheshi-beta-form select:focus,
body.sheshi-shell .sheshi-beta-form textarea:focus { border-color: #f06d6c; outline-color: rgba(240,109,108,.24); }
body.sheshi-shell .sheshi-form-success { border: 1px solid #265a43; color: #a9dfc3; background: #173629; }
body.sheshi-shell .sheshi-form-error { border: 1px solid #6a292d; color: #f2aaa9; background: #3b171a; }

/* Homepage sections that previously returned to light editorial surfaces. */
body.sheshi-home .sheshi-section,
body.sheshi-home .sheshi-section-soft,
body.sheshi-home .sheshi-travel-feature,
body.sheshi-home .sheshi-organization-paths { color: #f5f3ef; background: #121212; }
body.sheshi-home .sheshi-section-soft { background: #171717; }
body.sheshi-home .sheshi-index-row,
body.sheshi-home .sheshi-travel-feature-layout,
body.sheshi-home .sheshi-trust-item,
body.sheshi-home .sheshi-offer-card {
  border-color: #383735;
  color: #f3f1ed;
  background: #1b1b1a;
  box-shadow: none;
}
body.sheshi-home .sheshi-index-row:hover { border-color: #51504d; background: #20201f; }
body.sheshi-home .sheshi-index-row p,
body.sheshi-home .sheshi-travel-feature .sheshi-travel-feature-copy p:not(.sheshi-kicker),
body.sheshi-home .sheshi-trust-item p,
body.sheshi-home .sheshi-offer-card > p:not(.sheshi-offer-label),
body.sheshi-home .sheshi-section-intro { color: #aaa69e; }
body.sheshi-home .sheshi-index-row strong,
body.sheshi-home .sheshi-trust-item strong { color: #f5f3ef; }
body.sheshi-home .sheshi-offer-number { color: #f06d6c; background: #481417; }

/* 404. */
body.error404.sheshi-shell .sheshi-not-found { color: #f5f3ef; background: #121212; }
body.error404.sheshi-shell .sheshi-not-found-layout { border-color: #383735; background: #171717; box-shadow: none; }
body.error404.sheshi-shell .sheshi-not-found-layout > div > p:not(.sheshi-kicker) { color: #aaa69e; }
body.error404.sheshi-shell .sheshi-search-not-found { border-color: #454441; background: #20201f; }

@media (max-width: 620px) {
  body.sheshi-shell,
  body.sheshi-home { background: #101010; }

  body.sheshi-shell .sheshi-site-header,
  body.sheshi-home .sheshi-site-header {
    width: calc(100% - 24px);
    min-height: 64px;
    margin: 12px 12px 0;
    border: 1px solid #343433;
    border-radius: 16px 16px 0 0;
    background: #181818;
  }
  body.sheshi-shell .sheshi-site-header .sheshi-wrap,
  body.sheshi-home .sheshi-site-header .sheshi-wrap { width: 100%; padding: 0 24px; }
  body.sheshi-shell .sheshi-mobile-menu > summary,
  body.sheshi-home .sheshi-mobile-menu > summary { border: 0; background: transparent; }
  body.sheshi-shell .sheshi-menu-toggle-icon > span,
  body.sheshi-home .sheshi-menu-toggle-icon > span { background: #d8d4cd; }
  body.sheshi-shell .sheshi-mobile-menu[open] > nav,
  body.sheshi-home .sheshi-mobile-menu[open] > nav {
    top: 76px;
    right: 12px;
    left: 12px;
    width: auto;
    border: 1px solid #343433;
    color: #f2f0eb;
    background: #181818;
  }
  body.sheshi-shell .sheshi-mobile-section + .sheshi-mobile-section,
  body.sheshi-home .sheshi-mobile-section + .sheshi-mobile-section { border-top-color: #343433; }
  body.sheshi-shell .sheshi-mobile-section p,
  body.sheshi-home .sheshi-mobile-section p { color: #ee7673; }
  body.sheshi-shell .sheshi-mobile-section a,
  body.sheshi-home .sheshi-mobile-section a { color: #f2f0eb; }
  body.sheshi-shell .sheshi-mobile-section a:hover,
  body.sheshi-shell .sheshi-mobile-section a:focus-visible,
  body.sheshi-home .sheshi-mobile-section a:hover,
  body.sheshi-home .sheshi-mobile-section a:focus-visible { color: #fff; background: #252524; }

  body.single-listing .sheshi-profile-page { padding-bottom: 66px; }
  body.single-listing .sheshi-profile-contact { background: transparent; box-shadow: none; }
  body.single-listing .sheshi-transparency-links { border-top-color: #343432; }
  body.single-listing .sheshi-transparency-links a { border-bottom-color: #343432; }
  body.single-listing .sheshi-profile-mobile-callbar {
    border-top-color: #3d3c39;
    background: #181818;
    box-shadow: 0 -8px 22px rgba(0,0,0,.34);
  }
  body.single-listing .sheshi-profile-mobile-callbar small { color: #8f8c86; }
  body.single-listing .sheshi-profile-mobile-callbar strong { color: #f2f0eb; }

  body.archive.sheshi-shell .sheshi-results-page > .sheshi-wrap { background: #181818; }
}

/* 0.9.0 — Three explicit organization paths: free profile, free claim,
   optional paid placement. Editorial results and advertising stay separate. */
.sheshi-organization-paths {
  padding: 104px 0 112px;
  color: var(--sheshi-white);
  background: var(--sheshi-ink);
}

.sheshi-organization-paths .sheshi-kicker { color: #df7770; }
.sheshi-organization-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr);
  gap: 92px;
  align-items: end;
  margin-bottom: 58px;
}
.sheshi-organization-head h2 {
  margin: 0;
  color: var(--sheshi-white);
  font-size: clamp(48px, 6.4vw, 84px);
  letter-spacing: -.065em;
  line-height: .94;
}
.sheshi-organization-head > p { margin: 0; color: #c5c1ba; font-size: 18px; line-height: 1.65; }

.sheshi-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .28);
}
.sheshi-offer-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sheshi-offer-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 390px;
  flex-direction: column;
  padding: 34px 34px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  border-left: 1px solid rgba(255, 255, 255, .2);
}
.sheshi-offer-card:first-child { border-left: 0; }
.sheshi-offer-number { color: #8f8b84; font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.sheshi-offer-label { margin: 54px 0 12px !important; color: #df7770 !important; font-size: 11px !important; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.sheshi-offer-card h3,
.sheshi-offer-card h2 {
  margin: 0 0 18px !important;
  color: inherit;
  font-size: clamp(29px, 2.7vw, 39px) !important;
  letter-spacing: -.045em !important;
  line-height: 1 !important;
  overflow-wrap: anywhere;
  word-break: normal;
}
.sheshi-offer-card > p:not(.sheshi-offer-label) { margin: 0 0 30px; color: #c5c1ba; line-height: 1.6; }
.sheshi-offer-card > a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid currentColor; color: inherit; font-weight: 850; text-decoration: none; }
.sheshi-offer-card > a span { color: #df7770; }
.sheshi-offer-action { margin: auto 0 0 !important; }
.sheshi-offer-action a { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid currentColor; color: inherit !important; font-weight: 850; text-decoration: none; }
.sheshi-offer-action a span { color: #df7770; }
.sheshi-offer-card--ad { color: var(--sheshi-ink); background: #efe5d4; }
.sheshi-offer-card--ad .sheshi-offer-number { color: #7e7467; }
.sheshi-offer-card--ad .sheshi-offer-label,
.sheshi-offer-card--ad > a span,
.sheshi-offer-card--ad .sheshi-offer-action a span { color: var(--accent-hover) !important; }
.sheshi-offer-card--ad > p:not(.sheshi-offer-label) { color: #5d554c; }

.sheshi-page .sheshi-offer-grid-page { max-width: 1160px; margin: 58px 0 0; border-top-color: var(--sheshi-ink); }
.sheshi-page .sheshi-organization-page { max-width: none; }
.sheshi-page .sheshi-organization-page .entry-content { max-width: none; }
.sheshi-page .sheshi-offer-grid-page .sheshi-offer-card { min-height: 420px; color: var(--sheshi-ink); border-color: var(--sheshi-line); }
.sheshi-page .sheshi-offer-grid-page .sheshi-offer-card > p:not(.sheshi-offer-label) { color: var(--sheshi-muted); }
.sheshi-page .sheshi-offer-grid-page .sheshi-offer-label { color: var(--accent-hover) !important; }
.sheshi-page .sheshi-offer-grid-page .sheshi-offer-card--ad { background: var(--sheshi-ink); color: var(--sheshi-white); }
.sheshi-page .sheshi-offer-grid-page .sheshi-offer-card--ad > p:not(.sheshi-offer-label) { color: #c5c1ba; }
.sheshi-separation-note { display: grid; grid-template-columns: 170px 1fr; gap: 34px; max-width: 920px; margin: 40px 0 72px; padding: 24px 0; border-top: 3px solid var(--accent); border-bottom: 1px solid var(--sheshi-line); }
.sheshi-separation-note > strong { font-size: 21px; }
.sheshi-separation-note p { margin: 0 !important; }
.sheshi-form-section { margin-top: 80px; padding-top: 56px; border-top: 3px solid var(--sheshi-ink); scroll-margin-top: 96px; }
.sheshi-form-section > h2 { margin-top: 10px !important; }
.sheshi-form-section > p:not(.sheshi-kicker) { color: var(--sheshi-muted); }
.sheshi-form-section-ad { border-top-color: var(--accent); }
.sheshi-form-section-ad .sheshi-kicker { color: var(--accent-hover); }
.sheshi-profile-ad-link { display: block; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--sheshi-line); color: var(--sheshi-muted) !important; font-size: 14px; }
.sheshi-profile-owner > a { display: flex; min-height: 44px; align-items: center; justify-content: space-between; padding: 10px 0; }
.sheshi-profile-owner > .sheshi-profile-ad-link { min-height: 44px; margin-top: 4px; padding-top: 10px; }

@media (max-width: 900px) {
  .sheshi-organization-head { grid-template-columns: 1fr; gap: 32px; }
  .sheshi-offer-grid { grid-template-columns: 1fr; }
  .sheshi-offer-card,
  .sheshi-page .sheshi-offer-grid-page .sheshi-offer-card { min-height: 0; padding: 32px 0; border-left: 0; }
  .sheshi-offer-card--ad,
  .sheshi-page .sheshi-offer-grid-page .sheshi-offer-card--ad { margin: 18px 0 0; padding: 32px; }
  .sheshi-offer-label { margin-top: 30px !important; }
  .sheshi-offer-card > a { margin-top: 30px; }
}

@media (max-width: 620px) {
  .sheshi-organization-paths { padding: 76px 0 82px; }
  .sheshi-organization-head { margin-bottom: 42px; }
  .sheshi-organization-head h2 { font-size: 52px; }
  .sheshi-separation-note { grid-template-columns: 1fr; gap: 12px; }
  .sheshi-form-section { margin-top: 64px; padding-top: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

/* 0.4.0 — The Square is a Threshold.
   The portal, not decoration, is the visual identity. */
:root {
  --sheshi-ink: #1a1a1a;
  --sheshi-navy: #1a1a1a;
  --sheshi-sand: #f6f5f2;
  --sheshi-mist: #f6f5f2;
  --sheshi-line: #d8d5cf;
  --sheshi-muted: #5d5a55;
  --sheshi-wordmark: #7f7f7f;
  --sheshi-font-display: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body.sheshi-shell,
body.sheshi-home { background: var(--sheshi-sand); }

.sheshi-site-header { background-color: var(--sheshi-white); }

.sheshi-brand {
  font-size: 30px;
  font-weight: 850;
  letter-spacing: -0.085em;
}

.sheshi-wordmark-accent { color: inherit; }
.sheshi-wordmark { color: var(--sheshi-wordmark); }

.sheshi-nav-cta {
  min-height: auto;
  padding: 8px 0 6px;
  border-bottom: 2px solid var(--accent);
  color: var(--sheshi-ink);
  background: transparent;
}

.sheshi-nav-cta:hover {
  color: var(--accent-hover);
  background: transparent;
}

.sheshi-hero {
  overflow: hidden;
  padding: 88px 0 54px;
  color: var(--sheshi-ink);
  background: var(--sheshi-sand);
}

.sheshi-portal {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
  padding: 76px 66px 0;
  border-top: 2px solid var(--accent);
  border-right: 2px solid var(--accent);
  border-left: 2px solid var(--accent);
}

.sheshi-eyebrow {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0 18px;
  color: var(--accent-hover);
  background: var(--sheshi-sand);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.sheshi-eyebrow::before { display: none; }

.sheshi-hero h1 {
  max-width: 890px;
  margin: 0;
  color: var(--sheshi-ink);
  font-size: clamp(68px, 8vw, 116px);
  font-weight: 850;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.sheshi-hero-copy {
  max-width: 690px;
  margin: 36px 0 44px;
  color: var(--sheshi-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
}

.sheshi-search {
  width: calc(100% + 84px);
  max-width: 940px;
  margin: 0 -42px;
  border: 3px solid var(--sheshi-ink);
  background: var(--sheshi-white);
  transform: translateY(50%);
}

.sheshi-search input,
.sheshi-search select {
  min-height: 66px;
  padding: 0 20px;
  border-right-color: var(--sheshi-line);
}

.sheshi-search-submit {
  min-width: 146px;
  padding: 0 24px;
  border: 0;
  color: var(--sheshi-ink);
  background: var(--sheshi-white);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.sheshi-search-submit span {
  margin-left: 14px;
  color: var(--accent);
  font-size: 24px;
}

.sheshi-search-submit:hover { color: var(--accent-hover); }
.sheshi-search-submit:focus-visible { outline: 2px solid var(--accent); outline-offset: -4px; }
.sheshi-search-submit-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-left: 12px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sheshi-hero-meta {
  display: flex;
  max-width: 1030px;
  margin: 62px auto 0;
  align-items: center;
  justify-content: space-between;
  color: var(--sheshi-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sheshi-hero-meta a { color: var(--sheshi-ink); text-decoration: none; }
.sheshi-hero-meta a span { margin-left: 8px; color: var(--accent); }

.sheshi-section { padding: 104px 0; }

.sheshi-section h2,
.sheshi-page h1 {
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 850;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.sheshi-index { border-top: 1px solid var(--sheshi-ink); }

.sheshi-index-row {
  display: grid;
  grid-template-columns: 78px minmax(220px, 1.15fr) minmax(220px, 0.85fr) 42px;
  align-items: center;
  min-height: 106px;
  border-bottom: 1px solid var(--sheshi-line);
  color: var(--sheshi-ink);
  text-decoration: none;
  transition: border-color 160ms ease;
}

.sheshi-index-row:hover {
  color: var(--sheshi-ink);
  border-color: var(--accent);
}

.sheshi-index-number {
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.sheshi-index-row h3 {
  margin: 0;
  color: var(--sheshi-ink);
  font-size: clamp(25px, 2.6vw, 36px);
  font-weight: 800;
  letter-spacing: -0.045em;
  transition: transform 160ms ease;
}

.sheshi-index-row:hover h3 { transform: translateX(8px); }
.sheshi-index-row p { margin: 0; color: var(--sheshi-muted); font-size: 15px; }
.sheshi-index-arrow { justify-self: end; color: var(--accent); font-size: 26px; }

.sheshi-section:not(.sheshi-section-soft) {
  color: var(--sheshi-white);
  background: var(--sheshi-ink);
}

.sheshi-section:not(.sheshi-section-soft) .sheshi-kicker { color: #df7770; }
.sheshi-section:not(.sheshi-section-soft) h2 { color: var(--sheshi-white); }

.sheshi-trust-item { border-left-color: rgba(255, 255, 255, 0.18); }
.sheshi-trust-item strong { color: var(--sheshi-white); }
.sheshi-trust-item p { color: #b9b5ae; }

.sheshi-cta {
  padding: 22px 0;
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  color: var(--sheshi-ink);
  background: transparent;
}

.sheshi-cta h2 {
  color: var(--sheshi-ink);
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 850;
  letter-spacing: -0.06em;
}

.sheshi-cta p { max-width: 680px; margin: 12px 0 0; color: var(--sheshi-muted); }

.sheshi-cta-link {
  color: var(--sheshi-ink);
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.sheshi-cta-link span { margin-left: 14px; color: var(--accent); font-size: 24px; }

.sheshi-page { background: var(--sheshi-sand); }
.sheshi-page article { background: var(--sheshi-sand); }
.sheshi-site-footer .sheshi-wordmark { color: var(--sheshi-sand) !important; }

@media (max-width: 900px) {
  .sheshi-hero { padding: 72px 0 48px; }
  .sheshi-portal { padding: 64px 42px 0; }
  .sheshi-index-row { grid-template-columns: 58px 1fr 38px; }
  .sheshi-index-row p { display: none; }
  .sheshi-trust-item,
  .sheshi-trust-item:first-child { border-top-color: rgba(255, 255, 255, 0.18); }
}

@media (max-width: 620px) {
  .sheshi-nav-cta { min-height: auto; padding: 6px 0 4px; font-size: 12px; }
  .sheshi-brand { font-size: 25px; }
  .sheshi-hero { padding-top: 54px; }
  .sheshi-portal { margin: 0 -2px; padding: 52px 20px 0; }
  .sheshi-hero h1 { font-size: clamp(52px, 16vw, 72px); letter-spacing: -0.06em; line-height: 0.98; }
  .sheshi-hero-copy { margin: 26px 0 30px; font-size: 16px; }
  .sheshi-search { width: calc(100% + 24px); margin: 0 -12px; }
  .sheshi-search input,
  .sheshi-search select { min-height: 56px; border-right: 0; border-bottom: 1px solid var(--sheshi-line); }
  .sheshi-search-submit { min-height: 56px; text-align: left; }
  .sheshi-hero-meta { margin-top: 114px; align-items: flex-start; flex-direction: column; gap: 10px; font-size: 11px; }
  .sheshi-index-row { min-height: 88px; }
}

@media (prefers-reduced-motion: no-preference) {
  .sheshi-portal { animation: sheshi-threshold 520ms ease-out both; transform-origin: top center; }
  .sheshi-search { animation: sheshi-search-arrive 420ms 220ms ease-out both; }
}

@keyframes sheshi-threshold {
  from { opacity: 0; transform: scaleY(0.94); }
  to { opacity: 1; transform: scaleY(1); }
}

@keyframes sheshi-search-arrive {
  from { opacity: 0; transform: translateY(62%); }
  to { opacity: 1; transform: translateY(50%); }
}

/* 0.5.0 — Company detail as an editorial address, not a directory card. */
.sheshi-profile-page {
  min-height: 70vh;
  color: var(--sheshi-ink);
  background: var(--sheshi-sand);
}

.sheshi-profile-hero { overflow: hidden; padding: 66px 0 0; }

.sheshi-profile-portal {
  position: relative;
  padding: 28px 56px 0;
  border-top: 2px solid var(--accent);
  border-right: 2px solid var(--accent);
  border-left: 2px solid var(--accent);
}

.sheshi-profile-portal::before {
  content: none;
}

.sheshi-profile-portal::after {
  content: none;
}

.sheshi-profile-breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--sheshi-muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sheshi-profile-breadcrumbs a { color: inherit; text-decoration: none; }
.sheshi-profile-breadcrumbs a:hover { color: var(--accent-hover); }

.sheshi-profile-identity {
  display: block;
  padding: 74px 0 0;
}

.sheshi-profile-identity > div { width: 100%; }

.sheshi-profile-state {
  margin: 0 0 18px;
  color: var(--accent-hover);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sheshi-profile-page h1 {
  max-width: 1000px;
  margin: 0;
  color: var(--sheshi-ink);
  font-size: clamp(64px, 8.2vw, 118px);
  font-weight: 870;
  hyphens: none;
  letter-spacing: -0.072em;
  line-height: 1.02;
  font-family: Georgia, "Times New Roman", serif !important;
}

.sheshi-profile-page .sheshi-profile-lead {
  max-width: 820px;
  margin: 34px 0 0;
  color: var(--sheshi-muted);
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 560;
  letter-spacing: -0.02em;
  line-height: 1.45;
  font-family: var(--sheshi-font) !important;
}

.sheshi-profile-actionbar {
  display: flex;
  gap: 28px;
  margin-top: 52px;
  border-top: 1px solid var(--sheshi-line);
}

.sheshi-profile-actionbar a {
  padding: 18px 0 20px;
  color: var(--sheshi-ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.sheshi-profile-actionbar a:hover { color: var(--accent-hover); }
.sheshi-profile-actionbar span { margin-left: 8px; color: var(--accent); }

.sheshi-profile-facts {
  border-top: 1px solid var(--sheshi-ink);
  border-bottom: 1px solid var(--sheshi-ink);
  background: var(--sheshi-ink);
}

.sheshi-profile-facts-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }

.sheshi-profile-facts-grid > div {
  min-width: 0;
  min-height: 88px;
  padding: 18px 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.sheshi-profile-facts-grid > div:first-child { border-left: 0; }
.sheshi-profile-facts span { display: block; margin-bottom: 10px; color: #aaa69e; font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.sheshi-profile-facts strong { color: var(--sheshi-white); font-size: 17px; line-height: 1.35; overflow-wrap: anywhere; }
.sheshi-profile-facts .sheshi-profile-languages {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 12px;
}
.sheshi-profile-facts .sheshi-profile-languages span { margin: 0; color: inherit; font: inherit; letter-spacing: 0; text-transform: none; }

.sheshi-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.65fr);
  gap: 92px;
  padding-top: 108px;
  padding-bottom: 0;
}

.sheshi-profile-section { padding: 0 0 88px; border-bottom: 1px solid var(--sheshi-line); }
.sheshi-profile-section + .sheshi-profile-section { padding-top: 88px; }

.sheshi-profile-section h2,
.sheshi-profile-contact h2 {
  max-width: 720px;
  margin: 0;
  color: var(--sheshi-ink);
  font-size: clamp(38px, 4.8vw, 66px);
  font-weight: 860;
  letter-spacing: -0.06em;
  line-height: 0.98;
  font-family: Georgia, "Times New Roman", serif !important;
}

.sheshi-profile-section .entry-content {
  max-width: 720px;
  margin-top: 38px;
  color: var(--sheshi-muted);
  font-size: 19px;
  line-height: 1.7;
}

.sheshi-profile-section .entry-content p { margin: 0 0 22px; }

.sheshi-service-index { margin: 42px 0 0; padding: 0; border-top: 1px solid var(--sheshi-ink); list-style: none; }

.sheshi-service-index li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 88px;
  border-bottom: 1px solid var(--sheshi-line);
}

.sheshi-service-index span { color: var(--accent); font-size: 12px; font-weight: 850; letter-spacing: 0.08em; }
.sheshi-service-index strong { font-size: clamp(23px, 2.8vw, 34px); font-weight: 760; letter-spacing: -0.035em; }
.sheshi-missing { margin-top: 34px; color: var(--sheshi-muted); }

.sheshi-profile-transparency-wrap { padding-top: 104px; padding-bottom: 120px; }
.sheshi-profile-transparency { padding: 56px 0 0; border-top: 1px solid var(--sheshi-line); border-bottom: 0; }
.sheshi-profile-transparency h2 { font-size: clamp(36px, 4.2vw, 58px); }
.sheshi-profile-transparency p:not(.sheshi-kicker) { max-width: 680px; margin: 34px 0 0; color: var(--sheshi-muted); font-size: 18px; line-height: 1.65; }
.sheshi-transparency-links { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 30px; }
.sheshi-transparency-links a { color: var(--sheshi-ink); font-weight: 800; text-decoration-color: var(--accent); text-underline-offset: 5px; }

.sheshi-profile-contact { position: sticky; top: 110px; align-self: start; padding-top: 22px; border-top: 4px solid var(--accent); }
.sheshi-profile-contact h2 { font-size: clamp(31px, 2.7vw, 42px); }
.sheshi-contact-intro { margin: 22px 0 0; color: var(--sheshi-muted); font-size: 15px; line-height: 1.58; }
.sheshi-profile-contact dl { margin: 38px 0 0; }
.sheshi-profile-contact dl > div { padding: 19px 0; border-top: 1px solid var(--sheshi-line); }
.sheshi-profile-contact dt { margin-bottom: 6px; color: var(--sheshi-muted); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.sheshi-profile-contact dd { margin: 0; color: var(--sheshi-ink); font-size: 16px; font-weight: 650; line-height: 1.45; overflow-wrap: anywhere; }
.sheshi-profile-contact dd a { color: inherit; text-decoration-line: underline; text-decoration-color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 4px; }

.sheshi-profile-primary-link {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 18px 0;
  border-top: 2px solid var(--sheshi-ink);
  border-bottom: 2px solid var(--sheshi-ink);
  color: var(--sheshi-ink);
  font-weight: 850;
  text-decoration: none;
}

.sheshi-profile-primary-link span { color: var(--accent); }
.sheshi-profile-primary-link-disabled { color: var(--sheshi-muted); }
.sheshi-profile-primary-link--cta { margin-top: 28px; border-color: var(--accent-hover); color: var(--sheshi-white); background: var(--accent-hover); padding-right: 18px; padding-left: 18px; }
.sheshi-profile-primary-link--cta span { color: var(--sheshi-white); }

.sheshi-profile-socials { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--sheshi-line); }
.sheshi-profile-socials > span { color: var(--sheshi-muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sheshi-profile-socials > div { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 12px; }
.sheshi-profile-socials a { color: var(--sheshi-ink); font-size: 14px; font-weight: 800; text-decoration: none; }
.sheshi-profile-socials a > span { color: var(--accent); }
.sheshi-contact-source { margin: 24px 0 0; color: var(--sheshi-muted); font-size: 12px; line-height: 1.55; }
.sheshi-contact-source a { display: inline-block; margin-left: 4px; color: var(--sheshi-ink); font-weight: 750; text-decoration-color: var(--accent); text-underline-offset: 3px; }

.sheshi-profile-owner { margin-top: 44px; padding: 26px 0 0 24px; border-left: 2px solid var(--sheshi-muted); }
.sheshi-profile-owner strong { font-size: 19px; }
.sheshi-profile-owner p { margin: 10px 0 16px; color: var(--sheshi-muted); line-height: 1.55; }
.sheshi-profile-owner a { color: var(--sheshi-ink); font-weight: 850; text-decoration: none; }
.sheshi-profile-owner a span { margin-left: 8px; color: var(--sheshi-muted); }

@media (max-width: 900px) {
  .sheshi-profile-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 50px; }
  .sheshi-profile-facts-grid { grid-template-columns: repeat(2, 1fr); }
  .sheshi-profile-facts-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.17); }
  .sheshi-profile-facts-grid > div:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, 0.17); }
}

@media (max-width: 700px) {
  .sheshi-profile-hero { padding-top: 42px; }
  .sheshi-profile-portal { margin: 0 -2px; padding: 24px 20px 0; }
  .sheshi-profile-identity { padding-top: 52px; }
  .sheshi-profile-identity > div:first-child { min-width: 0; }
  .sheshi-profile-page h1 {
    max-width: 100%;
    font-size: clamp(40px, 13vw, 60px);
    line-height: 1.04;
    hyphens: manual;
    overflow-wrap: break-word;
    word-break: normal;
  }
  .sheshi-profile-state,
  .sheshi-profile-page .sheshi-profile-lead {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .sheshi-profile-page .sheshi-profile-lead { margin-top: 24px; font-size: 18px; }
  .sheshi-profile-actionbar { flex-direction: column; gap: 0; margin-top: 34px; padding: 8px 0; }
  .sheshi-profile-actionbar a { display: flex; width: 100%; min-height: 44px; align-items: center; justify-content: space-between; padding: 10px 0; border: 0; }
  .sheshi-profile-facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sheshi-profile-facts-grid > div { min-height: 0; padding: 18px 14px; border-top: 1px solid rgba(255, 255, 255, 0.17); border-left: 1px solid rgba(255, 255, 255, 0.17); }
  .sheshi-profile-facts-grid > div:nth-child(odd) { border-left: 0; }
  .sheshi-profile-facts-grid > div:nth-child(-n+2) { border-top: 0; }
  .sheshi-profile-facts .sheshi-profile-languages { gap: 2px 10px; font-size: 15px; line-height: 1.45; }
  .sheshi-profile-layout { grid-template-columns: 1fr; gap: 72px; padding-top: 72px; padding-bottom: 0; }
  .sheshi-profile-transparency-wrap { padding-top: 72px; padding-bottom: 88px; }
  .sheshi-profile-section { padding-bottom: 64px; }
  .sheshi-profile-section + .sheshi-profile-section { padding-top: 64px; }
  .sheshi-profile-section h2 { font-size: 42px; }
  .sheshi-profile-section .entry-content { margin-top: 28px; font-size: 17px; }
  .sheshi-service-index li { min-height: 74px; }
  .sheshi-profile-contact { position: static; }
}

@media (prefers-reduced-motion: no-preference) {
  .sheshi-profile-portal { animation: sheshi-profile-open 460ms ease-out both; transform-origin: top center; }
}

@keyframes sheshi-profile-open {
  from { opacity: 0; transform: scaleY(0.97); }
  to { opacity: 1; transform: scaleY(1); }
}

/* 0.6.0 — Production-readiness layer: complete navigation, directory,
   forms, search states, legal drafts and accessible failure paths. */
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sheshi-skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  color: var(--sheshi-white);
  background: var(--sheshi-ink);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
}

.sheshi-skip-link:focus { transform: translateY(0); }

.sheshi-site-header a:focus-visible,
.sheshi-site-footer a:focus-visible,
.sheshi-profile-page a:focus-visible,
.sheshi-directory-page a:focus-visible,
.sheshi-page a:focus-visible,
.sheshi-not-found a:focus-visible,
.sheshi-mobile-menu summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.sheshi-menu a[aria-current="page"] { color: var(--sheshi-ink); text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 7px; }
.sheshi-mobile-menu { display: none; }

.sheshi-search { grid-template-columns: minmax(190px, 1.25fr) minmax(165px, 0.9fr) minmax(150px, 0.8fr) auto; }
.sheshi-search { position: relative; }
.sheshi-search::before,
.sheshi-search::after { display: none; content: none; }
.sheshi-search input[type="search"] { padding-left: 20px; }
.sheshi-search input::placeholder { color: #68645d; opacity: 1; }
.sheshi-search-results,
.sheshi-search-directory,
.sheshi-search-not-found {
  width: 100%;
  max-width: none;
  margin: 0;
  transform: none;
}

.sheshi-results-search { max-width: 1040px; margin: 0 0 52px; }

.sheshi-page {
  padding: 96px 0 120px;
  background: var(--sheshi-sand);
}

.sheshi-page article {
  max-width: 900px;
  padding: 0 0 72px;
  border-top: 0;
  background: transparent;
}

.sheshi-page article::before {
  display: block;
  width: 88px;
  height: 3px;
  margin-bottom: 46px;
  background: var(--accent);
  content: "";
}

.sheshi-page .entry-content { max-width: 760px; margin-top: 48px; }
.sheshi-page .entry-content h2 { margin: 62px 0 18px; font-size: clamp(30px, 3.6vw, 46px); letter-spacing: -0.045em; line-height: 1.04; }
.sheshi-page .entry-content p,
.sheshi-page .entry-content li { color: var(--sheshi-muted); font-size: 18px; line-height: 1.72; }
.sheshi-page .entry-content ul,
.sheshi-page .entry-content ol { display: grid; gap: 10px; padding-left: 24px; }
.sheshi-page-lead { color: var(--sheshi-ink) !important; font-size: clamp(21px, 2.4vw, 28px) !important; font-weight: 480; line-height: 1.5 !important; }

.sheshi-form-help { margin: -8px 0 0; color: var(--sheshi-muted); font-size: 13px; }
.sheshi-form-consent { grid-template-columns: 22px minmax(0, 1fr); align-items: start; gap: 12px !important; }
.sheshi-form-consent input { width: 20px; height: 20px; margin-top: 4px; accent-color: var(--accent); }
.sheshi-form-consent span { font-weight: 550 !important; line-height: 1.5; }

.sheshi-result-card { display: flex; min-height: 300px; flex-direction: column; }
.sheshi-result-card h2 { font-size: clamp(28px, 3vw, 38px); letter-spacing: -0.045em; line-height: 1.05; }
.sheshi-result-card h2 a:hover { color: var(--accent-hover); }
.sheshi-result-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 28px; border-top: 1px solid var(--sheshi-line); color: var(--sheshi-muted); font-size: 12px; font-weight: 750; }
.sheshi-result-foot a { color: var(--sheshi-ink); text-decoration: none; }
.sheshi-result-foot a span { color: var(--accent); }
.sheshi-empty-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 26px; }
.navigation.pagination { margin-top: 48px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.nav-links .page-numbers { min-width: 42px; padding: 8px 12px; border: 1px solid var(--sheshi-line); color: var(--sheshi-ink); text-align: center; text-decoration: none; }
.nav-links .current { border-color: var(--sheshi-ink); background: var(--sheshi-ink); color: var(--sheshi-white); }

.sheshi-directory-page { color: var(--sheshi-ink); background: var(--sheshi-sand); }
.sheshi-directory-page *,
.sheshi-not-found * { font-family: var(--sheshi-font) !important; }
.sheshi-directory-hero { padding: 92px 0 82px; border-bottom: 1px solid var(--sheshi-line); }
.sheshi-directory-hero h1,
.sheshi-not-found h1 { max-width: 900px; margin: 0; font-size: clamp(60px, 8vw, 112px); font-weight: 860; letter-spacing: -0.07em; line-height: 0.92; }
.sheshi-directory-hero > .sheshi-wrap > p:not(.sheshi-kicker) { max-width: 760px; margin: 30px 0 42px; color: var(--sheshi-muted); font-size: 20px; line-height: 1.6; }
.sheshi-directory-section { padding: 100px 0; }
.sheshi-directory-section h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); letter-spacing: -0.06em; line-height: 0.98; }
.sheshi-directory-index { border-top: 1px solid var(--sheshi-ink); }
.sheshi-directory-index a { display: grid; grid-template-columns: 72px minmax(0, 1fr) 90px 30px; gap: 18px; align-items: center; min-height: 92px; border-bottom: 1px solid var(--sheshi-line); color: var(--sheshi-ink); text-decoration: none; }
.sheshi-directory-index a > span { color: var(--accent); font-size: 12px; font-weight: 850; }
.sheshi-directory-index strong { font-size: clamp(22px, 2.5vw, 32px); letter-spacing: -0.035em; }
.sheshi-directory-index small { color: var(--sheshi-muted); }
.sheshi-directory-index b { color: var(--accent); font-size: 22px; }
.sheshi-directory-index a:hover strong { transform: translateX(7px); }
.sheshi-directory-index strong { transition: transform 160ms ease; }

.sheshi-directory-section-dark { color: var(--sheshi-white); background: var(--sheshi-ink); }
.sheshi-directory-section-dark .sheshi-kicker { color: #df7770; }
.sheshi-directory-location-layout { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr); gap: 100px; }
.sheshi-directory-section-dark h2 { color: var(--sheshi-white); }
.sheshi-directory-section-dark p { color: #b9b5ae; }
.sheshi-location-list { border-top: 1px solid rgba(255,255,255,0.3); }
.sheshi-location-list a { display: flex; min-height: 68px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,0.16); color: var(--sheshi-white); font-weight: 750; text-decoration: none; }
.sheshi-location-list small { color: #aaa69e; }
.sheshi-directory-next { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); gap: 70px; align-items: end; }
.sheshi-directory-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 22px; }

.sheshi-travel-feature { padding: 88px 0; color: var(--sheshi-white); background: var(--accent-hover); }
.sheshi-travel-feature .sheshi-kicker { color: #f4c5bf; }
.sheshi-travel-feature-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 90px; align-items: end; }
.sheshi-travel-feature h2 { margin: 0; color: var(--sheshi-white); font-size: clamp(48px, 6vw, 82px); letter-spacing: -.065em; line-height: .94; }
.sheshi-travel-feature p:not(.sheshi-kicker) { max-width: 540px; margin: 0 0 30px; color: #f5ddd9; font-size: 19px; line-height: 1.58; }
.sheshi-travel-feature .sheshi-cta-link { color: var(--sheshi-white); border-color: rgba(255,255,255,.55); }

.sheshi-featured .sheshi-section-head { margin-bottom: 56px; }
.sheshi-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--sheshi-ink);
}
.sheshi-featured .sheshi-result-card {
  min-height: 360px;
  padding: 34px 32px 30px;
  border-bottom: 1px solid var(--sheshi-line);
  border-left: 1px solid var(--sheshi-line);
  background: transparent;
}
.sheshi-featured .sheshi-result-card:nth-child(3n + 1) { border-left: 0; }
.sheshi-featured .sheshi-result-card > p:not(.sheshi-result-meta) {
  color: var(--sheshi-muted);
  line-height: 1.58;
}

/* 0.14.1: compact portal register after the search-first hero. */
.sheshi-discovery {
  padding: 64px 0 76px;
  color: var(--sheshi-white);
  background: var(--sheshi-ink);
}

.sheshi-discovery .sheshi-kicker { color: #df7770; }

.sheshi-discovery-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 32px;
}

.sheshi-discovery-head h2 {
  margin: 0;
  color: var(--sheshi-white);
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -.045em;
  line-height: 1;
}

.sheshi-discovery-head > div:last-child > p {
  margin: 0 0 14px;
  color: #c7c2ba;
  font-size: 15px;
  line-height: 1.5;
}

.sheshi-discovery .sheshi-directory-link {
  color: var(--sheshi-white);
  border-color: #df7770;
}

.sheshi-discovery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .28);
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.sheshi-discovery-card {
  display: flex;
  min-width: 0;
  min-height: 188px;
  flex-direction: column;
  padding: 14px 16px 10px;
  border-right: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.sheshi-discovery-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #b8b2aa;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.sheshi-discovery-meta > div { display: flex; min-width: 0; align-items: center; gap: 8px; }
.sheshi-discovery-meta > div > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sheshi-discovery-meta > span { flex: 0 0 auto; }
.sheshi-discovery-meta .sheshi-category-icon { width: 24px; height: 24px; border-color: rgba(255, 255, 255, .28); color: #df7770; }
.sheshi-discovery-meta .sheshi-category-icon svg { width: 14px; height: 14px; }

.sheshi-discovery-card h3 {
  max-width: none;
  margin: 12px 0;
  color: var(--sheshi-white);
  font-size: clamp(20px, 1.7vw, 25px);
  letter-spacing: -.04em;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.sheshi-discovery-card h3 a { color: inherit; text-decoration: none; }
.sheshi-discovery-card h3 a:hover { color: #efb3ac; }

.sheshi-discovery-languages {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: auto;
}
.sheshi-discovery-languages small {
  color: #8f8a83;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.sheshi-discovery-languages p { margin: 0; color: #d8d3cb; font-size: 11px; line-height: 1.35; }

.sheshi-discovery-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.sheshi-discovery-actions > span { color: #85817a; font-size: 9px; }
.sheshi-discovery-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: flex-end;
  color: var(--sheshi-white);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
  text-decoration: none;
}
.sheshi-discovery-actions a span { margin-left: 6px; color: #df7770; }

@media (max-width: 900px) {
  .sheshi-discovery-head { grid-template-columns: 1fr; gap: 28px; }
  .sheshi-discovery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sheshi-discovery-card { min-height: 194px; }
}

@media (max-width: 620px) {
  .sheshi-discovery { padding: 50px 0 58px; }
  .sheshi-discovery-head { margin-bottom: 26px; }
  .sheshi-discovery-head h2 { font-size: 38px; }
  .sheshi-discovery-grid { grid-template-columns: 1fr; }
  .sheshi-discovery-card {
    min-height: 0;
    padding: 12px;
  }
  .sheshi-discovery-card h3 { margin: 10px 0 12px; font-size: 21px; line-height: 1.07; }
  .sheshi-discovery-actions { align-items: center; gap: 10px; }
  .sheshi-discovery-actions a { margin-left: auto; }
}

.sheshi-directory-stats {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 28px;
  border-top: 1px solid rgba(255, 255, 255, .28);
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.sheshi-directory-stats a {
  display: flex;
  min-height: 74px;
  align-items: baseline;
  gap: 9px;
  padding: 15px 16px;
  border-right: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  color: var(--sheshi-white);
  text-decoration: none;
}

.sheshi-directory-stats strong { font-size: 27px; letter-spacing: -.04em; }
.sheshi-directory-stats span { color: #a9a49c; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.sheshi-directory-stats a:hover { background: #242423; }
.sheshi-directory-stats a:hover span { color: #df7770; }

.sheshi-index-row { grid-template-columns: 78px minmax(220px, 1.15fr) minmax(220px, .85fr) 82px 30px; }
.sheshi-index-count { color: var(--sheshi-muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-align: right; text-transform: uppercase; }

@media (max-width: 900px) {
  .sheshi-directory-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sheshi-index-row { grid-template-columns: 58px minmax(0, 1fr) 76px 28px; }
  .sheshi-index-row p { display: none; }
}

@media (max-width: 620px) {
  .sheshi-directory-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sheshi-directory-stats a { min-height: 66px; padding: 12px; }
  .sheshi-directory-stats strong { font-size: 23px; }
  .sheshi-index-row { grid-template-columns: 46px minmax(0, 1fr) 26px; }
  .sheshi-index-count { display: none; }
}

.sheshi-travel-page { color: var(--sheshi-ink); background: var(--sheshi-sand); }
.sheshi-travel-page * { font-family: var(--sheshi-font) !important; }
.sheshi-travel-hero { padding: 92px 0 72px; border-bottom: 1px solid var(--sheshi-line); }
.sheshi-travel-hero h1 { max-width: 980px; margin: 0; font-size: clamp(64px, 9vw, 124px); font-weight: 860; letter-spacing: -.075em; line-height: .88; }
.sheshi-travel-hero > .sheshi-wrap > p:not(.sheshi-kicker) { max-width: 760px; margin: 34px 0; color: var(--sheshi-muted); font-size: 20px; line-height: 1.6; }
.sheshi-travel-status { display: flex; flex-wrap: wrap; gap: 10px 28px; padding-top: 26px; border-top: 1px solid var(--sheshi-line); color: var(--sheshi-muted); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.sheshi-travel-section { padding: 96px 0; }
.sheshi-travel-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr); gap: 90px; align-items: end; margin-bottom: 54px; }
.sheshi-travel-heading h2 { max-width: 760px; margin: 0; font-size: clamp(44px, 5.5vw, 72px); letter-spacing: -.06em; line-height: .96; }
.sheshi-travel-heading > p { margin: 0; color: var(--sheshi-muted); font-size: 17px; line-height: 1.62; }
.sheshi-travel-route-list { border-top: 1px solid var(--sheshi-ink); }
.sheshi-travel-route-list > a { position: relative; display: grid; grid-template-columns: 54px minmax(220px,.75fr) minmax(260px,1fr) 28px; gap: 22px; align-items: center; min-height: 126px; border-bottom: 1px solid var(--sheshi-line); color: var(--sheshi-ink); text-decoration: none; }
.sheshi-travel-route-list > a > span { color: var(--accent); font-size: 12px; font-weight: 850; }
.sheshi-travel-route-list strong { display: block; font-size: 28px; letter-spacing: -.035em; }
.sheshi-travel-route-list small { display: block; margin-top: 7px; color: var(--sheshi-muted); font-size: 14px; }
.sheshi-travel-route-list p { margin: 0; color: var(--sheshi-muted); line-height: 1.5; }
.sheshi-travel-route-list b { color: var(--accent); font-size: 24px; }
.sheshi-travel-route-list em { position: absolute; right: 0; bottom: 9px; color: #8b867e; font-size: 10px; font-style: normal; }
.sheshi-travel-dark { color: var(--sheshi-white); background: var(--sheshi-ink); }
.sheshi-travel-dark .sheshi-kicker { color: #df7770; }
.sheshi-travel-dark h2 { color: var(--sheshi-white); }
.sheshi-travel-dark .sheshi-travel-heading > p { color: #b9b5ae; }
.sheshi-travel-provider-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.28); }
.sheshi-travel-provider-grid article { min-height: 390px; padding: 44px 46px 36px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.sheshi-travel-provider-grid article + article { padding-left: 46px; border-left: 1px solid rgba(255,255,255,.18); }
.sheshi-travel-label { margin: 0 0 42px; color: #df7770 !important; font-size: 11px !important; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.sheshi-travel-provider-grid h3 { margin: 0 0 22px; color: var(--sheshi-white); font-size: clamp(34px,4vw,54px); letter-spacing: -.05em; }
.sheshi-travel-provider-grid p { color: #d2cec7; font-size: 17px; line-height: 1.58; }
.sheshi-travel-provider-grid small { display: block; margin: 24px 0 34px; color: #aaa69e; line-height: 1.5; }
.sheshi-travel-provider-grid a { color: var(--sheshi-white); font-weight: 800; text-decoration: none; }
.sheshi-travel-provider-grid a span { color: #df7770; }
.sheshi-travel-provider-index { border-top: 1px solid var(--sheshi-ink); }
.sheshi-travel-provider-index a { display: grid; grid-template-columns: 190px minmax(180px,.7fr) minmax(260px,1fr) 28px; gap: 26px; align-items: center; min-height: 112px; border-bottom: 1px solid var(--sheshi-line); color: var(--sheshi-ink); text-decoration: none; }
.sheshi-travel-provider-index span { color: var(--accent-hover); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.sheshi-travel-provider-index strong { font-size: 25px; letter-spacing: -.03em; }
.sheshi-travel-provider-index p { margin: 0; color: var(--sheshi-muted); line-height: 1.48; }
.sheshi-travel-provider-index b { color: var(--accent); font-size: 24px; }
.sheshi-travel-transparency { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 50px; align-items: center; margin-top: 64px; padding: 36px 0; border-top: 3px solid var(--accent); border-bottom: 1px solid var(--sheshi-line); }
.sheshi-travel-transparency strong { font-size: 24px; letter-spacing: -.025em; }
.sheshi-travel-transparency p { margin: 8px 0 0; color: var(--sheshi-muted); }

.sheshi-not-found { min-height: 70vh; padding: 110px 0 130px; color: var(--sheshi-ink); background: var(--sheshi-sand); }
.sheshi-not-found-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 70px; align-items: start; }
.sheshi-not-found-code { margin: 0; color: var(--accent); font-size: 100px; font-weight: 850; letter-spacing: -0.08em; line-height: 0.8; }
.sheshi-not-found-layout > div > p:not(.sheshi-kicker) { max-width: 620px; margin: 28px 0 36px; color: var(--sheshi-muted); font-size: 19px; }
.sheshi-not-found-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 28px; }

@media (max-width: 900px) {
  .sheshi-nav > nav,
  .sheshi-nav > .sheshi-nav-cta { display: none; }
  .sheshi-mobile-menu { position: relative; display: block; margin-left: auto; }
  .sheshi-mobile-menu summary { padding: 8px 0 6px; border-bottom: 2px solid var(--accent); font-size: 13px; font-weight: 850; cursor: pointer; list-style: none; }
  .sheshi-mobile-menu summary::-webkit-details-marker { display: none; }
  .sheshi-mobile-menu[open] nav { position: absolute; z-index: 50; top: 48px; right: 0; width: min(320px, calc(100vw - 28px)); padding: 22px; border: 2px solid var(--sheshi-ink); background: var(--sheshi-sand); }
  .sheshi-mobile-links { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
  .sheshi-mobile-links a { display: block; padding: 14px 0; border-bottom: 1px solid var(--sheshi-line); color: var(--sheshi-ink); font-weight: 750; text-decoration: none; }
  .sheshi-mobile-links a[aria-current="page"] { color: var(--accent-hover); }
  .sheshi-mobile-action { display: block; margin-top: 20px; color: var(--sheshi-ink); font-weight: 850; text-decoration: none; }
  .sheshi-mobile-action span { color: var(--accent); }
  .sheshi-search { grid-template-columns: 1fr 1fr; }
  .sheshi-search-submit { min-height: 62px; text-align: left; }
  .sheshi-hero-meta { margin-top: 96px; }
  .sheshi-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sheshi-featured .sheshi-result-card:nth-child(3n + 1) { border-left: 1px solid var(--sheshi-line); }
  .sheshi-featured .sheshi-result-card:nth-child(2n + 1) { border-left: 0; }
  .sheshi-directory-location-layout,
  .sheshi-directory-next,
  .sheshi-travel-feature-layout,
  .sheshi-travel-heading { grid-template-columns: 1fr; gap: 54px; }
  .sheshi-travel-route-list > a { grid-template-columns: 42px minmax(180px,.8fr) minmax(220px,1fr) 24px; }
  .sheshi-travel-provider-index a { grid-template-columns: 150px minmax(160px,.7fr) minmax(220px,1fr) 24px; }
  .sheshi-not-found-layout { grid-template-columns: 1fr; gap: 40px; }
  .sheshi-not-found-code { font-size: 72px; }
}

@media (max-width: 620px) {
  .sheshi-hero-meta { margin-top: 114px; }
  .sheshi-search { grid-template-columns: 1fr 1fr; }
  .sheshi-search input[type="search"],
  .sheshi-search-submit { grid-column: 1 / -1; }
  .sheshi-search input,
  .sheshi-search select { border-right: 0; border-bottom: 1px solid var(--sheshi-line); }
  .sheshi-page { padding-top: 68px; }
  .sheshi-results-page h1 {
    max-width: 100%;
    hyphens: auto;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .sheshi-page article { padding: 0 6px 40px; }
  .sheshi-page article::before { margin-bottom: 34px; }
  .sheshi-page .entry-content { margin-top: 36px; }
  .sheshi-directory-hero { padding: 64px 0; }
  .sheshi-directory-hero h1,
  .sheshi-not-found h1 { font-size: clamp(52px, 15vw, 72px); }
  .sheshi-directory-hero > .sheshi-wrap > p:not(.sheshi-kicker) { margin: 22px 0 30px; font-size: 17px; line-height: 1.48; }
  .sheshi-directory-section { padding: 72px 0; }
  .sheshi-directory-index a { grid-template-columns: 42px minmax(0, 1fr) 24px; min-height: 80px; }
  .sheshi-directory-index small { display: none; }
  .sheshi-travel-feature { padding: 68px 0; }
  .sheshi-travel-hero { padding: 64px 0 54px; }
  .sheshi-travel-hero h1 { font-size: clamp(54px,16vw,76px); }
  .sheshi-travel-hero > .sheshi-wrap > p:not(.sheshi-kicker) { font-size: 17px; }
  .sheshi-travel-section { padding: 72px 0; }
  .sheshi-travel-heading { margin-bottom: 38px; }
  .sheshi-travel-route-list > a { grid-template-columns: 34px minmax(0,1fr) 24px; gap: 14px; padding: 24px 0; }
  .sheshi-travel-route-list p { display: none; }
  .sheshi-travel-route-list em { position: static; grid-column: 2 / -1; }
  .sheshi-travel-provider-grid { grid-template-columns: 1fr; }
  .sheshi-travel-provider-grid article { min-height: 0; padding: 38px 0; }
  .sheshi-travel-provider-grid article + article { padding-left: 0; border-left: 0; }
  .sheshi-travel-provider-index a { grid-template-columns: minmax(0,1fr) 24px; gap: 8px 16px; padding: 24px 0; }
  .sheshi-travel-provider-index span,
  .sheshi-travel-provider-index p { grid-column: 1; }
  .sheshi-travel-provider-index strong { grid-column: 1; }
  .sheshi-travel-provider-index b { grid-column: 2; grid-row: 1 / span 3; }
  .sheshi-travel-transparency { grid-template-columns: 1fr; gap: 28px; }
  .sheshi-not-found { padding: 72px 0 96px; }
  .sheshi-result-card { min-height: 260px; }
  .sheshi-result-foot { align-items: flex-start; flex-direction: column; gap: 8px; }
  .sheshi-featured .sheshi-section-head { margin-bottom: 38px; }
  .sheshi-featured-grid { grid-template-columns: 1fr; }
  .sheshi-featured .sheshi-result-card,
  .sheshi-featured .sheshi-result-card:nth-child(3n + 1),
  .sheshi-featured .sheshi-result-card:nth-child(2n + 1) {
    min-height: 0;
    padding: 30px 0;
    border-left: 0;
  }
}

/* Keep the advertising path legible after the later generic page rules. */
.sheshi-page .sheshi-offer-grid-page .sheshi-offer-card--ad h2 { color: var(--sheshi-white) !important; }
.sheshi-page .sheshi-offer-grid-page .sheshi-offer-card--ad .sheshi-offer-label,
.sheshi-page .sheshi-offer-grid-page .sheshi-offer-card--ad .sheshi-offer-action a span { color: #df7770 !important; }
.sheshi-page .sheshi-offer-grid-page .sheshi-offer-card::before { display: none; content: none; }

/* 0.10.0 — Restrained editorial imagery. The photographs communicate mood,
   never evidence for a listing, route or event. */
.sheshi-editorial-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #d7d0c3;
}

.sheshi-editorial-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(19, 19, 18, .78) 100%);
  content: "";
  pointer-events: none;
}

.sheshi-editorial-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.03);
  transition: transform 700ms cubic-bezier(.2,.7,.2,1), filter 300ms ease;
}

.sheshi-editorial-image figcaption {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 18px;
  left: 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  color: var(--sheshi-white);
}

.sheshi-editorial-image figcaption span {
  font-size: 15px;
  font-weight: 820;
  letter-spacing: -.01em;
}

.sheshi-editorial-image figcaption small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  opacity: .86;
  text-transform: uppercase;
  white-space: nowrap;
}

.sheshi-hero-image {
  width: calc(100% + 84px);
  height: clamp(280px, 32vw, 430px);
  margin: 0 -42px;
  border: 3px solid var(--sheshi-ink);
}

.sheshi-hero-image img { object-position: center 42%; }

.sheshi-hero .sheshi-search {
  position: relative;
  z-index: 2;
  margin-top: -3px;
}

.sheshi-travel-feature-layout {
  grid-template-columns: minmax(420px, .92fr) minmax(0, 1.08fr);
  gap: 64px;
  align-items: stretch;
}

.sheshi-travel-feature-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.sheshi-travel-feature .sheshi-travel-feature-copy p:not(.sheshi-kicker) {
  max-width: 520px;
  margin: 34px 0 30px;
  font-size: 18px;
}

.sheshi-travel-feature-copy h2 { font-size: clamp(48px, 4.8vw, 69px); }

.sheshi-travel-image {
  min-height: 430px;
  border: 1px solid rgba(255,255,255,.32);
}

.sheshi-travel-image img { object-position: center; }

.sheshi-trust-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1.1fr);
  gap: 64px;
  align-items: end;
}

.sheshi-trust-lead h2 { font-size: clamp(46px, 4.4vw, 62px); }

.sheshi-community-image {
  height: 420px;
  border-left: 4px solid var(--accent);
}

.sheshi-community-image img { object-position: center 48%; }

@media (max-width: 900px) {
  .sheshi-travel-feature-layout,
  .sheshi-trust-lead { grid-template-columns: 1fr; gap: 48px; }
  .sheshi-community-image { height: 380px; }
}

@media (max-width: 620px) {
  .sheshi-hero-image {
    width: calc(100% + 24px);
    height: 270px;
    margin: 0 -12px;
  }
  .sheshi-hero-image img { object-position: 62% center; }
  .sheshi-hero .sheshi-search { margin: -1px -12px 0; }
  .sheshi-editorial-image figcaption { right: 14px; bottom: 12px; left: 14px; }
  .sheshi-editorial-image figcaption span { font-size: 13px; }
  .sheshi-editorial-image figcaption small { display: none; }
  .sheshi-travel-image { min-height: 300px; }
  .sheshi-community-image { height: 300px; }
}

@media (prefers-reduced-motion: no-preference) {
  .sheshi-editorial-image:hover img {
    filter: saturate(.94) contrast(1.03);
    transform: scale(1.018);
  }
}

/* 0.11.0 — Search-first front panel. The photo leaves the hero; discovery is
   carried by the portal frame, the existing filters and direct category paths. */
.sheshi-hero {
  padding: 76px 0 38px;
}

.sheshi-portal {
  max-width: 1120px;
  padding: 62px 56px 48px;
  border-bottom: 2px solid var(--accent);
}

.sheshi-hero h1 {
  max-width: 820px;
  font-size: clamp(62px, 7vw, 98px);
}

.sheshi-hero-copy {
  max-width: 660px;
  margin: 28px 0 34px;
  font-size: clamp(16px, 1.35vw, 19px);
}

.sheshi-front-panel {
  border: 3px solid var(--sheshi-ink);
  background: var(--sheshi-white);
}

.sheshi-front-panel-head {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 20px;
  border-bottom: 1px solid var(--sheshi-line);
}

.sheshi-front-panel-head p,
.sheshi-front-panel-head span {
  margin: 0;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sheshi-front-panel-head p { color: var(--accent-hover); }
.sheshi-front-panel-head span { color: var(--sheshi-muted); }

.sheshi-front-panel .sheshi-search-hero {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 0;
  border-bottom: 2px solid var(--sheshi-ink);
  transform: none;
  animation: none;
}

.sheshi-front-panel .sheshi-search-hero input,
.sheshi-front-panel .sheshi-search-hero select {
  min-height: 72px;
  font-size: 16px;
}

.sheshi-front-panel .sheshi-search-submit {
  min-height: 72px;
  color: var(--sheshi-white);
  background: var(--sheshi-ink);
  font-size: 16px;
}

.sheshi-front-panel .sheshi-search-submit:hover {
  color: var(--sheshi-white);
  background: var(--accent-hover);
}

.sheshi-quick-categories {
  padding: 18px 20px 20px;
  border-bottom: 1px solid var(--sheshi-line);
}

.sheshi-quick-categories > p {
  margin: 0 0 12px;
  color: var(--sheshi-muted);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sheshi-quick-categories > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--sheshi-line);
  border-left: 1px solid var(--sheshi-line);
}

.sheshi-quick-categories a {
  display: flex;
  min-width: 0;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-right: 1px solid var(--sheshi-line);
  border-bottom: 1px solid var(--sheshi-line);
  color: var(--sheshi-ink);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-decoration: none;
  word-break: normal;
}

.sheshi-quick-categories a:hover {
  color: var(--accent-hover);
  background: var(--sheshi-sand);
}

.sheshi-quick-categories a span {
  color: var(--accent);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
}

.sheshi-front-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sheshi-front-paths a {
  position: relative;
  display: flex;
  min-height: 92px;
  justify-content: center;
  flex-direction: column;
  padding: 16px 44px 16px 20px;
  border-left: 1px solid var(--sheshi-line);
  color: var(--sheshi-ink);
  text-decoration: none;
}

.sheshi-front-paths a:first-child { border-left: 0; }
.sheshi-front-paths small { color: var(--sheshi-muted); font-size: 9px; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.sheshi-front-paths strong { margin-top: 7px; font-size: 15px; line-height: 1.25; }
.sheshi-front-paths a > span { position: absolute; right: 18px; color: var(--accent); font-size: 22px; }
.sheshi-front-paths a:hover strong { color: var(--accent-hover); }

.sheshi-hero-meta {
  max-width: 1120px;
  margin-top: 22px;
}

@media (max-width: 900px) {
  .sheshi-portal { padding: 58px 38px 40px; }
  .sheshi-front-panel .sheshi-search-hero { grid-template-columns: 1fr 1fr; }
  .sheshi-front-panel .sheshi-search-hero input[type="search"],
  .sheshi-front-panel .sheshi-search-submit { grid-column: 1 / -1; }
  .sheshi-front-panel .sheshi-search-hero input,
  .sheshi-front-panel .sheshi-search-hero select,
  .sheshi-front-panel .sheshi-search-submit { min-height: 58px; }
  .sheshi-front-panel .sheshi-search-hero select {
    padding-left: 18px;
    padding-right: 34px;
    background-position: right 12px center;
    font-size: 14px;
  }
  .sheshi-quick-categories > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .sheshi-hero { padding-top: 46px; }
  .sheshi-portal { margin: 0 -2px; padding: 48px 14px 14px; }
  .sheshi-hero h1 { font-size: clamp(50px, 15vw, 68px); }
  .sheshi-hero-copy { margin: 22px 6px 28px; }
  .sheshi-front-panel-head { min-height: 48px; padding: 0 12px; }
  .sheshi-front-panel-head span { display: none; }
  .sheshi-front-panel .sheshi-search-hero { width: 100%; margin: 0; }
  .sheshi-quick-categories { padding: 16px 12px; }
  .sheshi-quick-categories a { min-height: 68px; padding: 12px 10px; font-size: 12px; }
  .sheshi-front-paths { grid-template-columns: 1fr; }
  .sheshi-front-paths a { min-height: 70px; border-top: 1px solid var(--sheshi-line); border-left: 0; }
  .sheshi-front-paths a:first-child { border-top: 0; }
  .sheshi-hero-meta { margin-top: 18px; }
}
.sheshi-page .sheshi-offer-grid-page .sheshi-offer-action a { padding-right: 14px; }
.sheshi-page .sheshi-offer-grid-page .sheshi-offer-card--ad > p:not(.sheshi-offer-label):not(.sheshi-offer-action) { color: #dedad2; }

@media (min-width: 901px) {
  .sheshi-page .sheshi-offer-grid-page .sheshi-offer-action a {
    justify-content: flex-start;
    gap: 10px;
  }
}

/* 0.11.1: locally hosted Lucide category icon system */
.sheshi-category-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--sheshi-line);
  color: var(--accent-hover);
  background: transparent;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.sheshi-category-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  overflow: visible;
}

.sheshi-index-row:hover .sheshi-category-icon,
.sheshi-directory-index a:hover .sheshi-category-icon {
  border-color: var(--accent-hover);
  color: var(--sheshi-white);
  background: var(--accent-hover);
}

.sheshi-quick-categories a .sheshi-category-icon {
  width: 30px;
  height: 30px;
  border: 0;
  color: var(--accent-hover);
  background: transparent;
}

.sheshi-quick-categories a .sheshi-category-icon svg {
  width: 21px;
  height: 21px;
}

.sheshi-quick-categories a:hover .sheshi-category-icon {
  color: var(--sheshi-ink);
}

.sheshi-directory-index a > .sheshi-category-icon {
  color: var(--accent-hover);
  font-size: inherit;
  font-weight: inherit;
}

@media (max-width: 620px) {
  .sheshi-category-icon {
    width: 38px;
    height: 38px;
  }

  .sheshi-category-icon svg {
    width: 21px;
    height: 21px;
  }

  .sheshi-quick-categories a .sheshi-category-icon {
    width: 26px;
    height: 26px;
  }

  .sheshi-quick-categories a .sheshi-category-icon svg {
    width: 19px;
    height: 19px;
  }
}

/* 0.12.0: local, tracking-free DACH map */
.sheshi-directory-location-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .7fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 54px;
}

.sheshi-directory-location-head > p:not(.sheshi-kicker) {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.sheshi-directory-location-head .sheshi-kicker,
.sheshi-directory-location-head h2 {
  grid-column: 1;
}

.sheshi-directory-location-head > p:not(.sheshi-kicker) {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.sheshi-directory-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 54px;
  align-items: start;
}

.sheshi-map-card {
  border: 1px solid rgba(255, 255, 255, .24);
  background: #20201f;
}

.sheshi-map-card-head,
.sheshi-map-foot {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 20px;
}

.sheshi-map-card-head { border-bottom: 1px solid rgba(255, 255, 255, .16); }
.sheshi-map-card-head > div { display: flex; align-items: baseline; gap: 14px; }
.sheshi-map-card-head span { color: #df7770; font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.sheshi-map-card-head strong { color: var(--sheshi-white); font-size: 16px; }
.sheshi-map-card-head small,
.sheshi-map-foot small { color: #96928b; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }

.sheshi-dach-map {
  display: block;
  width: 100%;
  height: auto;
  padding: 18px 22px 8px;
}

.sheshi-map-countries a { cursor: pointer; outline: none; }
.sheshi-map-countries path {
  fill: #2a2a29;
  stroke: #aaa69e;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  transition: fill 160ms ease, stroke 160ms ease;
}

.sheshi-map-countries text {
  fill: #8e8a83;
  font-size: 40px;
  font-weight: 850;
  letter-spacing: .08em;
  pointer-events: none;
}

.sheshi-map-countries a:hover path,
.sheshi-map-countries a:focus-visible path {
  fill: var(--accent-hover);
  stroke: #f2d4d0;
}

.sheshi-map-countries a:hover text,
.sheshi-map-countries a:focus-visible text { fill: var(--sheshi-white); }

.sheshi-map-markers a { cursor: pointer; outline: none; }
.sheshi-map-hit { fill: transparent; }
.sheshi-map-dot {
  fill: var(--accent);
  stroke: var(--sheshi-white);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
  transition: fill 160ms ease, r 160ms ease;
}

.sheshi-map-leader {
  fill: none;
  stroke: rgba(255, 255, 255, .42);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.sheshi-map-markers text {
  fill: var(--sheshi-white);
  font-size: 21px;
  font-weight: 760;
  pointer-events: none;
}

.sheshi-map-markers a:hover .sheshi-map-dot,
.sheshi-map-markers a:focus-visible .sheshi-map-dot { fill: var(--sheshi-white); r: 10px; }
.sheshi-map-markers a:hover text,
.sheshi-map-markers a:focus-visible text { fill: #df7770; }

.sheshi-map-foot { min-height: 64px; border-top: 1px solid rgba(255, 255, 255, .16); }
.sheshi-map-foot > span { display: inline-flex; align-items: center; gap: 9px; color: #d2cec6; font-size: 12px; }
.sheshi-map-foot i { width: 9px; height: 9px; border: 2px solid var(--sheshi-white); border-radius: 50%; background: var(--accent); }
.sheshi-location-column > .sheshi-kicker { margin-bottom: 18px; }

@media (max-width: 900px) {
  .sheshi-directory-location-head,
  .sheshi-directory-map-layout { grid-template-columns: 1fr; gap: 38px; }
  .sheshi-directory-location-head .sheshi-kicker,
  .sheshi-directory-location-head h2,
  .sheshi-directory-location-head > p:not(.sheshi-kicker) { grid-column: 1; grid-row: auto; }
  .sheshi-directory-location-head { margin-bottom: 44px; }
  .sheshi-map-card { max-width: 720px; }
}

@media (max-width: 620px) {
  .sheshi-directory-location-head { gap: 22px; }
  .sheshi-map-card-head,
  .sheshi-map-foot { align-items: flex-start; flex-direction: column; gap: 8px; }
  .sheshi-map-card-head { padding: 15px 16px; }
  .sheshi-map-foot { padding: 15px 16px; }
  .sheshi-dach-map { padding: 12px 8px 4px; }
  .sheshi-map-countries text { font-size: 46px; }
  .sheshi-map-markers text { font-size: 23px; }
}

/* 0.15.0 — Compact directory-first homepage: one search line, icon shortcuts,
   smaller headings and less vertical ceremony. */
.sheshi-home .sheshi-hero {
  padding: 42px 0 34px;
  background: #f6f5f2;
}

.sheshi-home .sheshi-portal {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  border: 0;
}

.sheshi-home .sheshi-eyebrow {
  position: static;
  display: block;
  margin: 0 0 9px;
  padding: 0;
  color: var(--accent-hover);
  background: transparent;
  font-size: 10px;
  letter-spacing: .12em;
  text-align: center;
  transform: none;
}

.sheshi-home .sheshi-hero h1 {
  max-width: none;
  font-size: clamp(38px, 4.2vw, 52px);
  letter-spacing: -.045em;
  line-height: 1;
  text-align: center;
}

.sheshi-home .sheshi-hero-copy {
  max-width: 660px;
  margin: 12px auto 24px;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

.sheshi-home .sheshi-front-panel {
  border: 0;
  background: transparent;
}

.sheshi-home .sheshi-front-panel .sheshi-search-hero {
  grid-template-columns: minmax(0, 1fr) auto;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #d7d3cc;
  border-radius: 18px;
  background: var(--sheshi-white);
  box-shadow: 0 12px 34px rgba(26, 26, 26, .10);
}

.sheshi-home .sheshi-front-panel .sheshi-search-hero::before { top: 24px; left: 24px; }
.sheshi-home .sheshi-front-panel .sheshi-search-hero::after { top: 36px; left: 36px; }

.sheshi-home .sheshi-front-panel .sheshi-search-hero input {
  min-height: 62px;
  padding-right: 18px;
  border: 0;
  background: transparent;
  font-size: 16px;
}

.sheshi-home .sheshi-front-panel .sheshi-search-submit {
  min-width: 126px;
  min-height: 54px;
  margin: 4px;
  padding: 0 18px;
  border-radius: 14px;
  color: var(--sheshi-white);
  background: var(--sheshi-ink);
  font-size: 14px;
}

.sheshi-home .sheshi-front-panel .sheshi-search-submit span { font-size: 20px; }

.sheshi-home .sheshi-quick-categories {
  max-width: 900px;
  margin: 22px auto 0;
  padding: 0;
  border: 0;
}

.sheshi-home .sheshi-quick-categories > p {
  margin: 0 0 10px;
  font-size: 9px;
  text-align: center;
}

.sheshi-home .sheshi-quick-categories > div {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  border: 0;
}

.sheshi-home .sheshi-quick-categories a {
  min-height: 82px;
  justify-content: flex-start;
  flex-direction: column;
  gap: 7px;
  padding: 9px 6px 7px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 11px;
  line-height: 1.15;
  overflow-wrap: normal;
  text-align: center;
  word-break: normal;
}

.sheshi-home .sheshi-quick-categories a:hover {
  border-color: var(--sheshi-line);
  background: rgba(255, 255, 255, .72);
}

.sheshi-home .sheshi-quick-categories a .sheshi-category-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-color: #cfc9c0;
  border-radius: 50%;
  background: var(--sheshi-white);
}

.sheshi-home .sheshi-quick-categories a .sheshi-category-icon svg { width: 17px; height: 17px; }

.sheshi-hero-tools {
  display: flex;
  max-width: 900px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 14px auto 0;
  padding-top: 12px;
  border-top: 1px solid var(--sheshi-line);
  color: var(--sheshi-muted);
  font-size: 11px;
  font-weight: 720;
}

.sheshi-hero-tools > div { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.sheshi-hero-tools a { color: var(--sheshi-ink); text-decoration: none; }
.sheshi-hero-tools a:hover { color: var(--accent-hover); }
.sheshi-hero-tools > span { flex: 0 0 auto; letter-spacing: .04em; text-transform: uppercase; }

.sheshi-home .sheshi-section { padding: 70px 0; }
.sheshi-home .sheshi-section h2 { font-size: clamp(32px, 3.5vw, 44px); line-height: 1.03; }
.sheshi-home .sheshi-section-intro { margin-top: 10px; font-size: 15px; }
.sheshi-home .sheshi-index-row { min-height: 82px; }
.sheshi-home .sheshi-index-row h3 { font-size: clamp(21px, 2.1vw, 29px); }

.sheshi-home .sheshi-discovery { padding: 46px 0 54px; }
.sheshi-home .sheshi-discovery-head { gap: 44px; margin-bottom: 22px; }
.sheshi-home .sheshi-discovery-head h2 { font-size: clamp(31px, 3.2vw, 40px); }
.sheshi-home .sheshi-discovery-head > div:last-child > p { font-size: 13px; }
.sheshi-home .sheshi-directory-stats { margin-bottom: 18px; }
.sheshi-home .sheshi-directory-stats a { min-height: 60px; padding: 10px 12px; }
.sheshi-home .sheshi-directory-stats strong { font-size: 23px; }

.sheshi-home .sheshi-travel-feature { padding: 68px 0; }
.sheshi-home .sheshi-travel-feature-layout { gap: 64px; }
.sheshi-home .sheshi-travel-feature-copy h2 { font-size: clamp(38px, 4vw, 52px); }
.sheshi-home .sheshi-travel-feature .sheshi-travel-feature-copy p:not(.sheshi-kicker) { margin: 22px 0 24px; font-size: 16px; }
.sheshi-home .sheshi-travel-image { min-height: 340px; }

.sheshi-home .sheshi-trust-lead { gap: 48px; }
.sheshi-home .sheshi-trust-lead h2 { font-size: clamp(34px, 3.6vw, 46px); }
.sheshi-home .sheshi-community-image { height: 340px; }

.sheshi-home .sheshi-organization-paths { padding: 72px 0 78px; }
.sheshi-home .sheshi-organization-head { gap: 64px; margin-bottom: 38px; }
.sheshi-home .sheshi-organization-head h2 { font-size: clamp(38px, 4.2vw, 54px); }
.sheshi-home .sheshi-organization-head > p { font-size: 16px; }
.sheshi-home .sheshi-offer-card { min-height: 320px; padding: 26px 26px 22px; }
.sheshi-home .sheshi-offer-label { margin-top: 34px !important; }
.sheshi-home .sheshi-offer-card h3 { font-size: clamp(25px, 2.4vw, 33px) !important; }

@media (max-width: 900px) {
  .sheshi-home .sheshi-portal { padding: 0; }
  .sheshi-home .sheshi-front-panel .sheshi-search-hero { grid-template-columns: minmax(0, 1fr) auto; }
  .sheshi-home .sheshi-front-panel .sheshi-search-hero input[type="search"],
  .sheshi-home .sheshi-front-panel .sheshi-search-submit { grid-column: auto; }
  .sheshi-home .sheshi-quick-categories > div { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .sheshi-home .sheshi-hero { padding: 28px 0 24px; }
  .sheshi-home .sheshi-portal { margin: 0; }
  .sheshi-home .sheshi-eyebrow { font-size: 8px; white-space: normal; }
  .sheshi-home .sheshi-hero h1 { font-size: 38px; }
  .sheshi-home .sheshi-hero-copy { margin: 9px auto 18px; font-size: 14px; }
  .sheshi-home .sheshi-front-panel .sheshi-search-hero { border-radius: 15px; }
  .sheshi-home .sheshi-front-panel .sheshi-search-hero input { min-height: 56px; padding-left: 44px; font-size: 14px; }
  .sheshi-home .sheshi-front-panel .sheshi-search-hero::before { top: 20px; left: 18px; }
  .sheshi-home .sheshi-front-panel .sheshi-search-hero::after { top: 32px; left: 30px; }
  .sheshi-home .sheshi-front-panel .sheshi-search-submit { min-width: 88px; min-height: 48px; padding: 0 12px; font-size: 13px; }
  .sheshi-home .sheshi-front-panel .sheshi-search-submit span { display: none; }
  .sheshi-home .sheshi-quick-categories { margin-top: 18px; }
  .sheshi-home .sheshi-quick-categories > div { gap: 4px; }
  .sheshi-home .sheshi-quick-categories a { min-height: 82px; padding: 7px 3px 6px; font-size: 10px; }
  .sheshi-home .sheshi-hero-tools { align-items: flex-start; flex-direction: column; gap: 9px; margin-top: 10px; padding-top: 10px; }
  .sheshi-home .sheshi-hero-tools > div { gap: 5px 14px; }
  .sheshi-home .sheshi-section { padding: 54px 0; }
  .sheshi-home .sheshi-section h2 { font-size: 32px; }
  .sheshi-home .sheshi-discovery { padding: 38px 0 44px; }
  .sheshi-home .sheshi-discovery-head { gap: 16px; margin-bottom: 18px; }
  .sheshi-home .sheshi-discovery-head h2 { font-size: 31px; }
  .sheshi-home .sheshi-directory-stats a { min-height: 54px; padding: 8px 10px; }
  .sheshi-home .sheshi-directory-stats strong { font-size: 21px; }
  .sheshi-home .sheshi-travel-feature { padding: 54px 0; }
  .sheshi-home .sheshi-travel-feature-copy h2 { font-size: 38px; }
  .sheshi-home .sheshi-travel-image,
  .sheshi-home .sheshi-community-image { min-height: 0; height: 280px; }
  .sheshi-home .sheshi-organization-paths { padding: 56px 0 62px; }
  .sheshi-home .sheshi-organization-head { gap: 20px; margin-bottom: 26px; }
  .sheshi-home .sheshi-organization-head h2 { font-size: 38px; }
  .sheshi-home .sheshi-offer-card { min-height: 0; padding: 24px 0; }
}

/* 0.15.1 — Final density pass after rendered visual review. */
.sheshi-home .sheshi-hero { padding: 30px 0 24px; }
.sheshi-home .sheshi-eyebrow { margin-bottom: 6px; font-size: 9px; }
.sheshi-home .sheshi-hero h1 { font-size: clamp(27px, 3vw, 34px); letter-spacing: -.035em; }
.sheshi-home .sheshi-hero-copy { margin: 7px auto 17px; font-size: 13px; }
.sheshi-home .sheshi-front-panel .sheshi-search-hero { max-width: 780px; }
.sheshi-home .sheshi-front-panel .sheshi-search-hero input { min-height: 58px; }
.sheshi-home .sheshi-front-panel .sheshi-search-hero::before { top: 22px; }
.sheshi-home .sheshi-front-panel .sheshi-search-hero::after { top: 34px; }
.sheshi-home .sheshi-front-panel .sheshi-search-submit { min-height: 50px; }
.sheshi-home .sheshi-front-panel .sheshi-search-submit .sheshi-search-submit-label {
  margin-left: 0;
  color: var(--sheshi-white);
  font-size: inherit;
}
.sheshi-home .sheshi-front-panel .sheshi-search-hero::before,
.sheshi-home .sheshi-front-panel .sheshi-search-hero::after { display: none; content: none; }
.sheshi-home .sheshi-front-panel .sheshi-search-hero input[type="search"] { padding-left: 22px; }
.sheshi-home .sheshi-front-panel .sheshi-search-submit-icon { stroke: var(--sheshi-white); }
.sheshi-home .sheshi-quick-categories { max-width: 820px; margin-top: 16px; }
.sheshi-home .sheshi-quick-categories a { min-height: 68px; padding-top: 5px; padding-bottom: 4px; }
.sheshi-home .sheshi-quick-categories a .sheshi-category-icon { width: 30px; height: 30px; flex-basis: 30px; }
.sheshi-home .sheshi-quick-categories a .sheshi-category-icon svg { width: 15px; height: 15px; }
.sheshi-home .sheshi-hero-tools { max-width: 820px; margin-top: 9px; padding-top: 9px; }

.sheshi-home .sheshi-discovery {
  padding: 38px 0 46px;
  border-top: 1px solid var(--sheshi-line);
  color: var(--sheshi-ink);
  background: var(--sheshi-white);
}

.sheshi-home .sheshi-discovery .sheshi-kicker { color: var(--accent-hover); }
.sheshi-home .sheshi-discovery-head { margin-bottom: 18px; }
.sheshi-home .sheshi-discovery-head h2 { color: var(--sheshi-ink); font-size: clamp(28px, 2.8vw, 35px); }
.sheshi-home .sheshi-discovery-head > div:last-child > p { color: var(--sheshi-muted); }
.sheshi-home .sheshi-discovery .sheshi-directory-link { color: var(--sheshi-ink); border-color: var(--accent); }

.sheshi-home .sheshi-directory-stats,
.sheshi-home .sheshi-discovery-grid {
  border-top-color: var(--sheshi-line);
  border-left-color: var(--sheshi-line);
}

.sheshi-home .sheshi-directory-stats a,
.sheshi-home .sheshi-discovery-card {
  border-right-color: var(--sheshi-line);
  border-bottom-color: var(--sheshi-line);
}

.sheshi-home .sheshi-directory-stats a { color: var(--sheshi-ink); }
.sheshi-home .sheshi-directory-stats span { color: var(--sheshi-muted); }
.sheshi-home .sheshi-directory-stats a:hover { background: var(--sheshi-sand); }
.sheshi-home .sheshi-discovery-meta { color: var(--sheshi-muted); }
.sheshi-home .sheshi-discovery-meta .sheshi-category-icon { border-color: var(--sheshi-line); color: var(--accent-hover); }
.sheshi-home .sheshi-discovery-card h3 { color: var(--sheshi-ink); }
.sheshi-home .sheshi-discovery-card h3 a:hover { color: var(--accent-hover); }
.sheshi-home .sheshi-discovery-languages small { color: #77736c; }
.sheshi-home .sheshi-discovery-languages p { color: #4d4a45; }
.sheshi-home .sheshi-discovery-actions { border-top-color: var(--sheshi-line); }
.sheshi-home .sheshi-discovery-actions > span { color: #77736c; }
.sheshi-home .sheshi-discovery-actions a { color: var(--sheshi-ink); }

@media (max-width: 620px) {
  .sheshi-home .sheshi-hero { padding: 22px 0 18px; }
  .sheshi-home .sheshi-eyebrow { margin-bottom: 5px; font-size: 7px; }
  .sheshi-home .sheshi-hero h1 { font-size: 27px; }
  .sheshi-home .sheshi-hero-copy { margin: 6px auto 14px; font-size: 12px; }
  .sheshi-home .sheshi-front-panel .sheshi-search-hero input { min-height: 52px; }
  .sheshi-home .sheshi-front-panel .sheshi-search-submit {
    position: relative;
    display: flex;
    min-width: 50px;
    width: 50px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .sheshi-home .sheshi-front-panel .sheshi-search-submit .sheshi-search-submit-label { display: none; }
  .sheshi-home .sheshi-front-panel .sheshi-search-submit::before,
  .sheshi-home .sheshi-front-panel .sheshi-search-submit::after { display: none; content: none; }
  .sheshi-home .sheshi-front-panel .sheshi-search-submit-icon {
    width: 19px;
    height: 19px;
    flex-basis: 19px;
    margin-left: 0;
    stroke: var(--sheshi-white);
  }
  .sheshi-home .sheshi-quick-categories { margin-top: 13px; overflow: hidden; }
  .sheshi-home .sheshi-quick-categories > p { margin-bottom: 7px; text-align: left; }
  .sheshi-home .sheshi-quick-categories > div {
    display: flex;
    gap: 2px;
    overflow: hidden;
    padding-bottom: 4px;
  }
  .sheshi-home .sheshi-quick-categories a {
    min-width: 0;
    min-height: 64px;
    flex: 1 1 0;
    padding-right: 1px;
    padding-left: 1px;
    font-size: 9px;
  }
  .sheshi-home .sheshi-hero-tools { margin-top: 6px; padding-top: 8px; }
  .sheshi-home .sheshi-hero-tools > div { gap: 4px 12px; }
  .sheshi-home .sheshi-discovery { padding: 30px 0 38px; }
  .sheshi-home .sheshi-discovery-head h2 { font-size: 28px; }
}

/* 0.16.0 — Compact directory-style company detail. */
.sheshi-profile-page { background: #f6f4f0; }
.sheshi-profile-hero { padding: 28px 0 0; }
.sheshi-profile-portal {
  padding: 18px 26px 0;
  border: 1px solid var(--sheshi-line);
  border-top: 3px solid var(--accent);
  background: var(--sheshi-white);
}
.sheshi-profile-breadcrumbs { font-size: 10px; letter-spacing: .08em; }
.sheshi-profile-identity { padding-top: 28px; }
.sheshi-profile-state {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 8px;
  border: 1px solid #e2c2bd;
  border-radius: 3px;
  background: #fbf1ef;
  font-size: 9px;
  letter-spacing: .11em;
}
.sheshi-profile-page h1 {
  max-width: 900px;
  font-family: var(--sheshi-font) !important;
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 880;
  letter-spacing: -.045em;
  line-height: 1.02;
}
.sheshi-profile-page .sheshi-profile-lead {
  max-width: 780px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
}
.sheshi-profile-actionbar {
  gap: 8px;
  margin-top: 22px;
  padding: 12px 0;
  border-top-color: var(--sheshi-line);
}
.sheshi-profile-actionbar a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid var(--sheshi-line);
  border-radius: 3px;
  background: var(--sheshi-white);
  font-size: 12px;
}
.sheshi-profile-actionbar a.sheshi-profile-actionbar-primary {
  border-color: var(--sheshi-ink);
  color: var(--sheshi-white);
  background: var(--sheshi-ink);
}
.sheshi-profile-actionbar a.sheshi-profile-actionbar-primary span { color: var(--sheshi-white); }

.sheshi-profile-facts {
  border-top: 0;
  border-bottom-color: var(--sheshi-line);
  background: var(--sheshi-white);
}
.sheshi-profile-facts-grid > div {
  min-height: 66px;
  padding: 12px 20px;
  border-left-color: var(--sheshi-line);
}
.sheshi-profile-facts span { margin-bottom: 5px; color: #77736c; font-size: 9px; }
.sheshi-profile-facts strong { color: var(--sheshi-ink); font-size: 14px; line-height: 1.3; }

.sheshi-profile-layout {
  grid-template-columns: minmax(0, 1fr) minmax(310px, 360px);
  gap: 36px;
  padding-top: 36px;
}
.sheshi-profile-section { padding-bottom: 38px; }
.sheshi-profile-section + .sheshi-profile-section { padding-top: 38px; }
.sheshi-profile-section h2,
.sheshi-profile-contact h2 {
  font-family: var(--sheshi-font) !important;
  font-size: clamp(27px, 3vw, 34px);
  font-weight: 860;
  letter-spacing: -.04em;
  line-height: 1.08;
}
.sheshi-profile-section .entry-content {
  max-width: 760px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.58;
}
.sheshi-profile-section .entry-content p { margin-bottom: 14px; }
.sheshi-service-index { margin-top: 20px; border-top-color: var(--sheshi-line); }
.sheshi-service-index li {
  grid-template-columns: 12px 1fr;
  gap: 10px;
  min-height: 52px;
}
.sheshi-service-index li::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}
.sheshi-service-index span { display: none; }
.sheshi-service-index strong { font-size: 17px; font-weight: 760; letter-spacing: -.015em; }

.sheshi-profile-contact {
  position: sticky;
  top: 94px;
  padding: 20px;
  border: 1px solid var(--sheshi-line);
  border-top: 3px solid var(--accent);
  background: var(--sheshi-white);
  box-shadow: 0 8px 24px rgba(26, 26, 26, .06);
}
.sheshi-profile-contact h2 { font-size: 25px; }
.sheshi-contact-intro { margin-top: 10px; font-size: 13px; line-height: 1.45; }
.sheshi-profile-primary-link--cta {
  min-height: 46px;
  margin-top: 16px;
  align-items: center;
  padding: 10px 14px;
}
.sheshi-profile-contact dl { display: grid; grid-template-columns: 1fr 1fr; margin-top: 18px; border-top: 1px solid var(--sheshi-line); }
.sheshi-profile-contact dl > div { min-width: 0; padding: 12px 10px 12px 0; border-top: 0; border-bottom: 1px solid var(--sheshi-line); }
.sheshi-profile-contact dl > div:nth-child(even) { padding-right: 0; padding-left: 10px; border-left: 1px solid var(--sheshi-line); }
.sheshi-profile-contact dt { margin-bottom: 4px; font-size: 9px; letter-spacing: .09em; }
.sheshi-profile-contact dd { font-size: 13px; line-height: 1.38; }
.sheshi-profile-socials { margin-top: 16px; padding-top: 12px; }
.sheshi-profile-socials > span { font-size: 9px; }
.sheshi-profile-socials > div { margin-top: 8px; }
.sheshi-profile-socials a { font-size: 13px; }
.sheshi-contact-source { margin-top: 14px; font-size: 10px; }
.sheshi-profile-owner { margin-top: 18px; padding: 16px; border: 0; background: #f2f0ec; }
.sheshi-profile-owner strong { font-size: 15px; }
.sheshi-profile-owner p { margin: 5px 0 8px; font-size: 12px; line-height: 1.4; }
.sheshi-profile-owner > a { min-height: 36px; padding: 7px 0; font-size: 12px; }
.sheshi-profile-owner > .sheshi-profile-ad-link { min-height: 34px; margin-top: 0; padding-top: 7px; }

.sheshi-profile-transparency-wrap { padding-top: 42px; padding-bottom: 54px; }
.sheshi-profile-transparency { padding-top: 28px; }
.sheshi-profile-transparency h2 { font-size: 24px; }
.sheshi-profile-transparency p:not(.sheshi-kicker) { max-width: 760px; margin-top: 14px; font-size: 13px; line-height: 1.55; }
.sheshi-transparency-links { gap: 8px 20px; margin-top: 16px; }
.sheshi-transparency-links a { font-size: 12px; }

@media (max-width: 900px) {
  .sheshi-profile-layout { grid-template-columns: minmax(0, 1fr) 310px; gap: 26px; }
  .sheshi-profile-contact dl { grid-template-columns: 1fr; }
  .sheshi-profile-contact dl > div:nth-child(even) { padding-left: 0; border-left: 0; }
}

@media (max-width: 700px) {
  .sheshi-profile-hero { padding-top: 18px; }
  .sheshi-profile-portal { margin: 0; padding: 14px 14px 0; }
  .sheshi-profile-breadcrumbs { gap: 6px; font-size: 8px; }
  .sheshi-profile-identity { padding-top: 18px; }
  .sheshi-profile-state { margin-bottom: 8px; font-size: 7px; }
  .sheshi-profile-page h1 { font-size: clamp(32px, 10vw, 42px); line-height: 1.04; }
  .sheshi-profile-page .sheshi-profile-lead { margin-top: 9px; font-size: 14px; line-height: 1.42; }
  .sheshi-profile-actionbar { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 16px; padding: 10px 0; }
  .sheshi-profile-actionbar a { min-height: 46px; justify-content: space-between; padding: 8px 10px; font-size: 10px; }
  .sheshi-profile-actionbar a:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .sheshi-profile-facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sheshi-profile-facts-grid > div { min-height: 56px; padding: 10px 12px; border-top-color: var(--sheshi-line); border-left-color: var(--sheshi-line); }
  .sheshi-profile-facts-grid > div:nth-child(3),
  .sheshi-profile-facts-grid > div:nth-child(4) { border-top-color: var(--sheshi-line); }
  .sheshi-profile-facts span { font-size: 8px; }
  .sheshi-profile-facts strong { font-size: 12px; }
  .sheshi-profile-facts .sheshi-profile-languages { font-size: 12px; line-height: 1.3; }
  .sheshi-profile-layout { display: flex; flex-direction: column; gap: 28px; padding-top: 20px; }
  .sheshi-profile-main { order: 2; }
  .sheshi-profile-contact { position: static; order: 1; padding: 16px; }
  .sheshi-profile-contact h2 { font-size: 23px; }
  .sheshi-profile-contact dl { grid-template-columns: 1fr 1fr; }
  .sheshi-profile-contact dl > div:nth-child(even) { padding-left: 9px; border-left: 1px solid var(--sheshi-line); }
  .sheshi-profile-socials a { display: inline-flex; min-height: 44px; align-items: center; }
  .sheshi-profile-owner > a,
  .sheshi-profile-owner > .sheshi-profile-ad-link { min-height: 44px; }
  .sheshi-profile-section { padding-bottom: 28px; }
  .sheshi-profile-section + .sheshi-profile-section { padding-top: 28px; }
  .sheshi-profile-section h2 { font-size: 27px; }
  .sheshi-profile-section .entry-content { margin-top: 12px; font-size: 14px; line-height: 1.5; }
  .sheshi-service-index { margin-top: 14px; }
  .sheshi-service-index li { min-height: 46px; }
  .sheshi-service-index strong { font-size: 15px; }
  .sheshi-profile-transparency-wrap { padding-top: 28px; padding-bottom: 40px; }
  .sheshi-profile-transparency { padding-top: 22px; }
  .sheshi-profile-transparency h2 { font-size: 22px; }
}

/* 0.16.1 — Keep provider contact primary; move editorial management to the end. */
.sheshi-profile-actionbar { display: block; }
.sheshi-profile-actionbar a { width: max-content; }
.sheshi-profile-management-wrap { padding-top: 42px; }
.sheshi-profile-management {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 46px;
  align-items: end;
  padding: 26px;
  border: 1px solid var(--sheshi-line);
  border-top: 3px solid var(--sheshi-ink);
  background: var(--sheshi-white);
}
.sheshi-profile-management h2 {
  margin: 0;
  font-family: var(--sheshi-font) !important;
  font-size: 26px;
  font-weight: 860;
  letter-spacing: -.035em;
  line-height: 1.08;
}
.sheshi-profile-management p:not(.sheshi-kicker) { margin: 8px 0 0; color: var(--sheshi-muted); font-size: 14px; line-height: 1.5; }
.sheshi-profile-management nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.sheshi-profile-management a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border: 1px solid var(--sheshi-line);
  color: var(--sheshi-ink);
  background: var(--sheshi-white);
  font-size: 12px;
  font-weight: 820;
  text-decoration: none;
}
.sheshi-profile-management a span { margin-left: 10px; color: var(--accent); }
.sheshi-profile-management a.sheshi-profile-management-primary { border-color: var(--sheshi-ink); color: var(--sheshi-white); background: var(--sheshi-ink); }
.sheshi-profile-management a.sheshi-profile-management-primary span { color: var(--sheshi-white); }
.sheshi-profile-management a.sheshi-profile-management-ad { grid-column: 1 / -1; min-height: 38px; border: 0; color: var(--sheshi-muted); background: transparent; }
.sheshi-profile-management-wrap--institution .sheshi-profile-management nav { grid-template-columns: 1fr; }
.sheshi-profile-transparency-wrap { padding-top: 30px; }

@media (max-width: 700px) {
  .sheshi-profile-actionbar { display: block; }
  .sheshi-profile-actionbar a { width: 100%; }
  .sheshi-profile-management-wrap { padding-top: 28px; }
  .sheshi-profile-management { grid-template-columns: 1fr; gap: 18px; padding: 18px 16px; }
  .sheshi-profile-management h2 { font-size: 23px; }
  .sheshi-profile-management nav { grid-template-columns: 1fr; }
  .sheshi-profile-management a,
  .sheshi-profile-management a.sheshi-profile-management-ad { grid-column: auto; min-height: 44px; }
  .sheshi-profile-transparency-wrap { padding-top: 24px; }
}

/* 0.16.5 — Compact portal-style search results. */
.sheshi-results-page {
  padding: 38px 0 72px;
  background: #f6f4f0;
}

/* 0.16.7 — Turn services into a compact, premium directory overview. */
.sheshi-service-heading {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
}
.sheshi-service-count {
  display: grid;
  grid-template-columns: auto auto;
  gap: 6px;
  align-items: baseline;
  min-width: max-content;
  padding: 9px 11px;
  border: 1px solid var(--sheshi-line);
  border-top: 2px solid var(--accent);
  color: var(--sheshi-muted);
  background: var(--sheshi-white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}
.sheshi-service-count strong {
  color: var(--sheshi-ink);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.04em;
}
.sheshi-services-section .sheshi-service-index {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
  gap: 8px;
  margin-top: 20px;
  border-top: 0;
}
.sheshi-services-section .sheshi-service-index li {
  display: flex;
  gap: 11px;
  align-items: center;
  min-height: 64px;
  padding: 10px 12px;
  border: 1px solid var(--sheshi-line);
  background: var(--sheshi-white);
  box-shadow: 0 5px 16px rgba(26, 26, 26, .035);
}
.sheshi-services-section .sheshi-service-index li::before { content: none; }
.sheshi-service-mark {
  display: inline-grid !important;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--accent) !important;
  background: rgba(185, 49, 38, .08);
}
.sheshi-service-mark svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sheshi-services-section .sheshi-service-index strong {
  color: var(--sheshi-ink);
  font-size: 14px;
  font-weight: 760;
  letter-spacing: -.012em;
  line-height: 1.35;
}

@media (max-width: 700px) {
  .sheshi-service-heading { gap: 14px; align-items: start; }
  .sheshi-service-count { padding: 8px 9px; font-size: 8px; }
  .sheshi-service-count strong { font-size: 16px; }
  .sheshi-services-section .sheshi-service-index {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 14px;
  }
  .sheshi-services-section .sheshi-service-index li {
    min-height: 54px;
    padding: 9px 10px;
  }
  .sheshi-service-mark { flex-basis: 28px; width: 28px; height: 28px; }
  .sheshi-services-section .sheshi-service-index strong { font-size: 14px; }
}
.sheshi-results-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--sheshi-line);
}
.sheshi-results-head .sheshi-kicker { margin-bottom: 8px; }
.sheshi-results-page .sheshi-results-head h1 {
  max-width: none;
  margin: 0;
  font-family: var(--sheshi-font) !important;
  font-size: clamp(34px, 4.2vw, 52px);
  font-weight: 880;
  letter-spacing: -.05em;
  line-height: 1;
}
.sheshi-results-head h1 span {
  color: #77736c;
  font-size: .52em;
  font-weight: 720;
  letter-spacing: -.025em;
}
.sheshi-results-count {
  display: grid;
  min-width: 150px;
  margin: 0;
  padding-left: 24px;
  border-left: 1px solid var(--sheshi-line);
}
.sheshi-results-count strong {
  color: var(--accent);
  font-size: 36px;
  font-weight: 880;
  letter-spacing: -.05em;
  line-height: 1;
}
.sheshi-results-count span,
.sheshi-results-count small { color: var(--sheshi-muted); font-size: 11px; font-weight: 720; line-height: 1.4; }

.sheshi-results-page .sheshi-results-search {
  max-width: none;
  margin: 18px 0 28px;
}
.sheshi-results-page .sheshi-search-results {
  grid-template-columns: minmax(220px, 1.35fr) minmax(180px, .9fr) minmax(160px, .8fr) 112px;
  gap: 0;
  overflow: hidden;
  border: 1px solid #c8c4bc;
  border-radius: 4px;
  background: var(--sheshi-white);
  animation: none;
  transform: none;
}
.sheshi-results-page .sheshi-search-results input,
.sheshi-results-page .sheshi-search-results select {
  min-height: 50px;
  padding: 0 15px;
  border: 0;
  border-right: 1px solid var(--sheshi-line);
  background-color: var(--sheshi-white);
  font-size: 13px;
}
.sheshi-results-page .sheshi-search-results .sheshi-search-submit {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  color: var(--sheshi-white);
  background: var(--sheshi-ink);
  font-size: 12px;
}
.sheshi-results-page .sheshi-search-results .sheshi-search-submit:hover { background: var(--accent-hover); }
.sheshi-results-page .sheshi-search-submit-label { margin: 0; color: var(--sheshi-white); font-size: inherit; }
.sheshi-results-page .sheshi-search-submit-icon { width: 17px; height: 17px; margin: 0; stroke: var(--sheshi-white); }

.sheshi-results-toolbar {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--sheshi-ink);
}
.sheshi-results-toolbar p { margin: 0; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.sheshi-results-toolbar a { color: var(--sheshi-muted); font-size: 11px; font-weight: 720; text-decoration: none; }
.sheshi-results-toolbar a span { margin-left: 5px; color: var(--accent); }

.sheshi-results-page .sheshi-results-list {
  display: block;
  border-bottom: 1px solid var(--sheshi-line);
}
.sheshi-results-page .sheshi-result-card--search {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) minmax(170px, 210px);
  gap: 18px;
  align-items: center;
  min-height: 128px;
  max-width: none;
  padding: 20px 16px;
  border: 0;
  border-top: 1px solid var(--sheshi-line);
  background: rgba(255,255,255,.64);
  transition: background 150ms ease;
}
.sheshi-results-page .sheshi-result-card--search::before { display: none; content: none; }
.sheshi-results-page .sheshi-result-card--search:hover { background: var(--sheshi-white); }
.sheshi-result-card--search .sheshi-category-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #d6d2ca;
  border-radius: 4px;
  color: var(--accent);
  background: var(--sheshi-white);
}
.sheshi-result-card--search .sheshi-category-icon svg { width: 19px; height: 19px; }
.sheshi-result-card--search .sheshi-result-body { min-width: 0; }
.sheshi-result-card--search .sheshi-result-meta {
  margin: 0 0 4px;
  color: #77736c;
  font-size: 9px;
  letter-spacing: .07em;
}
.sheshi-results-page .sheshi-result-card--search h2 {
  margin: 0;
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.12;
}
.sheshi-result-card--search .sheshi-result-description {
  display: -webkit-box;
  overflow: hidden;
  margin: 6px 0 0;
  color: var(--sheshi-muted);
  font-size: 12px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.sheshi-result-card--search .sheshi-result-foot {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 0 0 0 18px;
  border-top: 0;
  border-left: 1px solid var(--sheshi-line);
}
.sheshi-result-card--search .sheshi-result-foot > span { color: var(--sheshi-muted); font-size: 10px; font-weight: 680; line-height: 1.35; }
.sheshi-result-card--search .sheshi-result-foot a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 11px;
  border: 1px solid var(--sheshi-ink);
  border-radius: 3px;
  color: var(--sheshi-ink);
  background: var(--sheshi-white);
  font-size: 11px;
  font-weight: 820;
}
.sheshi-result-card--search .sheshi-result-foot a:hover { color: var(--sheshi-white); background: var(--sheshi-ink); }
.sheshi-result-card--search .sheshi-result-foot a span { color: var(--accent); }
.sheshi-result-card--search .sheshi-result-foot a:hover span { color: var(--sheshi-white); }

.sheshi-results-page .navigation.pagination { margin-top: 28px; }
.sheshi-results-page .nav-links .page-numbers { min-width: 40px; min-height: 40px; padding: 7px 11px; border-radius: 3px; font-size: 12px; }
.sheshi-results-page .sheshi-empty-state { max-width: none; margin: 0; padding: 26px; border: 1px solid var(--sheshi-line); border-top: 3px solid var(--sheshi-ink); }

@media (max-width: 820px) {
  .sheshi-results-page .sheshi-search-results { grid-template-columns: 1fr 1fr; }
  .sheshi-results-page .sheshi-search-results input[type="search"] { grid-column: 1 / -1; }
  .sheshi-results-page .sheshi-search-results .sheshi-search-submit { grid-column: 1 / -1; }
  .sheshi-results-page .sheshi-search-results input,
  .sheshi-results-page .sheshi-search-results select { border-bottom: 1px solid var(--sheshi-line); }
  .sheshi-results-page .sheshi-result-card--search { grid-template-columns: 40px minmax(0, 1fr); }
  .sheshi-result-card--search .sheshi-result-foot { grid-column: 2; padding: 12px 0 0; border-top: 1px solid var(--sheshi-line); border-left: 0; }
}

@media (max-width: 620px) {
  .sheshi-results-page { padding: 24px 0 48px; }
  .sheshi-results-head { grid-template-columns: 1fr; gap: 14px; padding-bottom: 18px; }
  .sheshi-results-page .sheshi-results-head h1 { font-size: 32px; line-height: 1.04; }
  .sheshi-results-head h1 span { display: block; margin-bottom: 4px; font-size: 14px; letter-spacing: 0; }
  .sheshi-results-count { display: flex; min-width: 0; align-items: baseline; gap: 7px; padding-left: 0; border-left: 0; }
  .sheshi-results-count strong { font-size: 24px; }
  .sheshi-results-count small { margin-left: -3px; }
  .sheshi-results-page .sheshi-results-search { margin: 14px 0 20px; }
  .sheshi-results-page .sheshi-search-results { grid-template-columns: 1fr; border-radius: 3px; }
  .sheshi-results-page .sheshi-search-results input[type="search"],
  .sheshi-results-page .sheshi-search-results select,
  .sheshi-results-page .sheshi-search-results .sheshi-search-submit { grid-column: 1; min-height: 46px; border-right: 0; }
  .sheshi-results-toolbar { min-height: 38px; }
  .sheshi-results-toolbar a { font-size: 0; }
  .sheshi-results-toolbar a span { font-size: 16px; }
  .sheshi-results-page .sheshi-result-card--search {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 16px 4px;
    background: transparent;
  }
  .sheshi-result-card--search .sheshi-category-icon { width: 34px; height: 34px; }
  .sheshi-results-page .sheshi-result-card--search h2 { font-size: 20px; }
  .sheshi-result-card--search .sheshi-result-description { margin-top: 5px; font-size: 11px; }
  .sheshi-result-card--search .sheshi-result-foot { grid-template-columns: 1fr auto; gap: 8px; padding-top: 10px; }
  .sheshi-result-card--search .sheshi-result-foot > span { font-size: 9px; }
  .sheshi-result-card--search .sheshi-result-foot a { min-height: 44px; padding: 7px 10px; }
}

/* Sheshi 0.17.0 — product UI refresh
   A softer, denser system makes search and comparison feel like a useful
   directory product instead of an editorial landing page. */
:root {
  --sheshi-ink: #1a1a1a;
  --sheshi-navy: #1a1a1a;
  --sheshi-sand: #f6f5f2;
  --sheshi-mist: #f4f3f0;
  --sheshi-line: #d8d5cf;
  --sheshi-muted: #5d5a55;
  --sheshi-white: #ffffff;
  --sheshi-radius: 14px;
  --sheshi-shadow-sm: 0 1px 2px rgba(29,29,31,.04), 0 8px 24px rgba(29,29,31,.05);
  --sheshi-shadow-md: 0 2px 4px rgba(29,29,31,.05), 0 18px 48px rgba(29,29,31,.09);
}

body.sheshi-shell,
body.sheshi-home {
  color: var(--sheshi-ink);
  background: #faf9f7;
  font-size: 16px;
  line-height: 1.55;
}

.sheshi-wrap { width: min(1120px, calc(100% - 48px)); }

.sheshi-site-header {
  min-height: 68px;
  border-bottom: 1px solid rgba(29,29,31,.08);
  background: rgba(255,255,255,.96);
  box-shadow: 0 1px 0 rgba(29,29,31,.02), 0 8px 28px rgba(29,29,31,.035);
  backdrop-filter: saturate(150%) blur(18px);
  -webkit-backdrop-filter: saturate(150%) blur(18px);
}
.sheshi-nav { min-height: 68px; gap: 24px; }
.sheshi-brand { color: var(--sheshi-ink); font-size: 27px; font-weight: 760; }
.sheshi-menu { gap: 24px; }
.sheshi-menu a { color: #4c4b47; font-size: 14px; font-weight: 650; }
.sheshi-nav-cta,
.sheshi-button {
  min-height: 42px;
  padding: 0 17px;
  border-radius: 10px;
  box-shadow: 0 5px 14px rgba(185,49,38,.16);
  font-size: 14px;
  font-weight: 760;
}

.sheshi-hero {
  padding: 64px 0 70px;
  color: var(--sheshi-ink);
  background:
    radial-gradient(circle at 82% 12%, rgba(185,49,38,.09), transparent 31%),
    linear-gradient(180deg, #fff 0%, #f7f5f1 100%);
}
.sheshi-portal {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  text-align: center;
}
.sheshi-portal::before,
.sheshi-portal::after { display: none; content: none; }
.sheshi-eyebrow {
  margin-bottom: 14px;
  color: var(--accent-hover);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .08em;
}
.sheshi-eyebrow::before { display: none; }
.sheshi-hero h1 {
  max-width: 780px;
  margin: 0 auto;
  color: var(--sheshi-ink);
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 780;
  letter-spacing: -.045em;
  line-height: 1.01;
}
.sheshi-hero-copy {
  max-width: 640px;
  margin: 16px auto 28px;
  color: var(--sheshi-muted);
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.5;
}
.sheshi-front-panel {
  overflow: visible;
  padding: 10px;
  border: 1px solid rgba(29,29,31,.09);
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--sheshi-shadow-md);
  text-align: left;
}
.sheshi-front-panel::before,
.sheshi-front-panel::after,
.sheshi-front-panel-head { display: none; content: none; }
.sheshi-front-panel .sheshi-search-hero {
  display: grid;
  grid-template-columns: minmax(0,1fr) 128px;
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.sheshi-front-panel .sheshi-search-hero input {
  min-height: 58px;
  padding: 0 20px;
  border: 1px solid #dedbd5;
  border-radius: 14px;
  background: #faf9f7;
  font-size: 16px;
}
.sheshi-front-panel .sheshi-search-submit {
  min-height: 58px;
  border-radius: 14px;
  background: var(--accent);
  box-shadow: 0 8px 20px rgba(185,49,38,.2);
}
.sheshi-front-panel .sheshi-search-submit:hover { background: var(--accent-hover); }
.sheshi-quick-categories {
  margin-top: 10px;
  padding: 10px 4px 4px;
  border-top: 1px solid #ece9e3;
}
.sheshi-quick-categories > p { margin: 0 6px 8px; color: #85827c; font-size: 10px; letter-spacing: .07em; }
.sheshi-quick-categories > div { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 6px; }
.sheshi-quick-categories a {
  min-height: 74px;
  padding: 9px 8px;
  border: 0;
  border-radius: 12px;
  color: #3d3c39;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
.sheshi-quick-categories a:hover { color: var(--accent-hover); background: #f7f1f1; transform: translateY(-1px); }
.sheshi-quick-categories a .sheshi-category-icon {
  width: 34px;
  height: 34px;
  margin: 0 auto 5px;
  border: 0;
  border-radius: 10px;
  color: var(--accent);
  background: #f7ecee;
}
.sheshi-hero-tools {
  margin: 8px 4px 0;
  padding: 10px 4px 2px;
  border-top: 1px solid #ece9e3;
  color: #74716b;
  font-size: 10px;
}
.sheshi-hero-tools > div { gap: 7px 16px; }
.sheshi-hero-tools a { color: #55534e; font-weight: 680; }

.sheshi-section,
.sheshi-discovery,
.sheshi-travel-feature,
.sheshi-organization-paths { padding-top: 68px; padding-bottom: 68px; }
.sheshi-section h2,
.sheshi-discovery-head h2,
.sheshi-travel-feature h2,
.sheshi-organization-head h2 {
  font-size: clamp(30px,3.6vw,44px);
  letter-spacing: -.04em;
  line-height: 1.05;
}
.sheshi-kicker { font-size: 10px; letter-spacing: .09em; }
.sheshi-directory-link,
.sheshi-cta-link {
  padding: 9px 13px;
  border: 1px solid #d9d5ce;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(29,29,31,.03);
  font-size: 13px;
}

.sheshi-discovery { color: var(--sheshi-ink); background: #f1efeb; }
.sheshi-discovery .sheshi-kicker { color: var(--accent); }
.sheshi-discovery-head > div:last-child > p { color: var(--sheshi-muted); }
.sheshi-discovery .sheshi-directory-link { color: var(--sheshi-ink); border-color: #d9d5ce; background: #fff; }
.sheshi-directory-stats {
  overflow: hidden;
  border: 1px solid #dedbd5;
  border-radius: 16px;
  background: rgba(255,255,255,.72);
}
.sheshi-directory-stats a { border-color: #e4e1dc; }
.sheshi-directory-stats strong { color: var(--sheshi-ink); }
.sheshi-directory-stats span { color: var(--sheshi-muted); }
.sheshi-discovery-grid { gap: 12px; }
.sheshi-discovery-card {
  min-height: 0;
  padding: 18px;
  border: 1px solid #dedbd5;
  border-radius: 16px;
  color: var(--sheshi-ink);
  background: #fff;
  box-shadow: var(--sheshi-shadow-sm);
}
.sheshi-discovery-card:hover { border-color: #c9c3ba; box-shadow: var(--sheshi-shadow-md); transform: translateY(-2px); }
.sheshi-discovery-meta,
.sheshi-discovery-languages p,
.sheshi-discovery-actions > span { color: var(--sheshi-muted); }
.sheshi-discovery-meta .sheshi-category-icon { border: 0; color: var(--accent); background: #f7ecee; }
.sheshi-discovery-card h3 { font-size: 22px; }
.sheshi-discovery-card h3 a { color: var(--sheshi-ink); }
.sheshi-discovery-card h3 a:hover { color: var(--accent-hover); }
.sheshi-discovery-actions { border-color: #ebe8e2; }
.sheshi-discovery-actions a { color: var(--sheshi-ink); }

.sheshi-section-soft { background: #faf9f7; }
.sheshi-index {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
  border: 0;
}
.sheshi-index-row {
  grid-template-columns: 44px minmax(0,1fr) auto;
  grid-template-areas: "icon title count" "icon copy arrow";
  gap: 3px 13px;
  min-height: 108px;
  padding: 17px;
  border: 1px solid #e1ded8;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--sheshi-shadow-sm);
}
.sheshi-index-row:hover { border-color: #cbc5bd; background: #fff; box-shadow: var(--sheshi-shadow-md); transform: translateY(-2px); }
.sheshi-index-row .sheshi-category-icon { grid-area: icon; align-self: start; width: 42px; height: 42px; border: 0; border-radius: 12px; background: #f7ecee; }
.sheshi-index-row h3 { grid-area: title; align-self: end; font-size: 19px; letter-spacing: -.025em; }
.sheshi-index-row p { grid-area: copy; overflow: hidden; font-size: 12px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.sheshi-index-count { grid-area: count; align-self: end; }
.sheshi-index-arrow { grid-area: arrow; align-self: end; font-size: 18px; }

.sheshi-results-page { padding: 46px 0 72px; }
.sheshi-results-head { align-items: end; padding-bottom: 18px; border-bottom: 0; }
.sheshi-results-page .sheshi-results-head h1 { font-size: clamp(32px,4.2vw,48px); }
.sheshi-results-count { padding: 10px 14px; border: 1px solid #dedbd5; border-radius: 12px; background: #fff; }
.sheshi-results-count strong { font-size: 28px; }
.sheshi-results-page .sheshi-results-search { margin: 14px 0 22px; }
.sheshi-results-page .sheshi-search-results {
  grid-template-columns: minmax(220px,1.35fr) minmax(170px,.9fr) minmax(150px,.8fr) 112px;
  gap: 6px;
  padding: 7px;
  border: 1px solid #dedbd5;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--sheshi-shadow-sm);
}
.sheshi-results-page .sheshi-search-results input,
.sheshi-results-page .sheshi-search-results select {
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  background-color: #f6f5f2;
}
.sheshi-results-page .sheshi-search-results .sheshi-search-submit { min-height: 48px; border-radius: 10px; background: var(--accent); }
.sheshi-results-toolbar { min-height: 38px; border-bottom: 0; }
.sheshi-results-page .sheshi-results-list { display: grid; gap: 10px; border: 0; }
.sheshi-results-page .sheshi-result-card--search {
  grid-template-columns: 46px minmax(0,1fr) minmax(160px,200px);
  min-height: 116px;
  padding: 17px;
  border: 1px solid #e1ded8;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--sheshi-shadow-sm);
}
.sheshi-results-page .sheshi-result-card--search:hover { border-color: #cbc5bd; box-shadow: var(--sheshi-shadow-md); transform: translateY(-1px); }
.sheshi-result-card--search .sheshi-category-icon { width: 42px; height: 42px; border: 0; border-radius: 12px; background: #f7ecee; }
.sheshi-results-page .sheshi-result-card--search h2 { font-size: clamp(20px,2vw,24px); }
.sheshi-result-card--search .sheshi-result-foot { border-color: #ebe8e2; }
.sheshi-result-card--search .sheshi-result-foot a { min-height: 40px; border: 0; border-radius: 10px; background: #f3f1ed; }

.sheshi-profile-page { background: #faf9f7; }
.sheshi-profile-hero { padding: 34px 0 0; }
.sheshi-profile-portal {
  padding: 30px 32px 26px;
  border: 1px solid #e0ddd7;
  border-radius: 20px 20px 0 0;
  background: #fff;
  box-shadow: var(--sheshi-shadow-sm);
}
.sheshi-profile-portal::before,
.sheshi-profile-portal::after { display: none; content: none; }
.sheshi-profile-breadcrumbs { margin-bottom: 18px; font-size: 10px; }
.sheshi-profile-state { display: inline-flex; width: auto; margin-bottom: 14px; padding: 7px 10px; border: 0; border-radius: 999px; background: #f7ecee; font-size: 10px; letter-spacing: .06em; }
.sheshi-profile-identity h1 { font-size: clamp(38px,5vw,58px); letter-spacing: -.045em; }
.sheshi-profile-lead { max-width: 760px; margin-top: 10px; font-size: 17px; }
.sheshi-profile-actionbar { margin-top: 18px; }
.sheshi-profile-actionbar a { border-radius: 10px; }
.sheshi-profile-facts { border: 0; background: transparent; }
.sheshi-profile-facts-grid {
  overflow: hidden;
  border: 1px solid #e0ddd7;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  background: #f5f3ef;
}
.sheshi-profile-facts-grid > div { min-height: 74px; padding: 14px 18px; border-color: #e1ded8; }
.sheshi-profile-layout { grid-template-columns: minmax(0,1.55fr) minmax(300px,.72fr); gap: 24px; padding-top: 28px; padding-bottom: 40px; }
.sheshi-profile-main { padding: 26px 28px; border: 1px solid #e0ddd7; border-radius: 18px; background: #fff; box-shadow: var(--sheshi-shadow-sm); }
.sheshi-profile-section + .sheshi-profile-section { margin-top: 28px; padding-top: 26px; }
.sheshi-profile-section h2 { font-size: clamp(25px,3vw,34px); }
.sheshi-profile-contact {
  top: 92px;
  padding: 22px;
  border: 1px solid #dfdcd6;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--sheshi-shadow-md);
}
.sheshi-profile-contact h2 { font-size: 24px; }
.sheshi-profile-primary-link--cta { border-radius: 10px; box-shadow: 0 8px 20px rgba(185,49,38,.16); }
.sheshi-profile-contact dl { border-top-color: #ebe8e2; }
.sheshi-profile-contact dl > div { border-color: #ebe8e2; }
.sheshi-service-count { border: 0; border-radius: 999px; background: #f6f3ef; box-shadow: none; }
.sheshi-services-section .sheshi-service-index { gap: 8px; border: 0; }
.sheshi-services-section .sheshi-service-index li { min-height: 58px; border: 1px solid #e5e1db; border-radius: 12px; background: #faf9f7; box-shadow: none; }
.sheshi-service-mark { border-radius: 9px; }
.sheshi-profile-management,
.sheshi-profile-transparency { border-radius: 16px; }

.sheshi-site-footer { margin-top: 0; background: #1d1d1f; }

@media (max-width: 820px) {
  .sheshi-wrap { width: min(100% - 32px, 1120px); }
  .sheshi-quick-categories > div { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .sheshi-index { grid-template-columns: 1fr; }
  .sheshi-profile-layout { grid-template-columns: 1fr; }
  .sheshi-profile-contact { position: static; }
  .sheshi-results-page .sheshi-search-results { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .sheshi-wrap { width: min(100% - 24px, 1120px); }
  .sheshi-nav { min-height: 62px; }
  .sheshi-brand { font-size: 25px; }
  .sheshi-hero { padding: 38px 0 46px; }
  .sheshi-hero h1 { font-size: 38px; }
  .sheshi-hero-copy { margin: 12px auto 22px; font-size: 15px; }
  .sheshi-front-panel { padding: 8px; border-radius: 18px; }
  .sheshi-front-panel .sheshi-search-hero { grid-template-columns: 1fr 54px; }
  .sheshi-front-panel .sheshi-search-hero input,
  .sheshi-front-panel .sheshi-search-submit { min-height: 52px; border-radius: 12px; }
  .sheshi-search-submit-label { display: none; }
  .sheshi-search-submit-icon { display: block; }
  .sheshi-quick-categories a { min-height: 68px; padding: 7px 4px; font-size: 10px; }
  .sheshi-hero-tools { display: block; }
  .sheshi-hero-tools > span { display: block; margin-top: 8px; }
  .sheshi-section,
  .sheshi-discovery,
  .sheshi-travel-feature,
  .sheshi-organization-paths { padding-top: 48px; padding-bottom: 48px; }
  .sheshi-section-head { gap: 16px; }
  .sheshi-index-row { min-height: 100px; padding: 14px; }
  .sheshi-results-page { padding: 28px 0 52px; }
  .sheshi-results-count { padding: 0; border: 0; background: transparent; }
  .sheshi-results-page .sheshi-search-results { grid-template-columns: 1fr; gap: 6px; padding: 6px; }
  .sheshi-results-page .sheshi-search-results input[type="search"],
  .sheshi-results-page .sheshi-search-results select,
  .sheshi-results-page .sheshi-search-results .sheshi-search-submit { min-height: 46px; border: 0; border-radius: 9px; }
  .sheshi-results-page .sheshi-result-card--search { grid-template-columns: 38px minmax(0,1fr); gap: 11px; padding: 14px; }
  .sheshi-result-card--search .sheshi-result-foot { grid-column: 1 / -1; }
  .sheshi-profile-hero { padding-top: 18px; }
  .sheshi-profile-portal { padding: 22px 18px 20px; border-radius: 16px 16px 0 0; }
  .sheshi-profile-identity h1 { font-size: 36px; }
  .sheshi-profile-lead { font-size: 15px; }
  .sheshi-profile-facts-grid { grid-template-columns: 1fr 1fr; border-radius: 0 0 16px 16px; }
  .sheshi-profile-facts-grid > div { min-height: 66px; padding: 12px 14px; }
  .sheshi-profile-main { padding: 22px 18px; border-radius: 16px; }
  .sheshi-profile-contact { padding: 20px 18px; border-radius: 16px; }
  .sheshi-services-section .sheshi-service-index { grid-template-columns: 1fr; }
}

/* Sheshi 0.18.0 — one portal system across every public page type. */
:root {
  --sheshi-page-bg: #faf9f7;
  --sheshi-surface: #ffffff;
  --sheshi-surface-soft: #f6f5f2;
  --sheshi-card-border: #e0ddd7;
  --sheshi-card-radius: 18px;
  --sheshi-panel-radius: 22px;
}

/* Shared page rhythm and typography. */
.sheshi-page,
.sheshi-directory-page,
.sheshi-travel-page,
.sheshi-not-found { background: var(--sheshi-page-bg); }

.sheshi-page h1,
.sheshi-directory-page h1,
.sheshi-travel-page h1,
.sheshi-not-found h1 {
  font-family: var(--sheshi-font-display) !important;
  font-size: clamp(34px, 4.2vw, 46px);
  font-weight: 790;
  letter-spacing: -.048em;
  line-height: 1.02;
}

.sheshi-page h2,
.sheshi-directory-page h2,
.sheshi-travel-page h2,
.sheshi-not-found h2 {
  font-family: var(--sheshi-font-display) !important;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 770;
  letter-spacing: -.038em;
  line-height: 1.06;
}

.sheshi-page:not(.sheshi-results-page) { padding: 34px 0 64px; }
.sheshi-page:not(.sheshi-results-page) article {
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 32px 34px;
  border: 1px solid var(--sheshi-card-border);
  border-radius: var(--sheshi-panel-radius);
  background: var(--sheshi-surface);
  box-shadow: var(--sheshi-shadow-sm);
}
.sheshi-page:not(.sheshi-results-page) article.sheshi-organization-page { max-width: 1120px; }
.sheshi-page:not(.sheshi-results-page) article::before { display: none; content: none; }
.sheshi-page:not(.sheshi-results-page) article > .sheshi-kicker { margin-bottom: 10px; }
.sheshi-page:not(.sheshi-results-page) article > h1 { max-width: 820px; margin: 0; }
.sheshi-page:not(.sheshi-results-page) .entry-content { max-width: none; margin-top: 24px; }
.sheshi-page:not(.sheshi-results-page) .entry-content > p:first-child { max-width: 780px; color: var(--sheshi-muted); font-size: 17px; line-height: 1.55; }
.sheshi-page:not(.sheshi-results-page) .entry-content h2 { margin-top: 32px; font-size: clamp(24px, 2.5vw, 30px); }
.sheshi-page:not(.sheshi-results-page) .entry-content h3 { font-size: 20px; letter-spacing: -.02em; }
.sheshi-page:not(.sheshi-results-page) .entry-content ul,
.sheshi-page:not(.sheshi-results-page) .entry-content ol { padding-left: 22px; }

/* Organization and form pages use the same compact card language. */
.sheshi-page .sheshi-offer-grid-page { gap: 12px; margin-top: 28px; }
.sheshi-page .sheshi-offer-grid-page .sheshi-offer-card,
.sheshi-home .sheshi-offer-card {
  min-height: 0;
  padding: 24px;
  border: 1px solid var(--sheshi-card-border);
  border-radius: var(--sheshi-card-radius);
  background: var(--sheshi-surface-soft);
  box-shadow: none;
}
.sheshi-page .sheshi-offer-grid-page .sheshi-offer-number,
.sheshi-home .sheshi-offer-number {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  color: var(--accent);
  background: #f7ecee;
  font-size: 10px;
}
.sheshi-page .sheshi-offer-grid-page h2,
.sheshi-home .sheshi-offer-card h3 { margin-top: 16px; font-size: clamp(23px, 2.5vw, 30px) !important; }
.sheshi-page .sheshi-offer-grid-page .sheshi-offer-action a,
.sheshi-home .sheshi-offer-card a { display: inline-flex; min-height: 42px; align-items: center; }

.sheshi-form-section {
  margin-top: 34px;
  padding: 28px;
  border: 0;
  border-radius: var(--sheshi-card-radius);
  background: var(--sheshi-surface-soft);
}
.sheshi-form-section::before { display: none; content: none; }
.sheshi-form-section h2 { margin-top: 4px !important; }
.sheshi-beta-form { margin-top: 22px; }
.sheshi-beta-form input,
.sheshi-beta-form select,
.sheshi-beta-form textarea {
  border: 1px solid #d9d5ce;
  border-radius: 10px;
  background: var(--sheshi-surface);
}
.sheshi-form-consent,
.sheshi-form-privacy,
.sheshi-form-status { border-radius: 12px; }

/* Directory landing page. */
.sheshi-directory-hero { padding: 32px 0 24px; border: 0; background: var(--sheshi-page-bg); }
.sheshi-directory-hero > .sheshi-wrap {
  padding: 30px 34px 34px;
  border: 1px solid var(--sheshi-card-border);
  border-radius: var(--sheshi-panel-radius);
  background: var(--sheshi-surface);
  box-shadow: var(--sheshi-shadow-sm);
}
.sheshi-directory-hero h1 { max-width: 720px; margin: 0; }
.sheshi-directory-hero > .sheshi-wrap > p:not(.sheshi-kicker) { max-width: 720px; margin: 16px 0 24px; color: var(--sheshi-muted); font-size: 16px; line-height: 1.55; }
.sheshi-directory-hero .sheshi-search-directory {
  display: grid;
  grid-template-columns: minmax(220px,1.35fr) minmax(170px,.9fr) minmax(150px,.8fr) 112px;
  gap: 6px;
  width: 100%;
  margin: 0;
  padding: 7px;
  border: 1px solid #dedbd5;
  border-radius: 16px;
  background: var(--sheshi-surface);
  box-shadow: var(--sheshi-shadow-sm);
}
.sheshi-directory-hero .sheshi-search-directory input,
.sheshi-directory-hero .sheshi-search-directory select {
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  background-color: var(--sheshi-surface-soft);
}
.sheshi-directory-hero .sheshi-search-directory .sheshi-search-submit { min-height: 48px; border-radius: 10px; }
.sheshi-directory-section { padding: 48px 0; }
.sheshi-directory-section .sheshi-note { margin-bottom: 28px; border: 0; border-radius: 14px; }
.sheshi-directory-section .sheshi-section-head { margin-bottom: 28px; }
.sheshi-directory-section .sheshi-section-head h2 { margin-bottom: 8px; }
.sheshi-directory-index {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  border: 0;
}
.sheshi-directory-index a {
  grid-template-columns: 42px minmax(0,1fr) auto;
  grid-template-areas: "icon title arrow" "icon count arrow";
  gap: 4px 12px;
  min-height: 90px;
  padding: 16px;
  border: 1px solid var(--sheshi-card-border);
  border-radius: 16px;
  background: var(--sheshi-surface);
  box-shadow: var(--sheshi-shadow-sm);
}
.sheshi-directory-index a:hover { border-color: #c9c3ba; background: var(--sheshi-surface); box-shadow: var(--sheshi-shadow-md); transform: translateY(-1px); }
.sheshi-directory-index a > .sheshi-category-icon { grid-area: icon; width: 42px; height: 42px; border: 0; border-radius: 12px; background: #f7ecee; }
.sheshi-directory-index strong { grid-area: title; align-self: end; font-size: 16px; line-height: 1.2; }
.sheshi-directory-index small { grid-area: count; color: var(--sheshi-muted); font-size: 10px; text-align: left; }
.sheshi-directory-index b { grid-area: arrow; align-self: center; font-size: 17px; }

.sheshi-directory-section-dark { color: var(--sheshi-ink); background: #f1efeb; }
.sheshi-directory-section-dark .sheshi-kicker { color: var(--accent); }
.sheshi-directory-section-dark h2 { color: var(--sheshi-ink); }
.sheshi-directory-section-dark p { color: var(--sheshi-muted); }
.sheshi-directory-location-head { gap: 54px; margin-bottom: 34px; }
.sheshi-directory-map-layout { gap: 22px; }
.sheshi-map-card { overflow: hidden; border: 0; border-radius: var(--sheshi-card-radius); box-shadow: var(--sheshi-shadow-md); }
.sheshi-location-column {
  padding: 20px;
  border: 1px solid var(--sheshi-card-border);
  border-radius: var(--sheshi-card-radius);
  background: var(--sheshi-surface);
}
.sheshi-location-list { border-top: 0; }
.sheshi-location-list a { min-height: 45px; padding: 8px 10px; border-bottom-color: #ebe8e2; border-radius: 8px; }
.sheshi-location-list a:hover { background: var(--sheshi-surface-soft); }
.sheshi-directory-next {
  padding: 28px 30px;
  border: 1px solid var(--sheshi-card-border);
  border-radius: var(--sheshi-card-radius);
  background: var(--sheshi-surface);
  box-shadow: var(--sheshi-shadow-sm);
}

/* Category, location and archive pages now share the search-result list. */
body.archive .sheshi-results-page { padding: 34px 0 64px; }
body.archive .sheshi-results-page > .sheshi-wrap {
  padding: 26px;
  border: 1px solid var(--sheshi-card-border);
  border-radius: var(--sheshi-panel-radius);
  background: var(--sheshi-surface);
  box-shadow: var(--sheshi-shadow-sm);
}
body.archive .sheshi-results-page h1 { margin: 0; font-size: clamp(34px, 4vw, 44px); }
body.archive .sheshi-results-summary { max-width: 720px; margin: 12px 0 24px; color: var(--sheshi-muted); font-size: 15px; }
body.archive .sheshi-results-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
body.archive .sheshi-results-grid .sheshi-result-card--search { box-shadow: none; }

/* Travel hub as a compact service portal instead of an editorial feature. */
.sheshi-travel-hero { padding: 32px 0 24px; border: 0; }
.sheshi-travel-hero > .sheshi-wrap {
  padding: 30px 34px;
  border: 1px solid var(--sheshi-card-border);
  border-radius: var(--sheshi-panel-radius);
  background: var(--sheshi-surface);
  box-shadow: var(--sheshi-shadow-sm);
}
.sheshi-travel-hero h1 { max-width: 760px; margin: 0; }
.sheshi-travel-hero > .sheshi-wrap > p:not(.sheshi-kicker) { max-width: 720px; margin: 16px 0 22px; color: var(--sheshi-muted); font-size: 16px; line-height: 1.55; }
.sheshi-travel-status { gap: 8px; padding-top: 0; border: 0; }
.sheshi-travel-status span { padding: 7px 10px; border-radius: 999px; background: var(--sheshi-surface-soft); font-size: 9px; }
.sheshi-travel-section { padding: 48px 0; }
.sheshi-travel-heading { gap: 54px; margin-bottom: 28px; }
.sheshi-travel-heading h2 { font-size: clamp(26px, 3vw, 34px); }
.sheshi-travel-heading > p { font-size: 15px; }
.sheshi-travel-route-list { display: grid; gap: 10px; border: 0; }
.sheshi-travel-route-list > a {
  grid-template-columns: 36px minmax(210px,.7fr) minmax(260px,1fr) 24px;
  min-height: 104px;
  padding: 16px 18px;
  border: 1px solid var(--sheshi-card-border);
  border-radius: 16px;
  background: var(--sheshi-surface);
  box-shadow: var(--sheshi-shadow-sm);
}
.sheshi-travel-route-list > a:hover { border-color: #c9c3ba; box-shadow: var(--sheshi-shadow-md); transform: translateY(-1px); }
.sheshi-travel-route-list strong { font-size: 22px; }
.sheshi-travel-route-list em { right: 18px; bottom: 8px; }
.sheshi-travel-dark { color: var(--sheshi-ink); background: #f1efeb; }
.sheshi-travel-dark .sheshi-kicker { color: var(--accent); }
.sheshi-travel-dark h2 { color: var(--sheshi-ink); }
.sheshi-travel-dark .sheshi-travel-heading > p { color: var(--sheshi-muted); }
.sheshi-travel-provider-grid { gap: 12px; border: 0; }
.sheshi-travel-provider-grid article,
.sheshi-travel-provider-grid article + article {
  min-height: 0;
  padding: 24px;
  border: 1px solid var(--sheshi-card-border);
  border-radius: var(--sheshi-card-radius);
  background: var(--sheshi-surface);
  box-shadow: var(--sheshi-shadow-sm);
}
.sheshi-travel-label { margin-bottom: 16px; color: var(--accent) !important; }
.sheshi-travel-provider-grid h3 { margin-bottom: 12px; color: var(--sheshi-ink); font-size: clamp(26px, 3vw, 34px); }
.sheshi-travel-provider-grid p { color: var(--sheshi-muted); font-size: 15px; }
.sheshi-travel-provider-grid small { margin: 16px 0 20px; color: var(--sheshi-muted); }
.sheshi-travel-provider-grid a { color: var(--sheshi-ink); }
.sheshi-travel-provider-grid a span { color: var(--accent); }
.sheshi-travel-provider-index { display: grid; gap: 10px; border: 0; }
.sheshi-travel-provider-index a {
  grid-template-columns: 170px minmax(170px,.65fr) minmax(240px,1fr) 24px;
  min-height: 96px;
  padding: 15px 18px;
  border: 1px solid var(--sheshi-card-border);
  border-radius: 16px;
  background: var(--sheshi-surface);
  box-shadow: var(--sheshi-shadow-sm);
}
.sheshi-travel-provider-index a:hover { border-color: #c9c3ba; box-shadow: var(--sheshi-shadow-md); transform: translateY(-1px); }
.sheshi-travel-provider-index strong { font-size: 21px; }
.sheshi-travel-transparency { margin-top: 26px; padding: 24px; border: 0; border-radius: 16px; background: var(--sheshi-surface-soft); }

/* Home lower sections use the same surfaces as the rest of the portal. */
.sheshi-home .sheshi-travel-feature { color: var(--sheshi-ink); background: #f1efeb; }
.sheshi-home .sheshi-travel-feature-layout {
  gap: 24px;
  padding: 28px;
  border: 1px solid var(--sheshi-card-border);
  border-radius: var(--sheshi-panel-radius);
  background: var(--sheshi-surface);
  box-shadow: var(--sheshi-shadow-sm);
}
.sheshi-home .sheshi-travel-feature h2 { color: var(--sheshi-ink); }
.sheshi-home .sheshi-travel-feature .sheshi-kicker { color: var(--accent); }
.sheshi-home .sheshi-travel-feature .sheshi-travel-feature-copy p:not(.sheshi-kicker) { color: var(--sheshi-muted); }
.sheshi-home .sheshi-editorial-image { overflow: hidden; border: 0; border-radius: 16px; }
.sheshi-home .sheshi-trust-lead { gap: 24px; }
.sheshi-home .sheshi-trust-item { padding: 22px; border: 1px solid var(--sheshi-card-border); border-radius: 16px; background: var(--sheshi-surface); }
.sheshi-home .sheshi-organization-paths { background: var(--sheshi-page-bg); }
.sheshi-home .sheshi-organization-head { gap: 36px; }

/* Compact, recoverable 404. */
.sheshi-not-found { min-height: 0; padding: 38px 0 64px; }
.sheshi-not-found-layout {
  grid-template-columns: 120px minmax(0,1fr);
  gap: 34px;
  padding: 36px 40px;
  border: 1px solid var(--sheshi-card-border);
  border-radius: var(--sheshi-panel-radius);
  background: var(--sheshi-surface);
  box-shadow: var(--sheshi-shadow-sm);
}
.sheshi-not-found-code { font-size: 64px; }
.sheshi-not-found-layout > div > p:not(.sheshi-kicker) { margin: 16px 0 22px; font-size: 16px; }
.sheshi-not-found .sheshi-search-not-found {
  overflow: hidden;
  width: 100%;
  margin: 0;
  border: 1px solid var(--sheshi-card-border);
  border-radius: 14px;
  background: var(--sheshi-surface-soft);
}
.sheshi-not-found .sheshi-search-not-found input,
.sheshi-not-found .sheshi-search-not-found select,
.sheshi-not-found .sheshi-search-not-found button { min-height: 50px; }
.sheshi-not-found-actions { gap: 12px; margin-top: 18px; }

body.search .sheshi-results-page .sheshi-results-head h1 { font-size: clamp(34px, 4vw, 42px); }
.sheshi-profile-identity h1 { font-size: clamp(36px, 4.2vw, 48px); }

@media (max-width: 900px) {
  .sheshi-directory-index { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sheshi-directory-hero .sheshi-search-directory { grid-template-columns: 1fr 1fr; }
  .sheshi-directory-hero .sheshi-search-directory input[type="search"] { grid-column: 1 / -1; }
  .sheshi-directory-hero .sheshi-search-directory .sheshi-search-submit { grid-column: 1 / -1; }
  .sheshi-travel-route-list > a { grid-template-columns: 36px minmax(170px,.7fr) minmax(220px,1fr) 24px; }
  .sheshi-travel-provider-index a { grid-template-columns: minmax(0,.75fr) minmax(0,1fr) 24px; }
  .sheshi-travel-provider-index span { grid-column: 1; }
  .sheshi-travel-provider-index strong { grid-column: 1; }
  .sheshi-travel-provider-index p { grid-column: 2; grid-row: 1 / span 2; }
  .sheshi-travel-provider-index b { grid-column: 3; grid-row: 1 / span 2; }
}

@media (max-width: 620px) {
  .sheshi-page h1,
  .sheshi-directory-page h1,
  .sheshi-travel-page h1,
  .sheshi-not-found h1 { font-size: 30px; }
  .sheshi-page h2,
  .sheshi-directory-page h2,
  .sheshi-travel-page h2 { font-size: 24px; }
  .sheshi-page:not(.sheshi-results-page) { padding: 22px 0 50px; }
  .sheshi-page:not(.sheshi-results-page) article { padding: 20px 16px 24px; border-radius: 16px; }
  .sheshi-page:not(.sheshi-results-page) .entry-content > p:first-child { font-size: 15px; }
  .sheshi-form-section { margin-right: -6px; margin-left: -6px; padding: 20px 14px; border-radius: 14px; }
  .sheshi-directory-hero,
  .sheshi-travel-hero { padding: 20px 0 18px; }
  .sheshi-directory-hero > .sheshi-wrap,
  .sheshi-travel-hero > .sheshi-wrap { padding: 20px 16px; border-radius: 16px; }
  .sheshi-directory-hero .sheshi-search-directory { grid-template-columns: 1fr; gap: 6px; padding: 6px; }
  .sheshi-directory-hero .sheshi-search-directory input[type="search"],
  .sheshi-directory-hero .sheshi-search-directory select,
  .sheshi-directory-hero .sheshi-search-directory .sheshi-search-submit { grid-column: 1; }
  .sheshi-directory-section,
  .sheshi-travel-section { padding: 34px 0; }
  .sheshi-directory-index { grid-template-columns: 1fr; }
  .sheshi-directory-index a { min-height: 80px; }
  .sheshi-directory-location-head,
  .sheshi-directory-map-layout,
  .sheshi-travel-heading { gap: 20px; }
  .sheshi-directory-next { padding: 22px 18px; }
  body.archive .sheshi-results-page { padding: 22px 0 50px; }
  body.archive .sheshi-results-page > .sheshi-wrap { padding: 22px 14px; border-radius: 16px; }
  .sheshi-travel-status span { padding: 6px 8px; }
  .sheshi-travel-route-list > a { grid-template-columns: 28px minmax(0,1fr) 20px; gap: 8px 12px; min-height: 0; padding: 15px; }
  .sheshi-travel-route-list p { display: none; }
  .sheshi-travel-route-list em { position: static; grid-column: 2 / -1; }
  .sheshi-travel-provider-grid { grid-template-columns: 1fr; }
  .sheshi-travel-provider-index a { grid-template-columns: minmax(0,1fr) 20px; gap: 6px 12px; padding: 15px; }
  .sheshi-travel-provider-index span,
  .sheshi-travel-provider-index strong,
  .sheshi-travel-provider-index p { grid-column: 1; grid-row: auto; }
  .sheshi-travel-provider-index b { grid-column: 2; grid-row: 1 / span 3; }
  .sheshi-travel-transparency { grid-template-columns: 1fr; gap: 16px; padding: 20px; }
  .sheshi-home .sheshi-travel-feature-layout { padding: 18px; border-radius: 16px; }
  .sheshi-home .sheshi-trust-grid { gap: 10px; }
  .sheshi-home .sheshi-trust-item { padding: 18px; }
  .sheshi-not-found { padding: 22px 0 46px; }
  .sheshi-not-found-layout { grid-template-columns: 1fr; gap: 18px; padding: 24px 18px; border-radius: 16px; }
  .sheshi-not-found-code { font-size: 50px; }
  .sheshi-not-found .sheshi-search-not-found { display: grid; grid-template-columns: 1fr; }
  body.search .sheshi-results-page .sheshi-results-head h1 { font-size: 30px; }
  .sheshi-profile-identity h1 { font-size: 32px; }
}

/* Sheshi 0.18.1 — compact directory entry and animation containment. */
.sheshi-directory-hero {
  padding: 20px 0 18px;
}

.sheshi-directory-hero > .sheshi-wrap {
  padding: 22px 26px 24px;
  border-radius: 18px;
}

.sheshi-directory-hero .sheshi-kicker {
  margin-bottom: 6px;
}

.sheshi-directory-hero h1 {
  max-width: none;
  font-size: clamp(32px, 3.3vw, 40px);
  line-height: 1.05;
}

.sheshi-directory-hero > .sheshi-wrap > p:not(.sheshi-kicker) {
  max-width: none;
  margin: 8px 0 16px;
  font-size: 14px;
  line-height: 1.45;
}

.sheshi-directory-hero .sheshi-search-directory {
  min-height: 0;
  animation: none !important;
  transform: none !important;
}

.sheshi-not-found .sheshi-search-not-found {
  animation: none !important;
  transform: none !important;
}

.sheshi-not-found .sheshi-search-not-found .sheshi-search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--sheshi-white);
  background: var(--accent);
}

.sheshi-not-found .sheshi-search-not-found .sheshi-search-submit:hover {
  color: var(--sheshi-white);
  background: var(--accent-hover);
}

.sheshi-not-found .sheshi-search-not-found .sheshi-search-submit-label {
  margin: 0;
  color: var(--sheshi-white);
  font-size: 14px;
}

.sheshi-not-found .sheshi-search-not-found .sheshi-search-submit-icon {
  width: 17px;
  height: 17px;
  margin-left: 0;
  stroke: var(--sheshi-white);
}

.sheshi-directory-hero .sheshi-search-directory input,
.sheshi-directory-hero .sheshi-search-directory select,
.sheshi-directory-hero .sheshi-search-directory .sheshi-search-submit {
  height: 52px;
  min-height: 52px;
}

.sheshi-directory-hero .sheshi-search-directory .sheshi-search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sheshi-white);
  background: var(--accent);
  box-shadow: none;
}

.sheshi-directory-hero .sheshi-search-directory .sheshi-search-submit:hover {
  color: var(--sheshi-white);
  background: var(--accent-hover);
}

.sheshi-directory-hero .sheshi-search-directory .sheshi-search-submit-label {
  margin: 0;
  color: var(--sheshi-white);
  font-size: 14px;
}

.sheshi-directory-hero .sheshi-search-directory .sheshi-search-submit-icon {
  width: 17px;
  height: 17px;
  margin-left: 7px;
  stroke: var(--sheshi-white);
}

@media (max-width: 620px) {
  .sheshi-directory-hero { padding: 14px 0 16px; }
  .sheshi-directory-hero > .sheshi-wrap { padding: 18px 14px; }
  .sheshi-directory-hero h1 { font-size: 29px; }
  .sheshi-directory-hero > .sheshi-wrap > p:not(.sheshi-kicker) { margin: 7px 0 14px; font-size: 13px; }
  .sheshi-directory-hero .sheshi-search-directory .sheshi-search-submit-label { display: block; }
  .sheshi-not-found .sheshi-search-not-found .sheshi-search-submit-label { display: block; }
}

/* Sheshi 0.18.6 — compact search-results entry at short and regular viewports. */
body.search .sheshi-results-page {
  padding: 20px 0 64px;
}

body.search .sheshi-results-intro {
  padding: 20px 22px 22px;
  border: 1px solid var(--sheshi-card-border);
  border-radius: 18px;
  background: var(--sheshi-surface);
  box-shadow: var(--sheshi-shadow-sm);
}

body.search .sheshi-results-head {
  align-items: center;
  gap: 20px;
  padding: 0;
  border: 0;
}

body.search .sheshi-results-head .sheshi-kicker {
  margin-bottom: 4px;
}

body.search .sheshi-results-page .sheshi-results-head h1 {
  font-size: clamp(29px, 3.2vw, 36px);
  line-height: 1.02;
}

body.search .sheshi-results-head h1 span {
  display: inline;
  color: var(--sheshi-muted);
  font-size: .48em;
  font-weight: 740;
  letter-spacing: -.015em;
}

body.search .sheshi-results-count {
  display: inline-flex;
  min-width: 0;
  align-items: baseline;
  justify-self: end;
  gap: 6px;
  margin: 0;
  padding: 7px 10px;
  border: 0;
  border-radius: 999px;
  background: var(--sheshi-surface-soft);
}

body.search .sheshi-results-count strong {
  font-size: 19px;
  line-height: 1;
}

body.search .sheshi-results-count span,
body.search .sheshi-results-count small {
  font-size: 10px;
  line-height: 1.2;
}

body.search .sheshi-results-page .sheshi-results-search {
  margin: 12px 0 0;
}

body.search .sheshi-results-page .sheshi-search-results {
  padding: 6px;
  border-color: var(--sheshi-card-border);
  box-shadow: none;
}

body.search .sheshi-results-page .sheshi-search-results input,
body.search .sheshi-results-page .sheshi-search-results select,
body.search .sheshi-results-page .sheshi-search-results .sheshi-search-submit {
  min-height: 46px;
}

body.search .sheshi-results-toolbar {
  margin-top: 16px;
}

@media (max-width: 620px) {
  body.search .sheshi-results-page {
    padding: 14px 0 48px;
  }

  body.search .sheshi-results-intro {
    padding: 17px 13px 14px;
    border-radius: 16px;
  }

  body.search .sheshi-results-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.search .sheshi-results-count {
    justify-self: start;
  }

  body.search .sheshi-results-page .sheshi-results-head h1 {
    font-size: 28px;
  }

  body.search .sheshi-results-head h1 span {
    display: block;
    margin-bottom: 2px;
    font-size: 13px;
  }

  body.search .sheshi-results-page .sheshi-results-search {
    margin-top: 11px;
  }

  body.search .sheshi-results-page .sheshi-search-results {
    padding: 5px;
  }

  body.search .sheshi-results-page .sheshi-search-results input[type="search"],
  body.search .sheshi-results-page .sheshi-search-results select,
  body.search .sheshi-results-page .sheshi-search-results .sheshi-search-submit {
    min-height: 44px;
  }

  body.search .sheshi-results-page .sheshi-search-submit-label {
    display: block;
  }

  body.search .sheshi-results-toolbar {
    margin-top: 12px;
  }

  body.search .sheshi-results-toolbar a,
  body.search .sheshi-results-toolbar a span {
    font-size: 10px;
  }
}

/* Sheshi 0.18.7 — structured portal navigation and explicit mobile menu. */
.sheshi-site-header {
  z-index: 10050 !important;
  background: var(--sheshi-white);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.sheshi-nav {
  display: grid;
  grid-template-columns: minmax(110px, 1fr) auto minmax(180px, 1fr);
  min-height: 72px;
  gap: 24px;
}

.sheshi-nav > .sheshi-brand {
  justify-self: start;
}

.sheshi-desktop-nav {
  justify-self: center;
}

.sheshi-menu {
  gap: 8px;
}

.sheshi-menu > li {
  position: relative;
}

.sheshi-menu > li > a,
.sheshi-nav-dropdown > summary {
  position: relative;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border: 0;
  border-radius: 9px;
  color: #46433f;
  background: transparent;
  font-size: 13px;
  font-weight: 720;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  list-style: none;
}

.sheshi-nav-dropdown > summary::-webkit-details-marker {
  display: none;
}

.sheshi-nav-dropdown > summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.sheshi-menu > li > a:hover,
.sheshi-menu > li > a:focus-visible,
.sheshi-nav-dropdown > summary:hover,
.sheshi-nav-dropdown > summary:focus-visible,
.sheshi-nav-dropdown[open] > summary {
  color: var(--sheshi-ink);
  background: var(--sheshi-surface-soft);
}

.sheshi-menu > li > a[aria-current="page"]::after,
.sheshi-nav-dropdown.is-current > summary::after {
  position: absolute;
  right: 10px;
  bottom: 2px;
  left: 10px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
  content: "";
}

.sheshi-nav-chevron {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 160ms ease;
}

.sheshi-nav-dropdown[open] .sheshi-nav-chevron {
  transform: rotate(180deg);
}

.sheshi-nav-panel {
  position: absolute;
  z-index: 70;
  top: calc(100% + 18px);
  left: 0;
  display: grid;
  width: 310px;
  gap: 2px;
  padding: 8px;
  border: 1px solid var(--sheshi-card-border);
  border-radius: 16px;
  background: var(--sheshi-white);
  box-shadow: 0 18px 48px rgba(29, 29, 31, .14);
}

.sheshi-nav-dropdown--organizations .sheshi-nav-panel {
  right: 0;
  left: auto;
}

.sheshi-nav-panel a {
  display: grid;
  gap: 4px;
  padding: 12px 13px;
  border-radius: 10px;
  color: var(--sheshi-ink);
  text-decoration: none;
}

.sheshi-nav-panel a:hover,
.sheshi-nav-panel a:focus-visible {
  color: var(--sheshi-ink);
  background: var(--sheshi-surface-soft);
}

.sheshi-nav-panel strong {
  font-size: 13px;
  font-weight: 790;
  letter-spacing: -.012em;
}

.sheshi-nav-panel span {
  color: var(--sheshi-muted);
  font-size: 11px;
  font-weight: 560;
  line-height: 1.35;
}

.sheshi-nav > .sheshi-nav-cta {
  min-height: 44px;
  justify-self: end;
  gap: 9px;
  padding: 0 14px 0 9px;
  border: 1px solid var(--accent);
  border-radius: 12px;
  color: var(--sheshi-white);
  background: var(--accent);
  box-shadow: 0 7px 20px rgba(185, 49, 38, .18);
  font-size: 13px;
  font-weight: 780;
}

.sheshi-nav > .sheshi-nav-cta:hover,
.sheshi-nav > .sheshi-nav-cta:focus-visible {
  border-color: var(--accent-hover);
  color: var(--sheshi-white);
  background: var(--accent-hover);
}

.sheshi-nav > .sheshi-nav-cta > span {
  color: inherit;
}

.sheshi-nav-plus {
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 8px;
  color: var(--sheshi-white);
  background: rgba(255, 255, 255, .16);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.sheshi-sr-only {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 1040px) and (min-width: 901px) {
  .sheshi-nav { gap: 14px; }
  .sheshi-menu { gap: 2px; }
  .sheshi-menu > li > a,
  .sheshi-nav-dropdown > summary { padding-right: 7px; padding-left: 7px; font-size: 12px; }
  .sheshi-nav > .sheshi-nav-cta { padding-right: 10px; font-size: 12px; }
}

@media (max-width: 900px) {
  .sheshi-nav {
    display: flex;
    min-height: 64px;
  }

  .sheshi-nav > .sheshi-desktop-nav,
  .sheshi-nav > .sheshi-nav-cta {
    display: none;
  }

  .sheshi-mobile-menu {
    position: relative;
    display: block;
    margin-left: auto;
  }

  .sheshi-mobile-menu > summary {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--sheshi-card-border);
    border-radius: 12px;
    background: var(--sheshi-surface-soft);
    cursor: pointer;
    list-style: none;
  }

  .sheshi-mobile-menu[open] > summary {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  .sheshi-mobile-menu > summary::-webkit-details-marker {
    display: none;
  }

  .sheshi-menu-toggle-icon {
    position: relative;
    display: block;
    width: 20px;
    height: 16px;
  }

  .sheshi-menu-toggle-icon > span {
    position: absolute;
    left: 0;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--sheshi-ink);
    transition: top 160ms ease, transform 160ms ease, opacity 120ms ease;
  }

  .sheshi-menu-toggle-icon > span:nth-child(1) { top: 1px; }
  .sheshi-menu-toggle-icon > span:nth-child(2) { top: 7px; }
  .sheshi-menu-toggle-icon > span:nth-child(3) { top: 13px; }
  .sheshi-mobile-menu[open] .sheshi-menu-toggle-icon > span:nth-child(1) { top: 7px; transform: rotate(45deg); }
  .sheshi-mobile-menu[open] .sheshi-menu-toggle-icon > span:nth-child(2) { opacity: 0; }
  .sheshi-mobile-menu[open] .sheshi-menu-toggle-icon > span:nth-child(3) { top: 7px; transform: rotate(-45deg); }

  .sheshi-mobile-menu[open] > nav {
    position: fixed;
    z-index: 80;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    width: 100%;
    max-height: none;
    padding: 18px max(20px, calc((100vw - 520px) / 2)) 28px;
    border: 0;
    border-top: 1px solid var(--sheshi-card-border);
    border-radius: 0;
    background: var(--sheshi-white);
    box-shadow: none;
    overscroll-behavior: contain;
  }

  .sheshi-mobile-section + .sheshi-mobile-section {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--sheshi-line);
  }

  .sheshi-mobile-section p {
    margin: 0;
    padding: 9px 10px 5px;
    color: var(--accent-hover);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
  }

  .sheshi-mobile-section a {
    display: flex;
    min-height: 43px;
    align-items: center;
    padding: 9px 10px;
    border: 0;
    border-radius: 9px;
    color: var(--sheshi-ink);
    font-size: 14px;
    font-weight: 720;
    text-decoration: none;
  }

  .sheshi-mobile-section a:hover,
  .sheshi-mobile-section a:focus-visible {
    color: var(--sheshi-ink);
    background: var(--sheshi-surface-soft);
  }

  .sheshi-mobile-action {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    padding: 10px 14px;
    border-radius: 11px;
    color: var(--sheshi-white);
    background: var(--accent);
    font-size: 14px;
    font-weight: 780;
    text-decoration: none;
  }

  .sheshi-mobile-action:hover,
  .sheshi-mobile-action:focus-visible,
  .sheshi-mobile-action span {
    color: var(--sheshi-white);
  }

  .sheshi-mobile-plus {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
  }
}

@media (max-width: 620px) {
  .sheshi-nav { min-height: 62px; }
  .sheshi-mobile-menu[open] > nav { top: 62px; }
}

/* Sheshi 0.18.8 — keep every search control inside its own grid track. */
.sheshi-search-directory > input[type="search"],
.sheshi-search-directory > select,
.sheshi-search-directory > .sheshi-search-submit,
.sheshi-search-results > input[type="search"],
.sheshi-search-results > select,
.sheshi-search-results > .sheshi-search-submit,
.sheshi-search-not-found > input[type="search"],
.sheshi-search-not-found > select,
.sheshi-search-not-found > .sheshi-search-submit {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

/* Sheshi 0.18.9 — cards are separated surfaces; the legacy joined-grid frame is obsolete. */
.sheshi-home .sheshi-discovery-grid {
  border: 0;
}

@media (min-width: 901px) {
  .sheshi-directory-hero .sheshi-search-directory {
    grid-template-columns: minmax(220px, 1.35fr) minmax(170px, .9fr) minmax(150px, .8fr) 146px;
  }
}

@media (min-width: 821px) {
  body.search .sheshi-results-page .sheshi-search-results {
    grid-template-columns: minmax(220px, 1.35fr) minmax(170px, .9fr) minmax(150px, .8fr) 146px;
  }
}

/* Sheshi 0.19.0 — mobile-first directory entrance. */
.sheshi-home .sheshi-front-panel .sheshi-search-hero {
  grid-template-columns: minmax(0, 1fr) minmax(190px, .55fr) 128px;
}

.sheshi-home .sheshi-front-panel .sheshi-search-hero .sheshi-search-submit {
  width: auto;
  min-width: 0;
  max-width: none;
}

.sheshi-front-panel .sheshi-search-hero select {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 58px;
  padding: 0 42px 0 18px;
  border: 1px solid #dedbd5;
  border-radius: 14px;
  background-color: #faf9f7;
  font-size: 16px;
}

.sheshi-all-categories,
.sheshi-directory-link-mobile,
.sheshi-discovery-summary,
.sheshi-discovery-suggest {
  display: none;
}

.sheshi-quick-categories .sheshi-all-categories {
  display: none;
}

@media (max-width: 620px) {
  body.sheshi-home {
    background: #101010;
  }

  body.sheshi-home .sheshi-site-header {
    width: calc(100% - 24px);
    min-height: 64px;
    margin: 12px 12px 0;
    border: 1px solid #343433;
    border-bottom-color: #30302f;
    border-radius: 16px 16px 0 0;
    color: #f5f3ef;
    background: #181818;
    box-shadow: none;
  }

  body.sheshi-home .sheshi-site-header .sheshi-wrap {
    width: 100%;
    padding: 0 24px;
  }

  body.sheshi-home .sheshi-nav {
    min-height: 62px;
  }

  body.sheshi-home .sheshi-brand {
    color: #f6f4f0;
    font-size: 27px;
  }

  body.sheshi-home .sheshi-brand .sheshi-wordmark {
    color: #f6f4f0;
  }

  body.sheshi-home .sheshi-mobile-menu > summary {
    border: 0;
    border-radius: 8px;
    background: transparent;
  }

  body.sheshi-home .sheshi-menu-toggle-icon > span {
    background: #d8d4cd;
  }

  body.sheshi-home .sheshi-mobile-menu[open] > nav {
    top: 76px;
    right: 12px;
    left: 12px;
    width: auto;
    border: 1px solid #343433;
    border-top-color: #30302f;
    color: #f2f0eb;
    background: #181818;
  }

  body.sheshi-home .sheshi-mobile-section + .sheshi-mobile-section {
    border-top-color: #343433;
  }

  body.sheshi-home .sheshi-mobile-section p {
    color: #ee7673;
  }

  body.sheshi-home .sheshi-mobile-section a {
    color: #f2f0eb;
  }

  body.sheshi-home .sheshi-mobile-section a:hover,
  body.sheshi-home .sheshi-mobile-section a:focus-visible {
    color: #fff;
    background: #252524;
  }

  body.sheshi-home .sheshi-hero {
    width: calc(100% - 24px);
    margin: 0 12px;
    padding: 0;
    border-right: 1px solid #343433;
    border-left: 1px solid #343433;
    color: #f5f3ef;
    background: #181818;
  }

  body.sheshi-home .sheshi-hero .sheshi-wrap {
    width: 100%;
    padding: 31px 24px 28px;
  }

  body.sheshi-home .sheshi-portal {
    max-width: none;
    text-align: left;
  }

  body.sheshi-home .sheshi-eyebrow {
    margin: 0 0 11px;
    color: #f06d6c;
    font-size: 13px;
    font-weight: 680;
    letter-spacing: 0;
    line-height: 1.35;
    text-align: left;
    text-transform: none;
  }

  body.sheshi-home .sheshi-hero h1 {
    max-width: none;
    margin: 0;
    color: #f8f7f4;
    font-size: 34px;
    font-weight: 710;
    letter-spacing: -.045em;
    line-height: 1.08;
    text-align: left;
  }

  body.sheshi-home .sheshi-hero-copy {
    max-width: 330px;
    margin: 10px 0 23px;
    color: #cac6bf;
    font-size: 18px;
    line-height: 1.45;
    text-align: left;
  }

  body.sheshi-home .sheshi-front-panel {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.sheshi-home .sheshi-front-panel .sheshi-search-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  body.sheshi-home .sheshi-front-panel .sheshi-search-hero input[type="search"],
  body.sheshi-home .sheshi-front-panel .sheshi-search-hero select {
    width: 100%;
    min-height: 55px;
    margin: 0;
    border: 0;
    border-radius: 0;
    color: #e9e6e1;
    background-color: transparent;
    background-repeat: no-repeat;
    font-size: 16px;
    box-shadow: none;
  }

  body.sheshi-home .sheshi-front-panel .sheshi-search-hero input[type="search"] {
    padding: 0 16px 0 51px;
    border: 1px solid #4a4947;
    border-radius: 16px 16px 0 0;
    background-color: #1c1c1b;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%238f8c86' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
    background-position: 18px 50%;
  }

  body.sheshi-home .sheshi-front-panel .sheshi-search-hero select {
    padding: 0 45px 0 51px;
    border: 1px solid #4a4947;
    border-top: 0;
    border-radius: 0 0 16px 16px;
    background-color: #1c1c1b;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%238f8c86' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238f8c86' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-position: 18px 50%, calc(100% - 17px) 50%;
    appearance: none;
  }

  body.sheshi-home .sheshi-front-panel .sheshi-search-hero input::placeholder {
    color: #96938d;
    opacity: 1;
  }

  body.sheshi-home .sheshi-front-panel .sheshi-search-submit {
    width: 100%;
    min-width: 100%;
    max-width: none;
    min-height: 54px;
    margin: 13px 0 0;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: #d93b3f;
    box-shadow: none;
    font-size: 16px;
  }

  body.sheshi-home .sheshi-front-panel .sheshi-search-submit:hover,
  body.sheshi-home .sheshi-front-panel .sheshi-search-submit:focus-visible {
    background: #eb484b;
  }

  body.sheshi-home .sheshi-front-panel .sheshi-search-submit .sheshi-search-submit-label {
    display: block;
  }

  body.sheshi-home .sheshi-front-panel .sheshi-search-submit .sheshi-search-submit-icon {
    display: none;
  }

  body.sheshi-home .sheshi-quick-categories {
    margin: 23px 0 0;
    padding: 0;
    border: 0;
  }

  body.sheshi-home .sheshi-quick-categories > p {
    display: none;
  }

  body.sheshi-home .sheshi-quick-categories > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 7px;
  }

  body.sheshi-home .sheshi-quick-categories a {
    display: inline-flex;
    width: auto;
    min-height: 42px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border: 1px solid #3d3d3b;
    border-radius: 999px;
    color: #d5d1ca;
    background: transparent;
    font-size: 14px;
    font-weight: 590;
    line-height: 1;
  }

  body.sheshi-home .sheshi-quick-categories a:hover,
  body.sheshi-home .sheshi-quick-categories a:focus-visible {
    color: #fff;
    border-color: #5a5955;
    background: #242423;
    transform: none;
  }

  body.sheshi-home .sheshi-quick-categories a .sheshi-category-icon {
    display: none;
  }

  body.sheshi-home .sheshi-quick-categories .sheshi-all-categories {
    display: inline-flex;
    min-width: 94px;
    flex-direction: row;
    gap: 4px;
    color: #f1eee9;
    white-space: nowrap;
  }

  body.sheshi-home .sheshi-quick-categories .sheshi-all-categories > span {
    display: inline-block;
    width: auto;
    height: auto;
    flex: 0 0 auto;
  }

  body.sheshi-home .sheshi-hero-tools {
    margin: 18px 0 0;
    padding: 0;
    border: 0;
  }

  body.sheshi-home .sheshi-hero-tools > div {
    display: none;
  }

  body.sheshi-home .sheshi-hero-tools > span {
    display: block;
    margin: 0;
    color: #8f8c86;
    font-size: 12px;
    font-weight: 590;
    letter-spacing: 0;
    line-height: 1.45;
    text-transform: none;
  }

  body.sheshi-home .sheshi-discovery {
    width: calc(100% - 24px);
    margin: 0 12px 12px;
    padding: 0;
    border: 1px solid #343433;
    border-top-color: #30302f;
    border-radius: 0 0 16px 16px;
    color: #f5f3ef;
    background: #181818;
  }

  body.sheshi-home .sheshi-discovery > .sheshi-wrap {
    width: 100%;
    padding: 27px 24px 28px;
  }

  body.sheshi-home .sheshi-discovery-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 17px;
  }

  body.sheshi-home .sheshi-discovery-head .sheshi-kicker,
  body.sheshi-home .sheshi-discovery-head > div:last-child > p,
  body.sheshi-home .sheshi-directory-stats {
    display: none;
  }

  body.sheshi-home .sheshi-discovery-head > div:last-child {
    display: block;
  }

  body.sheshi-home .sheshi-discovery-head h2 {
    margin: 0;
    color: #f4f2ee;
    font-size: 23px;
    font-weight: 690;
    letter-spacing: -.025em;
  }

  body.sheshi-home .sheshi-discovery .sheshi-directory-link {
    min-height: 44px;
    padding: 8px 0 8px 10px;
    border: 0;
    color: #f06d6c;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
  }

  body.sheshi-home .sheshi-directory-link-desktop {
    display: none;
  }

  body.sheshi-home .sheshi-directory-link-mobile {
    display: inline;
  }

  body.sheshi-home .sheshi-discovery-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    border: 0;
  }

  body.sheshi-home .sheshi-discovery-card {
    display: flex;
    min-height: 0;
    padding: 18px 19px 16px;
    border: 1px solid #353534;
    border-radius: 15px;
    color: #f1efeb;
    background: #1a1a19;
    box-shadow: none;
  }

  body.sheshi-home .sheshi-discovery-card:nth-child(n + 3) {
    display: none;
  }

  body.sheshi-home .sheshi-discovery-card:hover {
    border-color: #4a4947;
    box-shadow: none;
    transform: none;
  }

  body.sheshi-home .sheshi-discovery-card h3 {
    order: 1;
    margin: 0;
    font-size: 18px;
    line-height: 1.22;
  }

  body.sheshi-home .sheshi-discovery-card h3 a {
    color: #f4f2ee;
  }

  body.sheshi-home .sheshi-discovery-summary {
    display: -webkit-box;
    order: 2;
    overflow: hidden;
    margin: 4px 0 11px;
    color: #c9c5bd;
    font-size: 14px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.sheshi-home .sheshi-discovery-meta {
    display: flex;
    order: 3;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    margin: 0;
    color: #d6d2cb;
  }

  body.sheshi-home .sheshi-discovery-meta > div,
  body.sheshi-home .sheshi-discovery-meta > span {
    display: inline-flex;
    width: auto;
    min-height: 31px;
    flex: 0 0 auto;
    align-items: center;
    padding: 5px 11px;
    border: 0;
    border-radius: 999px;
    color: #f17b78;
    background: #5b1115;
    font-size: 12px;
    font-weight: 620;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
  }

  body.sheshi-home .sheshi-discovery-meta > span {
    color: #d3cfc8;
    background: #242423;
  }

  body.sheshi-home .sheshi-discovery-meta .sheshi-category-icon,
  body.sheshi-home .sheshi-discovery-languages,
  body.sheshi-home .sheshi-discovery-actions {
    display: none;
  }

  body.sheshi-home .sheshi-discovery-suggest {
    display: flex;
    min-height: 58px;
    align-items: center;
    gap: 13px;
    margin-top: 17px;
    padding: 12px 18px;
    border: 1px dashed #4b4a48;
    border-radius: 14px;
    color: #d0ccc5;
    background: transparent;
    font-size: 14px;
    font-weight: 590;
    text-decoration: none;
  }

  body.sheshi-home .sheshi-discovery-suggest:hover,
  body.sheshi-home .sheshi-discovery-suggest:focus-visible {
    color: #fff;
    border-color: #73716c;
    background: #20201f;
  }

  body.sheshi-home .sheshi-discovery-plus {
    width: 21px;
    height: 21px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }
}

/* 0.22.0 final cascade lock: keep late legacy rules inside the dark token system. */
:root {
  color-scheme: dark;
  --sheshi-ink: #f5f3ef;
  --sheshi-navy: #f5f3ef;
  --sheshi-sand: #121212;
  --sheshi-mist: #1b1b1a;
  --sheshi-line: #383735;
  --sheshi-muted: #aaa69e;
  --sheshi-page-bg: #121212;
  --sheshi-surface: #1b1b1a;
  --sheshi-surface-soft: #242423;
  --sheshi-card-border: #383735;
}

html,
body.sheshi-shell,
body.sheshi-home { color: #f5f3ef; background: #121212 !important; }

body.sheshi-shell .sheshi-site-header,
body.sheshi-home .sheshi-site-header { border-bottom-color: #30302f; color: #f5f3ef; background: #171717; box-shadow: none; }

body.sheshi-shell .sheshi-brand,
body.sheshi-shell .sheshi-brand .sheshi-wordmark,
body.sheshi-home .sheshi-brand,
body.sheshi-home .sheshi-brand .sheshi-wordmark { color: #f6f4f0; }

@media (max-width: 620px) {
  body.sheshi-shell,
  body.sheshi-home { background: #101010 !important; }
}

@media (min-width: 621px) {
  body.sheshi-shell .sheshi-search-mobile-filters,
  body.sheshi-shell .sheshi-search-mobile-filter-fields,
  body.sheshi-home .sheshi-search-mobile-filters,
  body.sheshi-home .sheshi-search-mobile-filter-fields { display: contents; }

  body.sheshi-shell .sheshi-search-mobile-filters > summary,
  body.sheshi-home .sheshi-search-mobile-filters > summary { display: none; }
}

@media (min-width: 621px) {
  body.sheshi-shell .sheshi-search-directory input[type="search"] { grid-column: 1; grid-row: 1; }
  body.sheshi-shell .sheshi-search-directory select[name="listing_category"] { grid-column: 2; grid-row: 1; }
  body.sheshi-shell .sheshi-search-directory select[name="location"] { grid-column: 3; grid-row: 1; }
  body.sheshi-shell .sheshi-search-directory .sheshi-search-submit { grid-column: 4; grid-row: 1; }
}

@media (min-width: 621px) {
  body.sheshi-shell .sheshi-search-directory .sheshi-search-mobile-filters {
    display: block;
    height: 100%;
    grid-column: 2 / span 2;
    grid-row: 1;
  }
  body.sheshi-shell .sheshi-search-directory .sheshi-search-mobile-filter-fields {
    display: grid !important;
    height: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  body.sheshi-shell .sheshi-search-directory .sheshi-search-mobile-filter-fields select {
    width: 100%;
    min-width: 0;
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  body.single-listing .sheshi-profile-page { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  body.single-listing .sheshi-profile-mobile-actions a.sheshi-profile-mobile-primary span { margin-left: 4px; color: #fff; }
  body.single-listing .sheshi-profile-mobile-callbar {
    padding-right: 16px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
    padding-left: 16px;
  }
}

/* Sheshi 0.20.0 — final search-results cascade. */
body.search.search .sheshi-results-page { padding: 0 0 76px; }
body.search.search .sheshi-results-search-strip { padding: 14px 0; border-bottom: 1px solid #30302f; background: #1b1b1a; }
body.search.search .sheshi-results-search-strip .sheshi-results-search { margin: 0; }
body.search.search .sheshi-search-mobile-filters,
body.search.search .sheshi-search-mobile-filter-fields { display: contents; }
body.search.search .sheshi-search-mobile-filters > summary { display: none; }
@media (min-width: 621px) {
  body.search.search .sheshi-results-page .sheshi-search-results { grid-template-columns: minmax(260px, 1.15fr) minmax(460px, 1.35fr) 132px; }
  body.search.search .sheshi-search-mobile-filters { display: block; min-width: 0; }
  body.search.search .sheshi-search-mobile-filter-fields,
  body.search.search .sheshi-search-mobile-filters:not([open]) > .sheshi-search-mobile-filter-fields { display: grid !important; height: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.search.search .sheshi-search-mobile-filter-fields select { width: 100%; min-width: 0; }
}
body.search.search .sheshi-results-layout { display: grid; grid-template-columns: 205px minmax(0, 1fr); align-items: start; gap: 34px; padding: 30px 0 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
body.search.search .sheshi-results-content { min-width: 0; }
body.search.search .sheshi-results-breadcrumb { display: flex; align-items: center; gap: 5px; margin-bottom: 5px; color: #8f8c86; font-size: 11px; }
body.search.search .sheshi-results-breadcrumb a { color: #aaa69e; text-decoration: none; }
body.search.search .sheshi-results-head { display: block; padding: 0; }
body.search.search .sheshi-results-page .sheshi-results-head h1 { color: #f7f5f1; font-size: 31px; font-weight: 720; letter-spacing: -.04em; }
body.search.search .sheshi-results-facets { padding-top: 58px; }
body.search.search .sheshi-facet-group { padding: 0 0 19px; border-bottom: 1px solid #30302f; }
body.search.search .sheshi-facet-group + .sheshi-facet-group { padding-top: 19px; }
body.search.search .sheshi-facet-group h2 { margin: 0 0 10px; color: #f0ede8; font-size: 11px; font-weight: 760; letter-spacing: .01em; }
body.search.search .sheshi-facet-option { display: flex; min-height: 34px; align-items: center; gap: 9px; color: #aaa69e; font-size: 12px; font-weight: 560; line-height: 1.25; text-decoration: none; }
body.search.search .sheshi-facet-option:hover,
body.search.search .sheshi-facet-option:focus-visible { color: #fff; }
body.search.search .sheshi-facet-box { width: 13px; height: 13px; flex: 0 0 auto; border: 1px solid #575653; border-radius: 3px; background: #20201f; }
body.search.search .sheshi-facet-option.is-active { color: #f4f2ee; }
body.search.search .sheshi-facet-option.is-active .sheshi-facet-box { border-color: #d23a3e; background: #d23a3e; box-shadow: inset 0 0 0 3px #d23a3e; }
body.search.search .sheshi-active-filters { justify-content: flex-end; margin: 0; }
body.search.search .sheshi-filter-reset { display: inline-flex; min-height: 36px; align-items: center; padding: 6px 2px; color: #8f8c86; font-size: 11px; text-decoration: none; }
body.search.search .sheshi-filter-reset:hover,
body.search.search .sheshi-filter-reset:focus-visible { color: #f5f3ef; }
body.search.search .sheshi-results-toolbar { display: grid; min-height: 52px; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 12px; margin: 9px 0 0; }
body.search.search .sheshi-results-toolbar p { color: #c9c5bd; font-size: 13px; font-weight: 560; letter-spacing: 0; text-transform: none; }
body.search.search .sheshi-results-toolbar p strong { color: #f5f3ef; }
body.search.search .sheshi-results-page .sheshi-results-list { display: grid; grid-template-columns: 1fr; gap: 0; overflow: hidden; border: 1px solid #383735; border-radius: 14px; }
body.search.search .sheshi-results-page .sheshi-result-card--search { min-height: 126px; grid-template-columns: 40px minmax(0, 1fr) minmax(190px, 220px); align-items: center; gap: 14px; padding: 17px 18px; border: 0; border-bottom: 1px solid #343432; border-radius: 0; background: #1b1b1a; }
body.search.search .sheshi-results-page .sheshi-result-card--search:last-child { border-bottom: 0; }
body.search.search .sheshi-result-card--search .sheshi-category-icon { width: 40px; height: 40px; border-radius: 11px; }
body.search.search .sheshi-result-card--search .sheshi-result-meta { margin: 0 0 5px; font-size: 9px; }
body.search.search .sheshi-results-page .sheshi-result-card--search h2 { font-size: 19px; line-height: 1.15; }
body.search.search .sheshi-result-card--search .sheshi-result-description { margin-top: 4px; font-size: 12px; line-height: 1.35; }
body.search.search .sheshi-result-title-row { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 8px; }
body.search.search .sheshi-result-title-row h2 { min-width: 0; }
body.search.search .sheshi-result-status { display: inline-flex; min-height: 22px; flex: 0 0 auto; align-items: center; padding: 3px 7px; border-radius: 999px; color: #9ed8bb; background: #173629; font-size: 9px; font-weight: 720; line-height: 1; }
body.search.search .sheshi-result-facts { display: flex; overflow: hidden; flex-wrap: wrap; align-items: center; gap: 3px 10px; margin: 7px 0 0; color: #8f8c86; font-size: 10px; line-height: 1.3; }
body.search.search .sheshi-result-facts span { display: inline-flex; overflow: hidden; max-width: 100%; text-overflow: ellipsis; white-space: nowrap; }
body.search.search .sheshi-result-facts span + span::before { display: none; content: none; }
body.search.search .sheshi-result-card--search .sheshi-result-foot { grid-column: 3; display: grid; grid-template-columns: 1fr; align-self: stretch; align-content: center; gap: 9px; padding: 0 0 0 18px; border-top: 0; border-left: 1px solid #343432; }
body.search.search .sheshi-result-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 6px 12px; }
body.search.search .sheshi-result-card--search .sheshi-result-links > a { min-width: 0; min-height: 36px; padding: 7px 11px; font-size: 11px; }
body.search.search .sheshi-result-card--search .sheshi-result-links > .sheshi-result-website { border: 0; color: #f06d6c; background: transparent; }
body.search.search .sheshi-result-card--search .sheshi-result-links > .sheshi-result-website:hover,
body.search.search .sheshi-result-card--search .sheshi-result-links > .sheshi-result-website:focus-visible { color: #fff; background: transparent; }

@media (max-width: 900px) {
  body.search.search .sheshi-results-layout { grid-template-columns: 1fr; }
  body.search.search .sheshi-results-facets { display: none; }
}

@media (max-width: 620px) {
  body.search.search .sheshi-results-page { padding: 0 0 28px; }
  body.search.search .sheshi-results-search-strip { padding: 18px 20px 17px; border-bottom: 1px solid #30302f; background: transparent; }
  body.search.search .sheshi-results-search-strip > .sheshi-wrap { width: 100%; }
  body.search.search .sheshi-search-mobile-filters { display: block; grid-column: 1 / -1; grid-row: 2; }
  body.search.search .sheshi-search-mobile-filters > summary { display: inline-flex; min-height: 40px; align-items: center; gap: 7px; padding: 7px 13px; border: 1px solid #3d3d3b; border-radius: 999px; color: #d8d4cd; background: #20201f; font-size: 12px; font-weight: 650; cursor: pointer; list-style: none; }
  body.search.search .sheshi-search-mobile-filters > summary::-webkit-details-marker { display: none; }
  body.search.search .sheshi-search-mobile-filters > summary svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
  body.search.search .sheshi-search-mobile-filter-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
  body.search.search .sheshi-search-mobile-filters:not([open]) .sheshi-search-mobile-filter-fields { display: none; }
  body.search.search .sheshi-results-page .sheshi-search-mobile-filter-fields select { grid-column: auto; grid-row: auto; width: 100%; min-width: 0; transform: none; }
  body.search.search .sheshi-results-layout { display: block; padding-top: 0; }
  body.search.search .sheshi-results-content { display: block; }
  body.search.search .sheshi-results-breadcrumb,
  body.search.search .sheshi-results-head { display: none; }
  body.search.search .sheshi-results-toolbar { grid-template-columns: minmax(0, 1fr) auto; gap: 8px; padding-top: 12px; }
  body.search.search .sheshi-active-filters { grid-column: 1 / -1; grid-row: 1; justify-content: flex-start; margin: 0; }
  body.search.search .sheshi-results-toolbar > p { grid-column: 1; grid-row: 2; }
  body.search.search .sheshi-results-toolbar > a { grid-column: 2; grid-row: 2; }
  body.search.search .sheshi-results-toolbar .sheshi-filter-chip::before,
  body.search.search .sheshi-results-toolbar .sheshi-filter-reset::before { display: none; content: none; }
  body.search.search .sheshi-results-toolbar .sheshi-filter-chip { font-size: 12px; }
  body.search.search .sheshi-results-toolbar .sheshi-filter-reset { font-size: 11px; }
  body.search.search .sheshi-results-toolbar > a::before { display: inline; content: "Kategorien"; }
  body.search.search .sheshi-filter-reset { width: 100%; min-height: 32px; padding: 4px 0; }
  body.search.search .sheshi-results-toolbar { margin: 0; }
  body.search.search .sheshi-results-toolbar p { font-size: 14px; }
  body.search.search .sheshi-results-page .sheshi-results-list { display: block; overflow: visible; border: 0; border-radius: 0; }
  body.search.search .sheshi-results-page .sheshi-result-card--search { min-height: 0; grid-template-columns: 38px minmax(0, 1fr); align-items: start; gap: 10px 13px; padding: 19px 20px 18px; border-bottom: 1px solid #30302f; background: transparent; }
  body.search.search .sheshi-result-card--search .sheshi-result-foot { grid-column: 1 / -1; grid-template-columns: minmax(0, 1fr); align-self: auto; gap: 10px; padding: 12px 0 0; border: 0; }
  body.search.search .sheshi-result-title-row { align-items: flex-start; flex-direction: column; gap: 5px; }
  body.search.search .sheshi-result-title-row h2 { order: 2; }
  body.search.search .sheshi-result-status { order: 1; min-height: 21px; padding: 3px 7px; }
  body.search.search .sheshi-result-facts { display: flex; overflow: hidden; max-height: 30px; flex-wrap: wrap; gap: 2px 8px; margin-top: 7px; white-space: normal; }
  body.search.search .sheshi-result-facts span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  body.search.search .sheshi-result-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  body.search.search .sheshi-result-card--search .sheshi-result-links > a { min-height: 42px; justify-content: center; text-align: center; }
  body.search.search .sheshi-result-card--search .sheshi-result-links > .sheshi-result-website { border: 1px solid #454441; color: #f06d6c; background: #20201f; }
}
body.search.sheshi-shell { color: #f5f3ef; background: #121212; }
body.search .sheshi-site-header { border-bottom-color: #30302f; color: #f5f3ef; background: #171717; box-shadow: none; }
body.search .sheshi-brand,
body.search .sheshi-brand .sheshi-wordmark { color: #f6f4f0; }
body.search .sheshi-menu > li > a,
body.search .sheshi-nav-dropdown > summary { color: #d7d3cc; }
body.search .sheshi-menu > li > a:hover,
body.search .sheshi-menu > li > a:focus-visible,
body.search .sheshi-nav-dropdown > summary:hover,
body.search .sheshi-nav-dropdown > summary:focus-visible,
body.search .sheshi-nav-dropdown[open] > summary { color: #fff; background: #252524; }
body.search .sheshi-nav-panel { border-color: #3a3937; background: #1d1d1c; }
body.search .sheshi-nav-panel a,
body.search .sheshi-nav-panel strong { color: #f2f0eb; }
body.search .sheshi-nav-panel span { color: #aaa69e; }
body.search .sheshi-nav-panel a:hover,
body.search .sheshi-nav-panel a:focus-visible { color: #fff; background: #292928; }
body.search .sheshi-results-page { min-height: 72vh; padding: 34px 0 76px; color: #f5f3ef; background: #171717; }
body.search .sheshi-results-intro { padding: 24px; border: 1px solid #383735; border-radius: 18px; background: #1b1b1a; box-shadow: none; }
body.search .sheshi-results-head { align-items: end; gap: 24px; }
body.search .sheshi-results-head .sheshi-kicker { margin-bottom: 5px; color: #f06d6c; font-size: 11px; letter-spacing: .09em; }
body.search .sheshi-results-page .sheshi-results-head h1 { color: #f7f5f1; font-size: clamp(31px, 3.5vw, 42px); font-weight: 720; letter-spacing: -.045em; }
body.search .sheshi-results-head h1 span { color: #aaa69e; }
body.search .sheshi-results-count { color: #f5f3ef; background: #272726; }
body.search .sheshi-results-count strong { color: #f06d6c; }
body.search .sheshi-results-count span,
body.search .sheshi-results-count small { color: #b9b5ae; }
body.search .sheshi-results-page .sheshi-results-search { margin-top: 16px; }
body.search .sheshi-results-page .sheshi-search-results { grid-template-columns: minmax(220px, 1.35fr) minmax(170px, .9fr) minmax(150px, .8fr) 132px; gap: 0; padding: 5px; border: 1px solid #464542; border-radius: 14px; background: #1c1c1b; box-shadow: none; }
body.search .sheshi-results-page .sheshi-search-results input,
body.search .sheshi-results-page .sheshi-search-results select { min-height: 48px; border: 0; border-right: 1px solid #3b3a38; border-radius: 0; color: #eeeae4; background-color: transparent; box-shadow: none; }
body.search .sheshi-results-page .sheshi-search-results input::placeholder { color: #96938d; opacity: 1; }
body.search .sheshi-results-page .sheshi-search-results .sheshi-search-submit { min-height: 48px; margin-left: 5px; border: 0; border-radius: 10px; color: #fff; background: #d23a3e; box-shadow: none; }
body.search .sheshi-results-page .sheshi-search-results .sheshi-search-submit:hover,
body.search .sheshi-results-page .sheshi-search-results .sheshi-search-submit:focus-visible { background: #e44749; }
body.search .sheshi-active-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 0; }
body.search .sheshi-filter-chip { display: inline-flex; min-height: 36px; align-items: center; gap: 7px; padding: 6px 12px; border: 1px solid #4a4947; border-radius: 999px; color: #dedad3; background: #242423; font-size: 12px; font-weight: 620; line-height: 1; text-decoration: none; }
body.search .sheshi-filter-chip:hover,
body.search .sheshi-filter-chip:focus-visible { color: #fff; border-color: #65635f; background: #2d2d2b; }
body.search .sheshi-filter-chip span { color: #f06d6c; font-size: 16px; line-height: .8; }
body.search .sheshi-results-toolbar { min-height: 48px; margin-top: 20px; border: 0; color: #aaa69e; }
body.search .sheshi-results-toolbar p { color: #aaa69e; font-size: 11px; }
body.search .sheshi-results-toolbar a { color: #c9c5bd; }
body.search .sheshi-results-toolbar a span { color: #f06d6c; }
body.search .sheshi-results-page .sheshi-results-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
body.search .sheshi-results-page .sheshi-result-card--search { min-height: 198px; grid-template-columns: 42px minmax(0, 1fr); gap: 12px 15px; padding: 22px; border: 1px solid #383735; border-radius: 15px; color: #f1efeb; background: #1b1b1a; box-shadow: none; transform: none; }
body.search .sheshi-results-page .sheshi-result-card--search:hover { border-color: #51504d; background: #1e1e1d; box-shadow: none; transform: none; }
body.search .sheshi-result-card--search .sheshi-category-icon { width: 42px; height: 42px; border: 0; border-radius: 12px; color: #f06d6c; background: #481417; }
body.search .sheshi-result-card--search .sheshi-result-meta { margin-bottom: 7px; color: #aaa69e; font-size: 10px; letter-spacing: .085em; }
body.search .sheshi-results-page .sheshi-result-card--search h2 { margin: 0; font-size: clamp(20px, 2vw, 25px); line-height: 1.08; }
body.search .sheshi-result-card--search h2 a { color: #f5f3ef; }
body.search .sheshi-result-card--search .sheshi-result-description { margin: 8px 0 0; color: #c2beb7; font-size: 13px; line-height: 1.42; }
body.search .sheshi-result-card--search .sheshi-result-foot { grid-column: 2; grid-template-columns: minmax(0, 1fr) auto; align-self: end; padding: 13px 0 0; border-top: 1px solid #343432; border-left: 0; }
body.search .sheshi-result-card--search .sheshi-result-foot > span { color: #aaa69e; font-size: 10px; }
body.search .sheshi-result-card--search.is-official .sheshi-result-foot > span { display: inline-flex; width: fit-content; min-height: 28px; align-items: center; padding: 5px 9px; border-radius: 999px; color: #9ed8bb; background: #173629; }
body.search .sheshi-result-card--search .sheshi-result-foot a { min-height: 40px; border: 1px solid #454441; border-radius: 10px; color: #f2f0eb; background: #272726; }
body.search .sheshi-result-card--search .sheshi-result-foot a:hover,
body.search .sheshi-result-card--search .sheshi-result-foot a:focus-visible { color: #fff; border-color: #5d5b57; background: #30302e; }
body.search .sheshi-results-page .nav-links .page-numbers { border-color: #454441; color: #d9d5ce; background: #20201f; }
body.search .sheshi-results-page .nav-links .page-numbers.current,
body.search .sheshi-results-page .nav-links a.page-numbers:hover { color: #fff; border-color: #d23a3e; background: #d23a3e; }

@media (max-width: 820px) {
  body.search .sheshi-results-page .sheshi-results-list { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body.search.sheshi-shell { background: #101010; }
  body.search .sheshi-site-header { width: calc(100% - 24px); min-height: 64px; margin: 12px 12px 0; border: 1px solid #343433; border-bottom-color: #30302f; border-radius: 16px 16px 0 0; background: #181818; }
  body.search .sheshi-site-header .sheshi-wrap { width: 100%; padding: 0 24px; }
  body.search .sheshi-brand { font-size: 27px; }
  body.search .sheshi-mobile-menu > summary { border: 0; background: transparent; }
  body.search .sheshi-menu-toggle-icon > span { background: #d8d4cd; }
  body.search .sheshi-mobile-menu[open] > nav { top: 76px; right: 12px; left: 12px; width: auto; border: 1px solid #343433; color: #f2f0eb; background: #181818; }
  body.search .sheshi-mobile-section + .sheshi-mobile-section { border-top-color: #343433; }
  body.search .sheshi-mobile-section p { color: #ee7673; }
  body.search .sheshi-mobile-section a { color: #f2f0eb; }
  body.search .sheshi-mobile-section a:hover,
  body.search .sheshi-mobile-section a:focus-visible { color: #fff; background: #252524; }
  body.search .sheshi-results-page { width: calc(100% - 24px); min-height: 0; margin: 0 12px 12px; padding: 0 0 28px; border: 1px solid #343433; border-top: 0; border-radius: 0 0 16px 16px; background: #181818; }
  body.search .sheshi-results-page > .sheshi-wrap { width: 100%; }
  body.search .sheshi-results-intro { padding: 18px 20px 17px; border: 0; border-bottom: 1px solid #30302f; border-radius: 0; background: transparent; }
  body.search .sheshi-results-head { display: none; }
  body.search .sheshi-results-page .sheshi-results-search { margin: 0; }
  body.search .sheshi-results-page .sheshi-search-results { display: grid; grid-template-columns: minmax(0, 1fr) 48px; gap: 8px; padding: 0; border: 0; border-radius: 0; background: transparent; }
  body.search .sheshi-results-page .sheshi-search-results input[type="search"] { grid-column: 1; min-height: 54px; padding: 0 16px 0 48px; border: 1px solid #4a4947; border-radius: 13px; color: #f1efeb; background-color: #1c1c1b; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 24 24' fill='none' stroke='%238f8c86' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: 16px 50%; }
  body.search .sheshi-results-page .sheshi-search-results select { grid-row: 2; min-height: 42px; padding: 0 34px 0 12px; border: 1px solid #3d3d3b; border-radius: 999px; color: #d5d1ca; background-color: #20201f; background-position: calc(100% - 12px) 50%; font-size: 12px; }
  body.search .sheshi-results-page .sheshi-search-results select[name="listing_category"] { grid-column: 1; }
  body.search .sheshi-results-page .sheshi-search-results select[name="location"] { grid-column: 2; min-width: 128px; justify-self: end; }
  body.search .sheshi-results-page .sheshi-search-results .sheshi-search-submit { grid-column: 2; grid-row: 1; width: 48px; min-height: 54px; margin: 0; padding: 0; border-radius: 13px; }
  body.search .sheshi-results-page .sheshi-search-submit-label { display: none; }
  body.search .sheshi-results-page .sheshi-search-submit-icon { display: block; width: 20px; height: 20px; margin: 0; }
  body.search .sheshi-active-filters { margin-top: 12px; }
  body.search .sheshi-filter-chip { min-height: 34px; padding: 6px 11px; }
  body.search .sheshi-results-toolbar { min-height: 52px; margin: 0; padding: 0 20px; border-bottom: 1px solid #30302f; }
  body.search .sheshi-results-toolbar p { color: #f3f1ed; font-size: 14px; font-weight: 690; letter-spacing: 0; text-transform: none; }
  body.search .sheshi-results-toolbar a { color: #aaa69e; font-size: 0; }
  body.search .sheshi-results-toolbar a::before { color: #aaa69e; font-size: 12px; content: "Relevanz"; }
  body.search .sheshi-results-toolbar a span { margin-left: 5px; color: #aaa69e; font-size: 12px; transform: rotate(90deg); }
  body.search .sheshi-results-page .sheshi-results-list { display: block; }
  body.search .sheshi-results-page .sheshi-result-card--search { min-height: 0; grid-template-columns: 38px minmax(0, 1fr); gap: 10px 13px; padding: 19px 20px 18px; border: 0; border-bottom: 1px solid #30302f; border-radius: 0; background: transparent; }
  body.search .sheshi-results-page .sheshi-result-card--search:hover { border-color: #30302f; background: #1c1c1b; }
  body.search .sheshi-result-card--search .sheshi-category-icon { width: 38px; height: 38px; border-radius: 11px; }
  body.search .sheshi-result-card--search .sheshi-result-meta { display: block; margin-bottom: 6px; color: #aaa69e; font-size: 9px; }
  body.search .sheshi-results-page .sheshi-result-card--search h2 { font-size: 18px; line-height: 1.18; }
  body.search .sheshi-result-card--search .sheshi-result-description { display: -webkit-box; overflow: hidden; margin-top: 5px; color: #bdb9b2; font-size: 13px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  body.search .sheshi-result-card--search .sheshi-result-foot { grid-column: 1 / -1; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; padding-top: 12px; border-top: 0; }
  body.search .sheshi-result-card--search .sheshi-result-foot > span { font-size: 10px; }
  body.search .sheshi-result-card--search .sheshi-result-foot a { min-width: 102px; min-height: 42px; padding: 7px 13px; }
  body.search .sheshi-results-page .navigation.pagination { margin: 22px 20px 0; }
  body.search .sheshi-results-page .sheshi-empty-state { margin: 20px; padding: 20px; }
}

/* 0.23.0 terminal cascade — must remain the final stylesheet block. */
/* 0.23.1 terminal action-color closure. */
body.single-listing .sheshi-profile-desktop-actions a,
body.single-listing .sheshi-profile-mobile-actions a,
body.single-listing .sheshi-profile-management a {
  border-color: #454441;
  color: #f2f0eb;
  background: #272726;
}

body.single-listing .sheshi-profile-desktop-actions .sheshi-profile-primary-link--cta,
body.single-listing .sheshi-profile-mobile-actions a.sheshi-profile-mobile-primary,
body.single-listing .sheshi-profile-mobile-callbar a {
  border-color: #d23a3e;
  color: #fff;
  background: #d23a3e;
}

body.single-listing .sheshi-profile-management a.sheshi-profile-management-primary {
  border-color: #f0ede7;
  color: #171717;
  background: #f0ede7;
}

body.sheshi-shell .entry-content a,
body.sheshi-home .entry-content a,
body.single-listing .sheshi-profile-contact dd a,
body.single-listing .sheshi-profile-socials a,
body.single-listing .sheshi-contact-source a,
body.single-listing .sheshi-transparency-links a,
body.sheshi-shell .sheshi-route-link { color: #f06d6c; }

body.search .sheshi-result-card--search .sheshi-result-foot a,
body.archive.sheshi-shell .sheshi-result-card--search .sheshi-result-foot a {
  border-color: #454441;
  color: #f2f0eb;
  background: #272726;
}

body.search .sheshi-result-card--search .sheshi-result-foot a:hover,
body.archive.sheshi-shell .sheshi-result-card--search .sheshi-result-foot a:hover {
  border-color: #65635f;
  color: #fff;
  background: #30302e;
}
:root {
  color-scheme: dark;
  --sheshi-ink: #f5f3ef;
  --sheshi-navy: #f5f3ef;
  --sheshi-sand: #121212;
  --sheshi-mist: #1b1b1a;
  --sheshi-line: #383735;
  --sheshi-muted: #aaa69e;
  --sheshi-page-bg: #121212;
  --sheshi-surface: #1b1b1a;
  --sheshi-surface-soft: #242423;
  --sheshi-card-border: #383735;
  --sheshi-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --sheshi-font-display: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body.sheshi-shell,
body.sheshi-home { overflow-x: clip; color: #f5f3ef; background: #121212 !important; }

body.sheshi-shell *,
body.sheshi-home * { min-width: 0; font-family: var(--sheshi-font) !important; }

body.sheshi-shell a:focus-visible,
body.sheshi-shell button:focus-visible,
body.sheshi-shell input:focus-visible,
body.sheshi-shell select:focus-visible,
body.sheshi-shell textarea:focus-visible,
body.sheshi-home a:focus-visible,
body.sheshi-home button:focus-visible,
body.sheshi-home input:focus-visible,
body.sheshi-home select:focus-visible,
body.sheshi-home textarea:focus-visible { outline: 3px solid rgba(240,109,108,.5); outline-offset: 3px; }

body.sheshi-shell .sheshi-directory-link,
body.sheshi-shell .sheshi-cta-link,
body.sheshi-home .sheshi-directory-link,
body.sheshi-home .sheshi-cta-link {
  display: inline-flex;
  min-height: 44px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid #4a4947;
  border-radius: 10px;
  color: #f2f0eb;
  background: #272726;
  box-shadow: none;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.2;
  text-decoration: none;
}

body.sheshi-shell .sheshi-directory-link:hover,
body.sheshi-shell .sheshi-directory-link:focus-visible,
body.sheshi-shell .sheshi-cta-link:hover,
body.sheshi-shell .sheshi-cta-link:focus-visible,
body.sheshi-home .sheshi-directory-link:hover,
body.sheshi-home .sheshi-directory-link:focus-visible,
body.sheshi-home .sheshi-cta-link:hover,
body.sheshi-home .sheshi-cta-link:focus-visible { border-color: #686661; color: #fff; background: #30302e; }

body.sheshi-shell .sheshi-directory-link span,
body.sheshi-shell .sheshi-cta-link span,
body.sheshi-home .sheshi-directory-link span,
body.sheshi-home .sheshi-cta-link span { margin: 0; color: #f06d6c; font-size: 1.05em; line-height: 1; }

body.sheshi-shell .sheshi-button,
body.sheshi-shell .sheshi-nav-cta,
body.sheshi-shell .sheshi-search-submit,
body.sheshi-home .sheshi-button,
body.sheshi-home .sheshi-nav-cta,
body.sheshi-home .sheshi-search-submit { border-color: #d23a3e; color: #fff; background: #d23a3e; }

body.sheshi-shell .sheshi-button:hover,
body.sheshi-shell .sheshi-nav-cta:hover,
body.sheshi-shell .sheshi-search-submit:hover,
body.sheshi-home .sheshi-button:hover,
body.sheshi-home .sheshi-nav-cta:hover,
body.sheshi-home .sheshi-search-submit:hover { border-color: #e44749; color: #fff; background: #e44749; }

body.sheshi-shell .sheshi-text-link,
body.sheshi-home .sheshi-text-link,
body.sheshi-shell .sheshi-offer-action a,
body.sheshi-home .sheshi-offer-action a { color: #f06d6c !important; }

body.sheshi-shell .sheshi-search,
body.sheshi-home .sheshi-search,
body.sheshi-shell .sheshi-search > *,
body.sheshi-home .sheshi-search > * { width: 100%; max-width: 100%; }

body.sheshi-shell .sheshi-search input,
body.sheshi-shell .sheshi-search select,
body.sheshi-shell .sheshi-search button,
body.sheshi-home .sheshi-search input,
body.sheshi-home .sheshi-search select,
body.sheshi-home .sheshi-search button { margin: 0; }

body.sheshi-home .sheshi-index-row {
  grid-template-columns: 48px minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr;
  grid-template-areas: "icon title count" "icon copy arrow";
  column-gap: 16px;
  row-gap: 9px;
  min-height: 128px;
  align-items: start;
  padding: 20px;
  border: 1px solid #383735;
  color: #f3f1ed;
  background: #1b1b1a;
}

body.sheshi-home .sheshi-index-row .sheshi-category-icon { grid-area: icon; display: inline-grid; width: 48px; height: 48px; place-items: center; align-self: start; margin: 0; color: #f06d6c; background: #481417; }
body.sheshi-home .sheshi-index-row .sheshi-category-icon svg { display: block; width: 25px; height: 25px; }
body.sheshi-home .sheshi-index-row h3 { grid-area: title; align-self: start; margin: 4px 0 0; color: #f7f5f1; font-size: clamp(19px, 1.65vw, 24px); font-weight: 760; letter-spacing: -.035em; line-height: 1.08; transform: none; overflow-wrap: anywhere; }
body.sheshi-home .sheshi-index-row:hover h3 { transform: none; }
body.sheshi-home .sheshi-index-row p { grid-area: copy; align-self: start; margin: 0; color: #aaa69e; font-size: 13px; line-height: 1.42; }
body.sheshi-home .sheshi-index-count { grid-area: count; align-self: start; margin-top: 7px; color: #aaa69e; font-size: 10px; line-height: 1; white-space: nowrap; }
body.sheshi-home .sheshi-index-arrow { grid-area: arrow; align-self: end; color: #f06d6c; line-height: 1; }

body.sheshi-shell .sheshi-directory-index a { align-items: start; }
body.sheshi-shell .sheshi-directory-index a > .sheshi-category-icon { align-self: start; }
body.sheshi-shell .sheshi-directory-index strong { align-self: start; margin-top: 3px; line-height: 1.2; }

body.single-listing .sheshi-profile-desktop-actions a,
body.single-listing .sheshi-profile-mobile-actions a,
body.single-listing .sheshi-profile-mobile-callbar a { display: inline-flex; min-height: 44px; max-width: 100%; align-items: center; justify-content: center; gap: 8px; text-align: center; }

body.single-listing .sheshi-phone-icon { display: block; width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: currentColor; }
body.single-listing .sheshi-profile-phone-link > span { min-width: 0; overflow-wrap: anywhere; }

body.sheshi-shell .sheshi-beta-form label,
body.sheshi-shell .sheshi-beta-form input,
body.sheshi-shell .sheshi-beta-form select,
body.sheshi-shell .sheshi-beta-form textarea,
body.sheshi-shell .sheshi-beta-form button { width: 100%; max-width: 100%; }

@media (min-width: 621px) and (max-width: 900px) {
  .sheshi-wrap { width: min(100% - 40px, 1120px); }
  body.sheshi-home .sheshi-section-head,
  body.sheshi-home .sheshi-discovery-head,
  body.sheshi-home .sheshi-organization-head,
  body.sheshi-home .sheshi-trust-lead { align-items: flex-start; flex-direction: column; gap: 16px; }
  body.sheshi-home .sheshi-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.sheshi-home .sheshi-index-row { grid-template-columns: 44px minmax(0, 1fr); grid-template-areas: "icon title" "icon copy" ". count" ". arrow"; min-height: 152px; }
  body.sheshi-home .sheshi-index-row .sheshi-category-icon { width: 44px; height: 44px; }
  body.sheshi-home .sheshi-index-count { margin-top: 0; }
  body.sheshi-home .sheshi-index-arrow { justify-self: end; }
  body.sheshi-shell .sheshi-directory-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.single-listing .sheshi-profile-layout { grid-template-columns: 1fr; grid-template-areas: "identity" "contact" "main" "transparency" "management"; }
  body.single-listing .sheshi-profile-contact { position: static; margin: 24px 0 0; }
}

@media (max-width: 620px) {
  .sheshi-wrap { width: calc(100% - 24px); }
  body.sheshi-shell .sheshi-mobile-menu[open] > nav,
  body.sheshi-home .sheshi-mobile-menu[open] > nav { z-index: 10000; }
  body.sheshi-home .sheshi-section-head,
  body.sheshi-home .sheshi-discovery-head,
  body.sheshi-home .sheshi-organization-head,
  body.sheshi-home .sheshi-trust-lead { align-items: flex-start; flex-direction: column; gap: 14px; }
  body.sheshi-home .sheshi-directory-link,
  body.sheshi-home .sheshi-cta-link,
  body.sheshi-shell .sheshi-directory-link,
  body.sheshi-shell .sheshi-cta-link { width: 100%; justify-content: space-between; }
  body.sheshi-home .sheshi-index { grid-template-columns: 1fr; gap: 10px; }
  body.sheshi-home .sheshi-index-row { grid-template-columns: 42px minmax(0, 1fr) auto; grid-template-rows: auto auto; grid-template-areas: "icon title arrow" "icon count arrow"; column-gap: 12px; row-gap: 4px; min-height: 82px; padding: 14px; }
  body.sheshi-home .sheshi-index-row .sheshi-category-icon { width: 42px; height: 42px; }
  body.sheshi-home .sheshi-index-row .sheshi-category-icon svg { width: 22px; height: 22px; }
  body.sheshi-home .sheshi-index-row h3 { align-self: end; margin-top: 0; font-size: 17px; line-height: 1.15; }
  body.sheshi-home .sheshi-index-row p { display: none; }
  body.sheshi-home .sheshi-index-count { align-self: start; margin: 0; font-size: 9px; }
  body.sheshi-home .sheshi-index-arrow { align-self: center; justify-self: end; }
  body.sheshi-shell .sheshi-directory-actions > *,
  body.sheshi-shell .sheshi-not-found-actions > * { width: 100%; justify-content: center; }
  body.sheshi-shell .sheshi-form-section { margin-right: 0; margin-left: 0; }
  body.single-listing .sheshi-profile-mobile-actions a { width: 100%; }
  body.single-listing .sheshi-profile-mobile-callbar small,
  body.single-listing .sheshi-profile-mobile-callbar strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}
