:root{--bg: #f7f4ef;--bg-subtle: #f2ede5;--ink: #1b1b1b;--ink-light: #3d3d3d;--muted: #6b6b6b;--muted-light: #9a9a9a;--accent-green: #0f6b4a;--accent-green-light: #e8f2ed;--accent-green-dark: #0a4d35;--accent-red: #c64b3c;--accent-red-light: #faf0ee;--accent-gold: #c9a86a;--accent-gold-light: #faf6ed;--card-border: #e3dfd7;--card-bg: #ffffff;--divider: #d9d4c9;--font-display: "Fraunces", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--font-mono: "SF Mono", Consolas, monospace;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 999px;--shadow-sm: 0 1px 2px rgba(27, 27, 27, .04);--shadow-md: 0 4px 12px rgba(27, 27, 27, .06), 0 1px 3px rgba(27, 27, 27, .04);--shadow-lg: 0 12px 32px rgba(27, 27, 27, .08), 0 4px 8px rgba(27, 27, 27, .04);--shadow-hover: 0 16px 40px rgba(27, 27, 27, .1), 0 6px 12px rgba(27, 27, 27, .06);--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--duration-fast: .15s;--duration-normal: .25s;--duration-slow: .4s;--max-width: 1200px;--header-height: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--ink);background:var(--bg);background-image:radial-gradient(ellipse 100% 80% at 50% -20%,rgba(15,107,74,.03) 0%,transparent 50%),linear-gradient(180deg,var(--bg) 0%,var(--bg-subtle) 100%);min-height:100vh}.skip-link{position:absolute;top:-100%;left:1rem;z-index:1000;padding:.75rem 1.25rem;background:var(--accent-green);color:#fff;font-weight:600;font-size:.875rem;border-radius:var(--radius-sm);text-decoration:none;transition:top var(--duration-fast) var(--ease-out)}.skip-link:focus{top:.75rem}:focus-visible{outline:2px solid var(--accent-green);outline-offset:3px}a:focus-visible,button:focus-visible{border-radius:var(--radius-sm)}h1,h2,h3,h4{font-family:var(--font-display);font-weight:500;line-height:1.2;letter-spacing:-.02em;color:var(--ink)}h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:400;letter-spacing:-.03em}h2{font-size:clamp(1.375rem,3vw,1.75rem);font-weight:500;margin-bottom:1rem}h3{font-size:1.125rem;font-weight:600}p{max-width:65ch}a{color:inherit;text-decoration:none;transition:color var(--duration-fast) var(--ease-out)}a:hover{color:var(--accent-green)}.container{max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,4vw,2.5rem)}section{margin-bottom:4rem}section:last-child{margin-bottom:0}.header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding-top:1.25rem;padding-bottom:1.25rem;background:linear-gradient(180deg,var(--bg) 60%,transparent 100%);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.brand{font-family:var(--font-display);font-size:1.375rem;font-weight:600;letter-spacing:-.02em;color:var(--ink);display:flex;align-items:center;gap:.5rem}.brand:before{content:"";width:8px;height:8px;background:var(--accent-green);border-radius:50%}.nav{display:flex;align-items:center;gap:.25rem}.nav a{padding:.5rem 1rem;font-size:.9375rem;font-weight:500;color:var(--muted);border-radius:var(--radius-full);transition:all var(--duration-normal) var(--ease-out)}.nav a:hover{color:var(--ink);background:#1b1b1b0a;text-decoration:none}.nav a:active{transform:scale(.97)}.header__right{display:flex;align-items:center;gap:1rem}.lang-switcher{position:relative}.lang-switcher__trigger{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--muted);background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-full);cursor:pointer;transition:all var(--duration-fast) var(--ease-out)}.lang-switcher__trigger:hover{color:var(--ink);border-color:var(--accent-green)}.lang-switcher__icon{transition:transform var(--duration-fast) var(--ease-out)}.lang-switcher__trigger[aria-expanded=true] .lang-switcher__icon{transform:rotate(180deg)}.lang-switcher__menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:140px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(-8px);transition:all var(--duration-normal) var(--ease-out);z-index:200;overflow:hidden}.lang-switcher__menu.is-open{opacity:1;visibility:visible;transform:translateY(0)}.lang-switcher__item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;font-size:.875rem;color:var(--ink);transition:background var(--duration-fast) var(--ease-out)}.lang-switcher__item:hover{background:var(--bg-subtle);text-decoration:none}.lang-switcher__native{font-weight:500}.lang-switcher__label{font-size:.75rem;color:var(--muted)}.hero{padding:3rem 0 1.5rem;margin-bottom:1.5rem;position:relative}.hero--landing{text-align:center;padding:4rem 0}.hero--centered{text-align:center}.hero h1{margin-bottom:.75rem;animation:slideUp .8s var(--ease-out) backwards}.intro-copy{color:var(--ink-light);font-size:.9375rem;line-height:1.7;max-width:720px;margin-bottom:2rem}.hero .meta{animation:slideUp .8s var(--ease-out) .1s backwards}.meta--centered{margin:0 auto}.meta--mt-lg{margin-top:1rem}.meta--mt-sm{margin-top:.5rem}.meta--notice{margin-bottom:2rem;padding:1rem;background:var(--accent-gold-light);border-radius:var(--radius-sm)}.hero .badges{animation:slideUp .8s var(--ease-out) .15s backwards;margin-top:1.25rem}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.section-header h2{margin-bottom:0;white-space:nowrap}.section-header:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,var(--divider) 0%,transparent 100%)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.grid--narrow{max-width:720px;margin:0 auto}.grid--compact{max-width:400px;margin:0 auto}.grid-2{grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}.grid-compact{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.grid>*{animation:cardReveal .6s var(--ease-out) backwards}.grid>*:nth-child(1){animation-delay:.1s}.grid>*:nth-child(2){animation-delay:.15s}.grid>*:nth-child(3){animation-delay:.2s}.grid>*:nth-child(4){animation-delay:.25s}.grid>*:nth-child(5){animation-delay:.3s}.grid>*:nth-child(6){animation-delay:.35s}.grid>*:nth-child(n+7){animation-delay:.4s}@keyframes cardReveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.listing{display:flex;flex-direction:column;gap:1.25rem}.listing__controls{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;justify-content:space-between;padding:1rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.listing__filters{display:grid;gap:.75rem 1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));flex:1;min-width:280px}.filter-group{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;color:var(--ink-light)}.filter-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.dropdown{position:relative}.dropdown__trigger{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:.55rem .75rem;border-radius:var(--radius-sm);border:1px solid var(--divider);background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:.875rem;text-align:left;cursor:pointer;transition:border-color var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out)}.dropdown__trigger:hover{border-color:var(--muted-light)}.dropdown__trigger:focus-visible{outline:none;border-color:#0f6b4a66;box-shadow:0 0 0 2px #0f6b4a1f}.dropdown__trigger[aria-expanded=true]{border-color:#0f6b4a66;box-shadow:0 0 0 2px #0f6b4a1f}.dropdown__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.dropdown__chevron{flex-shrink:0;color:var(--muted-light);transition:transform var(--duration-fast) var(--ease-out)}.dropdown__trigger[aria-expanded=true] .dropdown__chevron{transform:rotate(180deg)}.dropdown__menu{position:absolute;z-index:50;top:calc(100% + 4px);left:0;right:0;min-width:100%;max-height:240px;overflow-y:auto;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);list-style:none;margin:0;padding:.25rem 0;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity var(--duration-fast) var(--ease-out),visibility var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)}.dropdown__menu.is-open{opacity:1;visibility:visible;transform:translateY(0)}.dropdown__menu::-webkit-scrollbar{width:4px}.dropdown__menu::-webkit-scrollbar-track{background:transparent}.dropdown__menu::-webkit-scrollbar-thumb{background:var(--divider);border-radius:2px}.dropdown__item{padding:.5rem .75rem;font-size:.875rem;color:var(--ink-light);cursor:pointer;transition:background var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out);outline:none}.dropdown__item:hover,.dropdown__item:focus{background:var(--bg-subtle);color:var(--ink)}.dropdown__item.is-selected{color:var(--accent-green);font-weight:500;background:var(--accent-green-light)}.filter-reset{align-self:flex-end;padding:.55rem 1rem;border-radius:var(--radius-full);border:1px solid var(--divider);background:var(--bg-subtle);color:var(--muted);font-family:var(--font-body);font-size:.8125rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all var(--duration-fast) var(--ease-out)}.filter-reset:hover{border-color:var(--accent-red);color:var(--accent-red);background:var(--accent-red-light)}.listing__bar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.price-buttons{display:inline-flex;gap:0}.price-btn{padding:.45rem .7rem;border:1px solid var(--divider);background:var(--bg);color:var(--muted);font-family:var(--font-body);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all var(--duration-fast) var(--ease-out);line-height:1}.price-btn:first-child{border-radius:var(--radius-sm) 0 0 var(--radius-sm)}.price-btn:last-child{border-radius:0 var(--radius-sm) var(--radius-sm) 0}.price-btn:not(:first-child){border-left:none}.price-btn:hover:not(.is-active){color:var(--ink);background:var(--bg-subtle)}.price-btn.is-active{background:var(--accent-green);color:var(--card-bg);border-color:var(--accent-green)}.price-btn.is-active+.price-btn{border-left-color:var(--accent-green)}.listing__view{display:inline-flex;gap:.25rem}.view-toggle{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;color:var(--muted-light);cursor:pointer;transition:all var(--duration-fast) var(--ease-out)}.view-toggle:hover:not(.is-active){color:var(--ink)}.view-toggle.is-active{color:var(--accent-green);background:var(--accent-green-light);border-color:#0f6b4a26}.listing__count{font-size:.875rem;color:var(--muted)}.listing__grid[data-view=list]{display:flex;flex-direction:column;gap:.75rem}.listing__grid[data-view=list] .card--restaurant{display:grid;grid-template-columns:400px 1fr;box-shadow:var(--shadow-sm)}.listing__grid[data-view=list] .card--restaurant:hover{transform:translateY(-2px)}.listing__grid[data-view=list] .card__image-link{height:100%}.listing__grid[data-view=list] .card__image-wrapper{height:100%;padding-top:0}.listing__grid[data-view=list] .card__content{padding:1rem 1.25rem;justify-content:center;gap:.5rem}.listing__grid[data-view=list] .restaurant-card__title{font-size:1rem}.listing__grid[data-view=list] .badges{gap:.375rem}.listing__grid[data-view=list] .badge{padding:.25rem .5rem;font-size:.75rem}@media(max-width:720px){.listing__controls{flex-direction:column;align-items:stretch}.listing__filters{grid-template-columns:1fr 1fr}.listing__bar{flex-wrap:wrap}.listing__grid[data-view=list] .card--restaurant{grid-template-columns:1fr}.listing__grid[data-view=list] .card__image-wrapper{height:auto;padding-top:56.25%}}.card{position:relative;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-md);padding:1.5rem;box-shadow:var(--shadow-md);transition:all var(--duration-normal) var(--ease-out);overflow:hidden}.card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0%,rgba(15,107,74,.02) 100%);opacity:0;transition:opacity var(--duration-normal) var(--ease-out);pointer-events:none}a.card:hover,.card--restaurant:hover{border-color:#0f6b4a33;box-shadow:var(--shadow-hover);transform:translateY(-4px)}a.card:hover:before,.card--restaurant:hover:before{opacity:1}a.card{display:block}a.card:hover{text-decoration:none}a.card h3{transition:color var(--duration-fast) var(--ease-out)}a.card:hover h3{color:var(--accent-green)}.card h3{margin-bottom:.75rem}.card h3 a{display:inline-block}.card h3 a:hover{text-decoration:none}.card .meta{margin-top:.5rem}.card .meta:first-of-type{margin-top:.75rem}.card--category{padding:2rem 1.5rem 1.75rem;text-align:center;border-top:3px solid var(--card-border);position:relative}.card--category__icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin:0 auto 1rem;border-radius:50%;font-size:1.25rem}.card--category h3{font-size:1.375rem;margin-bottom:.5rem}.card--category .meta{font-size:.875rem}.card--category-vegan{border-top-color:var(--accent-green)}.card--category-vegan .card--category__icon{background:var(--accent-green-light);border:1px solid rgba(15,107,74,.15)}.card--category-vegan .card--category__icon:before{content:"";width:1.25rem;height:1.25rem;background:var(--accent-green);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M17 8C8 10 5.9 16.17 3.82 21.34l1.89.66.95-2.3c.48.17.98.3 1.34.3C19 20 22 3 22 3c-1 2-8 2.25-13 3.25S2 11.5 2 13.5s1.75 3.75 1.75 3.75C7 8 17 8 17 8z'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M17 8C8 10 5.9 16.17 3.82 21.34l1.89.66.95-2.3c.48.17.98.3 1.34.3C19 20 22 3 22 3c-1 2-8 2.25-13 3.25S2 11.5 2 13.5s1.75 3.75 1.75 3.75C7 8 17 8 17 8z'/%3E%3C/svg%3E") no-repeat center}.card--category-vegan:hover{border-top-color:var(--accent-green-dark)}.card--category-vegan:hover h3{color:var(--accent-green)}.card--category-vegetarian{border-top-color:#2a9d8f}.card--category-vegetarian .card--category__icon{background:#e8f5f2;border:1px solid rgba(42,157,143,.15)}.card--category-vegetarian .card--category__icon:before{content:"";width:1.25rem;height:1.25rem;background:#2a9d8f;-webkit-mask:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%20512%20512%27%20fill%3D%27currentColor%27%3E%3Cpath%20d%3D%27M196.036%2C292.977c-16.781-18.297%2C21.344-105.25-166.266-192.188c-33.563%2C6.094-79.328%2C160.156%2C118.984%2C212.031%20c65.594%2C21.344%2C57.969%2C94.563%2C57.969%2C122.016h38.125c0%2C0-15.594-87.094%2C54.078-119.016%20c47.406-21.688%2C178.328-28.656%2C213.078-224.281c-66.234-38.313-281.625-7.75-276.266%2C186.313%20c-3.141%2C27.297-4.703%2C50.422-19.875%2C44.109C197.567%2C314.336%2C196.036%2C292.977%2C196.036%2C292.977z%27/%3E%3C/svg%3E) no-repeat center / contain;mask:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%20512%20512%27%20fill%3D%27currentColor%27%3E%3Cpath%20d%3D%27M196.036%2C292.977c-16.781-18.297%2C21.344-105.25-166.266-192.188c-33.563%2C6.094-79.328%2C160.156%2C118.984%2C212.031%20c65.594%2C21.344%2C57.969%2C94.563%2C57.969%2C122.016h38.125c0%2C0-15.594-87.094%2C54.078-119.016%20c47.406-21.688%2C178.328-28.656%2C213.078-224.281c-66.234-38.313-281.625-7.75-276.266%2C186.313%20c-3.141%2C27.297-4.703%2C50.422-19.875%2C44.109C197.567%2C314.336%2C196.036%2C292.977%2C196.036%2C292.977z%27/%3E%3C/svg%3E) no-repeat center / contain}.card--category-vegetarian:hover{border-top-color:#238b7e}.card--category-vegetarian:hover h3{color:#2a9d8f}.card--category-gf{border-top-color:var(--accent-gold)}.card--category-gf .card--category__icon{background:var(--accent-gold-light);border:1px solid rgba(201,168,106,.2)}.card--category-gf .card--category__icon:before{content:"";width:1.25rem;height:1.25rem;background:#8b6914;-webkit-mask:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%272.1%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M12%203v18%27/%3E%3Cpath%20d%3D%27M8%206c0%201.5%201.5%202.5%204%203%27/%3E%3Cpath%20d%3D%27M16%206c0%201.5-1.5%202.5-4%203%27/%3E%3Cpath%20d%3D%27M7%2010c0%201.5%201.5%202.5%205%203%27/%3E%3Cpath%20d%3D%27M17%2010c0%201.5-1.5%202.5-5%203%27/%3E%3Cpath%20d%3D%27M5%205l14%2014%27/%3E%3C/svg%3E) no-repeat center;mask:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%272.1%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M12%203v18%27/%3E%3Cpath%20d%3D%27M8%206c0%201.5%201.5%202.5%204%203%27/%3E%3Cpath%20d%3D%27M16%206c0%201.5-1.5%202.5-4%203%27/%3E%3Cpath%20d%3D%27M7%2010c0%201.5%201.5%202.5%205%203%27/%3E%3Cpath%20d%3D%27M17%2010c0%201.5-1.5%202.5-5%203%27/%3E%3Cpath%20d%3D%27M5%205l14%2014%27/%3E%3C/svg%3E) no-repeat center}.card--category-gf:hover{border-top-color:#8b6914}.card--category-gf:hover h3{color:#8b6914}.card--area{padding:0;overflow:hidden}.card--area .card__content{padding:1rem 1.25rem}.card--area h3{margin-bottom:.25rem}.card--area:hover .card__image{transform:scale(1.05)}.card--restaurant{padding:0;overflow:hidden}.card__image-link{display:block}.card__image-wrapper{position:relative;width:100%;padding-top:56.25%;overflow:hidden;background:var(--bg-subtle)}.card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease-out)}.card--restaurant:hover .card__image{transform:scale(1.05)}.card__content{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.restaurant-card{display:flex;flex-direction:column;gap:.75rem}.restaurant-card__title{font-size:1.125rem;font-weight:600;line-height:1.3}.restaurant-card__title a{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.restaurant-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;font-size:.8125rem;color:var(--muted)}.restaurant-card__price{font-weight:600;letter-spacing:.02em}.price-mark--active{color:var(--accent-green)}.price-mark--dim{color:var(--divider)}.restaurant-card__station{display:inline-flex;align-items:center;gap:.25rem}.restaurant-card__icon{flex-shrink:0;color:var(--muted-light)}.restaurant-card__cuisine{color:var(--muted)}.restaurant-card__cuisine:before{content:"·";margin-right:.25rem;color:var(--divider)}.badges{display:flex;flex-wrap:wrap;gap:.5rem}.badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;border-radius:var(--radius-full);background:var(--accent-green-light);color:var(--accent-green);border:1px solid rgba(15,107,74,.15);transition:all var(--duration-fast) var(--ease-out)}.badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.6}.badge.gf{background:var(--accent-gold-light);color:#8b6914;border-color:#c9a86a40}.meta{font-size:.9375rem;color:var(--muted);line-height:1.5}.meta--sm{font-size:.8125rem}.meta--lg{font-size:1.0625rem}.pagination{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:1.5rem 0}.pagination__item{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;font-size:.9375rem;font-weight:500;color:var(--muted);background:transparent;border:1px solid transparent;border-radius:var(--radius-sm);transition:all var(--duration-fast) var(--ease-out)}.pagination__item:hover{color:var(--ink);background:var(--card-bg);border-color:var(--card-border);text-decoration:none}.pagination__item--active{color:var(--card-bg);background:var(--accent-green);border-color:var(--accent-green)}.pagination__item--active:hover{color:var(--card-bg);background:var(--accent-green-dark);border-color:var(--accent-green-dark)}.pagination__ellipsis{color:var(--muted-light);padding:0 .5rem}.detail-image{margin:0 calc(-1*clamp(1rem,4vw,2.5rem));margin-bottom:2rem;overflow:hidden;border-radius:0 0 var(--radius-lg) var(--radius-lg);box-shadow:var(--shadow-lg)}.detail-image__img{width:100%;height:300px;object-fit:cover;display:block}@media(min-width:768px){.detail-image{margin:0;border-radius:var(--radius-lg)}.detail-image__img{height:400px}}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.detail-grid .detail-section{display:flex;flex-direction:column}.detail-grid .detail-section .card{flex:1}.detail-hero{padding:2rem 0 3rem;border-bottom:1px solid var(--divider);margin-bottom:2rem}.detail-hero h1{margin-bottom:.5rem}.detail-hero .meta{font-family:var(--font-display);font-style:italic;font-size:1.125rem;margin-bottom:1.5rem}.detail-section{margin-bottom:2rem}.detail-section h2{font-size:.875rem;font-family:var(--font-body);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.75rem}.detail-section .card{padding:1.25rem}.detail-section .card p{max-width:none}.quick-info{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem 1.25rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-md);margin-bottom:2rem}.quick-info__item{display:flex;flex-direction:column;gap:.25rem;padding-right:1.5rem;border-right:1px solid var(--divider)}.quick-info__item:last-child{border-right:none;padding-right:0}.quick-info__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.quick-info__value{font-size:.9375rem;font-weight:500;color:var(--ink)}.price-display{color:var(--accent-green);font-weight:600}.contact-card{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.75rem}.contact-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--accent-green);background:var(--accent-green-light);border-radius:var(--radius-sm)}.contact-icon--instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.contact-link{font-weight:500;color:var(--ink);transition:color var(--duration-fast) var(--ease-out)}.contact-link:hover{color:var(--accent-green)}.hours-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;padding-top:1rem;border-top:1px solid var(--divider)}.hours-item{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.hours-day{color:var(--muted);font-weight:500}.hours-time{color:var(--ink)}.hours-time--closed{color:var(--accent-red);font-weight:500}.hours-note{margin-top:.75rem;padding-top:.75rem;border-top:1px dashed var(--divider);font-size:.8125rem;color:var(--muted);font-style:italic}.map-wrapper{position:relative;width:100%;height:200px;margin-top:1rem;border-radius:var(--radius-sm);overflow:hidden;background:var(--bg-subtle)}.map-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:.75rem;font-weight:600;color:var(--accent-green)}.map-link:hover{text-decoration:underline}.map-wrapper iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.evidence-list{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.75rem}.evidence-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--accent-green-light);border-radius:var(--radius-sm);border-left:3px solid var(--accent-green)}.evidence-item--gluten_free{background:var(--accent-gold-light);border-left-color:var(--accent-gold)}.evidence-category{font-weight:600;color:var(--ink)}.evidence-level{font-size:.875rem;color:var(--muted)}.evidence-disclaimer{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--divider);font-size:.8125rem}.access-card{display:flex;flex-direction:column;gap:1.25rem}.access-area{display:flex;align-items:center;gap:.5rem}.access-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent-green)}.access-label{font-size:.875rem;color:var(--muted);font-weight:500}.access-value{font-size:.9375rem;font-weight:600;color:var(--ink)}.access-link{color:var(--accent-green);transition:color var(--duration-fast) var(--ease-out)}.access-link:hover{color:var(--accent-green-dark);text-decoration:underline}.access-stations{display:flex;flex-direction:column;gap:.75rem}.access-stations-header{display:flex;align-items:center;gap:.5rem}.access-stations-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem;padding-left:1.5rem}.access-station-item{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem .5rem;font-size:.9375rem;padding:.5rem .75rem;background:var(--bg-subtle);border-radius:var(--radius-sm);border-left:3px solid var(--accent-green)}.access-station-name{font-weight:600;color:var(--ink)}.access-station-line{font-size:.8125rem;color:var(--muted)}.access-station-walk{font-size:.8125rem;font-weight:500;color:var(--accent-green);margin-left:auto}@media(max-width:480px){.access-station-item{flex-direction:column;gap:.25rem}.access-station-walk{margin-left:0}}.footer{margin-top:5rem;padding:2.5rem 0 3rem;border-top:1px solid var(--divider);font-size:.875rem;color:var(--muted);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer__brand{font-family:var(--font-display);font-weight:600;color:var(--ink)}.footer__links{display:flex;gap:1.5rem}.footer__links a{font-weight:500;transition:color var(--duration-fast) var(--ease-out)}.footer__links a:hover{color:var(--accent-green);text-decoration:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.text-accent{color:var(--accent-green)}@media(max-width:768px){.header{flex-direction:column;align-items:flex-start;gap:1rem;padding-top:1rem;padding-bottom:1rem}.header__right{width:100%;flex-direction:column;align-items:flex-start;gap:.75rem}.nav{width:100%;overflow-x:auto;padding-bottom:.5rem;margin-bottom:-.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.lang-switcher{align-self:flex-end;margin-top:-2.5rem}.lang-switcher__menu{right:0}.hero{padding:1.5rem 0 1rem}.grid{grid-template-columns:1fr;gap:1rem}.card{padding:1.25rem}.footer{flex-direction:column;text-align:center}}.pill-nav{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.pill-nav__item{display:inline-flex;align-items:center;padding:.4rem .9rem;font-size:.8125rem;font-weight:500;color:var(--muted);background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-full);transition:all var(--duration-fast) var(--ease-out)}.pill-nav__item:hover{color:var(--ink);border-color:var(--muted-light);text-decoration:none}.pill-nav__item.is-active{color:var(--card-bg);background:var(--accent-green);border-color:var(--accent-green)}.pill-nav__item.is-active:hover{background:var(--accent-green-dark);border-color:var(--accent-green-dark)}.listing__empty{display:none;text-align:center;padding:3rem 1rem;color:var(--muted);font-size:.9375rem}.listing__empty--visible{display:block}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
