/* BEST OF Core 0.9.11 — Build 009L
 * Participation UX, Search Intelligence & Dubai Completion
 */
:root{
  --bogl-ink:#111318;
  --bogl-muted:#667085;
  --bogl-soft-muted:#8a919f;
  --bogl-gold:#d7ae26;
  --bogl-gold-dark:#8f6900;
  --bogl-gold-soft:#fbf4dc;
  --bogl-line:#e8e1d7;
  --bogl-line-strong:#d9cfbf;
  --bogl-ivory:#fbf8f2;
  --bogl-ivory-deep:#f5efe5;
  --bogl-white:#fff;
  --bogl-purple:#6d5bd0;
  --bogl-purple-soft:#f2efff;
  --bogl-green:#14834f;
  --bogl-green-soft:#eef8f2;
  --bogl-blue:#3874d8;
  --bogl-blue-soft:#eef4ff;
  --bogl-amber:#a66c00;
  --bogl-red:#a94747;
  --bogl-radius-sm:8px;
  --bogl-radius:12px;
  --bogl-radius-lg:18px;
  --bogl-radius-xl:24px;
  --bogl-shadow:0 20px 55px rgba(37,28,13,.08);
  --bogl-shadow-soft:0 12px 32px rgba(37,28,13,.055);
  --bogl-shell:1280px;
}

/* ---------- shared foundations ---------- */
.bog-build-009l .bog9f-home,
.bog-build-009l .bogf-search-page,
.bog-build-009l .bogl-question-page,
.bog-build-009l .bogi-community,
.bog-build-009l .bogi-today-page,
.bog-build-009l .bog-feature-page{color:var(--bogl-ink)}
.bog-build-009l .bog9f-hero{padding-top:clamp(18px,2.2vw,34px)!important}
.bog-build-009l .bogf-search-hero,
.bog-build-009l .bog-feature-hero,
.bog-build-009l .bogi-community__hero,
.bog-build-009l .bogi-today-hero{padding-top:clamp(22px,2.7vw,42px)!important}
.bog-build-009l .bog9f-section{margin-top:clamp(62px,6.2vw,92px)}
.bogl-icon{display:block;width:22px;height:22px;flex:0 0 auto}
.bogl-eyebrow{margin:0 0 8px;color:var(--bogl-gold-dark);font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.bogl-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 18px;border:1px solid var(--bogl-line-strong);border-radius:10px;background:#fff;color:var(--bogl-ink)!important;font-size:14px;font-weight:750;line-height:1;text-decoration:none!important;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}
.bogl-button .bogl-icon{width:19px;height:19px}
.bogl-button:hover{transform:translateY(-1px);border-color:#c8b987;box-shadow:0 10px 25px rgba(40,31,15,.09)}
.bogl-button--primary{background:var(--bogl-gold);border-color:var(--bogl-gold);color:#111!important;box-shadow:0 10px 24px rgba(196,151,7,.16)}
.bogl-button--secondary{background:#fff}
.bogl-button--quiet{border-color:transparent;background:transparent;padding-inline:8px;color:var(--bogl-muted)!important}
.bogl-button:focus-visible,
.bog-build-009l button:focus-visible,
.bog-build-009l a:focus-visible,
.bog-build-009l input:focus-visible,
.bog-build-009l textarea:focus-visible,
.bog-build-009l select:focus-visible{outline:3px solid rgba(215,174,38,.3);outline-offset:3px}

/* ---------- homepage: hero, trust and participation ---------- */
.bog-build-009l .bog9f-hero{gap:clamp(38px,5vw,76px);align-items:center}
.bog-build-009l .bog9f-hero__copy h1{max-width:690px}
.bog-build-009l .bog9f-hero__actions.is-k1{margin-top:13px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-width:620px}
.bog-build-009l .bog9f-hero__actions.is-k1>a{min-height:70px;padding:13px 15px;border:1px solid var(--bogl-line);border-radius:12px;background:#fff;display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;column-gap:11px;align-items:center;text-decoration:none;color:var(--bogl-ink)}
.bog-build-009l .bog9f-hero__actions.is-k1>a>span{grid-row:1/3;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--bogl-gold-soft);color:var(--bogl-gold-dark);font-weight:800}
.bog-build-009l .bog9f-hero__actions.is-k1>a>span.is-purple{background:var(--bogl-purple-soft);color:var(--bogl-purple)}
.bog-build-009l .bog9f-hero__actions.is-k1 strong{font-size:14px}
.bog-build-009l .bog9f-hero__actions.is-k1 small{font-size:12px;color:var(--bogl-muted)}
.bogl-home-trust{max-width:var(--bogl-shell);margin:26px auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--bogl-line);border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 8px 26px rgba(37,28,13,.035)}
.bogl-home-trust article{min-width:0;padding:22px 24px;border-left:1px solid var(--bogl-line);display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;align-items:start}
.bogl-home-trust article:first-child{border-left:0}
.bogl-home-trust__icon{width:44px;height:44px;border:1px solid #e5d9b8;border-radius:13px;display:grid;place-items:center;background:var(--bogl-gold-soft);color:var(--bogl-gold-dark)}
.bogl-home-trust__icon svg{width:21px;height:21px;display:block}
.bogl-home-trust__icon.is-purple{border-color:#ddd6fb;background:var(--bogl-purple-soft);color:var(--bogl-purple)}
.bogl-home-trust__icon.is-green{border-color:#cfe8da;background:var(--bogl-green-soft);color:var(--bogl-green)}
.bogl-home-trust strong{display:block;margin:2px 0 6px;font-size:15px;line-height:1.25}
.bogl-home-trust p{margin:0;color:var(--bogl-muted);font-size:12.5px;line-height:1.52}

.bogl-home-conversations__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:18px}
.bogl-home-question-feature{min-height:270px;padding:34px;border:1px solid #dfc66b;border-radius:18px;background:radial-gradient(circle at 95% 0,rgba(215,174,38,.16),transparent 33%),linear-gradient(135deg,#fff 0%,#fcf8ed 100%);display:grid;grid-template-columns:58px 1fr;gap:22px;color:var(--bogl-ink);text-decoration:none;box-shadow:var(--bogl-shadow-soft)}
.bogl-home-question-feature__icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--bogl-gold-soft);color:var(--bogl-gold-dark)}
.bogl-home-question-feature__icon .bogl-icon{width:28px;height:28px}
.bogl-home-question-feature small{display:block;color:var(--bogl-gold-dark);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.bogl-home-question-feature h3{max-width:720px;margin:10px 0 13px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(29px,3vw,43px);line-height:1.06;letter-spacing:-.025em}
.bogl-home-question-feature p{max-width:650px;margin:0 0 20px;color:var(--bogl-muted);font-size:15px;line-height:1.55}
.bogl-home-question-feature>div>strong{color:var(--bogl-gold-dark);font-size:14px}
.bogl-home-question-stack{display:grid;gap:10px}
.bogl-home-question-stack>a{min-height:82px;padding:15px;border:1px solid var(--bogl-line);border-radius:13px;background:#fff;display:grid;grid-template-columns:38px 1fr auto;gap:12px;align-items:center;text-decoration:none;color:var(--bogl-ink)}
.bogl-home-question-stack>a.is-ask{background:var(--bogl-ivory)}
.bogl-home-question-stack>a>span:first-child{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--bogl-purple-soft);color:var(--bogl-purple)}
.bogl-home-question-stack .bogl-icon{width:19px;height:19px}
.bogl-home-question-stack small{display:block;margin-bottom:3px;color:var(--bogl-soft-muted);font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}
.bogl-home-question-stack strong{font-size:13px;line-height:1.35}
.bogl-home-question-stack b{color:var(--bogl-gold-dark)}

.bogl-section-note{display:block;max-width:720px;margin-top:8px;color:var(--bogl-muted);font-size:12px;line-height:1.5}
.bogl-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.bogl-category-grid>a{min-height:96px;padding:18px 19px;border:1px solid var(--bogl-line);border-radius:13px;background:#fff;display:grid;grid-template-columns:48px minmax(0,1fr) 18px;gap:14px;align-items:center;color:var(--bogl-ink);text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}
.bogl-category-grid>a:hover{transform:translateY(-2px);border-color:#d8c885;background:var(--bogl-ivory);box-shadow:var(--bogl-shadow-soft)}
.bogl-category-grid__icon{width:48px;height:48px;border:1px solid #e7dfd2;border-radius:12px;display:grid;place-items:center;background:var(--bogl-ivory);color:#25282e}
.bogl-category-grid__icon svg{width:24px;height:24px;display:block;overflow:visible}
.bogl-category-grid strong{display:block;font-size:15px;line-height:1.2}
.bogl-category-grid b{justify-self:end;color:var(--bogl-gold-dark);font-size:16px}

/* ---------- media fallbacks ---------- */
.bogl-media-fallback,
.bogj-media-fallback{width:100%;height:100%;min-height:150px;display:grid!important;place-items:center;background:linear-gradient(135deg,#f5f0e6,#fbf9f4);color:#a47d0f;font-size:12px;font-weight:850;letter-spacing:.16em;text-transform:uppercase;position:relative;overflow:hidden}
.bogl-media-fallback:before,
.bogj-media-fallback:before{content:"";position:absolute;width:130px;height:130px;border:1px solid rgba(195,151,21,.23);border-radius:50%;transform:translate(55px,-55px)}
.bogl-community-network{margin:18px 0 0;padding:14px 17px;border:1px solid var(--bogl-line);border-radius:11px;background:var(--bogl-ivory);color:var(--bogl-muted);font-size:12.5px;line-height:1.5}
.bogl-community-network strong{color:var(--bogl-ink)}

/* ---------- Search: utility layout and conversion ---------- */
.bog-build-009l .bogf-search-page{padding-top:0}
.bog-build-009l .bogf-search-hero{display:block!important;max-width:none!important;padding-bottom:28px!important}
.bog-build-009l .bogf-search-hero>div{max-width:760px}
.bog-build-009l .bogf-search-hero h1{margin-bottom:8px}
.bog-build-009l .bogf-search-hero>div>p:last-child{max-width:620px}
.bog-build-009l .bogf-search--large{width:100%!important;max-width:none!important;margin-top:24px!important;display:grid!important;grid-template-columns:auto 1fr auto;align-items:center;min-height:58px;padding:5px!important;border:1px solid #d9c36f!important;border-radius:13px!important;background:#fff;box-shadow:0 10px 26px rgba(34,28,13,.06)}
.bog-build-009l .bogf-search--large input{min-width:0!important;border:0!important;box-shadow:none!important;font-size:16px!important}
.bog-build-009l .bogf-search--large button{min-height:48px!important;border-radius:9px!important}
.bog-build-009l .bogf-filterbar{margin-top:0}
.bog-build-009l .bogf-search-summary{padding-top:34px}
.bog-build-009l .bogf-search-summary small{max-width:480px}
.bog-build-009l .bogf-search-layout{align-items:start}
.bog-build-009l .bogf-result-section>header p{max-width:640px}
.bog-build-009l .bogf-search-profile-row.is-count-5{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.bog-build-009l .bogf-search-profile-row.is-count-5>*:nth-child(4){grid-column:1}
.bog-build-009l .bogf-search-profile-row.is-count-5>*:nth-child(5){grid-column:2}

.bogl-search-ask{position:relative;margin:48px 0 58px;border:1px solid #ddc15c;border-radius:22px;background:linear-gradient(135deg,#fff 0%,#fbf7e9 100%);display:grid;grid-template-columns:minmax(0,1.42fr) minmax(285px,.58fr);overflow:hidden;box-shadow:var(--bogl-shadow)}
.bogl-search-ask:before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:var(--bogl-gold)}
.bogl-search-ask__main{padding:clamp(28px,3.2vw,46px)}
.bogl-search-ask__heading{display:grid;grid-template-columns:54px 1fr;gap:17px;align-items:start}
.bogl-search-ask__mark{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--bogl-gold-soft);color:var(--bogl-gold-dark)}
.bogl-search-ask__mark .bogl-icon{width:27px;height:27px}
.bogl-search-ask h2{max-width:730px;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(31px,3vw,48px);line-height:1.04;letter-spacing:-.03em}
.bogl-search-ask__intro{max-width:760px;margin:17px 0 0;color:var(--bogl-muted);font-size:16px;line-height:1.6}
.bogl-search-ask__dynamic{margin-top:22px}
.bogl-search-ask__dynamic>label{display:block;margin-bottom:8px;color:var(--bogl-ink);font-size:12px;font-weight:800}
.bogl-question-draft{display:block;width:100%;min-height:100px;padding:19px 20px;border:1px solid var(--bogl-line-strong);border-radius:13px;background:#fff;color:var(--bogl-ink);font-family:Georgia,"Times New Roman",serif;font-size:clamp(21px,2vw,29px);font-weight:700;line-height:1.28;resize:vertical;box-shadow:0 8px 20px rgba(35,27,10,.035)}
.bogl-search-ask__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:13px;align-items:center}
.bogl-search-ask__actions .bogl-button--primary{min-height:52px;padding-inline:20px}
.bogl-search-ask__actions .bogl-button--primary b{font-size:17px}
.bogl-search-ask__microcopy{display:flex;flex-wrap:wrap;gap:16px;margin-top:15px;color:var(--bogl-muted);font-size:11.5px}
.bogl-search-ask__microcopy span{display:inline-flex;align-items:center;gap:6px}
.bogl-search-ask__microcopy .bogl-icon{width:16px;height:16px;color:var(--bogl-gold-dark)}
.bogl-search-ask__confidence{padding:32px 28px;border-left:1px solid var(--bogl-line);background:rgba(255,255,255,.72)}
.bogl-search-ask__confidence>div{display:grid;grid-template-columns:39px 1fr;gap:12px;padding:16px 0;border-top:1px solid var(--bogl-line)}
.bogl-search-ask__confidence>div:nth-of-type(1){border-top:0;padding-top:5px}
.bogl-search-ask__confidence>div>span{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:var(--bogl-purple-soft);color:var(--bogl-purple)}
.bogl-search-ask__confidence>div:nth-of-type(2)>span{background:var(--bogl-green-soft);color:var(--bogl-green)}
.bogl-search-ask__confidence>div:nth-of-type(3)>span{background:var(--bogl-blue-soft);color:var(--bogl-blue)}
.bogl-search-ask__confidence .bogl-icon{width:19px;height:19px}
.bogl-search-ask__confidence p{margin:0;color:var(--bogl-muted);font-size:12px;line-height:1.5}
.bogl-search-ask__confidence strong{display:block;margin-bottom:3px;color:var(--bogl-ink);font-size:13px}
.bogl-search-ask__network{margin:18px 0 0!important;padding:16px;border:1px solid #ead589;border-radius:11px;background:var(--bogl-gold-soft);color:var(--bogl-ink)!important}
.bogl-search-ask__network strong,.bogl-search-ask__network span{display:block}
.bogl-search-ask__network span{margin-top:3px;color:var(--bogl-muted);font-size:11px}
.bogl-clarify>strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:24px}
.bogl-clarify>p{margin:6px 0 14px;color:var(--bogl-muted)}
.bogl-clarify__choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.bogl-clarify__choices button{min-height:92px;padding:15px;border:1px solid var(--bogl-line);border-radius:12px;background:#fff;display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;text-align:left;cursor:pointer}
.bogl-clarify__choices button>span:first-child{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:var(--bogl-blue-soft);color:var(--bogl-blue)}
.bogl-clarify__choices strong,.bogl-clarify__choices small{display:block}
.bogl-clarify__choices small{margin-top:3px;color:var(--bogl-muted);font-size:11px;line-height:1.4}
.bogl-clarify__choices b{color:var(--bogl-gold-dark)}
.bogl-missing{display:none;margin-top:19px;padding:22px;border:1px solid var(--bogl-line);border-radius:13px;background:#fff}
.bogl-missing.is-open{display:grid;gap:16px}
.bogl-missing h3{margin:0 0 6px;font-family:Georgia,"Times New Roman",serif;font-size:24px;line-height:1.15}
.bogl-missing p{margin:0;color:var(--bogl-muted);font-size:13px;line-height:1.5}
.bogl-missing__fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.bogl-missing label span{display:block;margin-bottom:6px;font-size:11px;font-weight:750;color:var(--bogl-muted)}
.bogl-missing input,.bogl-missing select{width:100%;min-height:47px;padding:0 12px;border:1px solid var(--bogl-line);border-radius:9px;background:#fff}
.bogl-honeypot{position:absolute!important;left:-9999px!important}
.bogl-status{min-height:22px;margin-top:10px;color:var(--bogl-muted);font-size:12px}
.bogl-similar{margin-top:18px;padding:18px;border:1px solid var(--bogl-line);border-radius:13px;background:#fff}
.bogl-similar h3{margin:0 0 10px;font-family:Georgia,"Times New Roman",serif;font-size:22px}
.bogl-similar a{display:grid;grid-template-columns:1fr auto;gap:12px;padding:12px 0;border-top:1px solid var(--bogl-line);color:var(--bogl-ink);text-decoration:none}
.bogl-similar a:first-of-type{border-top:0}
.bogl-similar small{display:block;color:var(--bogl-muted);font-size:11px;margin-top:3px}
.bogl-similar__list{display:grid}
.bogl-similar__actions{display:flex;justify-content:flex-end;margin-top:12px;padding-top:12px;border-top:1px solid var(--bogl-line)}
.bogl-similar__arrow{color:var(--bogl-gold-dark);font-weight:850}
.bogl-status[data-state="error"]{color:var(--bogl-red)}
.bogl-status[data-state="success"]{color:var(--bogl-green)}
.bogl-status[data-state="loading"]{color:var(--bogl-gold-dark)}
.bogl-missing.is-complete{background:var(--bogl-green-soft);border-color:#b6dfc7}
.bogl-search-rail-next{margin-top:14px;padding:20px;border:1px solid var(--bogl-line);border-radius:14px;background:linear-gradient(135deg,var(--bogl-ivory),#fff)}
.bogl-search-rail-next h3{margin:0 0 6px;font-family:Georgia,"Times New Roman",serif;font-size:24px;line-height:1.08}
.bogl-search-rail-next p{margin:0 0 14px;color:var(--bogl-muted);font-size:12px;line-height:1.5}
.bogl-search-rail-next .bogl-button{width:100%}

/* ---------- reusable participation formats ---------- */
.bogl-context{margin:38px 0;padding:24px;border:1px solid var(--bogl-line);border-radius:16px;background:linear-gradient(135deg,#fff,var(--bogl-ivory));display:grid;grid-template-columns:48px 1fr auto;gap:17px;align-items:center}
.bogl-context__icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--bogl-purple-soft);color:var(--bogl-purple)}
.bogl-context h3{margin:0 0 5px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(23px,2.2vw,32px);line-height:1.1}
.bogl-context p{margin:0;color:var(--bogl-muted);font-size:13px;line-height:1.5}
.bogl-debate{margin:28px 0;padding:26px;border-radius:18px;background:#17191f;color:#fff;display:grid;grid-template-columns:50px 1fr auto;gap:18px;align-items:center}
.bogl-debate__mark{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:rgba(215,174,38,.15);color:var(--bogl-gold)}
.bogl-debate h3{margin:0 0 6px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(24px,2.4vw,34px);line-height:1.08}
.bogl-debate p{margin:0;color:rgba(255,255,255,.7)}
.bogl-debate a{color:var(--bogl-gold);font-weight:750;text-decoration:none}
.bogl-question-list{margin:42px 0}
.bogl-question-list>h3{margin:0 0 14px;font-family:Georgia,"Times New Roman",serif;font-size:31px}
.bogl-question-list>div{border:1px solid var(--bogl-line);border-radius:15px;background:#fff;overflow:hidden}
.bogl-question-list__item{min-height:76px;padding:14px 17px;display:grid;grid-template-columns:42px 1fr auto;gap:13px;align-items:center;border-top:1px solid var(--bogl-line);color:var(--bogl-ink);text-decoration:none}
.bogl-question-list__item:first-child{border-top:0}
.bogl-question-list__icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--bogl-purple-soft);color:var(--bogl-purple)}
.bogl-question-list__item strong{display:block;font-size:14px;line-height:1.35}
.bogl-question-list__item small{display:block;margin-top:3px;color:var(--bogl-muted);font-size:11px}
.bogl-question-list__item>span:last-child{color:var(--bogl-gold-dark)}

/* ---------- Question page ---------- */
.bogl-question-page{max-width:1280px;margin:0 auto;padding:28px 30px 110px}
.bogl-breadcrumbs{display:flex;gap:9px;align-items:center;margin:0 0 24px;color:var(--bogl-muted);font-size:12px}
.bogl-breadcrumbs a{color:inherit;text-decoration:none}
.bogl-question-hero{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:28px;padding:34px 0 38px;border-bottom:1px solid var(--bogl-line)}
.bogl-chips{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:17px}
.bogl-chips span{padding:6px 9px;border:1px solid var(--bogl-line);border-radius:999px;color:var(--bogl-muted);font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}
.bogl-question-hero h1{max-width:900px;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-.04em}
.bogl-question-details{max-width:800px;margin-top:17px;color:var(--bogl-muted);font-size:17px;line-height:1.55}
.bogl-question-details p{margin:0}
.bogl-question-meta{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-top:16px;color:var(--bogl-muted);font-size:12px}
.bogl-question-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:23px}
.bogl-question-hero__status{padding:20px;border:1px solid var(--bogl-line);border-radius:15px;background:#fff;align-self:start;display:grid;grid-template-columns:44px 1fr;gap:12px}
.bogl-question-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--bogl-gold-soft);color:var(--bogl-gold-dark);font-weight:850}
.bogl-question-hero__status p{margin:2px 0 2px;color:var(--bogl-muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.bogl-question-hero__status strong,.bogl-question-hero__status span{display:block}
.bogl-question-hero__status span{margin-top:3px;color:var(--bogl-muted);font-size:11px}
.bogl-question-hero__status dl{grid-column:1/3;margin:8px 0 0;border-top:1px solid var(--bogl-line)}
.bogl-question-hero__status dl>div{display:flex;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid var(--bogl-line);font-size:11px}
.bogl-question-hero__status dt{color:var(--bogl-muted)}
.bogl-question-hero__status dd{margin:0;font-weight:750;text-align:right}
.bogl-question-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;margin-top:30px;align-items:start}
.bogl-zero-answer{padding:34px;border:1px solid #e2c766;border-radius:18px;background:radial-gradient(circle at 100% 0,rgba(215,174,38,.14),transparent 32%),var(--bogl-ivory);display:grid;grid-template-columns:58px 1fr;gap:20px}
.bogl-zero-answer__icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--bogl-gold-dark)}
.bogl-zero-answer h2{margin:0 0 7px;font-family:Georgia,"Times New Roman",serif;font-size:37px;line-height:1.08}
.bogl-zero-answer p{max-width:680px;margin:0;color:var(--bogl-muted);line-height:1.58}
.bogl-zero-answer__actions{grid-column:2;display:flex;gap:9px;flex-wrap:wrap;margin-top:2px}
.bogl-diagnostics{margin-top:16px;padding:15px;border:1px dashed #c8bfae;background:#fff;font-size:12px;color:var(--bogl-muted)}
.bogl-question-rail{display:grid;gap:14px;position:sticky;top:96px}
.bogl-question-rail>section{padding:21px;border:1px solid var(--bogl-line);border-radius:15px;background:#fff}
.bogl-question-rail h3{margin:0 0 12px;font-family:Georgia,"Times New Roman",serif;font-size:25px;line-height:1.1}
.bogl-question-rail__next>a{display:grid;grid-template-columns:36px 1fr auto;gap:10px;align-items:center;padding:13px 0;border-top:1px solid var(--bogl-line);color:var(--bogl-ink);text-decoration:none}
.bogl-question-rail__next>a:first-of-type{border-top:0}
.bogl-question-rail__next>a>.bogl-icon{width:18px;height:18px;color:var(--bogl-gold-dark)}
.bogl-question-rail__next strong,.bogl-question-rail__next small{display:block}
.bogl-question-rail__next strong{font-size:12px}
.bogl-question-rail__next small{margin-top:3px;color:var(--bogl-muted);font-size:10.5px;line-height:1.4}
.bogl-question-rail__trust>div{display:grid;grid-template-columns:34px 1fr;gap:10px;padding:14px 0;border-top:1px solid var(--bogl-line)}
.bogl-question-rail__trust>div:nth-of-type(1){border-top:0}
.bogl-question-rail__trust>div>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--bogl-purple-soft);color:var(--bogl-purple)}
.bogl-question-rail__trust>div:nth-of-type(2)>span{background:var(--bogl-green-soft);color:var(--bogl-green)}
.bogl-question-rail__trust>div:nth-of-type(3)>span{background:var(--bogl-blue-soft);color:var(--bogl-blue)}
.bogl-question-rail__trust .bogl-icon{width:17px;height:17px}
.bogl-question-rail__trust p{margin:0;color:var(--bogl-muted);font-size:11px;line-height:1.45}
.bogl-question-rail__trust strong{display:block;margin-bottom:3px;color:var(--bogl-ink);font-size:12px}
.bogl-related-content{margin:46px 0 0}
.bogl-related-content h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:31px}
.bogl-related-content__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:15px}
.bogl-related-card{min-height:170px;padding:18px;border:1px solid var(--bogl-line);border-radius:13px;background:#fff;color:var(--bogl-ink);text-decoration:none;display:flex;flex-direction:column}
.bogl-related-card__type{color:var(--bogl-gold-dark);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}
.bogl-related-card strong{margin-top:8px;font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.15}
.bogl-related-card p{color:var(--bogl-muted);font-size:12px;line-height:1.5}
.bogl-related-card b{margin-top:auto;color:var(--bogl-gold-dark);font-size:12px}
.bogl-question-close{margin-top:54px;padding:32px;border:1px solid var(--bogl-line);border-radius:18px;background:var(--bogl-ivory);display:flex;align-items:center;justify-content:space-between;gap:30px}
.bogl-question-close h2{margin:0 0 7px;font-family:Georgia,"Times New Roman",serif;font-size:34px;line-height:1.08}
.bogl-question-close p{margin:0;color:var(--bogl-muted)}
.bogl-question-close>div:last-child{display:flex;gap:9px;flex-wrap:wrap}
.bogl-mobile-actions{display:none}

/* ---------- Dubai City Edition ---------- */
.bog-city-edition{margin:0;background:#fff;color:var(--bogl-ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.bog-city-edition *{box-sizing:border-box}
.bog-city-edition h1,.bog-city-edition h2,.bog-city-edition h3{font-family:Georgia,"Times New Roman",serif}
.bog-city-shell{width:min(1280px,calc(100% - 56px));margin:0 auto}
.bog-city-header{position:sticky;top:0;z-index:60;border-bottom:1px solid var(--bogl-line);background:rgba(255,255,255,.94);backdrop-filter:blur(15px)}
.bog-city-header-inner{height:80px;display:flex;align-items:center;gap:30px}
.bog-city-logo{display:flex;align-items:center;min-width:175px;color:var(--bogl-ink);text-decoration:none;font-weight:850;letter-spacing:.16em}
.bog-city-logo img{display:block;max-width:168px;max-height:46px}
.bog-city-nav{display:flex;gap:23px;align-items:center;margin-left:auto}
.bog-city-nav a{color:var(--bogl-ink);font-size:13px;font-weight:720;text-decoration:none}
.bog-city-search-mini{height:44px;min-width:230px;padding:0 15px;border:1px solid var(--bogl-line);border-radius:999px;display:flex;align-items:center;gap:8px;color:var(--bogl-muted);font-size:13px;text-decoration:none}
.bog-city-hero{padding:54px 0 30px}
.bog-city-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);gap:48px;align-items:center}
.bog-city-kicker{color:var(--bogl-gold-dark);font-size:10px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.bog-city-hero h1{margin:15px 0 20px;font-size:clamp(58px,6vw,86px);line-height:.92;letter-spacing:-.05em}
.bog-city-hero p{max-width:570px;margin:0;color:var(--bogl-muted);font-size:18px;line-height:1.55}
.bog-city-search{display:flex;gap:8px;margin-top:27px;padding:6px;border:1px solid #dbc468;border-radius:12px;background:#fff;box-shadow:0 13px 32px rgba(40,32,9,.075)}
.bog-city-search input{min-width:0;flex:1;padding:0 13px;border:0;outline:0;font-size:15px}
.bog-city-search .bogl-button{min-width:125px}
.bog-city-hero-links{display:flex;gap:9px;flex-wrap:wrap;margin-top:12px}
.bog-city-hero-links a{padding:10px 12px;border:1px solid var(--bogl-line);border-radius:9px;background:#fff;color:var(--bogl-ink);font-size:12px;font-weight:720;text-decoration:none}
.bog-city-media{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:1fr 1fr;gap:11px;position:relative;min-height:520px}
.bog-city-media figure{margin:0;border-radius:16px;overflow:hidden;background:var(--bogl-ivory)}
.bog-city-media figure:first-child{grid-row:1/3}
.bog-city-media img{display:block;width:100%;height:100%;object-fit:cover}
.bog-city-question-float{position:absolute;left:26px;right:26px;bottom:22px;padding:18px;border:1px solid rgba(255,255,255,.7);border-radius:13px;background:rgba(255,255,255,.95);box-shadow:var(--bogl-shadow-soft)}
.bog-city-question-float strong{display:block;margin:5px 0 8px;font-family:Georgia,"Times New Roman",serif;font-size:22px;line-height:1.12}
.bog-city-question-float a{color:var(--bogl-gold-dark);font-size:12px;font-weight:750;text-decoration:none}
.bog-city-trust-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:26px;border:1px solid var(--bogl-line);border-radius:13px;background:#fff;overflow:hidden}
.bog-city-trust-rail>div{padding:18px;border-left:1px solid var(--bogl-line);color:var(--bogl-muted);font-size:12px;line-height:1.45}
.bog-city-trust-rail>div:first-child{border-left:0}
.bog-city-trust-rail strong{display:block;margin-bottom:4px;color:var(--bogl-ink);font-size:13px}
.bog-city-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:14px}
.bog-city-categories a{min-height:58px;padding:10px 12px;border:1px solid var(--bogl-line);border-radius:11px;background:#fff;display:flex;gap:10px;align-items:center;color:var(--bogl-ink);font-size:12px;font-weight:720;text-decoration:none}
.bog-city-categories svg{width:21px;height:21px;display:block;color:#25282e}
.bog-city-section{padding:70px 0 0}
.bog-city-section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:22px}
.bog-city-section-head h2{margin:7px 0 0;font-size:clamp(35px,4vw,52px);line-height:1.02;letter-spacing:-.035em}
.bog-city-section-head>p{max-width:430px;margin:0;color:var(--bogl-muted);line-height:1.55}
.bog-city-section-head>a{color:var(--bogl-gold-dark);font-size:13px;font-weight:750;text-decoration:none}
.bog-city-mosaic{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-auto-rows:250px;gap:13px}
.bog-city-card{position:relative;border:1px solid var(--bogl-line);border-radius:15px;background:#fff;overflow:hidden;color:var(--bogl-ink);text-decoration:none;display:flex;flex-direction:column;min-width:0}
.bog-city-card img{width:100%;height:58%;object-fit:cover;display:block}
.bog-city-card-content{padding:17px;display:flex;flex:1;flex-direction:column}
.bog-city-card-label{color:var(--bogl-gold-dark);font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.bog-city-card h3{margin:7px 0 7px;font-size:22px;line-height:1.1}
.bog-city-card p{margin:0;color:var(--bogl-muted);font-size:12px;line-height:1.48}
.bog-city-card-large{grid-row:span 2}
.bog-city-card-large img{height:68%}
.bog-city-card-wide{grid-column:span 2}
.bog-city-ask{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);border:1px solid #e1c662;border-radius:19px;background:linear-gradient(135deg,#fff,#fbf7e8);overflow:hidden;box-shadow:var(--bogl-shadow-soft)}
.bog-city-ask-main{padding:38px}
.bog-city-ask h2{margin:8px 0 12px;font-size:clamp(35px,4vw,50px);line-height:1.02}
.bog-city-ask-main>p{color:var(--bogl-muted);line-height:1.55}
.bog-city-ask-box{display:flex;gap:8px;margin-top:20px;padding:6px;border:1px solid var(--bogl-line-strong);border-radius:11px;background:#fff}
.bog-city-ask-box input{flex:1;min-width:0;border:0;padding:0 12px;outline:0}
.bog-city-ask-side{padding:31px;border-left:1px solid var(--bogl-line);background:rgba(255,255,255,.73)}
.bog-city-question-list{margin-top:12px;border:1px solid var(--bogl-line);border-radius:12px;background:#fff;overflow:hidden}
.bog-city-question-item{padding:13px 14px;border-top:1px solid var(--bogl-line)}
.bog-city-question-item:first-child{border-top:0}
.bog-city-question-item a{display:block;color:var(--bogl-ink);font-size:13px;font-weight:750;line-height:1.35;text-decoration:none}
.bog-city-question-item small{display:block;margin-top:3px;color:var(--bogl-muted);font-size:10px}
.bog-city-intents{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}
.bog-city-intent{min-height:145px;padding:20px;border:1px solid var(--bogl-line);border-radius:14px;background:#fff;color:var(--bogl-ink);text-decoration:none}
.bog-city-intent h3{margin:12px 0 7px;font-size:23px;line-height:1.05}
.bog-city-intent p{margin:0;color:var(--bogl-muted);font-size:12px;line-height:1.5}
.bog-city-chapter{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(400px,.8fr);gap:14px}
.bog-city-lead{min-height:650px}
.bog-city-lead img{height:68%}
.bog-city-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.bog-city-stack .bog-city-card{min-height:250px}
.bog-city-debate{grid-column:1/3;padding:25px;border-radius:15px;background:#17191f;color:#fff}
.bog-city-debate h3{margin:8px 0;font-size:30px;line-height:1.08}
.bog-city-debate p{color:rgba(255,255,255,.68)}
.bog-city-debate a{color:var(--bogl-gold);font-weight:750;text-decoration:none}
.bog-city-areas{display:grid;grid-template-columns:1.3fr .7fr .7fr;grid-auto-rows:210px;gap:12px}
.bog-city-area{position:relative;border-radius:15px;overflow:hidden;background:var(--bogl-ivory);color:#fff;text-decoration:none}
.bog-city-area:first-child{grid-row:span 2}
.bog-city-area:nth-child(4){grid-column:2/4}
.bog-city-area img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.74)}
.bog-city-area span{position:absolute;left:17px;bottom:15px;font-family:Georgia,"Times New Roman",serif;font-size:24px;font-weight:750}
.bog-city-profiles{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:13px}
.bog-city-profile-main{min-height:520px}
.bog-city-profile-main img{height:70%}
.bog-city-profile-side{display:grid;gap:11px}
.bog-city-profile-side .bog-city-card{min-height:160px}
.bog-city-updates{border:1px solid var(--bogl-line);border-radius:15px;background:#fff;overflow:hidden}
.bog-city-update{min-height:90px;padding:13px 16px;display:grid;grid-template-columns:70px 1fr auto;gap:14px;align-items:center;border-top:1px solid var(--bogl-line)}
.bog-city-update:first-child{border-top:0}
.bog-city-update img{width:70px;height:60px;object-fit:cover;border-radius:8px}
.bog-city-update h3{margin:0 0 4px;font-size:17px}
.bog-city-update p{margin:0;color:var(--bogl-muted);font-size:11px}
.bog-city-update a{color:var(--bogl-gold-dark);font-size:12px;font-weight:750;text-decoration:none}
.bog-city-close{margin:76px 0 0;padding:40px;border-radius:20px;background:#17191f;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:34px}
.bog-city-close h2{margin:8px 0 9px;font-size:45px;line-height:1.02}
.bog-city-close p{margin:0;color:rgba(255,255,255,.68);max-width:700px}
.bog-city-footer{margin-top:76px;padding:46px 0;border-top:1px solid var(--bogl-line)}
.bog-city-footer-inner{display:grid;grid-template-columns:1.5fr .55fr .55fr;gap:50px}
.bog-city-footer p{max-width:460px;color:var(--bogl-muted);font-size:13px;line-height:1.55}
.bog-city-footer strong,.bog-city-footer a{display:block;margin-bottom:10px;color:var(--bogl-ink);text-decoration:none;font-size:12px}
.bogl-mobile-ask{display:none}

/* ---------- acceptance hub marker ---------- */
html[data-bog-build="009l"]:after{content:"";display:none}

/* ---------- responsive ---------- */
@media (max-width:1100px){
  .bogl-home-trust article{padding:20px;grid-template-columns:40px minmax(0,1fr);gap:12px}
  .bogl-home-trust__icon{width:40px;height:40px}
  .bogl-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bogl-search-ask{grid-template-columns:1fr}
  .bogl-search-ask__confidence{border-left:0;border-top:1px solid var(--bogl-line);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}
  .bogl-search-ask__confidence>.bogl-eyebrow,.bogl-search-ask__network{grid-column:1/4}
  .bogl-search-ask__confidence>div{border-top:0;border-left:1px solid var(--bogl-line);padding:10px 14px}
  .bogl-search-ask__confidence>div:nth-of-type(1){border-left:0;padding-top:10px}
  .bogl-question-layout{grid-template-columns:1fr}
  .bogl-question-rail{position:static;grid-template-columns:1fr 1fr}
  .bog-city-nav{display:none}
  .bog-city-hero-grid{grid-template-columns:1fr;gap:34px}
  .bog-city-media{min-height:470px}
  .bog-city-ask{grid-template-columns:1fr}
  .bog-city-ask-side{border-left:0;border-top:1px solid var(--bogl-line)}
  .bog-city-chapter{grid-template-columns:1fr}
  .bog-city-lead{min-height:560px}
}
@media (max-width:820px){
  .bogl-home-trust{grid-template-columns:1fr}
  .bogl-home-trust article,.bogl-home-trust article:first-child{border-left:0;border-top:1px solid var(--bogl-line)}
  .bogl-home-trust article:first-child{border-top:0}
  .bog-build-009l .bog9f-hero__actions.is-k1{grid-template-columns:1fr}
  .bogl-home-conversations__grid{grid-template-columns:1fr}
  .bogl-category-grid{grid-template-columns:1fr 1fr}
  .bog-build-009l .bogf-search-profile-row.is-count-5{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bog-build-009l .bogf-search-profile-row.is-count-5>*:nth-child(4),.bog-build-009l .bogf-search-profile-row.is-count-5>*:nth-child(5){grid-column:auto}
  .bogl-question-page{padding-inline:22px}
  .bogl-question-hero{grid-template-columns:1fr}
  .bogl-question-hero__status{grid-template-columns:44px 1fr}
  .bogl-related-content__grid{grid-template-columns:1fr 1fr}
  .bogl-question-close{display:grid}
  .bog-city-shell{width:min(100% - 32px,1280px)}
  .bog-city-header-inner{height:70px;gap:16px}
  .bog-city-logo{min-width:0}
  .bog-city-search-mini{margin-left:auto;min-width:0;width:44px;padding:0;justify-content:center}
  .bog-city-search-mini span:last-child{display:none}
  .bog-city-categories{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}
  .bog-city-categories a{min-width:170px;scroll-snap-align:start}
  .bog-city-mosaic{grid-template-columns:1fr 1fr;grid-auto-rows:260px}
  .bog-city-card-large{grid-column:1/3;grid-row:auto;min-height:470px}
  .bog-city-card-wide{grid-column:1/3}
  .bog-city-intents{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bog-city-areas{grid-template-columns:1fr 1fr;grid-auto-rows:210px}
  .bog-city-area:first-child{grid-row:span 2}
  .bog-city-area:nth-child(4){grid-column:auto}
  .bog-city-profiles{grid-template-columns:1fr}
  .bog-city-profile-side{grid-template-columns:repeat(3,minmax(0,1fr))}
  .bog-city-footer-inner{grid-template-columns:1fr 1fr}
  .bog-city-footer-inner>div:first-child{grid-column:1/3}
}
@media (max-width:640px){
  .bog-build-009l .bog9f-hero{padding-top:22px!important}
  .bogl-home-trust{margin-top:20px;grid-template-columns:1fr}
  .bogl-home-trust article,.bogl-home-trust article:first-child{grid-column:auto;border-left:0;border-top:1px solid var(--bogl-line);padding:18px}
  .bogl-home-trust article:first-child{border-top:0}
  .bogl-home-question-feature{min-height:0;padding:23px;grid-template-columns:44px 1fr;gap:14px}
  .bogl-home-question-feature__icon{width:44px;height:44px}
  .bogl-home-question-feature h3{font-size:29px}
  .bogl-category-grid{grid-template-columns:1fr}
  .bogl-category-grid>a{min-height:76px;padding:14px 15px}
  .bog-build-009l .bogf-search--large{grid-template-columns:auto 1fr}
  .bog-build-009l .bogf-search--large button{grid-column:1/3;width:100%}
  .bog-build-009l .bogf-search-profile-row.is-count-5{grid-template-columns:1fr}
  .bogl-search-ask{margin:32px 0 42px;border-radius:17px}
  .bogl-search-ask__main{padding:24px 20px}
  .bogl-search-ask__heading{grid-template-columns:45px 1fr;gap:12px}
  .bogl-search-ask__mark{width:45px;height:45px}
  .bogl-search-ask h2{font-size:31px}
  .bogl-search-ask__intro{font-size:14px}
  .bogl-question-draft{font-size:21px;min-height:120px}
  .bogl-search-ask__actions{display:grid}
  .bogl-search-ask__actions .bogl-button{width:100%}
  .bogl-search-ask__microcopy{display:grid;gap:8px}
  .bogl-search-ask__confidence{grid-template-columns:1fr;padding:22px 20px}
  .bogl-search-ask__confidence>.bogl-eyebrow,.bogl-search-ask__network{grid-column:auto}
  .bogl-search-ask__confidence>div{border-left:0;border-top:1px solid var(--bogl-line);padding:14px 0}
  .bogl-search-ask__confidence>div:nth-of-type(1){border-top:0}
  .bogl-clarify__choices{grid-template-columns:1fr}
  .bogl-missing__fields{grid-template-columns:1fr}
  .bogl-context,.bogl-debate{grid-template-columns:44px 1fr;padding:20px}
  .bogl-context .bogl-button,.bogl-debate>a{grid-column:2;justify-self:start}
  .bogl-question-page{padding:20px 16px 100px}
  .bogl-breadcrumbs{overflow:auto;white-space:nowrap}
  .bogl-question-hero{padding-top:18px;gap:18px}
  .bogl-question-hero h1{font-size:42px}
  .bogl-question-actions{display:grid;grid-template-columns:1fr 1fr}
  .bogl-question-actions .bogl-button--primary{grid-column:1/3}
  .bogl-zero-answer{padding:24px 20px;grid-template-columns:44px 1fr;gap:13px}
  .bogl-zero-answer__icon{width:44px;height:44px}
  .bogl-zero-answer h2{font-size:30px}
  .bogl-zero-answer__actions{grid-column:1/3;display:grid}
  .bogl-zero-answer__actions .bogl-button{width:100%}
  .bogl-question-rail{grid-template-columns:1fr}
  .bogl-related-content__grid{grid-template-columns:1fr}
  .bogl-question-close{padding:24px 20px}
  .bogl-question-close h2{font-size:29px}
  .bogl-question-close>div:last-child{display:grid}
  .bogl-mobile-actions{position:fixed;z-index:75;left:12px;right:12px;bottom:12px;padding:6px;border:1px solid var(--bogl-line);border-radius:13px;background:rgba(255,255,255,.96);box-shadow:0 14px 35px rgba(22,18,10,.16);display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:5px}
  .bogl-mobile-actions button{min-height:44px;border:0;border-radius:9px;background:#fff;font-weight:750}
  .bogl-mobile-actions button:first-child{background:var(--bogl-gold)}
  .bog-city-shell{width:min(100% - 24px,1280px)}
  .bog-city-header-inner{height:64px}
  .bog-city-logo img{max-width:135px}
  .bog-city-header .bogl-button{display:none}
  .bog-city-hero{padding-top:34px}
  .bog-city-hero h1{font-size:57px}
  .bog-city-hero p{font-size:15px}
  .bog-city-search{display:grid;grid-template-columns:1fr}
  .bog-city-search .bogl-button{width:100%}
  .bog-city-hero-links{display:grid;grid-template-columns:1fr}
  .bog-city-media{min-height:470px;grid-template-columns:1fr 1fr;grid-template-rows:290px 155px}
  .bog-city-media figure:first-child{grid-column:1/3;grid-row:auto}
  .bog-city-question-float{left:12px;right:12px;bottom:12px;padding:15px}
  .bog-city-question-float strong{font-size:19px}
  .bog-city-trust-rail{grid-template-columns:1fr;margin-top:18px}
  .bog-city-trust-rail>div{border-left:0;border-top:1px solid var(--bogl-line)}
  .bog-city-trust-rail>div:first-child{border-top:0}
  .bog-city-section{padding-top:52px}
  .bog-city-section-head{display:block;margin-bottom:17px}
  .bog-city-section-head h2{font-size:37px}
  .bog-city-section-head>p{margin-top:9px}
  .bog-city-mosaic{grid-template-columns:1fr;grid-auto-rows:auto}
  .bog-city-card,.bog-city-card-large,.bog-city-card-wide{grid-column:auto;min-height:0}
  .bog-city-card img,.bog-city-card-large img{height:230px}
  .bog-city-ask-main,.bog-city-ask-side{padding:24px 20px}
  .bog-city-ask h2{font-size:36px}
  .bog-city-ask-box{display:grid}
  .bog-city-intents{grid-template-columns:1fr 1fr}
  .bog-city-intent{min-height:125px;padding:16px}
  .bog-city-chapter{display:block}
  .bog-city-lead{min-height:0;margin-bottom:12px}
  .bog-city-lead img{height:270px}
  .bog-city-stack{grid-template-columns:1fr}
  .bog-city-debate{grid-column:auto}
  .bog-city-areas{grid-template-columns:1fr;grid-auto-rows:210px}
  .bog-city-area:first-child{grid-row:auto}
  .bog-city-profile-side{grid-template-columns:1fr}
  .bog-city-update{grid-template-columns:55px 1fr}
  .bog-city-update img{width:55px;height:50px}
  .bog-city-update>a{grid-column:2}
  .bog-city-close{display:grid;padding:27px 22px;margin-top:56px}
  .bog-city-close h2{font-size:37px}
  .bog-city-footer{margin-top:55px}
  .bog-city-footer-inner{grid-template-columns:1fr;gap:28px}
  .bog-city-footer-inner>div:first-child{grid-column:auto}
  .bogl-mobile-ask{display:flex;position:fixed;right:14px;bottom:16px;z-index:74;box-shadow:0 14px 30px rgba(23,17,4,.18)}
  .bogl-mobile-ask.is-near-footer{opacity:0;pointer-events:none}
}
@media (max-width:420px){
  .bogl-question-actions{grid-template-columns:1fr}
  .bogl-question-actions .bogl-button--primary{grid-column:auto}
  .bogl-mobile-actions{grid-template-columns:1.35fr 1fr 1fr}
}
@media (prefers-reduced-motion:reduce){
  .bogl-button,.bogl-category-grid>a{transition:none!important}
  html{scroll-behavior:auto!important}
}

/* ---------- Build 009L completion layer: City Edition, guide prompts and acceptance polish ---------- */
.bog-city-page{color:var(--bogl-ink);background:#fff;overflow:clip}
.bog-city-page :where(h1,h2,h3){font-family:Georgia,"Times New Roman",serif}
.bog-city-hero-copy{align-self:center;min-width:0}
.bog-city-hero-copy>p:not(.bog-city-kicker){max-width:640px}
.bog-city-hero-links>a{min-height:76px;padding:15px 16px;border:1px solid var(--bogl-line);border-radius:13px;background:#fff;display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:center;color:var(--bogl-ink);text-decoration:none;box-shadow:0 8px 24px rgba(28,22,12,.025)}
.bog-city-hero-links>a:hover{border-color:#d6c379;box-shadow:var(--bogl-shadow-soft)}
.bog-city-hero-links>a>.bogl-icon{width:38px;height:38px;padding:9px;border-radius:50%;background:var(--bogl-gold-soft);color:var(--bogl-gold-dark)}
.bog-city-hero-links strong,.bog-city-hero-links small{display:block}
.bog-city-hero-links strong{font-size:13px;line-height:1.25}
.bog-city-hero-links small{margin-top:3px;color:var(--bogl-muted);font-size:10.5px;line-height:1.4}
.bog-city-card-media{height:58%;min-height:150px;background:var(--bogl-ivory);overflow:hidden}
.bog-city-card-media img{width:100%;height:100%!important;object-fit:cover;display:block}
.bog-city-card-content b{display:block;margin-top:auto;padding-top:13px;color:var(--bogl-gold-dark);font-size:11px}
.bog-city-question-float{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:13px;align-items:center}
.bog-city-question-float__mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--bogl-gold-soft);color:var(--bogl-gold-dark)}
.bog-city-question-float__mark .bogl-icon{width:20px;height:20px}
.bog-city-question-float p{margin:0 0 3px!important}
.bog-city-question-float strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1.2}
.bog-city-question-float>a{color:var(--bogl-gold-dark);font-size:11px;font-weight:800;text-decoration:none;white-space:nowrap}
.bog-city-trust-rail>div{display:grid;grid-template-columns:37px 1fr;gap:11px;align-items:start}
.bog-city-trust-rail>div>span{width:37px;height:37px;border-radius:50%;display:grid;place-items:center;background:var(--bogl-blue-soft);color:var(--bogl-blue)}
.bog-city-trust-rail>div:nth-child(2)>span{background:var(--bogl-purple-soft);color:var(--bogl-purple)}
.bog-city-trust-rail>div:nth-child(3)>span{background:var(--bogl-green-soft);color:var(--bogl-green)}
.bog-city-trust-rail .bogl-icon{width:18px;height:18px}
.bog-city-trust-rail p{margin:0;color:var(--bogl-muted);font-size:11px;line-height:1.48}
.bog-city-categories a span{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:var(--bogl-ivory)}
.bog-city-categories a strong{font-size:12px}
.bog-city-social-proof{margin:17px 0 0;padding:14px;border:1px solid #ead688;border-radius:11px;background:var(--bogl-gold-soft);color:var(--bogl-muted);font-size:11px;line-height:1.45}
.bog-city-social-proof strong{display:block;margin-bottom:3px;color:var(--bogl-ink);font-size:12px}
.bog-city-ask-side .bogl-question-list{margin:13px 0 0}
.bog-city-ask-side .bogl-question-list>h3{display:none}
.bog-city-ask-side .bogl-question-list>div{border-radius:12px}
.bog-city-ask-side .bogl-question-list__item{min-height:62px;padding:10px 11px;grid-template-columns:34px 1fr auto;gap:9px}
.bog-city-ask-side .bogl-question-list__icon{width:34px;height:34px}
.bog-city-ask-side .bogl-question-list__item strong{font-size:12px}
.bog-city-profile-compact{min-height:118px;padding:11px;border:1px solid var(--bogl-line);border-radius:13px;background:#fff;display:grid;grid-template-columns:98px 1fr auto;gap:13px;align-items:center;color:var(--bogl-ink);text-decoration:none}
.bog-city-profile-compact:hover{border-color:#d7c37a;box-shadow:var(--bogl-shadow-soft)}
.bog-city-profile-compact__media{height:92px;border-radius:9px;background:var(--bogl-ivory);overflow:hidden}
.bog-city-profile-compact__media img{width:100%;height:100%;object-fit:cover;display:block}
.bog-city-profile-compact small,.bog-city-profile-compact strong,.bog-city-profile-compact em{display:block}
.bog-city-profile-compact small{color:var(--bogl-gold-dark);font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.bog-city-profile-compact strong{margin-top:4px;font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.05}
.bog-city-profile-compact em{margin-top:5px;color:var(--bogl-muted);font-size:10.5px;font-style:normal;line-height:1.35}
.bog-city-profile-compact>b{color:var(--bogl-gold-dark)}
.bog-city-final{padding-top:0}
.bog-city-final .bogl-action-row{display:flex;gap:9px;flex-wrap:wrap;flex:0 0 auto}
.bogl-context__copy{min-width:0}
.bogl-context__copy h3{margin:5px 0 6px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(24px,2.4vw,34px);line-height:1.08}
.bogl-context__copy p{margin:0;color:var(--bogl-muted);line-height:1.55}
.bogl-action-row{display:flex;gap:9px;align-items:center;flex-wrap:wrap}
.bogl-guide-next{max-width:1120px;margin:52px auto 18px;padding:27px 29px;border:1px solid var(--bogl-line);border-radius:17px;background:linear-gradient(135deg,var(--bogl-ivory),#fff);display:flex;justify-content:space-between;align-items:center;gap:30px}
.bogl-guide-next h3{margin:5px 0 7px;font-family:Georgia,"Times New Roman",serif;font-size:30px;line-height:1.08}
.bogl-guide-next p{max-width:700px;margin:0;color:var(--bogl-muted);font-size:13px;line-height:1.55}
.bogl-guide-next .bogl-action-row{flex:0 0 auto}
.bogl-today-question{margin:54px 0 0}
.bogl-today-question .bogl-context{margin:0}
.bogl-drop-question{margin:20px 0 0;padding:22px 24px;border:1px solid var(--bogl-line);border-radius:14px;background:var(--bogl-ivory);display:grid;grid-template-columns:48px 1fr auto;gap:14px;align-items:center}
.bogl-drop-question>span{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--bogl-gold-dark)}
.bogl-drop-question h3{margin:0 0 4px;font-family:Georgia,"Times New Roman",serif;font-size:24px}
.bogl-drop-question p{margin:0;color:var(--bogl-muted);font-size:12px;line-height:1.45}
.bogl-drop-question a{color:var(--bogl-gold-dark);font-size:12px;font-weight:800;text-decoration:none}
.bogl-mobile-ask{opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}
.bogl-mobile-ask.is-visible{opacity:1;transform:none;pointer-events:auto}
.bogl-mobile-ask.is-near-footer{opacity:0!important;transform:translateY(10px)!important;pointer-events:none!important}

@media (max-width:1100px){
  .bog-city-profile-compact{grid-template-columns:78px 1fr auto}.bog-city-profile-compact__media{height:76px}
}
@media (max-width:820px){
  .bog-city-question-float{grid-template-columns:38px 1fr}.bog-city-question-float>a{grid-column:2;justify-self:start}
  .bog-city-profile-compact{grid-template-columns:68px 1fr auto}.bog-city-profile-compact__media{height:66px}
  .bogl-guide-next{display:grid;align-items:start}
}
@media (max-width:640px){
  .bog-city-hero-links>a{min-height:70px}
  .bog-city-question-float{grid-template-columns:36px 1fr}.bog-city-question-float__mark{width:36px;height:36px}.bog-city-question-float strong{font-size:16px}
  .bog-city-card-media{height:auto;min-height:0}.bog-city-card-media img{height:230px!important}
  .bog-city-profile-compact{grid-template-columns:74px 1fr auto}.bog-city-profile-compact__media{height:70px}
  .bog-city-final .bogl-action-row{display:grid;width:100%}.bog-city-final .bogl-button{width:100%}
  .bogl-guide-next{margin:38px 0 14px;padding:22px 19px}.bogl-guide-next h3{font-size:27px}.bogl-guide-next .bogl-action-row{display:grid}.bogl-guide-next .bogl-button{width:100%}
  .bogl-drop-question{grid-template-columns:42px 1fr;padding:19px}.bogl-drop-question>span{width:42px;height:42px}.bogl-drop-question>a{grid-column:2}
}


/* Fix: decorative icon-character spans (?, ✓, ✦ etc.) on Community/My Best/Today rendered flush against following text with zero spacing. Scoped tightly to aria-hidden icon spans carrying these color classes so no other use of is-purple/is-green/is-gold is affected. */
span[aria-hidden="true"].is-purple,
span[aria-hidden="true"].is-green,
span[aria-hidden="true"].is-gold{margin-right:8px}


/* Fix: My Best empty-state icon (◇) has no class to hook, unlike Community's icons. Structural selector scoped tightly to this one list so nothing else is affected. */
.bogi-my-best-uses>article>span[aria-hidden="true"]{margin-right:8px}
