/**
 * Bugun Nereye — Expedia-referansli tasarim sistemi (bnx)
 * Version: 2.0.0
 * - Beyaz zemin, soft yardimci yuzeyler, derin lacivert metin, turuncu accent
 * - System font stack, ince border, yumusak radius, kucuk golge
 * - Gradient / glassmorphism / neon yok
 * - Container 1240px, spacing: 4/8/12/16/24/32/40/48/64
 */
:root {
  --bnx-white: #FFFFFF;
  --bnx-soft: #F5F5F7;
  --bnx-soft-2: #EDEEF1;
  --bnx-ink: #191E3B;
  --bnx-secondary: #5B5F6A;
  --bnx-muted: #7A7E8A;
  --bnx-border: #D7D9E0;
  --bnx-border-soft: #E6E8EE;
  --bnx-brand: #FF5A1F;
  --bnx-brand-dark: #E04D15;
  --bnx-brand-ink: #B23A0C;
  --bnx-brand-soft: #FFF1E8;
  --bnx-star: #E8930C;
  --bnx-success: #16794C;
  --bnx-success-bg: #E7F4EC;
  --bnx-danger: #C43232;
  --bnx-focus: #1A73E8;
  --bnx-container: 1240px;
  --bnx-r-input: 12px;
  --bnx-r-card: 16px;
  --bnx-r-promo: 22px;
  --bnx-r-pill: 999px;
  --bnx-shadow-sm: 0 1px 2px rgba(25, 30, 59, 0.06);
  --bnx-shadow-md: 0 2px 8px rgba(25, 30, 59, 0.08);
  --bnx-shadow-lg: 0 8px 28px rgba(25, 30, 59, 0.12);
  --bnx-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Base */
.bnx, .bnx button, .bnx input, .bnx select, .bnx textarea { font-family: var(--bnx-font); }
.bnx-wrap { background: var(--bnx-white); color: var(--bnx-ink); font-family: var(--bnx-font); font-size: 15px; line-height: 1.55; }
.bnx-container { width: 100%; max-width: var(--bnx-container); margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.bnx-section { padding: 40px 0 8px; }
.bnx-section:last-child { padding-bottom: 48px; }

/* Section head */
.bnx-sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.bnx-sec-title { font-size: 22px; line-height: 1.25; font-weight: 700; letter-spacing: -0.01em; margin: 0; color: var(--bnx-ink); }
.bnx-sec-sub { margin: 4px 0 0; color: var(--bnx-secondary); font-size: 14px; font-weight: 400; }
.bnx-sec-link { flex-shrink: 0; font-size: 14px; font-weight: 600; color: var(--bnx-brand-ink); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; min-height: 44px; }
.bnx-sec-link:hover { color: var(--bnx-brand-dark); text-decoration: underline; }

/* Screen reader */
.bnx .screen-reader-text, .screen-reader-text.bnx-sr { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }

/* Focus */
.bnx a:focus-visible, .bnx button:focus-visible, .bnx input:focus-visible, .bnx select:focus-visible {
  outline: 2px solid var(--bnx-focus); outline-offset: 2px; border-radius: 6px;
}

/* ============ HEADER ============ */
.bnx-header { background: var(--bnx-white); border-bottom: 1px solid var(--bnx-border-soft); position: sticky; top: 0; z-index: 600; }
.admin-bar .bnx-header { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .bnx-header { top: 46px; } }
.bnx-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 68px; }
.bnx-brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.bnx-logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--bnx-ink); }
.bnx-logo img, .bnx-logo .custom-logo { max-height: 40px; width: auto; max-width: 210px; }
.bnx-logo-fallback { display: inline-flex; align-items: center; gap: 9px; }
.bnx-logo-mark { width: 34px; height: 34px; border-radius: 10px; background: var(--bnx-brand); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bnx-logo-word { font-size: 19px; font-weight: 800; letter-spacing: -0.02em; white-space: nowrap; }
.bnx-logo-word em { font-style: normal; color: var(--bnx-brand); }
.bnx-nav { display: flex; align-items: center; }
.bnx-menu { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.bnx-menu > li { position: relative; }
.bnx-menu a, .bnx-menu button.bnx-drop-btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 12px; min-height: 44px; font-size: 14px; font-weight: 600; color: var(--bnx-ink); text-decoration: none; border-radius: 10px; background: transparent; border: 0; cursor: pointer; white-space: nowrap; }
.bnx-menu a:hover, .bnx-menu button.bnx-drop-btn:hover { background: var(--bnx-soft); color: var(--bnx-ink); }
.bnx-menu .is-active > a, .bnx-menu a.is-active { color: var(--bnx-brand-ink); }
.bnx-drop { display: none; position: absolute; top: calc(100% + 6px); left: 0; min-width: 280px; background: var(--bnx-white); border: 1px solid var(--bnx-border); border-radius: var(--bnx-r-card); box-shadow: var(--bnx-shadow-lg); padding: 8px; z-index: 650; }
.bnx-has-drop:hover > .bnx-drop, .bnx-has-drop:focus-within > .bnx-drop, .bnx-has-drop.open > .bnx-drop { display: block; }
.bnx-drop a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border-radius: 10px; font-size: 14px; font-weight: 500; }
.bnx-drop a:hover { background: var(--bnx-soft); }
.bnx-drop .bnx-drop-h { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--bnx-muted); padding: 8px 12px 4px; }
.bnx-actions { display: flex; align-items: center; gap: 8px; }
.bnx-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: var(--bnx-r-input); font-weight: 600; font-size: 14px; text-decoration: none; cursor: pointer; border: 1px solid transparent; min-height: 44px; padding: 10px 16px; }
.bnx-btn-primary { background: var(--bnx-brand); color: #fff; }
.bnx-btn-primary:hover { background: var(--bnx-brand-dark); color: #fff; }
.bnx-btn-ghost { background: transparent; color: var(--bnx-ink); border-color: var(--bnx-border); }
.bnx-btn-ghost:hover { border-color: var(--bnx-ink); }
.bnx-btn-soft { background: var(--bnx-soft); color: var(--bnx-ink); }
.bnx-btn-soft:hover { background: var(--bnx-soft-2); }
.bnx-icon-btn { width: 44px; height: 44px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; background: transparent; color: var(--bnx-ink); cursor: pointer; }
.bnx-icon-btn:hover { background: var(--bnx-soft); }
.bnx-user-chip { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--bnx-border); border-radius: var(--bnx-r-pill); padding: 4px 12px 4px 4px; background: var(--bnx-white); cursor: pointer; min-height: 44px; font-weight: 600; font-size: 14px; color: var(--bnx-ink); }
.bnx-user-chip:hover { border-color: var(--bnx-ink); }
.bnx-user-chip img { width: 32px; height: 32px; border-radius: 50%; }
.bnx-user-menu { display: none; position: absolute; right: 0; top: calc(100% + 6px); background: #fff; border: 1px solid var(--bnx-border); border-radius: var(--bnx-r-card); box-shadow: var(--bnx-shadow-lg); min-width: 230px; padding: 8px; z-index: 650; }
.bnx-user-wrap { position: relative; }
.bnx-user-wrap.open .bnx-user-menu { display: block; }
.bnx-user-menu a { display: flex; gap: 10px; align-items: center; padding: 10px 12px; border-radius: 10px; font-size: 14px; font-weight: 500; color: var(--bnx-ink); text-decoration: none; }
.bnx-user-menu a:hover { background: var(--bnx-soft); }
.bnx-burger { display: none; }

/* ============ HERO + SEARCH ============ */
.bnx-hero { background: var(--bnx-white); border-bottom: 1px solid var(--bnx-border-soft); padding: 40px 0 24px; }
.bnx-hero h1 { font-size: 32px; line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; margin: 0 0 8px; }
.bnx-hero .bnx-lead { font-size: 16px; color: var(--bnx-secondary); margin: 0 0 20px; max-width: 640px; }
.bnx-tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--bnx-border-soft); margin-bottom: -1px; overflow-x: auto; scrollbar-width: none; }
.bnx-tabs::-webkit-scrollbar { display: none; }
.bnx-tab { appearance: none; background: none; border: 0; border-bottom: 2px solid transparent; padding: 12px 14px; font-size: 14px; font-weight: 600; color: var(--bnx-secondary); cursor: pointer; white-space: nowrap; min-height: 44px; }
.bnx-tab:hover { color: var(--bnx-ink); }
.bnx-tab[aria-selected="true"] { color: var(--bnx-ink); border-bottom-color: var(--bnx-brand); }
.bnx-search { border: 1px solid var(--bnx-border); border-radius: var(--bnx-r-card); background: #fff; box-shadow: var(--bnx-shadow-md); padding: 8px; display: grid; grid-template-columns: 1.4fr 1fr 1fr auto; gap: 8px; margin-top: 16px; }
.bnx-field { position: relative; display: flex; align-items: center; gap: 10px; border: 1px solid var(--bnx-border); border-radius: var(--bnx-r-input); background: #fff; padding: 0 12px; min-height: 56px; }
.bnx-field:focus-within { border-color: var(--bnx-brand); box-shadow: 0 0 0 3px rgba(255, 90, 31, 0.15); }
.bnx-field svg { flex-shrink: 0; color: var(--bnx-secondary); }
.bnx-field label { position: absolute; left: -9999px; }
.bnx-field input, .bnx-field select { border: 0; outline: 0; background: transparent; width: 100%; font-size: 15px; color: var(--bnx-ink); min-height: 44px; }
.bnx-field select { cursor: pointer; }
.bnx-search-btn { min-width: 132px; font-size: 15px; }
.bnx-suggest { display: none; position: absolute; top: calc(100% + 6px); left: 0; right: 0; background: #fff; border: 1px solid var(--bnx-border); border-radius: var(--bnx-r-input); box-shadow: var(--bnx-shadow-lg); z-index: 660; max-height: 320px; overflow: auto; padding: 6px; }
.bnx-field.open .bnx-suggest { display: block; }
.bnx-suggest button { display: flex; width: 100%; align-items: center; gap: 10px; padding: 10px 12px; border: 0; background: transparent; border-radius: 10px; cursor: pointer; text-align: left; font-size: 14px; min-height: 44px; }
.bnx-suggest button:hover, .bnx-suggest button.active { background: var(--bnx-soft); }
.bnx-suggest .bnx-s-type { margin-left: auto; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--bnx-muted); }

/* Promo strip */
.bnx-strip { display: flex; align-items: center; gap: 12px; margin-top: 16px; background: var(--bnx-soft); border: 1px solid var(--bnx-border-soft); border-radius: var(--bnx-r-input); padding: 12px 16px; font-size: 14px; }
.bnx-strip a { color: var(--bnx-brand-ink); font-weight: 700; text-decoration: none; display: inline-flex; gap: 6px; align-items: center; }
.bnx-strip a:hover { text-decoration: underline; }

/* ============ RAILS (carousel) ============ */
.bnx-rail-wrap { position: relative; }
.bnx-rail { display: grid; grid-auto-flow: column; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 2px 12px; scrollbar-width: thin; }
.bnx-rail > * { scroll-snap-align: start; }
.bnx-rail-nav { display: flex; gap: 8px; }
.bnx-rail-btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--bnx-border); background: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; color: var(--bnx-ink); }
.bnx-rail-btn:hover { border-color: var(--bnx-ink); }
.bnx-rail-btn:disabled { opacity: 0.4; cursor: default; }

/* Category cards (4:5) */
.bnx-cat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.bnx-cat-card { display: block; border-radius: var(--bnx-r-card); overflow: hidden; border: 1px solid var(--bnx-border-soft); background: #fff; text-decoration: none; color: inherit; }
.bnx-cat-card:hover { border-color: var(--bnx-border); box-shadow: var(--bnx-shadow-md); }
.bnx-cat-media { aspect-ratio: 4 / 5; overflow: hidden; background: var(--bnx-soft); }
.bnx-cat-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.bnx-cat-card:hover .bnx-cat-media img { transform: scale(1.04); }
.bnx-cat-body { padding: 12px 14px; }
.bnx-cat-name { font-size: 15px; font-weight: 700; margin: 0; }
.bnx-cat-count { font-size: 13px; color: var(--bnx-secondary); margin: 2px 0 0; }

/* Place cards */
.bnx-place-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.bnx-rail .bnx-place-card { width: 280px; }
.bnx-place-card { background: #fff; border: 1px solid var(--bnx-border-soft); border-radius: var(--bnx-r-card); overflow: hidden; display: flex; flex-direction: column; }
.bnx-place-card:hover { box-shadow: var(--bnx-shadow-md); border-color: var(--bnx-border); }
.bnx-place-media { position: relative; aspect-ratio: 4 / 3; background: var(--bnx-soft); overflow: hidden; }
.bnx-place-media img { width: 100%; height: 100%; object-fit: cover; }
.bnx-place-card:hover .bnx-place-media img { transform: scale(1.03); }
.bnx-place-media img { transition: transform 0.35s ease; }
.bnx-fav { position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.6); background: rgba(25,30,59,0.45); color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.bnx-fav:hover { background: rgba(25,30,59,0.65); }
.bnx-fav.is-active { background: #fff; color: var(--bnx-brand); border-color: #fff; }
.bnx-badge { position: absolute; left: 8px; top: 8px; background: #fff; border: 1px solid var(--bnx-border-soft); border-radius: var(--bnx-r-pill); font-size: 12px; font-weight: 700; padding: 4px 10px; color: var(--bnx-ink); }
.bnx-place-body { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.bnx-place-title { font-size: 15px; font-weight: 700; line-height: 1.35; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bnx-place-title a { color: inherit; text-decoration: none; }
.bnx-place-title a:hover { color: var(--bnx-brand-ink); text-decoration: underline; }
.bnx-place-loc { font-size: 13px; color: var(--bnx-secondary); margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bnx-place-meta { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--bnx-secondary); }
.bnx-score { display: inline-flex; align-items: center; gap: 4px; background: var(--bnx-ink); color: #fff; font-weight: 700; font-size: 12.5px; border-radius: 8px 8px 8px 2px; padding: 3px 7px; }
.bnx-stars { color: var(--bnx-star); font-weight: 700; }
.bnx-open { font-size: 12px; font-weight: 700; color: var(--bnx-success); }
.bnx-open.closed { color: var(--bnx-danger); }
.bnx-amen { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 2px; }
.bnx-amen span { font-size: 12px; background: var(--bnx-soft); border-radius: var(--bnx-r-pill); padding: 3px 9px; color: var(--bnx-secondary); }

/* City cards */
.bnx-city-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.bnx-rail .bnx-city-card { width: 260px; }
.bnx-city-card { border-radius: var(--bnx-r-card); overflow: hidden; border: 1px solid var(--bnx-border-soft); background: #fff; text-decoration: none; color: inherit; display: block; }
.bnx-city-card:hover { box-shadow: var(--bnx-shadow-md); }
.bnx-city-media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--bnx-soft); }
.bnx-city-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.bnx-city-card:hover .bnx-city-media img { transform: scale(1.04); }
.bnx-city-body { padding: 12px 14px; }
.bnx-city-name { font-size: 15px; font-weight: 700; margin: 0; }
.bnx-city-count { font-size: 13px; color: var(--bnx-secondary); margin: 2px 0 0; }

/* Promo banner */
.bnx-promo { background: var(--bnx-soft); border: 1px solid var(--bnx-border-soft); border-radius: var(--bnx-r-promo); padding: 32px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; align-items: center; overflow: hidden; }
.bnx-promo h2 { font-size: 24px; margin: 0 0 8px; letter-spacing: -0.01em; }
.bnx-promo p { color: var(--bnx-secondary); margin: 0 0 16px; font-size: 15px; }
.bnx-promo img { width: 100%; height: 100%; max-height: 260px; object-fit: cover; border-radius: 16px; }

/* Blog */
.bnx-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bnx-rail .bnx-blog-card { width: 320px; }
.bnx-blog-card { border: 1px solid var(--bnx-border-soft); border-radius: var(--bnx-r-card); overflow: hidden; background: #fff; display: flex; flex-direction: column; }
.bnx-blog-card:hover { box-shadow: var(--bnx-shadow-md); }
.bnx-blog-media { aspect-ratio: 16 / 9; background: var(--bnx-soft); overflow: hidden; }
.bnx-blog-media img { width: 100%; height: 100%; object-fit: cover; }
.bnx-blog-body { padding: 14px 16px 16px; }
.bnx-blog-cat { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--bnx-brand-ink); margin: 0 0 6px; }
.bnx-blog-title { font-size: 16px; font-weight: 700; line-height: 1.4; margin: 0 0 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bnx-blog-title a { color: inherit; text-decoration: none; }
.bnx-blog-title a:hover { text-decoration: underline; }
.bnx-blog-ex { font-size: 14px; color: var(--bnx-secondary); margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.bnx-blog-meta { font-size: 12.5px; color: var(--bnx-muted); margin-top: 10px; }

/* SEO links */
.bnx-seo { background: var(--bnx-white); border-top: 1px solid var(--bnx-border-soft); margin-top: 48px; padding: 32px 0; }
.bnx-seo h2 { font-size: 18px; margin: 0 0 16px; }
.bnx-seo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.bnx-seo h3 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--bnx-muted); margin: 0 0 10px; }
.bnx-seo ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.bnx-seo a { font-size: 14px; color: var(--bnx-secondary); text-decoration: none; padding: 6px 0; display: inline-block; }
.bnx-seo a:hover { color: var(--bnx-ink); text-decoration: underline; }

/* Footer */
.bnx-footer { border-top: 1px solid var(--bnx-border-soft); background: #fff; padding: 40px 0 0; }
.bnx-foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.bnx-foot-brand p { color: var(--bnx-secondary); font-size: 14px; }
.bnx-foot-h { font-size: 14px; font-weight: 700; margin: 0 0 12px; }
.bnx-foot-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.bnx-foot-col a { color: var(--bnx-secondary); text-decoration: none; font-size: 14px; padding: 6px 0; display: inline-block; }
.bnx-foot-col a:hover { color: var(--bnx-ink); text-decoration: underline; }
.bnx-foot-bottom { border-top: 1px solid var(--bnx-border-soft); margin-top: 32px; padding: 16px 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--bnx-secondary); }
.bnx-legal { display: flex; gap: 16px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.bnx-legal a { color: var(--bnx-secondary); text-decoration: none; }
.bnx-legal a:hover { text-decoration: underline; color: var(--bnx-ink); }

/* Empty */
.bnx-empty { border: 1px dashed var(--bnx-border); border-radius: var(--bnx-r-card); padding: 32px 20px; text-align: center; color: var(--bnx-secondary); background: #fff; }

/* ============ ARCHIVE ============ */
.bnx-archive-head { padding: 24px 0 0; }
.bnx-crumbs { font-size: 13px; color: var(--bnx-secondary); margin-bottom: 8px; }
.bnx-crumbs a { color: var(--bnx-secondary); text-decoration: none; }
.bnx-crumbs a:hover { text-decoration: underline; }
.bnx-archive-head h1 { font-size: 26px; margin: 0 0 4px; letter-spacing: -0.01em; }
.bnx-archive-sub { color: var(--bnx-secondary); margin: 0 0 16px; font-size: 14px; }
.bnx-compact-search { position: sticky; top: 68px; z-index: 500; background: #fff; border: 1px solid var(--bnx-border); border-radius: var(--bnx-r-card); box-shadow: var(--bnx-shadow-sm); padding: 8px; display: grid; grid-template-columns: 1.4fr 1fr 1fr auto auto; gap: 8px; margin-bottom: 16px; }
.admin-bar .bnx-compact-search { top: 100px; }
.bnx-layout { display: grid; grid-template-columns: 280px 1fr; gap: 24px; align-items: start; padding-bottom: 48px; }
.bnx-filters { border: 1px solid var(--bnx-border-soft); border-radius: var(--bnx-r-card); padding: 16px; background: #fff; position: sticky; top: 160px; }
.bnx-filters h2 { font-size: 15px; margin: 0 0 12px; }
.bnx-f-group { border-top: 1px solid var(--bnx-border-soft); padding: 12px 0; }
.bnx-f-group:first-of-type { border-top: 0; }
.bnx-f-group h3 { font-size: 13px; margin: 0 0 8px; color: var(--bnx-ink); }
.bnx-check { display: flex; align-items: center; gap: 8px; font-size: 14px; padding: 6px 0; min-height: 36px; }
.bnx-check input { width: 18px; height: 18px; accent-color: var(--bnx-brand); }
.bnx-result-card { display: grid; grid-template-columns: 260px 1fr auto; gap: 16px; border: 1px solid var(--bnx-border-soft); border-radius: var(--bnx-r-card); overflow: hidden; background: #fff; padding: 12px; }
.bnx-result-card + .bnx-result-card { margin-top: 12px; }
.bnx-result-card:hover { box-shadow: var(--bnx-shadow-md); }
.bnx-result-media { width: 260px; aspect-ratio: 4 / 3; border-radius: 12px; overflow: hidden; background: var(--bnx-soft); }
.bnx-result-media img { width: 100%; height: 100%; object-fit: cover; }
.bnx-result-body h3 { font-size: 17px; margin: 0 0 4px; }
.bnx-result-body h3 a { color: inherit; text-decoration: none; }
.bnx-result-body h3 a:hover { text-decoration: underline; }
.bnx-result-side { min-width: 150px; text-align: right; display: flex; flex-direction: column; gap: 8px; align-items: flex-end; }
.bnx-pagination { display: flex; gap: 8px; justify-content: center; margin: 24px 0; flex-wrap: wrap; }
.bnx-pagination a, .bnx-pagination span { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--bnx-border); border-radius: 10px; padding: 0 12px; text-decoration: none; color: var(--bnx-ink); font-weight: 600; font-size: 14px; background: #fff; }
.bnx-pagination .current { background: var(--bnx-ink); color: #fff; border-color: var(--bnx-ink); }
.bnx-filter-fab { display: none; }

/* ============ DETAIL ============ */
.bnx-detail-head { padding: 20px 0 0; }
.bnx-detail-head h1 { font-size: 28px; margin: 0 0 8px; letter-spacing: -0.01em; }
.bnx-detail-meta { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; color: var(--bnx-secondary); font-size: 14px; }
.bnx-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 220px 220px; gap: 8px; border-radius: var(--bnx-r-card); overflow: hidden; margin: 16px 0 0; }
.bnx-gallery img { width: 100%; height: 100%; object-fit: cover; }
.bnx-gallery .g0 { grid-row: 1 / 3; }
.bnx-sticky-nav { position: sticky; top: 68px; z-index: 400; background: #fff; border-bottom: 1px solid var(--bnx-border-soft); display: flex; gap: 4px; overflow-x: auto; }
.admin-bar .bnx-sticky-nav { top: 100px; }
.bnx-sticky-nav a { padding: 14px 12px; font-size: 14px; font-weight: 600; color: var(--bnx-secondary); text-decoration: none; border-bottom: 2px solid transparent; white-space: nowrap; }
.bnx-sticky-nav a:hover, .bnx-sticky-nav a.active { color: var(--bnx-ink); border-bottom-color: var(--bnx-brand); }
.bnx-detail-layout { display: grid; grid-template-columns: 1fr 340px; gap: 24px; padding: 24px 0 48px; align-items: start; }
.bnx-card { border: 1px solid var(--bnx-border-soft); border-radius: var(--bnx-r-card); padding: 20px; background: #fff; }
.bnx-card + .bnx-card { margin-top: 16px; }
.bnx-card h2 { font-size: 18px; margin: 0 0 12px; }
.bnx-side { position: sticky; top: 130px; }
.bnx-fact { display: grid; grid-template-columns: 130px 1fr; gap: 8px; padding: 8px 0; border-top: 1px solid var(--bnx-border-soft); font-size: 14px; }
.bnx-fact:first-of-type { border-top: 0; }
.bnx-fact dt { color: var(--bnx-secondary); }
.bnx-fact dd { margin: 0; }

/* ============ BLOG ============ */
.bnx-article { max-width: 780px; margin: 0 auto; padding: 24px 24px 48px; }
.bnx-article h1 { font-size: 30px; line-height: 1.2; letter-spacing: -0.02em; margin: 0 0 12px; }
.bnx-article .bnx-post-meta { color: var(--bnx-secondary); font-size: 14px; margin-bottom: 16px; }
.bnx-article img { border-radius: 12px; }
.bnx-prose { font-size: 17px; line-height: 1.75; color: var(--bnx-ink); }
.bnx-prose p { margin: 0 0 16px; }
.bnx-prose h2, .bnx-prose h3 { line-height: 1.3; margin: 28px 0 12px; }
.bnx-list-head { padding: 24px 0 0; }
.bnx-list-head h1 { font-size: 26px; margin: 0 0 6px; }
.bnx-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 16px 0 48px; }

/* Drawer / sheet / toast */
.bnx-overlay { display: none; position: fixed; inset: 0; background: rgba(25, 30, 59, 0.5); z-index: 800; }
.bnx-overlay.show { display: block; }
.bnx-drawer { position: fixed; top: 0; left: 0; bottom: 0; width: 320px; max-width: 88vw; background: #fff; z-index: 810; transform: translateX(-105%); transition: transform 0.25s ease; display: flex; flex-direction: column; }
.bnx-drawer.open { transform: none; }
.bnx-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-bottom: 1px solid var(--bnx-border-soft); }
.bnx-drawer nav { padding: 8px; overflow: auto; }
.bnx-drawer nav a { display: flex; align-items: center; gap: 10px; padding: 12px; border-radius: 10px; text-decoration: none; color: var(--bnx-ink); font-weight: 600; font-size: 15px; min-height: 48px; }
.bnx-drawer nav a:hover { background: var(--bnx-soft); }
.bnx-sheet { position: fixed; left: 0; right: 0; bottom: 0; z-index: 810; background: #fff; border-radius: 20px 20px 0 0; max-height: 85vh; overflow: auto; transform: translateY(105%); transition: transform 0.25s ease; padding: 16px; }
.bnx-sheet.open { transform: none; }
.bnx-toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); background: var(--bnx-ink); color: #fff; border-radius: 12px; padding: 12px 18px; font-size: 14px; z-index: 900; display: none; max-width: calc(100vw - 32px); }
.bnx-toast.show { display: block; }

/* Responsive */
@media (max-width: 1024px) {
  .bnx-place-grid { grid-template-columns: repeat(3, 1fr); }
  .bnx-cat-grid { grid-template-columns: repeat(3, 1fr); }
  .bnx-city-grid { grid-template-columns: repeat(3, 1fr); }
  .bnx-seo-grid { grid-template-columns: repeat(2, 1fr); }
  .bnx-detail-layout { grid-template-columns: 1fr; }
  .bnx-side { position: static; }
  .bnx-layout { grid-template-columns: 1fr; }
  .bnx-filters { position: static; }
  .bnx-promo { grid-template-columns: 1fr; }
  .bnx-foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .bnx-container { padding-left: 16px; padding-right: 16px; }
  .bnx-nav, .bnx-actions .bnx-hide-m { display: none; }
  .bnx-burger { display: inline-flex; }
  .bnx-bar { min-height: 64px; }
  .bnx-hero { padding: 28px 0 20px; }
  .bnx-hero h1 { font-size: 26px; }
  .bnx-search { grid-template-columns: 1fr; }
  .bnx-search-btn { width: 100%; }
  .bnx-compact-search { grid-template-columns: 1fr 1fr; top: 64px; position: static; }
  .bnx-place-grid, .bnx-cat-grid, .bnx-city-grid, .bnx-blog-grid, .bnx-list-grid { display: grid; grid-auto-flow: column; grid-template-columns: none; overflow-x: auto; scroll-snap-type: x mandatory; }
  .bnx-place-grid > *, .bnx-cat-grid > *, .bnx-city-grid > *, .bnx-blog-grid > *, .bnx-list-grid > * { scroll-snap-align: start; }
  .bnx-place-grid > * { width: 78vw; max-width: 320px; }
  .bnx-cat-grid > * { width: 44vw; max-width: 220px; }
  .bnx-city-grid > * { width: 68vw; max-width: 280px; }
  .bnx-blog-grid > *, .bnx-list-grid > * { width: 82vw; max-width: 340px; }
  .bnx-result-card { grid-template-columns: 1fr; }
  .bnx-result-media { width: 100%; }
  .bnx-result-side { text-align: left; align-items: flex-start; flex-direction: row; justify-content: space-between; }
  .bnx-gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; border-radius: 12px; }
  .bnx-gallery img { width: 86vw; flex-shrink: 0; height: 260px; scroll-snap-align: center; }
  .bnx-sec-title { font-size: 19px; }
  .bnx-section { padding: 28px 0 4px; }
  .bnx-foot-grid { grid-template-columns: 1fr; gap: 20px; }
  .bnx-seo-grid { grid-template-columns: 1fr 1fr; }
  .bnx-filter-fab { display: inline-flex; position: sticky; bottom: 16px; z-index: 450; margin: 12px auto; }
  .bnx-filters-desktop { display: none; }
}
@media (max-width: 430px) {
  .bnx-hero h1 { font-size: 24px; }
  .bnx-seo-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .bnx-rail, .bnx-gallery { scroll-behavior: auto; }
  * { transition: none !important; }
}
