.directory-page { width: 100%; max-width: 100%; min-height: 100vh; background: #f8fafc; }
.directory-hero { position: relative; overflow: hidden; padding: 150px 0 88px; color: white; background: linear-gradient(120deg, #082b59, #1261c9); }
.directory-hero::after { position: absolute; right: -100px; bottom: -180px; width: 420px; height: 420px; content: ''; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.04), 0 0 0 72px rgba(255,255,255,.03); }
.directory-hero-inner { position: relative; z-index: 1; }
.directory-hero h1 { max-width: 700px; margin: 0 0 18px; font-family: 'Space Grotesk', sans-serif; font-size: clamp(2.6rem, 6vw, 5rem); letter-spacing: -.07em; }
.directory-hero h1 span { color: #ffc857; }
.directory-hero p:not(.eyebrow) { max-width: 560px; margin: 0; color: #d5e7fb; font-size: 1.08rem; line-height: 1.75; }
.directory-content { padding: 72px 0 110px; }
.directory-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) 180px 180px; gap: 12px; margin-bottom: 18px; }
.search-box { display: flex; align-items: center; gap: 12px; padding: 0 18px; background: white; border: 1px solid #dce8f5; border-radius: 12px; box-shadow: 0 8px 22px rgba(21,73,127,.05); }
.search-box span { color: #1261c9; font-size: 1.5rem; }
.search-box input, .directory-toolbar select { width: 100%; min-height: 54px; color: #10233d; background: white; border: 1px solid #dce8f5; border-radius: 12px; font: inherit; font-size: .9rem; }
.search-box input { min-height: 52px; border: 0; outline: 0; }
.directory-toolbar select { padding: 0 14px; }
.directory-filters { display: flex; flex-wrap: wrap; gap: 10px; padding-bottom: 48px; border-bottom: 1px solid #dce8f5; }
.directory-filter { padding: 10px 19px; color: #61728a; background: white; border: 1px solid #dce8f5; border-radius: 999px; font: inherit; font-size: .88rem; font-weight: 700; cursor: pointer; transition: .2s ease; }
.directory-filter:hover, .directory-filter.active { color: #082b59; background: #ffc857; border-color: #ffc857; }
.directory-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 48px 0 28px; }
.directory-heading h2 { margin: 0; color: #082b59; font-family: 'Space Grotesk', sans-serif; font-size: clamp(1.7rem, 3vw, 2.5rem); letter-spacing: -.05em; }
.result-caption { color: #61728a; font-size: .88rem; }
.directory-card { height: 100%; overflow: hidden; background: white; border: 1px solid #dce8f5; border-radius: 14px; box-shadow: 0 8px 24px rgba(21,73,127,.05); transition: transform .25s ease, box-shadow .25s ease; }
.directory-card:hover { transform: translateY(-6px); box-shadow: 0 18px 35px rgba(21,73,127,.12); }
.directory-photo { height: 210px; background-position: center; background-size: cover; }
.directory-photo img { width: 100%; height: 100%; object-fit: cover; }.photo-placeholder { display: grid; place-items: center; color: #1261c9; background: #eaf4ff; font-size: 2rem; }
.directory-card-body { display: flex; min-height: 245px; flex-direction: column; align-items: flex-start; padding: 24px; }
.directory-card-body h3 { margin: 0 0 4px; color: #082b59; font-family: 'Space Grotesk', sans-serif; font-size: 1.3rem; }
.directory-card-body .business-tag { margin-bottom: 13px; color: #1261c9; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.directory-card-body p { margin: 0 0 14px; color: #61728a; font-size: .92rem; line-height: 1.65; }
.directory-card-body small { margin-bottom: 18px; color: #61728a; }
.directory-card-body a { margin-top: auto; color: #1261c9; font-size: .88rem; font-weight: 700; text-decoration: none; }
.photo-food { background-image: url('https://images.unsplash.com/photo-1555939594-58d7cb561ad1?auto=format&fit=crop&w=900&q=80'); }
.photo-fashion { background-image: url('https://images.unsplash.com/photo-1551488831-00ddcb6c6bd3?auto=format&fit=crop&w=900&q=80'); }
.photo-service { background-image: url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=900&q=80'); }
.photo-craft { background-image: url('https://images.unsplash.com/photo-1452860606245-08befc0ff44b?auto=format&fit=crop&w=900&q=80'); }
.photo-snack { background-image: url('https://images.unsplash.com/photo-1599599810694-b5ac36c0b7a6?auto=format&fit=crop&w=900&q=80'); }
.photo-stall { background-image: url('https://images.unsplash.com/photo-1534723452862-4c874018d66d?auto=format&fit=crop&w=900&q=80'); }
.empty-directory { display: grid; min-height: 180px; place-content: center; gap: 8px; margin-top: 28px; color: #61728a; text-align: center; background: white; border: 1px dashed #b7cbe4; border-radius: 14px; }
.empty-directory strong { color: #082b59; font-family: 'Space Grotesk', sans-serif; font-size: 1.2rem; }
.directory-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
#page-numbers { display: flex; gap: 8px; }
.page-arrow, .page-number { display: grid; width: 40px; height: 40px; place-items: center; color: #1261c9; background: white; border: 1px solid #dce8f5; border-radius: 10px; font: inherit; cursor: pointer; }
.page-number.active, .page-number:hover, .page-arrow:hover:not(:disabled) { color: #082b59; background: #ffc857; border-color: #ffc857; }
.page-arrow:disabled { cursor: not-allowed; opacity: .4; }
@media (max-width: 767px) { html, body { max-width: 100%; overflow-x: hidden; } .directory-hero { width: 100%; max-width: 100%; padding: 125px 0 65px; overflow: hidden; } .directory-hero::after { right: 12px; bottom: -76px; width: 180px; height: 180px; } .directory-hero-inner, .directory-hero-inner > * { width: 100%; max-width: 100%; } .directory-content { padding-top: 44px; } .directory-toolbar { grid-template-columns: 1fr; } .directory-heading { display: block; padding-top: 38px; } .result-caption { display: block; margin-top: 10px; } }
