:root { --ink: #17221d; --muted: #627067; --paper: #fff; --surface: #f4f7f1; --green: #215c3c; --green-dark: #153e2a; --lime: #cce56c; --line: #dce4da; --focus: #0969da; --shadow: 0 1.2rem 3rem rgb(28 63 43 / 10%); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--surface); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; margin: 0; }
a { color: var(--green-dark); text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select { font: inherit; }
:focus-visible { outline: .2rem solid var(--focus); outline-offset: .2rem; }
.skip-link { background: var(--ink); color: #fff; left: 1rem; padding: .7rem 1rem; position: fixed; top: -5rem; z-index: 20; }
.skip-link:focus { top: 1rem; }
.directory-header { background: var(--paper); border-bottom: .0625rem solid var(--line); }
.directory-nav, main > section, .footer-inner { margin-inline: auto; max-width: 82rem; padding-inline: clamp(1rem, 4vw, 2rem); }
.directory-nav { align-items: center; display: flex; justify-content: space-between; min-height: 4.8rem; }
.directory-logo { align-items: center; display: inline-flex; font-weight: 880; gap: .7rem; text-decoration: none; }
.logo-mark { align-items: center; background: var(--green); border-radius: .75rem .75rem .25rem .75rem; color: #fff; display: inline-flex; font-size: 1.1rem; height: 2.35rem; justify-content: center; transform: rotate(-4deg); width: 2.35rem; }
.directory-nav > a:last-child { font-weight: 760; }
.directory-hero { align-items: center; display: grid; gap: clamp(2rem, 6vw, 5rem); grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .75fr); min-height: min(44rem, 78vh); padding-block: clamp(4rem, 10vw, 8rem); }
.eyebrow { color: var(--green); font-size: .78rem; font-weight: 880; letter-spacing: .14em; margin: 0 0 .8rem; text-transform: uppercase; }
.hero-copy h1 { font-size: clamp(3.2rem, 9vw, 7.2rem); letter-spacing: -.065em; line-height: .92; margin: 0; max-width: 9ch; }
.hero-copy > p:last-child { color: var(--muted); font-size: clamp(1.08rem, 2.4vw, 1.35rem); max-width: 39rem; }
.hero-art { aspect-ratio: 1; background: var(--green); border-radius: 48% 52% 44% 56%; box-shadow: var(--shadow); color: #fff; display: grid; place-items: center; position: relative; transform: rotate(3deg); }
.hero-art strong { font-size: clamp(1.5rem, 4vw, 2.7rem); max-width: 6ch; position: relative; text-align: center; transform: rotate(-3deg); z-index: 2; }
.hero-art span { background: var(--lime); border-radius: 50%; height: 18%; position: absolute; width: 18%; }
.hero-art span:nth-child(1) { left: 12%; top: 18%; }.hero-art span:nth-child(2) { bottom: 13%; right: 18%; }.hero-art span:nth-child(3) { background: #f5a661; right: 9%; top: 17%; transform: scale(.65); }
.directory-section { padding-block: 2rem 7rem; scroll-margin-top: 2rem; }
.section-heading { align-items: end; display: flex; gap: 2rem; justify-content: space-between; margin-bottom: 1.5rem; }
.section-heading h2 { font-size: clamp(2.2rem, 6vw, 4.5rem); letter-spacing: -.055em; line-height: 1; margin: 0; }
.section-heading > p { color: var(--muted); max-width: 34rem; }
.search-panel { align-items: end; background: var(--paper); border: .0625rem solid var(--line); border-radius: 1.35rem; box-shadow: 0 .7rem 2rem rgb(28 63 43 / 6%); display: grid; gap: .8rem; grid-template-columns: minmax(15rem, 1fr) minmax(12rem, .55fr) auto auto; padding: 1rem; }
.search-field { display: grid; gap: .35rem; }
.search-field label { font-size: .82rem; font-weight: 780; }
input, select { background: #fff; border: .075rem solid #aebbb2; border-radius: .75rem; color: var(--ink); min-height: 3rem; padding: .65rem .8rem; width: 100%; }
button, .card-cta, .reset-link, .pagination a, .empty-state a { align-items: center; border-radius: .75rem; display: inline-flex; font-weight: 820; justify-content: center; min-height: 3rem; padding: .7rem 1rem; }
button { background: var(--green); border: 0; color: #fff; cursor: pointer; }
.reset-link { background: #edf2eb; color: var(--ink); text-decoration: none; }
.errorlist { color: #922a25; font-size: .85rem; margin: 0; padding-left: 1.2rem; }
.result-summary { color: var(--muted); font-weight: 700; margin-block: 1.25rem; }
.directory-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bistro-card { background: var(--paper); border: .0625rem solid var(--line); border-radius: 1.35rem; box-shadow: 0 .5rem 1.7rem rgb(28 63 43 / 5%); display: grid; grid-template-rows: 9rem 1fr; overflow: hidden; }
.bistro-visual { align-items: center; background: linear-gradient(135deg, var(--green), #3d8259); display: flex; justify-content: center; overflow: hidden; position: relative; }
.bistro-visual::before, .bistro-visual::after { background: var(--lime); border-radius: 50%; content: ""; height: 8rem; opacity: .85; position: absolute; width: 8rem; }.bistro-visual::before { left: -2rem; top: -4rem; }.bistro-visual::after { bottom: -5rem; right: -1rem; }
.bistro-visual span { color: #fff; font-size: 3.5rem; font-weight: 900; position: relative; z-index: 1; }
.bistro-content { display: flex; flex-direction: column; padding: 1.25rem; }
.city-label { color: var(--green); font-size: .78rem; font-weight: 850; letter-spacing: .1em; margin: 0; text-transform: uppercase; }
.bistro-content h3 { font-size: 1.55rem; letter-spacing: -.03em; margin: .35rem 0; }
.bistro-content > p:not(.city-label) { color: var(--muted); margin: 0 0 1rem; }
.bistro-content ul { display: flex; flex-wrap: wrap; gap: .45rem; list-style: none; margin: auto 0 1rem; padding: 0; }.bistro-content li { background: #edf5ea; border-radius: 999px; font-size: .78rem; font-weight: 720; padding: .35rem .6rem; }
.card-cta { background: var(--green); color: #fff; gap: .5rem; text-decoration: none; }
.empty-state { background: var(--paper); border: .1rem dashed #aebbb2; border-radius: 1.35rem; padding: clamp(2.5rem, 8vw, 5rem) 1.5rem; text-align: center; }.empty-state > span { color: var(--green); font-size: 3rem; }.empty-state h3 { font-size: clamp(1.8rem, 5vw, 3rem); margin: .4rem 0; }.empty-state p { color: var(--muted); }.empty-state a { background: var(--green); color: #fff; margin-top: .5rem; text-decoration: none; }
.pagination { align-items: center; display: flex; gap: 1rem; justify-content: center; margin-top: 2rem; }.pagination a { background: #fff; text-decoration: none; }
footer { background: var(--ink); color: #fff; padding-block: 2.5rem; }.footer-inner { align-items: center; display: flex; gap: 1rem; justify-content: space-between; }.footer-inner p { color: #cad3cd; margin: 0; }
@media (max-width: 62rem) { .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.search-panel { grid-template-columns: 1fr 1fr; }.directory-hero { min-height: auto; } }
@media (max-width: 44rem) { .directory-hero { grid-template-columns: 1fr; padding-block: 3rem; }.hero-art { margin-inline: auto; max-width: 20rem; order: -1; width: 72vw; }.directory-grid, .search-panel { grid-template-columns: 1fr; }.section-heading, .footer-inner { align-items: flex-start; flex-direction: column; }.directory-nav > a:last-child { display: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.hero-art { transform: none; } }
