/* Business discovery: loaded only by home, directory, results and profiles. */
.discovery {
  --ink: #213a32;
  --ink-2: #35493f;
  --ink-3: #61685d;
  --ink-4: #686b61;
  --terra: #a9432c;
  --terra-dark: #903821;
  --terra-dim: #f6e7df;
  --bg: #f8f7f2;
  --bone: #fdfcf8;
  --sand-3: #f1f0e8;
  --border: #dcded2;
  --border-2: #e9eade;
  --wa: #17673c;
  --discovery-forest: #203e35;
  --espresso: #172f29;
  --espresso-2: #203e35;
  --espresso-3: #314e42;
  font-family: var(--f-body);
}
.discovery main { overflow-wrap: anywhere; }
.discovery .section { padding-block: 48px; }
.discovery .container.section { padding-inline: 20px; }
@media(min-width:640px) { .discovery .container.section { padding-inline: 28px; } }
@media(min-width:1024px) { .discovery .container.section { padding-inline: 40px; } }
.discovery .sec-title { font-size: clamp(27px, 3vw, 38px); line-height: 1.2; }
.discovery .sec-sub { max-width: 620px; }
.discovery .page-hero--editorial { background: var(--sand-3); }
.discovery .page-hero--editorial::after { height: 3px; background: var(--terra); }
.discovery .page-hero-kicker { background: var(--terra-dim); color: var(--terra-dark); }
.discovery .page-hero-title { overflow-wrap: anywhere; }
.discovery .page-hero--editorial .editorial-art { max-width: 145px; }
.discovery :is(.btn-primary,.btn-outline,.btn-call,.btn-wa,.btn-details,.pg-btn,.contact-action-btn,.subcat-pill) { min-height: 44px; }
.discovery .btn-wa { color: #17673c; background: #e6f4e9; }
.discovery .btn-wa:hover { color: white; background: #17673c; }
.discovery .listing-status-badge { line-height: 1.5; }
.home-discover { padding: 30px; background: var(--discovery-forest); color: var(--bone); border: 1px solid var(--discovery-forest); border-radius: 16px; position: relative; }
.home-discover .eyebrow { color: #d7b88a; }
.home-discover a:focus-visible,.discovery .owner-card a:focus-visible,.directory-owner a:focus-visible { outline-color: #f5e7cf; }
.home-discover h2 { font: 700 clamp(24px,2.4vw,32px)/1.25 var(--f-display); margin: 10px 0; }
.home-discover > p:not(.eyebrow) { color: #d1dcd2; font-size: 14px; }
.home-shortcuts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 22px 0 16px; }
.home-shortcuts a { display: flex; align-items: center; gap: 10px; padding: 13px 10px; background: var(--surface); border: 1px solid var(--border-2); border-radius: 10px; color: var(--ink); font-weight: 650; font-size: 14px; text-decoration: none; transition: border-color .18s, transform .18s; }
.home-shortcuts a:hover { border-color: var(--terra); transform: translateY(-2px); }
.home-shortcuts svg { width: 32px; height: 32px; }
.home-shortcuts small { display: block; font-size: 11px; font-weight: 400; color: var(--ink-3); }
.home-shortcuts a > span:last-child { margin-left: auto; color: var(--terra); }
.home-discover-all { display: flex; justify-content: space-between; align-items: center; min-height: 44px; font-size: 13px; font-weight: 700; color: #f5e7cf; }
.discovery-home .cat-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.discovery-home .cat-grid > li { min-width: 0; }
.discovery-home .cat-tile { display: grid; grid-template-columns: 42px minmax(0,1fr); align-content: center; gap: 2px 12px; text-align: left; padding: 18px; height: 100%; min-height: 96px; border-radius: 12px; box-shadow: none; background: white; }
.discovery-home .cat-icon-wrap { grid-row: 1 / 3; width: 42px; height: 42px; margin: 0; background: transparent; border: 0; }
.discovery-home .cat-name { font-size: 14px; line-height: 1.4; padding-right: 5px; }
.discovery-home .cat-count { font-size: 12px; color: var(--ink-3); }
.discovery-home .cat-arrow { top: 5px; right: 7px; opacity: 0; }
.discovery-home .cat-tile:hover .cat-arrow { opacity: 1; }
.home-city-section { border-block: 1px solid var(--border-2); background: var(--sand-3); }
.home-city-layout { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: 48px; align-items: center; }
.home-city-copy h2 { font: 700 36px/1.2 var(--f-display); margin: 10px 0 16px; }
.home-city-copy > p:not(.eyebrow) { color: var(--ink-3); font-size: 15px; margin-bottom: 20px; max-width: 310px; }
.home-city-section .hero-panel--pulse { max-width: none; width: 100%; background: var(--espresso-2); padding: 24px; box-shadow: none; }
.home-city-section .hero-pulse-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.home-city-section .hero-pulse-card { padding: 10px; }
.home-city-section .hero-pulse-card span,.home-city-section .hero-pulse-card small,.home-city-section .hero-pulse-note { color: #decfbd; font-size: 11px; }
.home-city-section .hero-pulse-card strong { font-size: 14px; }
.home-city-section .hero-panel-eyebrow { color: #ead7bc; }
.home-city-section .hero-pulse-hero strong { font-size: 38px; }
.directory-toolbar { display: flex; gap: 32px; align-items: end; justify-content: space-between; margin-bottom: 28px; }
.directory-toolbar h2 { font: 700 clamp(25px,3vw,34px)/1.25 var(--f-display); margin: 8px 0; }
.directory-toolbar #category-count { color: var(--ink-3); font-size: 14px; }
.category-filter { width: min(100%,420px); }
.category-filter label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 7px; }
.category-filter-field { display: flex; border: 1px solid var(--border); background: white; border-radius: 10px; overflow: hidden; }
.category-filter-field:focus-within { outline: 2px solid var(--terra-dark); outline-offset: 2px; }
.category-filter input { width: 100%; min-width: 0; border: 0; background: transparent; padding: 13px 14px; font-size: 16px; color: var(--ink); outline: none; }
.category-filter-field button { flex-shrink: 0; background: var(--sand-3); color: var(--terra-dark); border: 0; padding: 8px 14px; font-weight: 600; }
.category-filter > p { font-size: 12px; color: var(--ink-3); margin-top: 7px; }
.category-filter > p a { text-decoration: underline; }
.discovery-directory .dir-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.discovery-directory .dir-tile { min-height: 160px; height: 100%; align-items: flex-start; text-align: left; padding: 24px; border: 1px solid var(--border); border-radius: 14px; box-shadow: none; transition: border-color .18s, transform .18s, box-shadow .18s; }
.discovery-directory .dir-tile:hover { transform: translateY(-3px); box-shadow: var(--sh-sm); }
.discovery-directory .dir-tile-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--sand-3); }
.discovery-directory .dir-tile-icon svg { width: 38px; height: 38px; }
.discovery-directory .dir-tile-name { font-size: 17px; line-height: 1.4; }
.discovery-directory .dir-tile-count { color: var(--ink-3); font-size: 13px; }
.discovery-directory .dir-tile-arrow { opacity: 1; right: 20px; top: 26px; width: 28px; height: 28px; }
.directory-owner { margin-top: 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 32px; border: 1px solid var(--discovery-forest); color: var(--bone); background: var(--discovery-forest); border-radius: 14px; }
.directory-owner h2 { font: 700 23px/1.3 var(--f-display); margin-bottom: 8px; }
.directory-owner p { font-size: 14px; color: #d1dcd2; }
.directory-owner .btn-primary { color: var(--ink); background: #f5e7cf; }
.directory-owner > a { flex-shrink: 0; }
.results-summary { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.results-summary h2 { font-size: 19px; font-weight: 700; }
.results-summary p { color: var(--ink-3); font-size: 13px; }
.discovery :is(.results-wrap,.detail-wrap) { grid-template-columns: minmax(0,1fr) 280px; gap: 28px; }
.discovery .listing-list { gap: 14px; }
.discovery .listing-item { padding: 24px; border: 1px solid var(--border); border-radius: 14px; background: white; box-shadow: none; align-items: stretch; flex-direction: column; gap: 18px; }
.discovery .listing-item:hover { transform: none; box-shadow: var(--sh-sm); border-color: var(--terra); }
.discovery .listing-item.is-featured { border-left: 3px solid var(--gold); }
.discovery .listing-name { font-size: 21px; line-height: 1.4; margin-block: 6px; }
.discovery :is(.listing-addr,.listing-svc) { font-size: 14px; line-height: 1.6; color: var(--ink-3); }
.discovery .listing-addr svg { flex-shrink: 0; margin-top: 4px; }
.discovery .listing-actions { display: flex; justify-content: flex-start; flex-wrap: wrap; padding-top: 14px; border-top: 1px solid var(--border-2); gap: 8px; }
.discovery .listing-actions .btn-details { margin-left: auto; }
.discovery .listing-actions a { padding-inline: 16px; font-size: 13px; gap: 8px; }
.discovery .sidebar-card { border: 1px solid var(--border); box-shadow: none; border-radius: 14px; }
.discovery .owner-card { padding: 26px; background: var(--discovery-forest); color: var(--bone); }
.discovery .owner-card h3 { color: var(--bone); font: 700 28px/1.25 var(--f-display); margin-bottom: 18px; }
.discovery .owner-card p { color: #d1dcd2; }
.discovery .owner-card .eyebrow { color: #d7b88a; font-size: 10px; }
.discovery .owner-card .btn-primary { background: #f5e7cf; color: var(--ink); }
.discovery .owner-card .btn-outline-link { color: #f5e7cf; }
.discovery .subcat-scroll { padding-block: 4px; scrollbar-width: thin; }
.discovery .subcat-pill { display: inline-flex; align-items: center; }
.discovery .pagination { flex-wrap: wrap; gap: 6px; }
.discovery .pg-btn { min-width: 44px; }
.discovery .detail-wrap { padding-top: 0; }
.discovery .detail-card { padding: 26px; border-radius: 14px; border: 1px solid var(--border); }
.discovery .detail-card--ad { padding: 0; overflow: hidden; }
.discovery .detail-card-h { font-size: 20px; }
.discovery .detail-main { gap: 24px; }
.discovery .contact-action-card { background: var(--sand-3); border-radius: 12px; box-shadow: none; }
.discovery .contact-action-buttons { gap: 8px; }
.discovery .contact-action-btn { flex: 1 1 auto; }
.discovery .contact-action-btn--wa { color: #17673c; background: #e6f4e9; }
.discovery .contact-action-btn--wa:hover { color: white; background: #17673c; }
.discovery .df-row { padding-block: 14px; }
.discovery .df-row dd { min-width: 0; }
.discovery .related-addr { color: var(--ink-3); white-space: normal; }
.discovery .biz-card { box-shadow: none; border-radius: 14px; }
.discovery .biz-gallery-grid a { display: block; border-radius: 12px; overflow: hidden; background: var(--sand-3); }
.discovery .biz-cover-box { aspect-ratio: 16 / 9; }
.discovery .biz-cover-box img { width: 100%; height: 100%; object-fit: contain; }
.discovery .biz-logo-box { min-height: 160px; }
.business-jump-nav { display: flex; flex-wrap: wrap; gap: 8px; padding-block: 20px; border-bottom: 1px solid var(--border-2); }
.business-jump-nav a { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; border: 1px solid var(--border); border-radius: 8px; padding: 8px 16px; color: var(--ink-2); background: white; font-size: 14px; font-weight: 600; }
.business-jump-nav a:first-child { color: white; background: var(--terra-dark); border-color: var(--terra-dark); }
.business-category-links { display: flex; flex-wrap: wrap; gap: 8px; margin-block: 12px; }
.business-category-links a { font-size: 13px; text-decoration: underline; }
.business-contact-note { color: var(--ink-3); font-size: 14px; padding-block: 10px; }
.discovery-business .page-hero--editorial .page-hero-inner { grid-template-columns: minmax(0,1fr) 130px; gap: 32px; }
.business-identity { width: 120px; aspect-ratio: 1; position: relative; display: grid; place-items: center; justify-self: end; border-radius: 22px; background: var(--discovery-forest); color: #f5e7cf; font: 700 40px/1 var(--f-display); overflow: hidden; border: 1px solid var(--border); }
.business-identity img { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: contain; background: white; padding: 12px; }
.discovery-business .page-hero--editorial .page-hero-title { color: var(--ink); }
@media(max-width:1050px) {
  .discovery-home .cat-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .home-shortcuts { grid-template-columns: 1fr; }
}
@media(max-width:900px) {
  .discovery :is(.results-wrap,.detail-wrap) { grid-template-columns: minmax(0,1fr); }
  .discovery .detail-sidebar { position: static; }
  .home-shortcuts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-city-layout { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .home-city-copy > p:not(.eyebrow) { max-width: none; }
}
@media(max-width:640px) {
  .discovery .section { padding-block: 32px; }
  .home-discover { padding: 20px; }
  .home-discover h2 { font-size: 25px; }
  .home-shortcuts a { font-size: 13px; gap: 8px; }
  .home-shortcuts svg { width: 24px; height: 24px; }
  .home-shortcuts a > span:last-child { display: none; }
  .home-shortcuts a > span:nth-child(2) { min-width: 0; }
  .discovery-home .cat-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .discovery-home .cat-tile { grid-template-columns: 1fr; gap: 8px; padding: 16px; align-content: start; }
  .discovery-home .cat-icon-wrap { grid-row: auto; }
  .discovery-home .cat-name { font-size: 14px; }
  .directory-toolbar { align-items: stretch; flex-direction: column; gap: 20px; }
  .discovery-directory .dir-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .discovery-directory .dir-tile { min-height: 180px; padding: 16px; }
  .discovery-directory .dir-tile-name { font-size: 15px; }
  .discovery-directory .dir-tile-arrow { right: 12px; top: 20px; }
  .directory-owner { flex-direction: column; align-items: flex-start; padding: 22px; }
  .discovery .listing-item { padding: 18px; }
  .discovery .listing-name { font-size: 19px; }
  .discovery .listing-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .discovery .listing-actions .btn-details { grid-column: 1 / -1; margin-left: 0; }
  .discovery .detail-card { padding: 20px; }
  .discovery .detail-card--ad { padding: 0; }
  .discovery .df-row { flex-direction: column; gap: 4px; }
  .home-city-section .hero-pulse-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-city-section .hero-panel--pulse { padding: 20px; }
  .discovery :is(.hdr-search-inner input,.search-hero input) { font-size: 16px; }
  .discovery-business .page-hero--editorial .page-hero-inner { grid-template-columns: minmax(0,1fr) 64px; gap: 12px; }
  .business-identity { width: 64px; border-radius: 14px; font-size: 25px; align-self: start; grid-column: 2; grid-row: 2; }
  .discovery-business .page-hero-copy { display: contents; }
  .discovery-business .page-hero-kicker,.discovery-business .page-hero-sub { grid-column: 1 / -1; }
  .discovery-business .page-hero-title { grid-column: 1; grid-row: 2; }
}
@media(max-width:360px) {
  .home-shortcuts { grid-template-columns: 1fr; }
  .discovery .listing-actions a { padding-inline: 10px; }
}
.page-home .home-welcome.hero{padding:56px 0;background:var(--bone);color:var(--ink);min-height:0;border:0;border-bottom:1px solid var(--border);text-align:left}
.page-home .home-welcome::after,.home-welcome .hero-bg{display:none}
.page-home .home-welcome .hero-shell--pulse{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:center;gap:44px}
.page-home .home-welcome .hero-shell--pulse .hero-main{text-align:left;padding:0;min-width:0}
.page-home .home-welcome .hero-shell--pulse .hero-badge{color:var(--ink-2);background:var(--sand-3);border:1px solid var(--border);margin:0 0 20px;align-self:flex-start;font-size:11px;letter-spacing:.06em}
.page-home .home-welcome .hero-shell--pulse .hero-title{font-family:var(--f-display);font-size:clamp(36px,4.3vw,58px);line-height:1.12;letter-spacing:-.035em;color:var(--ink);max-width:none;margin:0 0 24px}
.home-welcome .hero-title-accent{color:var(--terra);font-style:italic}
.page-home .home-welcome .hero-shell--pulse .hero-sub{color:var(--ink-3);font-size:15px;line-height:1.7;margin:0 0 24px;max-width:470px}
.page-home .home-welcome .hero-search-wrap{box-shadow:0 5px 18px #5b371615;border:1px solid #dcc6aa;margin:0 0 16px;border-radius:12px}
.page-home .home-welcome .hero-search-inner{display:flex;align-items:center;flex-direction:row;flex-wrap:nowrap;padding:0;gap:0;border:0;border-radius:11px;box-shadow:none}
.page-home .home-welcome .hero-search-inner:focus-within{box-shadow:inset 0 0 0 2px var(--terra)}
.page-home .home-welcome .hero-search-ico{position:static;inset:auto;transform:none;margin:0 0 0 16px;flex:0 0 22px}
.page-home .home-welcome .hero-search-input{min-width:0;flex:1;width:0;padding:16px 12px;font-size:16px;line-height:24px}
.page-home .home-welcome .hero-search-btn{width:auto;flex:0 0 auto;align-self:stretch;margin:0;border-radius:0 11px 11px 0;padding:16px 18px;background:var(--terra)}
.page-home .home-welcome .hero-shell--pulse .hero-actions{justify-content:flex-start;gap:10px;margin:0}
.home-welcome .hero-action-secondary{color:var(--ink-2);border-color:var(--border);background:transparent}
.page-home .home-welcome .hero-panel--pulse{max-width:none;width:100%;padding:20px;gap:12px;background:#432c18;border:1px solid #654426;border-radius:20px;box-shadow:0 12px 28px #5d35151a}
.home-welcome .hero-panel--pulse h2{font-size:25px}
.home-welcome .hero-panel-timestamp{min-width:100px;padding:8px;border-radius:10px}.home-welcome .hero-panel-timestamp span{font-size:9px}.home-welcome .hero-panel-timestamp strong{margin-top:4px;font-size:16px}
.home-welcome .hero-pulse-main{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:10px}
.home-welcome .hero-pulse-hero,.home-welcome .hero-pulse-aqi{padding:12px;border-radius:12px;min-width:0;gap:4px}.home-welcome .hero-pulse-hero strong{font-size:38px;margin:8px 0}.home-welcome .hero-pulse-aqi strong{font-size:30px}
.home-welcome .hero-pulse-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.home-welcome .hero-pulse-card{padding:10px 8px;border-radius:10px}.home-welcome .hero-pulse-card span{font-size:8px;letter-spacing:.05em}.home-welcome .hero-pulse-card strong{font-size:13px;margin-top:6px}.home-welcome .hero-pulse-card small{font-size:10px;line-height:1.3}
.home-welcome .hero-pulse-summary{font-size:12px;line-height:1.5}.home-welcome .hero-pulse-note{font-size:10px;line-height:1.5}
@media(max-width:900px){.page-home .home-welcome .hero-shell--pulse{grid-template-columns:1fr;gap:24px}.page-home .home-welcome .hero-shell--pulse .hero-sub{max-width:600px}.page-home .home-welcome .hero-panel--pulse{max-width:none}}
@media(max-width:480px){.page-home .home-welcome.hero{padding:24px 0}.page-home .home-welcome .hero-shell--pulse .hero-title{font-size:38px}.page-home .home-welcome .hero-search-ico{display:none}.page-home .home-welcome .hero-shell--pulse .hero-actions{display:flex;flex-direction:row}.page-home .home-welcome .hero-actions a{width:auto;flex:1;padding:11px 8px;font-size:12px;min-height:44px}.page-home .home-welcome .hero-panel--pulse{padding:16px}.home-welcome .hero-panel-top{flex-direction:row;gap:10px}.home-welcome .hero-panel--pulse h2{font-size:22px}.home-welcome .hero-panel-timestamp{min-width:88px}.home-welcome .hero-pulse-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
