.reco-directory-page { background: #f5f8fb; }
.reco-directory-main { min-height: 65vh; }
.reco-directory-hero { position: relative; overflow: hidden; padding: 76px 0 70px; color: #fff; background: linear-gradient(125deg, #052f51, #07578f 72%, #0b6fb3); }
.reco-directory-hero::after { position: absolute; right: -110px; bottom: -230px; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ''; }
.reco-directory-hero .reco-container { position: relative; z-index: 1; }
.reco-directory-hero .reco-eyebrow { margin-bottom: 15px; color: #ff9c42; }
.reco-directory-hero h1 { max-width: 760px; margin: 0; font-size: clamp(38px, 5vw, 58px); line-height: 1.12; letter-spacing: -.03em; }
.reco-directory-hero .reco-container > p:last-of-type { max-width: 660px; margin: 21px 0 0; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.7; }
.reco-directory-switcher { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 31px; }
.reco-directory-switcher a { display: inline-flex; min-height: 45px; align-items: center; padding: 0 18px; border: 1px solid rgba(255,255,255,.36); border-radius: 999px; color: #fff; font-size: 13px; font-weight: 750; }
.reco-directory-switcher a:hover, .reco-directory-switcher a[aria-current="page"] { border-color: #f5831f; background: #f5831f; }
.reco-directory-content { padding: 58px 0 84px; }
.reco-directory-search { display: flex; min-height: 58px; align-items: center; gap: 12px; padding: 7px 7px 7px 18px; margin-bottom: 25px; border: 1px solid #d3e0e9; border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(5,47,81,.07); }
.reco-directory-search > svg { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: #55768e; stroke-width: 1.8; stroke-linecap: round; }
.reco-directory-search input[type="search"] { width: 100%; min-width: 0; min-height: 42px; padding: 0; border: 0; outline: 0; color: #173f5e; background: transparent; font: inherit; }
.reco-directory-search input[type="search"]::placeholder { color: #8296a5; }
.reco-directory-search input[type="search"]::-webkit-search-cancel-button { display: none; }
.reco-directory-search__clear { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #607b8f; background: #edf3f7; font-size: 22px; line-height: 1; }
.reco-directory-search__clear:hover { color: #fff; background: #6b8192; }
.reco-directory-search button { min-height: 44px; padding: 0 22px; border: 0; border-radius: 11px; color: #fff; background: #f17a13; font-size: 13px; font-weight: 800; cursor: pointer; white-space: nowrap; }
.reco-directory-search button:hover { background: #d96300; }
.reco-directory-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.reco-directory-toolbar > p { margin: 0; color: #647d91; font-size: 14px; font-weight: 700; }
.reco-directory-filters { display: flex; gap: 7px; padding: 5px; border: 1px solid #dbe5ed; border-radius: 999px; background: #fff; }
.reco-directory-filters a { padding: 8px 15px; border-radius: 999px; color: #48677f; font-size: 13px; font-weight: 750; }
.reco-directory-filters a:hover, .reco-directory-filters a[aria-current="page"] { color: #fff; background: #0a5597; }
.reco-directory-grid { display: grid; gap: 24px; }
.reco-directory-grid--employees { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.reco-directory-grid--products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.reco-public-employee-card, .reco-public-product-card { overflow: hidden; border: 1px solid #d8e4ec; border-radius: 18px; background: #fff; box-shadow: 0 12px 32px rgba(5,47,81,.08); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.reco-public-employee-card:hover, .reco-public-product-card:hover { border-color: #abc7db; box-shadow: 0 18px 38px rgba(5,47,81,.14); transform: translateY(-4px); }
.reco-public-employee-card__media { display: block; height: 290px; overflow: hidden; background: linear-gradient(145deg, #dfeaf2, #f6f9fb); }
.reco-public-employee-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.reco-public-employee-card:hover .reco-public-employee-card__media img { transform: scale(1.025); }
.reco-public-employee-card__media > span { display: grid; width: 100%; height: 100%; place-items: center; color: #0a5597; font-size: 72px; font-weight: 800; }
.reco-public-employee-card__body { padding: 24px; }
.reco-public-employee-card__body > p { margin: 0 0 8px; color: #f17a13; font-size: 11px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.reco-public-employee-card h2, .reco-public-product-card h2 { margin: 0; color: #063963; font-size: 22px; line-height: 1.3; }
.reco-public-employee-card h2 a:hover, .reco-public-product-card h2 a:hover { color: #0a65ad; }
.reco-public-employee-card__meta { display: flex; min-height: 45px; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 0; margin-top: 16px; border-block: 1px solid #e6edf2; color: #60788b; font-size: 13px; }
.reco-public-employee-card__meta a { color: #0a5597; font-weight: 750; }
.reco-public-employee-card__cta { display: inline-flex; margin-top: 18px; color: #0a5597; font-size: 13px; font-weight: 800; }
.reco-public-product-card__media { position: relative; display: block; height: 230px; overflow: hidden; background: #e8f0f5; }
.reco-public-product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.reco-public-product-card:hover .reco-public-product-card__media img { transform: scale(1.035); }
.reco-directory-placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: #6f92aa; }
.reco-directory-placeholder svg { width: 58px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.reco-public-product-card__status { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border-radius: 999px; color: #fff; background: #0a5597; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.reco-public-product-card__body { padding: 22px; }
.reco-public-product-card__context { display: flex; min-height: 18px; align-items: center; gap: 6px; margin-bottom: 8px; overflow: hidden; color: #6c8293; font-size: 10px; font-weight: 750; letter-spacing: .045em; text-transform: uppercase; white-space: nowrap; }
.reco-public-product-card__context > span:last-child { overflow: hidden; text-overflow: ellipsis; }
.reco-public-product-card__employee { flex: 0 0 auto; color: #f17a13; font-weight: 800; }
.reco-public-product-card h2 { min-height: 52px; font-size: 20px; }
.reco-public-product-card__address { display: flex; min-height: 42px; align-items: flex-start; gap: 7px; margin: 10px 0 0; color: #5c7487; font-size: 12px; line-height: 1.45; }
.reco-public-product-card__address svg { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 1px; fill: none; stroke: #0a65ad; stroke-width: 1.8; }
.reco-public-product-card ul { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 17px 0; list-style: none; }
.reco-public-product-card li { padding: 6px 9px; border-radius: 7px; color: #516d82; background: #edf3f7; font-size: 11px; font-weight: 700; }
.reco-public-product-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 17px; border-top: 1px solid #e2eaf0; }
.reco-public-product-card__price { display: grid; gap: 4px; }
.reco-public-product-card__footer strong { color: #f17a13; font-size: 18px; line-height: 1.2; }
.reco-public-product-card__footer time { color: #758a9a; font-size: 10px; font-weight: 650; white-space: nowrap; }
.reco-public-product-card__footer a { color: #0a5597; font-size: 12px; font-weight: 800; white-space: nowrap; }
.reco-directory-empty { padding: 65px 24px; border: 1px dashed #bdcedb; border-radius: 18px; color: #647d91; background: #fff; text-align: center; }
.reco-directory-empty h2 { margin: 0 0 10px; color: #063963; }
.reco-directory-empty p { margin: 0; }
.reco-directory-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 42px; }
.reco-directory-pagination a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #ccdce7; border-radius: 50%; color: #0a5597; background: #fff; font-size: 13px; font-weight: 800; }
.reco-directory-pagination a:hover, .reco-directory-pagination a[aria-current="page"] { border-color: #0a5597; color: #fff; background: #0a5597; }

@media (max-width: 960px) {
	.reco-directory-grid--employees, .reco-directory-grid--products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
	.reco-directory-hero { padding: 52px 0 48px; }
	.reco-directory-hero h1 { font-size: 39px; }
	.reco-directory-hero .reco-container > p:last-of-type { font-size: 15px; }
	.reco-directory-switcher { display: grid; }
	.reco-directory-switcher a { justify-content: center; }
	.reco-directory-content { padding: 38px 0 60px; }
	.reco-directory-search { min-height: 54px; gap: 9px; padding: 6px 6px 6px 14px; border-radius: 13px; }
	.reco-directory-search button { min-height: 42px; padding-inline: 14px; }
	.reco-directory-toolbar { align-items: flex-start; flex-direction: column; }
	.reco-directory-filters { width: 100%; }
	.reco-directory-filters a { flex: 1; text-align: center; }
	.reco-directory-grid--employees, .reco-directory-grid--products { grid-template-columns: 1fr; }
	.reco-public-employee-card__media { height: 320px; }
}
