/*
 * BEST OF Core 0.9.11 — Build 009L Participation UX, Search Intelligence & Dubai Completion
 * One canonical public visual system for protected platform routes.
 */
:root{
  --bogf-white:#fff;
  --bogf-ivory:#faf7f2;
  --bogf-ink:#0f1115;
  --bogf-slate:#586170;
  --bogf-muted:#7a8290;
  --bogf-line:#e8e3da;
  --bogf-line-strong:#d9d1c4;
  --bogf-gold:#d4af37;
  --bogf-gold-deep:#aa7a00;
  --bogf-soft-gold:#f7efd9;
  --bogf-blue:#2d6cdf;
  --bogf-soft-blue:#edf4ff;
  --bogf-green:#18864b;
  --bogf-soft-green:#edf8f1;
  --bogf-purple:#7556c8;
  --bogf-soft-purple:#f4f0ff;
  --bogf-amber:#b66f00;
  --bogf-soft-amber:#fff6e8;
  --bogf-red:#c83f39;
  --bogf-soft-red:#fff0ef;
  --bogf-font-ui:"Inter","Segoe UI","Helvetica Neue",Arial,sans-serif;
  --bogf-font-display:"Iowan Old Style","Baskerville","Times New Roman",serif;
  --bogf-max:1280px;
  --bogf-radius-xs:4px;
  --bogf-radius-sm:8px;
  --bogf-radius-md:12px;
  --bogf-radius-lg:16px;
  --bogf-shadow:0 1px 2px rgba(15,17,21,.04);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bogf-white)}
body.bog-platform-shell{margin:0;overflow-x:clip;background:var(--bogf-white)!important;color:var(--bogf-ink);font:400 16px/1.55 var(--bogf-font-ui);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.bog-platform-shell img{max-width:100%;height:auto}
body.bog-platform-shell a{color:inherit;text-decoration:none}
body.bog-platform-shell button,body.bog-platform-shell input,body.bog-platform-shell select,body.bog-platform-shell textarea{font:inherit;color:inherit}
body.bog-platform-shell button{cursor:pointer}
body.bog-platform-shell :focus-visible{outline:3px solid rgba(45,108,223,.3);outline-offset:3px}
body.bog-platform-shell h1,body.bog-platform-shell h2,body.bog-platform-shell h3,body.bog-platform-shell p{margin-top:0}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.bog-skip-link:focus{position:fixed!important;left:16px;top:16px;width:auto;height:auto;clip:auto;padding:10px 14px;background:#fff;border:1px solid var(--bogf-gold);z-index:100000}

/* Shared shell */
.bog-platform-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.98);border-bottom:1px solid var(--bogf-line);backdrop-filter:saturate(140%) blur(14px)}
.admin-bar .bog-platform-header{top:32px}
.bog-platform-header__inner{width:min(var(--bogf-max),calc(100% - 48px));height:76px;margin:auto;display:grid;grid-template-columns:170px minmax(420px,1fr) minmax(210px,300px) auto;gap:24px;align-items:center}
.bog-platform-brand{display:flex;align-items:center;min-width:0}
.bog-platform-brand__image{display:block;width:150px;height:auto;object-fit:contain}
.bog-platform-brand__crown{display:none;width:38px;height:38px;object-fit:contain}
.bog-platform-nav{display:flex;align-items:center;justify-content:center;gap:30px;min-width:0}
.bog-platform-nav__link{position:relative;padding:28px 0 24px;color:#20242b;font-size:14px;font-weight:650;white-space:nowrap}
.bog-platform-nav__link::after{content:"";position:absolute;left:0;right:0;bottom:14px;height:2px;background:transparent}
.bog-platform-nav__link:hover,.bog-platform-nav__link.is-active{color:var(--bogf-gold-deep)}
.bog-platform-nav__link.is-active::after{background:var(--bogf-gold)}
.bog-platform-header__search{height:44px;border:1px solid var(--bogf-line-strong);border-radius:999px;display:flex;align-items:center;gap:10px;padding:0 16px;background:#fff}
.bog-platform-header__search svg,.bog-icon-button svg,.bog-platform-header__actions svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.bog-platform-header__search input{border:0!important;outline:0!important;background:transparent!important;width:100%;min-width:0;padding:0!important;box-shadow:none!important;color:var(--bogf-ink)}
.bog-platform-header__search input::placeholder{color:#8b919c}
.bog-platform-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;white-space:nowrap}
.bog-icon-button{width:42px;height:42px;border:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}
.bog-icon-button:hover{background:var(--bogf-ivory)}
.bog-account-avatar{width:36px!important;height:36px!important;border-radius:50%;object-fit:cover}
.bog-platform-header__search-toggle,.bog-platform-menu-toggle{display:none}
.bog-platform-header__share{min-width:96px;justify-content:center}
.bog-platform-mobile-menu{border-top:1px solid var(--bogf-line);padding:16px 24px 24px;background:#fff}
.bog-platform-mobile-menu nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin-top:12px}
.bog-platform-mobile-menu .bog-platform-nav__link{padding:12px 8px;border-bottom:1px solid var(--bogf-line);font-size:15px}
.bog-platform-mobile-search{display:flex;align-items:center;gap:10px;border:1px solid var(--bogf-line-strong);border-radius:999px;padding:0 14px;height:46px}
.bog-platform-mobile-search svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.8}
.bog-platform-mobile-search input{border:0!important;width:100%;outline:0;background:transparent!important;padding:0!important}
.bog-platform-main{min-height:60vh;width:min(var(--bogf-max),calc(100% - 48px));margin:0 auto;padding:44px 0 88px}
.bog-profile-route{padding-top:22px}
.bog-platform-footer{border-top:1px solid var(--bogf-line);background:#fff;margin-top:0}
.bog-platform-footer__inner{width:min(var(--bogf-max),calc(100% - 48px));margin:auto;display:grid;grid-template-columns:1.4fr 1fr .9fr;gap:64px;padding:52px 0}
.bog-platform-footer__brand img{width:145px;height:auto;margin-bottom:18px}
.bog-platform-footer__brand p{max-width:440px;color:var(--bogf-slate);font-size:14px;line-height:1.7;margin:0}
.bog-platform-footer__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px}
.bog-platform-footer__links div{display:flex;flex-direction:column;gap:8px}
.bog-platform-footer__links strong{font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px}
.bog-platform-footer__links a,.bog-platform-footer__legal{font-size:14px;color:#3d434c}
.bog-platform-footer__links a:hover,.bog-platform-footer__legal a:hover{color:var(--bogf-gold-deep)}
.bog-platform-footer__legal{display:flex;justify-content:flex-end;align-content:flex-start;gap:16px;flex-wrap:wrap;text-align:right}

/* Shared primitives */
.bogf-eyebrow,.bog9c-eyebrow,.bog-v9-kicker,.bog-eyebrow{margin:0 0 8px;color:#8b6500;font-size:11px;font-weight:750;letter-spacing:.14em;text-transform:uppercase}
.bogf-lead{font-size:18px;line-height:1.65;color:var(--bogf-slate)}
.bogf-button,.bog-button,.bog9c-primary,.bog9c-secondary{min-height:44px;border:1px solid var(--bogf-line-strong);border-radius:var(--bogf-radius-sm);padding:10px 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:var(--bogf-ink);font-weight:700;font-size:14px;line-height:1.2;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.bogf-button:hover,.bog-button:hover,.bog9c-primary:hover,.bog9c-secondary:hover{border-color:#c8b886;transform:translateY(-1px)}
.bogf-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.bogf-button--primary,.bog-button--gold,.bog9c-primary{background:var(--bogf-gold);border-color:var(--bogf-gold);color:#111}
.bogf-button--primary:hover,.bog-button--gold:hover,.bog9c-primary:hover{background:#c99f21;border-color:#c99f21}
.bogf-button--secondary,.bog-button--outline,.bog9c-secondary{background:#fff}
.bogf-button--quiet,.bog-button--quiet{border-color:transparent;background:transparent}
.bogf-button--full{width:100%}
.bogf-text-link,.bogf-text-button{border:0;background:transparent;padding:0;color:#353b44;font-weight:700;font-size:14px}
.bogf-text-link:hover,.bogf-text-button:hover{color:var(--bogf-gold-deep)}
.bogf-chips{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px}
.bogf-chips span{border:1px solid var(--bogf-line);border-radius:999px;padding:5px 9px;background:#fff;font-size:10px;font-weight:750;letter-spacing:.05em;text-transform:uppercase;color:#555d69}
.bogf-chips .is-blue{color:#235cbd;background:var(--bogf-soft-blue);border-color:#d7e5ff}
.is-green{color:var(--bogf-green)!important}.is-blue{color:var(--bogf-blue)!important}.is-purple{color:var(--bogf-purple)!important}.is-gold{color:var(--bogf-gold-deep)!important}.is-official{--accent:var(--bogf-blue)}.is-research{--accent:var(--bogf-gold-deep)}.is-community{--accent:var(--bogf-purple)}.is-expert{--accent:#d16a3c}
.bogf-breadcrumbs{display:flex;gap:9px;align-items:center;color:#777e88;font-size:12px;margin:0 0 18px}
.bogf-breadcrumbs a:hover{color:var(--bogf-gold-deep)}
.bogf-section{margin-top:66px}
.bogf-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px}
.bogf-section-head h2{font:700 clamp(28px,3vw,38px)/1.12 var(--bogf-font-ui);letter-spacing:-.035em;margin:0}
.bogf-section-head>a,.bogf-section-head>span{font-size:13px;font-weight:700;color:#3c424b;white-space:nowrap}
.bogf-empty{display:flex;align-items:center;gap:15px;border:1px dashed var(--bogf-line-strong);padding:18px;background:#fff;border-radius:var(--bogf-radius-sm)}
.bogf-empty__icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--bogf-soft-gold);color:var(--bogf-gold-deep);flex:0 0 auto}
.bogf-empty strong{display:block;margin-bottom:3px}.bogf-empty p{margin:0;color:var(--bogf-slate);font-size:14px}.bogf-empty .bogf-button{margin-left:auto}
.bogf-muted{color:var(--bogf-slate);font-size:14px}
.bogf-check-list{list-style:none;padding:0;margin:12px 0 0;display:grid;gap:9px}
.bogf-check-list li{position:relative;padding-left:20px;color:#313740;font-size:14px}
.bogf-check-list li::before{content:"✓";position:absolute;left:0;color:var(--bogf-green);font-weight:800}

/* Cards */
.bogf-grid{display:grid;gap:16px}.bogf-grid--standard{grid-template-columns:repeat(3,minmax(0,1fr))}.bogf-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.bogf-grid--row{display:grid;grid-template-columns:1fr}.bogf-grid--profile{grid-template-columns:repeat(5,minmax(0,1fr))}
.bogf-card{position:relative;min-width:0;border:1px solid var(--bogf-line);background:#fff;border-radius:var(--bogf-radius-sm);overflow:hidden;transition:border-color .18s ease,transform .18s ease}
.bogf-card:hover{border-color:#cfc6b6;transform:translateY(-2px)}
.bogf-card__link{display:block;height:100%}
.bogf-card__media{position:relative;aspect-ratio:16/10;background:var(--bogf-ivory);overflow:hidden;border-bottom:1px solid var(--bogf-line)}
.bogf-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.bogf-card--media-logo .bogf-card__media{background:#fff;display:grid;place-items:center}
.bogf-card--media-logo .bogf-card__media img{object-fit:contain;width:62%;height:62%}
.bogf-card__fallback{width:64px;height:64px;border-radius:var(--bogf-radius-sm);display:grid;place-items:center;background:#fff;border:1px solid var(--bogf-line);font:700 26px/1 var(--bogf-font-ui);color:var(--bogf-gold-deep)}
.bogf-card__label{position:absolute;left:10px;top:10px;background:rgba(255,255,255,.94);border:1px solid var(--bogf-line);border-radius:3px;padding:4px 7px;color:#7c5b00;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.bogf-card__body{padding:14px 14px 16px}
.bogf-card__eyeline{display:flex;justify-content:space-between;gap:8px;color:#7c838d;font-size:10px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}
.bogf-card h3{font:700 18px/1.22 var(--bogf-font-ui);letter-spacing:-.02em;margin:0 0 8px}
.bogf-card p{color:var(--bogf-slate);font-size:13px;line-height:1.5;margin:0 0 12px}
.bogf-card__tags{display:flex;flex-wrap:wrap;gap:5px;margin:9px 0}.bogf-card__tags span{font-size:10px;border:1px solid var(--bogf-line);border-radius:999px;padding:4px 7px;color:#676e78}
.bogf-card__meta{display:flex;gap:8px;flex-wrap:wrap;color:#858b94;font-size:10px;margin-top:9px}
.bogf-card__actions{position:absolute;right:8px;bottom:8px;display:flex;gap:2px;opacity:0;transition:opacity .18s ease}.bogf-card:hover .bogf-card__actions{opacity:1}.bogf-card__actions button{width:30px;height:30px;border:0;background:rgba(255,255,255,.9);border-radius:50%;display:grid;place-items:center}
.bogf-card__rank{position:absolute;z-index:3;left:8px;top:8px;width:26px;height:26px;border-radius:50%;background:var(--bogf-gold);display:grid;place-items:center;font-weight:800;font-size:12px}
.bogf-card--question{display:grid;grid-template-columns:44px 1fr;min-height:96px;padding:16px}.bogf-card--question .bogf-card__link{display:contents}.bogf-card--question .bogf-card__body{padding:0;display:grid;grid-template-columns:44px 1fr;column-gap:12px;align-items:center}.bogf-card--question .bogf-card__question-icon{grid-row:1/5;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--bogf-soft-purple);color:var(--bogf-purple);font-weight:800}.bogf-card--question h3{font-size:15px;margin:0}.bogf-card--question p{margin:3px 0 0;font-size:12px}.bogf-card--question .bogf-card__meta{margin:5px 0 0}.bogf-card--question .bogf-card__actions{display:none}
.bogf-card--row{border:0;border-bottom:1px solid var(--bogf-line);border-radius:0}.bogf-card--row:hover{transform:none}.bogf-card--row .bogf-card__link{display:grid;grid-template-columns:96px 1fr;gap:14px;padding:12px 0}.bogf-card--row .bogf-card__media{aspect-ratio:4/3;border:0;border-radius:var(--bogf-radius-xs)}.bogf-card--row .bogf-card__body{padding:0}.bogf-card--row h3{font-size:14px}.bogf-card--row p{display:none}.bogf-card--row .bogf-card__label{display:none}
.bogf-card--compact .bogf-card__body{padding:10px}.bogf-card--compact h3{font-size:13px}.bogf-card--compact p{display:none}.bogf-card--compact .bogf-card__media{aspect-ratio:4/3}

/* Homepage */
.bogf-home{max-width:var(--bogf-max);margin:0 auto}
.bogf-home-hero{position:relative;display:grid;grid-template-columns:minmax(0,680px) 1fr;min-height:480px;align-items:center;padding:40px 0 46px;border-bottom:1px solid var(--bogf-line);overflow:hidden}
.bogf-home-hero__copy{position:relative;z-index:2}
.bogf-home-hero h1{font:600 clamp(50px,5.5vw,78px)/.98 var(--bogf-font-display);letter-spacing:-.045em;margin:0 0 24px;max-width:700px}
.bogf-home-hero h1 em{font-style:normal;color:var(--bogf-gold-deep)}
.bogf-home-hero .bogf-lead{max-width:650px}
.bogf-home-hero__mark{position:absolute;right:-20px;top:44px;width:500px;height:390px;display:grid;place-items:center;opacity:.08;pointer-events:none}.bogf-home-hero__mark img{width:100%;height:100%;object-fit:contain;filter:sepia(1) saturate(.5)}
.bogf-search{display:flex;align-items:center;gap:10px;border:1px solid #c9b36b;border-radius:var(--bogf-radius-sm);background:#fff;padding:5px 5px 5px 15px;max-width:680px;min-height:56px;box-shadow:0 8px 28px rgba(15,17,21,.04)}
.bogf-search>span{color:#727985}.bogf-search input{flex:1;min-width:0;border:0!important;outline:0!important;background:transparent!important;padding:0 4px!important;box-shadow:none!important}.bogf-search .bogf-button{min-height:44px}
.bogf-home-hero__actions{display:flex;align-items:center;gap:18px;margin-top:14px}
.bogf-trust-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);margin-top:26px}
.bogf-trust-strip>div{display:grid;grid-template-columns:32px 1fr;column-gap:10px;padding:18px;border-right:1px solid var(--bogf-line)}.bogf-trust-strip>div:last-child{border-right:0}.bogf-trust-strip span{grid-row:1/3;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--bogf-ivory)}.bogf-trust-strip strong{font-size:12px}.bogf-trust-strip small{font-size:10px;color:var(--bogf-muted);line-height:1.35}
.bogf-featured-profiles{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.bogf-featured-profiles .bogf-card{min-height:390px}.bogf-featured-profiles .bogf-card__media{aspect-ratio:1.25}.bogf-featured-profiles .bogf-card h3{font-size:17px}.bogf-featured-profiles .bogf-card p{font-size:12px}
.bogf-question-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.bogf-home-modules{display:grid;grid-template-columns:1.05fr 1fr 1.2fr;gap:16px}
.bogf-module{border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);padding:18px;min-width:0;background:#fff}.bogf-module>header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:15px}.bogf-module h3{font:700 20px/1.2 var(--bogf-font-ui);margin:0}.bogf-module header>a{font-size:11px;font-weight:700}
.bogf-mini-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.bogf-module--community .bogf-empty{height:calc(100% - 70px);align-items:flex-start}.bogf-latest-list{display:grid}
.bogf-people-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);overflow:hidden}.bogf-people-grid article{display:grid;grid-template-columns:112px 1fr;gap:16px;padding:14px;border-right:1px solid var(--bogf-line)}.bogf-people-grid article:last-child{border-right:0}.bogf-people-grid img{width:112px;height:92px;object-fit:cover;border-radius:var(--bogf-radius-xs)}.bogf-people-grid small{color:var(--bogf-gold-deep);font-size:9px;text-transform:uppercase;font-weight:800;letter-spacing:.08em}.bogf-people-grid h3{font-size:17px;margin:6px 0}.bogf-people-grid p{font-size:12px;color:var(--bogf-slate);margin:0}
.bogf-category-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);overflow:hidden}.bogf-category-row a{display:grid;grid-template-columns:24px 1fr;column-gap:10px;padding:22px;min-height:145px;border-right:1px solid var(--bogf-line);border-bottom:1px solid var(--bogf-line)}.bogf-category-row a:nth-child(3n){border-right:0}.bogf-category-row a:nth-last-child(-n+3){border-bottom:0}.bogf-category-row>a>span{grid-row:1/5;color:var(--bogf-gold-deep)}.bogf-category-row strong{font-size:15px}.bogf-category-row small{color:var(--bogf-slate);font-size:12px;margin-top:7px}.bogf-category-row b{font-size:11px;color:var(--bogf-gold-deep);margin-top:12px}
.bogf-enriched-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.bogf-enriched-row .bogf-card h3{font-size:13px}
.bogf-promo-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);overflow:hidden}.bogf-promo-row article{position:relative;min-height:210px;padding:28px;border-right:1px solid var(--bogf-line);overflow:hidden}.bogf-promo-row article:last-child{border-right:0}.bogf-promo-row h3{font:600 28px/1.15 var(--bogf-font-display);margin-bottom:10px}.bogf-promo-row p{color:var(--bogf-slate);font-size:13px;max-width:300px}.bogf-promo-row a{font-weight:750;font-size:13px;color:var(--bogf-gold-deep)}.bogf-promo-row .is-image::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.58)),var(--bogf-promo-image) center/cover;z-index:0}.bogf-promo-row .is-image>*{position:relative;z-index:1}

/* Search */
.bogf-search-page{max-width:var(--bogf-max);margin:0 auto}
.bogf-search-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,600px);gap:48px;align-items:end;padding:28px 0 30px;border-bottom:1px solid var(--bogf-line)}
.bogf-search-hero h1{font:600 clamp(48px,5vw,74px)/1 var(--bogf-font-display);letter-spacing:-.04em;margin:0 0 14px}.bogf-search-hero p{color:var(--bogf-slate);max-width:520px}.bogf-search--large{max-width:none;margin-bottom:4px}
.bogf-filterbar{display:grid;grid-template-columns:1fr 1.2fr 1fr auto;gap:10px;margin:18px 0 34px;padding:12px;border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);background:#fff}.bogf-filterbar label{display:grid;gap:5px}.bogf-filterbar label span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#69717c}.bogf-filterbar input,.bogf-filterbar select{height:44px;border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-xs);background:#fff;padding:0 12px;outline:0}.bogf-filterbar .bogf-button{align-self:end}
.bogf-search-start,.bogf-no-results{padding:52px 0}.bogf-search-start h2,.bogf-no-results h2{font:600 42px/1.1 var(--bogf-font-display)}.bogf-search-start>div{display:flex;flex-wrap:wrap;gap:10px}.bogf-search-start a{border:1px solid var(--bogf-line);border-radius:999px;padding:9px 14px;font-size:14px}
.bogf-search-summary{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:16px;border-bottom:1px solid var(--bogf-line);padding-bottom:14px}.bogf-search-summary h2{font-size:26px;margin:0}.bogf-search-summary small{color:var(--bogf-muted)}
.bogf-search-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:26px;align-items:start}.bogf-search-results{min-width:0}.bogf-result-section{margin-bottom:44px}.bogf-result-section>header{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:14px}.bogf-result-section>header h2{font:600 28px/1.15 var(--bogf-font-display);margin:0}.bogf-result-section>header p{color:var(--bogf-muted);font-size:11px;margin:3px 0 0}.bogf-result-section>header a{font-size:12px;font-weight:750}
.bogf-search-profile-row{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:14px}.bogf-search-profile-row .bogf-card__body{padding:18px 18px 20px}.bogf-search-profile-row .bogf-card h3{font-size:20px;line-height:1.2}.bogf-search-profile-row .bogf-card p{font-size:14px;line-height:1.55}.bogf-search-profile-row .bogf-card__media{aspect-ratio:4/3}.bogf-search-profile-row .bogf-card__eyeline{font-size:11px}.bogf-search-profile-row .bogf-card__meta{font-size:11px}
.bogf-search-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.bogf-search-guide-grid .bogf-card{display:grid;grid-template-columns:44% 1fr}.bogf-search-guide-grid .bogf-card__link{display:contents}.bogf-search-guide-grid .bogf-card__media{height:100%;aspect-ratio:auto;border:0;border-right:1px solid var(--bogf-line)}.bogf-search-guide-grid .bogf-card__body{align-self:center}.bogf-search-guide-grid .bogf-card__actions{display:none}
.bogf-search-question-list{display:grid;gap:8px}.bogf-search-question-list .bogf-card--question{min-height:88px}
.bogf-result-section--more details{border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm)}.bogf-result-section--more summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:16px 18px;cursor:pointer}.bogf-result-section--more summary::-webkit-details-marker{display:none}.bogf-result-section--more summary span{display:grid}.bogf-result-section--more summary small{color:var(--bogf-muted)}.bogf-result-section--more summary b{font-size:11px;color:var(--bogf-gold-deep)}.bogf-more-results{padding:0 18px 18px}
.bogf-search-rail{display:grid;gap:14px;position:sticky;top:104px}.bogf-search-rail>section{border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);padding:18px;background:#fff}.bogf-search-rail h3{font-size:16px;margin:0 0 13px}.bogf-search-rail nav{display:grid}.bogf-search-rail nav a{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid var(--bogf-line);font-size:12px}.bogf-search-rail nav a:last-child{border-bottom:0}.bogf-trust-note{display:grid;grid-template-columns:30px 1fr;gap:9px;margin:13px 0}.bogf-trust-note>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--bogf-ivory)}.bogf-trust-note strong{font-size:12px}.bogf-trust-note p{font-size:11px;color:var(--bogf-slate);margin:2px 0 0}.bogf-pagination{display:flex;justify-content:center;gap:6px;margin:30px 0}.bogf-pagination a{width:38px;height:38px;border:1px solid var(--bogf-line);display:grid;place-items:center;border-radius:var(--bogf-radius-xs)}.bogf-pagination a.is-current{background:var(--bogf-gold);border-color:var(--bogf-gold)}

/* Decision Profile */
.bogf-profile{max-width:var(--bogf-max);margin:0 auto}
.bogf-profile-hero{display:grid;grid-template-columns:minmax(310px,35%) minmax(0,1fr) 300px;border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-md);overflow:hidden;background:#fff}.bogf-profile.is-identity-led .bogf-profile-hero{grid-template-columns:300px minmax(0,1fr) 300px}
.bogf-profile-hero__media{position:relative;min-height:390px;border-right:1px solid var(--bogf-line);display:grid;place-items:center;background:var(--bogf-ivory);overflow:hidden}.bogf-profile-hero__media img{width:100%;height:100%;object-fit:cover}.bogf-profile-hero__media.is-cover img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.bogf-profile-hero__media.is-logo img{width:72%;height:72%;max-width:230px;max-height:230px;object-fit:contain}.bogf-profile-hero__media.is-logo{background:#fff}.bogf-media-type{position:absolute;left:12px;bottom:12px;background:#fff;border:1px solid var(--bogf-line);border-radius:3px;padding:5px 8px;font-size:9px;text-transform:uppercase;font-weight:800;letter-spacing:.08em}.bogf-media-fallback{font-size:46px;color:var(--bogf-gold)}
.bogf-profile-hero__identity{min-width:0;padding:34px 36px}.bogf-profile-hero__identity h1{font:600 clamp(46px,4.5vw,68px)/1 var(--bogf-font-display);letter-spacing:-.04em;margin:0 0 10px}.bogf-profile-tagline{font-size:18px;color:#343a43;margin-bottom:8px}.bogf-profile-hero__identity>p:not(.bogf-eyebrow):not(.bogf-profile-tagline){color:var(--bogf-slate);max-width:680px}.bogf-action-row{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.bogf-icon-action{min-height:44px;padding:10px 12px;border:1px solid var(--bogf-line-strong);background:#fff;border-radius:var(--bogf-radius-sm);display:inline-flex;gap:7px;align-items:center;font-weight:650}.bogf-icon-action svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.bogf-profile-hero__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--bogf-line);margin-top:20px;padding-top:18px;gap:16px}.bogf-profile-hero__facts small{display:block;color:var(--bogf-muted);text-transform:uppercase;letter-spacing:.08em;font-size:10px;margin-bottom:6px}.bogf-profile-hero__facts strong{display:block;font-size:14px;line-height:1.45}
.bogf-profile-trust{padding:28px 24px;border-left:1px solid var(--bogf-line);background:#fff}.bogf-profile-trust h2{font:600 26px/1.1 var(--bogf-font-display);margin-bottom:18px}.bogf-profile-trust dl{margin:0 0 18px}.bogf-profile-trust dl div{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--bogf-line);padding:11px 0;font-size:13px}.bogf-profile-trust dt{color:var(--bogf-slate)}.bogf-profile-trust dd{margin:0;text-align:right;font-weight:700}
.bogf-decision-foundation{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--bogf-line);border-top:0;border-radius:0 0 var(--bogf-radius-sm) var(--bogf-radius-sm);margin-bottom:22px}.bogf-decision-foundation>div{display:grid;grid-template-columns:32px 1fr;gap:10px;padding:18px;border-right:1px solid var(--bogf-line)}.bogf-decision-foundation>div:last-child{border-right:0}.bogf-decision-foundation>div>span{grid-row:1/3;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--bogf-ivory)}.bogf-decision-foundation strong{font-size:12px}.bogf-decision-foundation small{font-size:10px;color:var(--bogf-muted)}
.bogf-profile-ask{display:grid;grid-template-columns:minmax(0,1fr) 290px;border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);margin:22px 0;background:#fff}.bogf-profile-ask__main{min-width:0;padding:24px 26px}.bogf-profile-ask h2{font:600 30px/1.13 var(--bogf-font-display);margin-bottom:16px}.bogf-inline-form{display:grid;grid-template-columns:1fr auto;gap:8px}.bogf-inline-form input{height:46px;border:1px solid var(--bogf-line-strong);border-radius:var(--bogf-radius-xs);padding:0 13px;outline:0}.bogf-suggestion-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:15px;border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-xs);overflow:hidden}.bogf-suggestion-row button{min-width:0;text-align:left;border:0;border-right:1px solid var(--bogf-line);background:#fff;padding:13px}.bogf-suggestion-row button:last-child{border-right:0}.bogf-suggestion-row small{display:block;color:var(--bogf-gold-deep);text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:.07em}.bogf-suggestion-row strong{display:block;font-size:14px;line-height:1.4;margin:6px 0}.bogf-suggestion-row span{display:block;font-size:11px;font-weight:700}.bogf-profile-enrich{min-width:0;padding:24px;border-left:1px solid var(--bogf-line);background:#fff}.bogf-profile-enrich h3{font:600 24px/1.1 var(--bogf-font-display)}.bogf-profile-enrich>a,.bogf-profile-enrich>button{width:100%;border:0;border-top:1px solid var(--bogf-line);background:#fff;display:grid;grid-template-columns:30px 1fr auto;gap:9px;text-align:left;padding:12px 0;align-items:center}.bogf-profile-enrich>a>span,.bogf-profile-enrich>button>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--bogf-ivory)}.bogf-profile-enrich strong{font-size:13px}.bogf-profile-enrich small{display:block;color:var(--bogf-muted);font-size:11px;line-height:1.4}
.bogf-profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:start}.bogf-profile-main{display:grid;gap:16px}.bogf-profile-section,.bogf-profile-rail>section,.bogf-claim-card{border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);background:#fff;padding:22px}.bogf-profile-section>header{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:16px}.bogf-profile-section h2{font:600 29px/1.12 var(--bogf-font-display);margin:0}.bogf-profile-section h3{font-size:16px}.bogf-snapshot-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-xs);overflow:hidden}.bogf-snapshot-grid>div{padding:15px;border-right:1px solid var(--bogf-line)}.bogf-snapshot-grid>div:last-child{border-right:0}.bogf-snapshot-grid small{display:block;color:var(--bogf-gold-deep);text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:.08em;margin-bottom:7px}.bogf-snapshot-grid strong{font-size:13px;line-height:1.5;display:block}
.bogf-fact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-xs);overflow:hidden}.bogf-fact-grid>div{padding:15px;border-right:1px solid var(--bogf-line);border-bottom:1px solid var(--bogf-line)}.bogf-fact-grid>div:nth-child(3n){border-right:0}.bogf-fact-grid small{display:block;color:var(--bogf-muted);font-size:10px;text-transform:uppercase;letter-spacing:.07em;margin-bottom:6px}.bogf-fact-grid strong{font-size:14px;line-height:1.45}
.bogf-provenance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.bogf-provenance-grid article{border:1px solid var(--bogf-line);border-top:2px solid var(--accent,var(--bogf-gold));border-radius:var(--bogf-radius-sm);padding:20px}.bogf-provenance-grid .is-official{--accent:var(--bogf-blue)}.bogf-provenance-grid .is-checked{--accent:var(--bogf-green)}.bogf-provenance-grid .is-unclear{--accent:var(--bogf-amber)}.bogf-provenance-grid h3{font:600 22px/1.15 var(--bogf-font-display);margin-bottom:10px}.bogf-provenance-grid a{font-size:11px;font-weight:700;color:var(--bogf-gold-deep)}
.bogf-suitability>div{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bogf-suitability article{border:1px solid var(--bogf-line);padding:17px;border-radius:var(--bogf-radius-xs)}.bogf-suitability .is-best{background:linear-gradient(180deg,var(--bogf-soft-green),#fff 45%)}.bogf-suitability .is-not{background:linear-gradient(180deg,var(--bogf-soft-red),#fff 45%)}
.bogf-question-list{display:grid;border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-xs)}.bogf-question-list a{display:grid;grid-template-columns:1fr auto;gap:10px;padding:14px;border-bottom:1px solid var(--bogf-line)}.bogf-question-list a:last-child{border-bottom:0}.bogf-question-list span{font-size:11px;color:var(--bogf-muted)}
.bogf-alternative-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.bogf-alternative-row article{display:flex;align-items:center;gap:10px;border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-xs);padding:13px}.bogf-alternative-row article>span{width:34px;height:34px;border-radius:var(--bogf-radius-xs);background:var(--bogf-soft-gold);display:grid;place-items:center;color:var(--bogf-gold-deep)}.bogf-alternative-row strong{font-size:12px}.bogf-alternative-row small{display:block;color:var(--bogf-muted);font-size:9px}
.bogf-source-list{display:grid;border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-xs)}.bogf-source-list a{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:13px;border-bottom:1px solid var(--bogf-line)}.bogf-source-list a:last-child{border-bottom:0}.bogf-source-list strong{font-size:12px}.bogf-source-list small{display:block;font-size:10px;color:var(--bogf-muted)}.bogf-source-list span{font-size:11px;font-weight:700}.bogf-correction-row{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:14px}.bogf-correction-row p{font-size:12px;color:var(--bogf-slate);margin:3px 0 0}
.bogf-profile-rail{display:grid;gap:12px;position:sticky;top:100px}.bogf-profile-rail h2,.bogf-profile-rail h3{font:600 23px/1.15 var(--bogf-font-display);margin-bottom:10px}.bogf-profile-rail p{font-size:14px;line-height:1.55;color:var(--bogf-slate)}.bogf-profile-rail a{font-size:13px;font-weight:700;color:var(--bogf-gold-deep)}.bogf-claim-card{border-color:#d8b442!important;background:linear-gradient(180deg,#fffdf7,#fff)}.bogf-claim-card small{display:block;font-size:11px;line-height:1.48;color:var(--bogf-muted);margin-top:10px}.bogf-recognition-item{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid var(--bogf-line)}.bogf-recognition-item span{color:var(--bogf-gold-deep)}.bogf-recognition-item strong{font-size:12px}.bogf-recognition-item small{display:block;color:var(--bogf-muted)}
.bogf-principles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);margin-top:20px}.bogf-principles>div{display:grid;grid-template-columns:30px 1fr;gap:9px;padding:14px;border-right:1px solid var(--bogf-line)}.bogf-principles>div:last-child{border-right:0}.bogf-principles span{grid-row:1/3;color:var(--bogf-gold-deep)}.bogf-principles strong{font-size:12px}.bogf-principles small{font-size:10px;color:var(--bogf-muted)}
.bogf-profile-context-bar{display:none}.bogf-dialog{width:min(620px,calc(100% - 32px));border:0;border-radius:var(--bogf-radius-md);padding:0;box-shadow:0 24px 80px rgba(15,17,21,.2)}.bogf-dialog::backdrop{background:rgba(15,17,21,.45)}.bogf-dialog__panel{display:grid;gap:14px;padding:28px}.bogf-dialog__close{position:absolute;right:12px;top:10px;border:0;background:transparent;font-size:28px}.bogf-dialog label{display:grid;gap:5px;font-size:12px;font-weight:700}.bogf-dialog input,.bogf-dialog textarea,.bogf-dialog select{border:1px solid var(--bogf-line-strong);border-radius:var(--bogf-radius-xs);padding:10px;background:#fff}.bogf-dialog textarea{min-height:110px}.bogf-dialog__actions{display:flex;justify-content:flex-end;gap:8px}.bogf-consent{grid-template-columns:20px 1fr!important;align-items:start}.bogf-choice-buttons{display:flex;gap:8px}.bogf-choice-buttons label{display:block}.bogf-choice-buttons input{position:absolute;opacity:0}.bogf-choice-buttons span{display:block;border:1px solid var(--bogf-line);padding:9px 14px;border-radius:999px}.bogf-choice-buttons input:checked+span{border-color:var(--bogf-gold);background:var(--bogf-soft-gold)}

/* Question page */
.bogf-question-page{width:min(var(--bogf-max),calc(100% - 48px));margin:0 auto;padding:28px 0 90px}
.bogf-question-hero{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:34px;border-bottom:1px solid var(--bogf-line);padding:10px 0 30px}.bogf-question-hero h1{font:600 clamp(50px,5vw,76px)/1.02 var(--bogf-font-display);letter-spacing:-.045em;max-width:900px;margin:14px 0 18px}.bogf-question-details{font-size:18px;color:var(--bogf-slate);max-width:820px}.bogf-question-details p{margin-bottom:10px}.bogf-question-meta{display:flex;gap:8px;align-items:center;color:var(--bogf-muted);font-size:12px}.bogf-question-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.bogf-question-author{border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);padding:20px;align-self:start;display:grid;grid-template-columns:54px 1fr;gap:12px}.bogf-question-author__avatar{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--bogf-ivory);font-size:20px;font-weight:800;color:var(--bogf-gold-deep)}.bogf-question-author strong{display:block}.bogf-question-author span{font-size:11px;color:var(--bogf-muted)}.bogf-question-author dl{grid-column:1/3;margin:4px 0 0}.bogf-question-author dl div{display:flex;justify-content:space-between;padding:9px 0;border-top:1px solid var(--bogf-line);font-size:11px}.bogf-question-author dd{margin:0;font-weight:700}
.bogf-question-invite{display:flex;align-items:center;gap:14px;border:1px solid #dcc77c;border-radius:var(--bogf-radius-sm);padding:17px 20px;margin:22px 0}.bogf-question-invite>span{font-size:30px;color:var(--bogf-gold)}.bogf-question-invite p{font-size:12px;color:var(--bogf-slate);margin:2px 0 0}.bogf-question-invite .bogf-button{margin-left:auto}

/* Static and protected answer-card parity used by visual proofs and fallback states. */
.bogf-answer-preview{border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);padding:22px 24px;margin-bottom:14px;background:#fff}
.bogf-answer-preview__author{display:flex;align-items:center;gap:12px;padding-bottom:14px;margin-bottom:15px;border-bottom:1px solid var(--bogf-line)}
.bogf-answer-preview__author>span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--bogf-ivory);color:var(--bogf-gold-deep);font-weight:800;flex:0 0 auto}
.bogf-answer-preview__author strong,.bogf-answer-preview__author small{display:block}.bogf-answer-preview__author small{margin-top:2px;color:var(--bogf-muted);font-size:11px}
.bogf-answer-preview__entity{display:flex;align-items:baseline;gap:10px;margin-bottom:10px}.bogf-answer-preview__entity strong{font-size:18px}.bogf-answer-preview__entity small{color:var(--bogf-muted);font-size:11px}
.bogf-answer-preview h3{margin:0 0 8px;font:650 22px/1.22 var(--bogf-font-ui);letter-spacing:-.02em}.bogf-answer-preview p{color:var(--bogf-slate);font-size:15px;line-height:1.65}
.bogf-answer-preview footer{display:flex;gap:18px;padding-top:15px;margin-top:17px;border-top:1px solid var(--bogf-line);color:#555d69;font-size:12px;font-weight:700}
.bogf-question-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}.bogf-answer-toolbar{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid var(--bogf-line);margin-bottom:14px}.bogf-answer-toolbar nav{display:flex;gap:24px}.bogf-answer-toolbar button{border:0;background:transparent;padding:14px 0;font-weight:700;color:var(--bogf-slate);border-bottom:2px solid transparent}.bogf-answer-toolbar button.is-active{color:var(--bogf-ink);border-color:var(--bogf-gold)}.bogf-answer-toolbar>span{font-size:12px;color:var(--bogf-muted);padding-bottom:14px}.bogf-question-rail{display:grid;gap:14px;position:sticky;top:100px}.bogf-question-rail>section{border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);padding:20px}.bogf-question-rail h3{font-size:17px;margin-bottom:14px}.bogf-question-rail nav{display:grid}.bogf-question-rail nav a{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--bogf-line);font-size:12px}.bogf-question-rail nav a:last-child{border-bottom:0}.bogf-dry-run{border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);padding:28px}.bogf-dry-run h2{font:600 32px/1.1 var(--bogf-font-display)}.bogf-dry-run dl{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bogf-dry-run dl div{border:1px solid var(--bogf-line);padding:12px}.bogf-dry-run dt{font-size:9px;text-transform:uppercase;color:var(--bogf-muted)}.bogf-dry-run dd{margin:5px 0 0;font-weight:700}
.bogf-mobile-question-actions{display:none}
/* wpForo answer content inside canonical route */
.bogf-question-conversation #wpforo-wrap,.bogf-question-conversation .wpforo-content{font-family:var(--bogf-font-ui)!important}.bogf-question-conversation .wpforo-post,.bogf-question-conversation .wpf-post-wrap,.bogf-question-conversation .wpforo-topic-post{border:1px solid var(--bogf-line)!important;border-radius:var(--bogf-radius-sm)!important;background:#fff!important;margin:0 0 12px!important;padding:20px!important;box-shadow:none!important}.bogf-question-conversation .wpforo-post-content,.bogf-question-conversation .wpf-post-content{font-size:15px!important;line-height:1.7!important;color:var(--bogf-ink)!important}.bogf-question-conversation .wpforo-post-author,.bogf-question-conversation .wpf-left{background:transparent!important;border:0!important}.bogf-question-conversation img.avatar{border-radius:50%!important}.bogf-question-conversation .wpforo-post-footer,.bogf-question-conversation .wpf-post-footer{border-top:1px solid var(--bogf-line)!important;margin-top:16px!important;padding-top:10px!important}

/* Secondary feature pages: clean compatibility */
.bog9c-community,.bog9c-today,.bog9e-today,.bog-v7-design-system,.bog-v9-profiles{max-width:var(--bogf-max);margin:0 auto;color:var(--bogf-ink)}
.bog9c-community-hero,.bog9c-today-hero,.bog-v7-page-hero,.bog-v9-profiles-hero{background:#fff!important;border:0!important;border-bottom:1px solid var(--bogf-line)!important;border-radius:0!important;box-shadow:none!important;padding:38px 0!important}
.bog9c-community-hero h1,.bog9c-today-hero h1,.bog-v9-profiles-hero h1{font:600 clamp(46px,5vw,70px)/1.02 var(--bogf-font-display)!important;letter-spacing:-.04em!important}.bog9c-community-lead,.bog9c-today-hero p,.bog-v9-profiles-hero p{color:var(--bogf-slate)!important}
.bog9c-section{margin-top:56px!important}.bog9c-section-head h2{font:700 34px/1.12 var(--bogf-font-ui)!important}.bog9c-tabs{border:1px solid var(--bogf-line)!important;border-radius:var(--bogf-radius-sm)!important;background:#fff!important}.bog9c-tabs a{border-radius:0!important}.bog9c-community-featured,.bog9c-community-utilities,.bog9c-world-grid,.bog9c-editorial-grid,.bog9c-today-grid,.bog-v7-ds-section,.bog-v9-profile-directory-grid,.bog-v9-proof-bar,.bog-v9-business-callout{border-color:var(--bogf-line)!important;box-shadow:none!important;background:#fff!important}.bog9c-world-grid>a,.bog9c-conversation-list>a,.bog9c-editorial-grid article,.bog9c-today-card,.bog-v7-card,.bog-v9-profile-card{background:#fff!important;border-color:var(--bogf-line)!important;border-radius:var(--bogf-radius-sm)!important;box-shadow:none!important}.bog9c-world-grid>a{border-radius:0!important}.bog9c-contribute{background:var(--bogf-ivory)!important;border:1px solid var(--bogf-line)!important;border-radius:var(--bogf-radius-sm)!important}.bog-v8-token,.bog-v7-state{border-color:var(--bogf-line)!important;border-radius:var(--bogf-radius-sm)!important;box-shadow:none!important}
/* Drop-a-Link and forms from older templates */
.bog-v4-share,.bog-drop-link,.bog-share-flow,.bog-prototype-shell>article{max-width:var(--bogf-max);margin:0 auto}.bog-v4-share h1,.bog-drop-link h1{font:600 clamp(48px,5vw,72px)/1 var(--bogf-font-display)!important}.bog-v4-share section,.bog-drop-link section,.bog-share-flow section{background:#fff!important;border:1px solid var(--bogf-line)!important;border-radius:var(--bogf-radius-sm)!important;box-shadow:none!important}.bog-v4-share input,.bog-v4-share textarea,.bog-v4-share select,.bog-drop-link input,.bog-drop-link textarea,.bog-drop-link select{border-color:var(--bogf-line-strong)!important;border-radius:var(--bogf-radius-xs)!important;background:#fff!important}
/* Profiles directory compatibility */
.bog-v9-profiles-hero{display:grid!important;grid-template-columns:minmax(0,1fr) 340px!important;gap:36px!important}.bog-v9-profile-directory-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;border:0!important}.bog-v9-profile-card{overflow:hidden!important}.bog-v9-profile-card__media{aspect-ratio:16/10!important}.bog-v9-profile-card__media img{width:100%!important;height:100%!important;object-fit:cover!important}.bog-v9-profile-card__body{padding:16px!important}
/* GeoDirectory fragments must never appear after canonical shell footer */
.bog-platform-footer~.geodir-location-switcher,.bog-platform-footer~.geodir-location-container,.bog-platform-footer~[class*="geodir-location"],body.bog-platform-shell>.geodir-location-switcher,body.bog-platform-shell>.geodir-location-container,body.bog-platform-shell>form.geodir-location-form{display:none!important}

/* Responsive */
@media(max-width:1180px){
  .bog-platform-header__inner{grid-template-columns:150px 1fr auto;gap:18px}.bog-platform-header__search{display:none}.bog-platform-header__search-toggle{display:inline-flex}
  .bogf-featured-profiles,.bogf-search-profile-row{grid-template-columns:repeat(3,minmax(0,1fr))}.bogf-enriched-row{grid-template-columns:repeat(3,minmax(0,1fr))}
  .bogf-home-modules{grid-template-columns:1fr 1fr}.bogf-module--latest{grid-column:1/3}
  .bogf-search-layout{grid-template-columns:1fr}.bogf-search-rail{position:static;grid-template-columns:1fr 1fr}.bogf-search-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bogf-profile-hero{grid-template-columns:minmax(300px,36%) minmax(0,1fr)}.bogf-profile.is-identity-led .bogf-profile-hero{grid-template-columns:280px minmax(0,1fr)}.bogf-profile-trust{grid-column:1/3;border-left:0;border-top:1px solid var(--bogf-line);display:grid;grid-template-columns:260px 1fr auto;gap:22px;align-items:center}.bogf-profile-trust h2{margin:0}.bogf-profile-trust dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 18px;margin:0}.bogf-profile-trust dl div{padding:7px 0}.bogf-profile-trust .bogf-button{width:auto}
  .bogf-profile-layout{grid-template-columns:1fr}.bogf-profile-rail{position:static;grid-template-columns:repeat(3,minmax(0,1fr))}.bogf-profile-rail>section:first-child{grid-column:auto}
  .bogf-question-layout{grid-template-columns:1fr}.bogf-question-rail{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:980px){
  .admin-bar .bog-platform-header{top:32px}.bog-platform-header__inner{width:calc(100% - 32px);height:68px;grid-template-columns:145px 1fr auto}.bog-platform-nav{display:none}.bog-platform-menu-toggle{display:inline-flex}.bog-account-button{display:none}.bog-platform-mobile-menu[hidden]{display:none!important}
  .bog-platform-main,.bogf-question-page{width:calc(100% - 32px)}.bog-platform-footer__inner{width:calc(100% - 32px)}
  .bogf-home-hero{grid-template-columns:1fr;min-height:auto;padding:56px 0}.bogf-home-hero__mark{right:-100px;top:20px;width:390px;opacity:.06}.bogf-home-hero h1{max-width:650px}
  .bogf-trust-strip{grid-template-columns:repeat(2,1fr)}.bogf-trust-strip>div{border-bottom:1px solid var(--bogf-line)}.bogf-trust-strip>div:nth-child(2n){border-right:0}.bogf-trust-strip>div:last-child{grid-column:1/3;border-bottom:0}
  .bogf-question-strip{grid-template-columns:1fr}.bogf-people-grid{grid-template-columns:1fr}.bogf-people-grid article{border-right:0;border-bottom:1px solid var(--bogf-line)}.bogf-people-grid article:last-child{border-bottom:0}.bogf-category-row{grid-template-columns:repeat(2,1fr)}.bogf-category-row a:nth-child(3n){border-right:1px solid var(--bogf-line)}.bogf-category-row a:nth-child(2n){border-right:0}.bogf-category-row a:nth-last-child(-n+3){border-bottom:1px solid var(--bogf-line)}.bogf-category-row a:nth-last-child(-n+2){border-bottom:0}.bogf-promo-row{grid-template-columns:1fr}.bogf-promo-row article{border-right:0;border-bottom:1px solid var(--bogf-line)}.bogf-promo-row article:last-child{border-bottom:0}
  .bogf-search-hero{grid-template-columns:1fr;gap:20px}.bogf-filterbar{grid-template-columns:1fr 1fr}.bogf-filterbar .bogf-button{grid-column:2}.bogf-search-profile-row{grid-template-columns:repeat(3,minmax(0,1fr))}.bogf-search-rail{grid-template-columns:1fr}
  .bogf-profile-hero{grid-template-columns:minmax(260px,36%) 1fr}.bogf-profile.is-identity-led .bogf-profile-hero{grid-template-columns:250px 1fr}.bogf-profile-hero__media{min-height:320px}.bogf-profile-hero__identity{padding:26px}.bogf-profile-trust{grid-template-columns:1fr}.bogf-profile-trust dl{grid-template-columns:repeat(2,1fr)}.bogf-decision-foundation{grid-template-columns:repeat(2,1fr)}.bogf-decision-foundation>div:nth-child(2){border-right:0}.bogf-decision-foundation>div:nth-child(-n+2){border-bottom:1px solid var(--bogf-line)}
  .bogf-profile-ask{grid-template-columns:1fr}.bogf-profile-enrich{border-left:0;border-top:1px solid var(--bogf-line);display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.bogf-profile-enrich>p,.bogf-profile-enrich>h3{grid-column:1/4}.bogf-profile-enrich>a,.bogf-profile-enrich>button{border:1px solid var(--bogf-line);padding:10px;border-radius:var(--bogf-radius-xs)}
  .bogf-snapshot-grid{grid-template-columns:repeat(2,1fr)}.bogf-snapshot-grid>div{border-bottom:1px solid var(--bogf-line)}.bogf-snapshot-grid>div:nth-child(2n){border-right:0}.bogf-provenance-grid{grid-template-columns:1fr}.bogf-alternative-row{grid-template-columns:repeat(2,1fr)}.bogf-profile-rail{grid-template-columns:1fr 1fr}
  .bogf-question-hero{grid-template-columns:1fr}.bogf-question-author{max-width:420px}.bogf-question-rail{grid-template-columns:1fr 1fr}
  .bog-v9-profiles-hero{grid-template-columns:1fr!important}.bog-v9-profile-directory-grid{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:782px){.admin-bar .bog-platform-header{top:46px}}
@media(max-width:760px){
  .bog-platform-header__inner{height:62px;grid-template-columns:42px 1fr auto;gap:10px}.bog-platform-brand__image{display:none}.bog-platform-brand__crown{display:block}.bog-platform-header__search-toggle{display:inline-flex}.bog-platform-header__share{min-width:auto;width:44px;height:44px;padding:0}.bog-platform-header__share span{display:none}.bog-platform-menu-toggle{display:inline-flex}.bog-platform-header__actions{gap:2px}
  .bog-platform-main,.bogf-question-page{width:calc(100% - 24px);padding-top:26px;padding-bottom:64px}.bog-platform-footer__inner{width:calc(100% - 32px);grid-template-columns:1fr;gap:28px;padding:40px 0}.bog-platform-footer__links{grid-template-columns:1fr 1fr}.bog-platform-footer__legal{justify-content:flex-start;text-align:left}
  .bogf-section{margin-top:48px}.bogf-section-head{align-items:flex-start}.bogf-section-head h2{font-size:29px}.bogf-section-head>a{font-size:11px}
  .bogf-home-hero{padding:38px 0}.bogf-home-hero h1{font-size:48px;line-height:1}.bogf-home-hero__mark{width:260px;right:-70px;top:70px}.bogf-lead{font-size:16px}.bogf-search{min-height:52px}.bogf-home-hero__actions{align-items:flex-start;flex-direction:column;gap:10px}.bogf-trust-strip{grid-template-columns:1fr}.bogf-trust-strip>div,.bogf-trust-strip>div:nth-child(2n),.bogf-trust-strip>div:last-child{grid-column:auto;border-right:0;border-bottom:1px solid var(--bogf-line)}.bogf-trust-strip>div:last-child{border-bottom:0}
  .bogf-featured-profiles{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.bogf-featured-profiles .bogf-card{flex:0 0 78vw;scroll-snap-align:start;min-height:0}.bogf-home-modules{grid-template-columns:1fr}.bogf-module--latest{grid-column:auto}.bogf-mini-media-grid{grid-template-columns:1fr 1fr}.bogf-category-row{grid-template-columns:1fr}.bogf-category-row a,.bogf-category-row a:nth-child(3n),.bogf-category-row a:nth-child(2n),.bogf-category-row a:nth-last-child(-n+3),.bogf-category-row a:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--bogf-line)}.bogf-category-row a:last-child{border-bottom:0}.bogf-enriched-row{display:flex;overflow-x:auto}.bogf-enriched-row .bogf-card{flex:0 0 62vw}.bogf-people-grid article{grid-template-columns:92px 1fr}.bogf-people-grid img{width:92px;height:82px}
  .bogf-search-hero h1{font-size:52px}.bogf-search--large{display:grid;grid-template-columns:22px 1fr}.bogf-search--large .bogf-button{grid-column:1/3;width:100%}.bogf-filterbar{grid-template-columns:1fr}.bogf-filterbar .bogf-button{grid-column:auto}.bogf-search-summary{align-items:flex-start;flex-direction:column}.bogf-search-profile-row{display:flex;overflow-x:auto}.bogf-search-profile-row .bogf-card{flex:0 0 76vw}.bogf-search-guide-grid{grid-template-columns:1fr}.bogf-search-guide-grid .bogf-card{grid-template-columns:38% 1fr}.bogf-search-rail{display:block}.bogf-search-rail>section{margin-bottom:12px}.bogf-result-section>header{align-items:flex-start}.bogf-result-section>header h2{font-size:26px}
  .bogf-profile-hero{grid-template-columns:1fr}.bogf-profile.is-identity-led .bogf-profile-hero{grid-template-columns:1fr}.bogf-profile-hero__media{min-height:260px;border-right:0;border-bottom:1px solid var(--bogf-line)}.bogf-profile-hero__media.is-logo{min-height:220px}.bogf-profile-hero__media.is-logo img{width:48%;height:48%}.bogf-profile-hero__identity h1{font-size:50px}.bogf-profile-hero__facts{grid-template-columns:1fr}.bogf-profile-hero__facts>div{border-bottom:1px solid var(--bogf-line);padding-bottom:10px}.bogf-profile-trust{grid-column:auto;border-top:1px solid var(--bogf-line);display:block}.bogf-profile-trust dl{grid-template-columns:1fr}.bogf-decision-foundation{display:flex;overflow-x:auto}.bogf-decision-foundation>div{flex:0 0 75%;border-bottom:0!important;border-right:1px solid var(--bogf-line)!important}.bogf-profile-ask__main{padding:20px}.bogf-profile-ask h2{font-size:27px}.bogf-inline-form{grid-template-columns:1fr}.bogf-inline-form .bogf-button{width:100%}.bogf-suggestion-row{display:flex;width:100%;max-width:100%;min-width:0;overflow-x:auto;border:0;gap:8px}.bogf-suggestion-row button{flex:0 0 78%;border:1px solid var(--bogf-line)!important;border-radius:var(--bogf-radius-xs)}.bogf-profile-enrich{grid-template-columns:1fr}.bogf-profile-enrich>p,.bogf-profile-enrich>h3{grid-column:auto}.bogf-profile-section{padding:18px}.bogf-profile-section h2{font-size:26px}.bogf-snapshot-grid{grid-template-columns:1fr}.bogf-snapshot-grid>div{border-right:0}.bogf-fact-grid{grid-template-columns:1fr 1fr}.bogf-fact-grid>div:nth-child(3n){border-right:1px solid var(--bogf-line)}.bogf-fact-grid>div:nth-child(2n){border-right:0}.bogf-suitability>div{grid-template-columns:1fr}.bogf-alternative-row{grid-template-columns:1fr}.bogf-profile-rail{grid-template-columns:1fr}.bogf-principles{display:flex;overflow-x:auto}.bogf-principles>div{flex:0 0 70%;border-right:1px solid var(--bogf-line)!important}.bogf-profile-context-bar{position:fixed;display:grid;grid-template-columns:1fr .7fr .7fr;gap:6px;left:8px;right:8px;bottom:8px;z-index:1001;padding:7px;background:rgba(255,255,255,.97);border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-md);box-shadow:0 10px 35px rgba(15,17,21,.14)}.bogf-profile-context-bar .bogf-button{min-height:42px;padding:8px}
  .bogf-question-page{padding-bottom:92px}.bogf-question-hero h1{font-size:48px}.bogf-question-details{font-size:16px}.bogf-question-author{max-width:none}.bogf-question-invite{align-items:flex-start}.bogf-question-invite .bogf-button{margin-left:0}.bogf-answer-toolbar nav{overflow-x:auto;gap:18px}.bogf-answer-toolbar>span{display:none}.bogf-question-rail{grid-template-columns:1fr}.bogf-mobile-question-actions{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:8px;right:8px;bottom:8px;z-index:1001;background:#fff;border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-md);box-shadow:0 10px 35px rgba(15,17,21,.14);padding:6px}.bogf-mobile-question-actions>*{border:0;background:#fff;padding:10px 4px;text-align:center;font-size:11px;font-weight:700}.bogf-mobile-question-actions>*:first-child{background:var(--bogf-gold);border-radius:var(--bogf-radius-sm)}.bogf-dry-run dl{grid-template-columns:1fr}
  .bog-v9-profile-directory-grid{grid-template-columns:1fr!important}
}
@media(max-width:520px){
  .bog-platform-main,.bogf-question-page{width:calc(100% - 20px)}.bog-platform-mobile-menu{padding-left:12px;padding-right:12px}.bog-platform-mobile-menu nav{grid-template-columns:1fr}
  .bogf-home-hero h1,.bogf-search-hero h1,.bogf-question-hero h1,.bogf-profile-hero__identity h1{font-size:42px}.bogf-section-head h2{font-size:27px}.bogf-mini-media-grid{grid-template-columns:1fr}.bogf-featured-profiles .bogf-card{flex-basis:86vw}.bogf-enriched-row .bogf-card{flex-basis:74vw}.bogf-people-grid article{grid-template-columns:76px 1fr}.bogf-people-grid img{width:76px;height:76px}.bogf-promo-row article{min-height:180px;padding:22px}
  .bogf-search-guide-grid .bogf-card{display:block}.bogf-search-guide-grid .bogf-card__media{aspect-ratio:16/9;border-right:0;border-bottom:1px solid var(--bogf-line)}
  .bogf-profile-hero__identity{padding:20px}.bogf-action-row{display:grid;grid-template-columns:1fr 1fr}.bogf-action-row .bogf-button--primary{grid-column:1/3}.bogf-icon-action{justify-content:center}.bogf-profile-trust{padding:20px}.bogf-decision-foundation>div{flex-basis:86%}.bogf-fact-grid{grid-template-columns:1fr}.bogf-fact-grid>div{border-right:0!important}.bogf-correction-row{align-items:flex-start;flex-direction:column}.bogf-suggestion-row button{flex-basis:88%}.bogf-question-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.bogf-question-actions .bogf-button--primary,.bogf-question-actions .bogf-button--secondary{grid-column:1/4}.bogf-question-actions .bogf-button--quiet{justify-content:center;border-color:var(--bogf-line);background:#fff}.bogf-question-invite{display:grid;grid-template-columns:36px 1fr}.bogf-question-invite .bogf-button{grid-column:1/3;width:100%}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Build 009H discovery homepage — Version 9 composition at real-world usable scale. */
.bog9f-home{max-width:var(--bogf-max);margin:0 auto;color:var(--bogf-ink)}
.bog9f-home a{text-decoration:none}
.bog9f-hero{position:relative;display:grid;grid-template-columns:minmax(0,720px) 1fr;align-items:center;min-height:490px;padding:64px 0 54px;border-bottom:1px solid var(--bogf-line);overflow:hidden}
.bog9f-hero__copy{position:relative;z-index:2;max-width:730px}
.bog9f-overline,.bog9f-section__head p,.bog9h-module-head>div>p{margin:0 0 10px;color:#8b6500;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.bog9f-hero h1{margin:0 0 22px;max-width:700px;font:600 clamp(58px,5.5vw,82px)/.98 var(--bogf-font-display);letter-spacing:-.05em}
.bog9f-intro{max-width:650px;margin:0 0 28px;color:var(--bogf-slate);font-size:18px;line-height:1.62}
.bog9f-searchbox{width:min(670px,100%);height:60px;display:grid;grid-template-columns:38px 1fr 50px;align-items:center;border:1px solid #c8ad53;border-radius:var(--bogf-radius-sm);background:#fff;box-shadow:0 8px 28px rgba(15,17,21,.035);overflow:hidden}
.bog9f-searchbox__icon{display:grid;place-items:center;color:#68707d;font-size:22px}
.bog9f-searchbox input{height:100%;min-width:0;border:0!important;outline:0!important;background:#fff!important;padding:0 8px!important;box-shadow:none!important;font-size:16px}
.bog9f-searchbox button{height:48px;width:44px;margin-right:5px;border:0;border-radius:6px;background:var(--bogf-gold);font-size:22px;line-height:1;color:#111}
.bog9f-searchbox button:hover{background:#c99f21}
.bog9f-hero__actions{display:flex;gap:10px;margin-top:12px}
.bog9f-hero__actions>a{display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;column-gap:11px;align-items:center;min-width:244px;min-height:64px;padding:11px 15px;border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);background:#fff}
.bog9f-hero__actions>a>span{grid-row:1/3;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;color:var(--bogf-gold-deep);background:var(--bogf-soft-gold)}
.bog9f-hero__actions strong{font-size:14px}.bog9f-hero__actions small{color:var(--bogf-muted);font-size:11px}
.bog9f-hero__mark{position:absolute;right:-44px;top:34px;width:530px;height:400px;opacity:.065;pointer-events:none}
.bog9f-hero__mark img{width:100%;height:100%;object-fit:contain}

.bog9f-trust-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-bottom:1px solid var(--bogf-line);background:#fff}
.bog9f-trust-strip>div{display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:start;padding:24px 20px;border-right:1px solid var(--bogf-line)}
.bog9f-trust-strip>div:first-child{padding-left:0}.bog9f-trust-strip>div:last-child{border-right:0;padding-right:0}
.bog9f-trust-strip>div>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--bogf-ivory);font-size:16px}
.bog9f-trust-strip strong{display:block;font-size:14px;line-height:1.28}.bog9f-trust-strip small{grid-column:2;display:block;margin-top:4px;color:var(--bogf-muted);font-size:11.5px;line-height:1.48}

.bog9f-section{margin-top:72px}
.bog9f-section__head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px}
.bog9f-section__head h2{margin:0;font:700 clamp(30px,3vw,42px)/1.08 var(--bogf-font-ui);letter-spacing:-.04em}
.bog9f-section__head>a{min-height:44px;display:inline-flex;align-items:center;font-size:13px;font-weight:750;white-space:nowrap}

.bog9f-profile-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;background:#fff}
.bog9f-profile-card{position:relative;min-width:0;border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);overflow:hidden;background:#fff;transition:border-color .2s ease,transform .2s ease}
.bog9f-profile-card:hover{border-color:#cfc5b4;transform:translateY(-2px)}
.bog9f-profile-card>a{display:flex;flex-direction:column;height:100%}
.bog9f-profile-card__media{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--bogf-ivory);border-bottom:1px solid var(--bogf-line)}
.bog9f-profile-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.bog9f-profile-card.is-logo .bog9f-profile-card__media{background:#fff}
.bog9f-profile-card.is-logo .bog9f-profile-card__media img{object-fit:contain;padding:18%}
.bog9f-profile-card:hover .bog9f-profile-card__media img{transform:scale(1.025)}
.bog9f-badge{position:absolute;left:12px;top:12px;display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border:1px solid #e1d5b2;border-radius:4px;background:rgba(255,255,255,.95);color:#876500;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.bog9f-badge.is-official{border-color:#d7e5ff;color:#235cbd;background:#f5f9ff}.bog9f-badge.is-person{border-color:#eadfff;color:#704ebf;background:#fbf9ff}
.bog9f-profile-card__body{display:flex;flex-direction:column;flex:1;padding:20px 20px 18px}
.bog9f-profile-card__body>small{color:var(--bogf-muted);font-size:11px;font-weight:750;letter-spacing:.09em;text-transform:uppercase}
.bog9f-profile-card__body h3{margin:6px 0 9px;font:600 24px/1.14 var(--bogf-font-display);letter-spacing:-.025em}
.bog9f-profile-card__body p{margin:0 0 20px;color:var(--bogf-slate);font-size:14px;line-height:1.58}
.bog9f-profile-card__body>div{display:flex;justify-content:space-between;gap:10px;margin-top:auto;padding-top:13px;border-top:1px solid var(--bogf-line);color:#626a75;font-size:12px;line-height:1.35}.bog9f-profile-card__body>div b{color:var(--bogf-gold-deep)}

.bog9f-question-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;background:#fff}
.bog9f-question-row>a{display:grid;grid-template-columns:42px 1fr auto;gap:13px;align-items:center;min-height:120px;padding:21px;border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);transition:border-color .2s ease,background .2s ease}
.bog9f-question-row>a:hover{border-color:#cfc5b4;background:#fffdf8}
.bog9f-question-row>a>span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--bogf-ivory);color:var(--bogf-purple);font-size:17px}.bog9f-question-row small{display:block;color:var(--bogf-gold-deep);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.bog9f-question-row strong{display:block;margin-top:6px;font-size:16px;line-height:1.4}.bog9f-question-row b{color:#68707d}

.bog9h-discovery-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.85fr);gap:18px;margin-top:72px;align-items:start}
.bog9h-today-module,.bog9h-side-module{min-width:0;border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-md);background:#fff;overflow:hidden}
.bog9h-module-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;padding:24px 26px;border-bottom:1px solid var(--bogf-line)}
.bog9h-module-head h2{margin:0;font:600 31px/1.12 var(--bogf-font-display);letter-spacing:-.025em}.bog9h-module-head>div>span{display:block;margin-top:7px;color:var(--bogf-slate);font-size:14px;line-height:1.55;max-width:620px}.bog9h-module-head>a{min-height:44px;display:inline-flex;align-items:center;font-size:13px;font-weight:750;white-space:nowrap}
.bog9h-module-head.is-compact{align-items:flex-start;padding:21px 22px}.bog9h-module-head.is-compact h2{font-size:24px}.bog9h-module-head.is-compact>div>p{margin-bottom:6px}
.bog9h-today-lead{display:grid;grid-template-columns:minmax(0,56%) minmax(0,44%);min-height:330px;border-bottom:1px solid var(--bogf-line)}
.bog9h-today-lead__media{min-height:330px;overflow:hidden;background:var(--bogf-ivory)}.bog9h-today-lead__media img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.bog9h-today-lead:hover img{transform:scale(1.02)}
.bog9h-today-lead__body{display:flex;flex-direction:column;justify-content:center;padding:30px}.bog9h-today-lead__body small,.bog9h-today-supporting small,.bog9h-discovery-list small{color:var(--bogf-gold-deep);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.bog9h-today-lead__body h3{margin:8px 0 10px;font:600 34px/1.08 var(--bogf-font-display);letter-spacing:-.025em}.bog9h-today-lead__body p{margin:0 0 20px;color:var(--bogf-slate);font-size:15px;line-height:1.62}.bog9h-today-lead__body>strong{margin-top:auto;font-size:13px}
.bog9h-today-supporting{display:grid;grid-template-columns:1fr 1fr}.bog9h-today-supporting>a{display:grid;grid-template-columns:126px 1fr;min-height:126px;border-right:1px solid var(--bogf-line)}.bog9h-today-supporting>a:last-child{border-right:0}.bog9h-today-supporting img{width:126px;height:100%;object-fit:cover}.bog9h-today-supporting span{display:flex;flex-direction:column;justify-content:center;padding:18px}.bog9h-today-supporting strong{display:block;margin-top:5px;font-size:15px;line-height:1.38}
.bog9h-discovery-stack{display:grid;gap:18px}
.bog9f-community-empty{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:start;padding:24px 22px}.bog9f-community-empty>span{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--bogf-soft-gold);color:var(--bogf-gold-deep);font-size:18px}.bog9f-community-empty strong{font-size:15px;line-height:1.4}.bog9f-community-empty p{margin:6px 0 10px;color:var(--bogf-slate);font-size:13px;line-height:1.52}.bog9f-community-empty a{font-size:13px;font-weight:750}
.bog9h-discovery-list{display:grid}.bog9h-discovery-list>a{display:grid;grid-template-columns:122px 1fr;min-height:112px;border-bottom:1px solid var(--bogf-line)}.bog9h-discovery-list>a:last-child{border-bottom:0}.bog9h-discovery-list img{width:122px;height:100%;object-fit:cover;background:var(--bogf-ivory)}.bog9h-discovery-list span{display:flex;flex-direction:column;justify-content:center;padding:15px 17px}.bog9h-discovery-list strong{display:block;margin-top:4px;font-size:15px;line-height:1.35}.bog9h-discovery-list em{margin-top:8px;color:var(--bogf-gold-deep);font-size:12px;font-style:normal;font-weight:750}

.bog9f-category-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:10px}
.bog9f-category-bar>a{display:grid;place-items:center;gap:8px;min-height:94px;padding:12px;border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);font-size:13px;font-weight:700;text-align:center;transition:border-color .2s ease,background .2s ease}.bog9f-category-bar>a:hover{border-color:#cfc5b4;background:var(--bogf-ivory);color:var(--bogf-gold-deep)}.bog9f-category-bar span{font-size:22px}

.bog9f-enriched-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.bog9f-enriched-row>a{display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center;min-width:0;min-height:116px;padding:12px;border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);transition:border-color .2s ease,transform .2s ease}.bog9f-enriched-row>a:hover{border-color:#cfc5b4;transform:translateY(-1px)}.bog9f-enriched-row img{width:92px;height:92px;object-fit:cover;border-radius:6px;background:var(--bogf-ivory)}.bog9f-enriched-row span{min-width:0}.bog9f-enriched-row small{display:block;color:var(--bogf-muted);font-size:10px;text-transform:uppercase;letter-spacing:.07em}.bog9f-enriched-row strong{display:block;margin-top:4px;font-size:16px;line-height:1.32}.bog9f-enriched-row em{display:block;margin-top:8px;color:var(--bogf-gold-deep);font-size:12px;font-style:normal;font-weight:750}

.bog9f-promo-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:72px}
.bog9f-promo-row>article{position:relative;display:grid;grid-template-columns:1fr auto;min-height:245px;padding:30px;border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-md);overflow:hidden;background:#fff}.bog9f-promo-row>article.is-image{display:block;padding:0}.bog9f-promo-row>article.is-image>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.bog9f-promo-row>article.is-image::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,17,21,.83),rgba(15,17,21,.1))}.bog9f-promo-row>article.is-image>div{position:relative;z-index:2;padding:30px;color:#fff;max-width:74%}.bog9f-promo-row p{margin:0 0 8px;color:var(--bogf-gold-deep);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.bog9f-promo-row .is-image p{color:#f6d66b}.bog9f-promo-row h3{margin:0 0 12px;font:600 31px/1.08 var(--bogf-font-display);letter-spacing:-.025em}.bog9f-promo-row span{display:block;max-width:440px;color:var(--bogf-slate);font-size:15px;line-height:1.55}.bog9f-promo-row a{display:inline-block;margin-top:18px;font-size:13px;font-weight:750}.bog9f-promo-graphic{align-self:end;font-size:82px;color:#c6b07b}.bog9f-promo-crown{width:122px;align-self:end;opacity:.72}.bog9f-promo-crown img{width:100%}

/* Empty recognition is honest without occupying a feature-sized band. */
.bogf-recognition-summary{display:grid;grid-template-columns:260px 1fr;gap:18px;align-items:center;margin:18px 0 22px;padding:18px 20px;border:1px solid var(--bogf-line);border-radius:var(--bogf-radius-sm);background:#fff}
.bogf-recognition-summary>header{display:flex;justify-content:space-between;gap:12px;align-items:flex-end}.bogf-recognition-summary h2{margin:0;font:600 25px/1.1 var(--bogf-font-display)}.bogf-recognition-summary>header>a{font-size:12px;font-weight:750}.bogf-recognition-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-left:1px solid var(--bogf-line)}.bogf-recognition-list article{display:flex;gap:8px;padding:12px;border-right:1px solid var(--bogf-line)}.bogf-recognition-list article>span{color:var(--bogf-gold-deep)}.bogf-recognition-list strong{display:block;font-size:12px}.bogf-recognition-list small{display:block;color:var(--bogf-muted);font-size:10px;margin-top:3px}
.bogf-recognition-summary.is-empty{display:flex;justify-content:space-between;gap:20px;padding:13px 16px;margin:14px 0 18px}.bogf-recognition-summary.is-empty>header{display:block;min-width:0}.bogf-recognition-summary.is-empty>header .bogf-eyebrow{margin-bottom:3px}.bogf-recognition-summary.is-empty>header h2{font:700 14px/1.35 var(--bogf-font-ui);letter-spacing:-.01em}.bogf-recognition-empty{display:flex;align-items:center;gap:10px;padding:0;margin-left:auto}.bogf-recognition-empty>span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--bogf-soft-gold);color:var(--bogf-gold-deep);flex:0 0 auto}.bogf-recognition-empty strong{display:block;font-size:12px}.bogf-recognition-empty p{display:none}

@media(max-width:1180px){
  .bog9f-hero{grid-template-columns:minmax(0,640px) 1fr}.bog9f-hero__mark{right:-130px}.bog9f-profile-row{grid-template-columns:repeat(2,minmax(0,1fr))}.bog9h-discovery-grid{grid-template-columns:1fr}.bog9h-discovery-stack{grid-template-columns:1fr 1fr}.bog9f-category-bar{grid-template-columns:repeat(5,minmax(0,1fr))}.bog9f-enriched-row{grid-template-columns:repeat(2,minmax(0,1fr))}.bog9f-promo-row{grid-template-columns:1fr 1fr}
}
@media(max-width:980px){
  .bog9f-hero{grid-template-columns:1fr;min-height:auto;padding:54px 0}.bog9f-hero__mark{right:-100px;top:40px;width:390px;opacity:.045}.bog9f-trust-strip{grid-template-columns:1fr 1fr}.bog9f-trust-strip>div,.bog9f-trust-strip>div:first-child,.bog9f-trust-strip>div:last-child{padding:18px;border-right:1px solid var(--bogf-line);border-bottom:1px solid var(--bogf-line)}.bog9f-trust-strip>div:nth-child(2n){border-right:0}.bog9f-trust-strip>div:last-child{grid-column:1/3;border-bottom:0}.bog9f-question-row{grid-template-columns:1fr}.bog9h-today-lead{grid-template-columns:1fr}.bog9h-today-lead__media{min-height:300px}.bog9h-today-supporting>a{grid-template-columns:112px 1fr}.bog9h-today-supporting img{width:112px}.bog9h-discovery-stack{grid-template-columns:1fr}.bog9f-category-bar{grid-template-columns:repeat(3,minmax(0,1fr))}.bog9f-promo-row{grid-template-columns:1fr 1fr}.bogf-recognition-summary:not(.is-empty){grid-template-columns:1fr}.bogf-recognition-list{border-left:0;border-top:1px solid var(--bogf-line)}
}
@media(max-width:760px){
  .bog9f-hero{padding:38px 0}.bog9f-hero h1{font-size:50px;line-height:1}.bog9f-intro{font-size:16px}.bog9f-hero__mark{right:-95px;top:80px;width:280px}.bog9f-hero__actions{flex-direction:column}.bog9f-hero__actions>a{width:100%;min-width:0}.bog9f-trust-strip{grid-template-columns:1fr}.bog9f-trust-strip>div,.bog9f-trust-strip>div:last-child{grid-column:auto;border-right:0;border-bottom:1px solid var(--bogf-line);padding:17px 0}.bog9f-trust-strip>div:last-child{border-bottom:0}.bog9f-section{margin-top:54px}.bog9f-section__head{align-items:flex-start}.bog9f-section__head h2{font-size:30px}.bog9f-profile-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:4px}.bog9f-profile-card{flex:0 0 82vw;scroll-snap-align:start}.bog9f-question-row>a{min-height:112px}.bog9h-discovery-grid{margin-top:54px}.bog9h-module-head{align-items:flex-start;padding:21px 20px}.bog9h-module-head h2{font-size:27px}.bog9h-module-head>a{min-height:44px}.bog9h-today-lead__body{padding:23px 20px}.bog9h-today-lead__body h3{font-size:29px}.bog9h-today-supporting{grid-template-columns:1fr}.bog9h-today-supporting>a{border-right:0;border-bottom:1px solid var(--bogf-line)}.bog9h-today-supporting>a:last-child{border-bottom:0}.bog9f-category-bar{display:flex;overflow-x:auto;gap:9px}.bog9f-category-bar>a{flex:0 0 132px;min-height:84px}.bog9f-enriched-row{display:flex;overflow-x:auto;gap:9px}.bog9f-enriched-row>a{flex:0 0 290px}.bog9f-promo-row{grid-template-columns:1fr;margin-top:54px}.bog9f-promo-row>article{min-height:220px}.bogf-recognition-summary.is-empty{align-items:flex-start;flex-direction:column}.bogf-recognition-empty{margin-left:0}.bogf-recognition-list{display:flex;overflow-x:auto}.bogf-recognition-list article{flex:0 0 72%}
}
@media(max-width:520px){
  .bog9f-hero h1{font-size:43px}.bog9f-searchbox{height:auto;min-height:56px;grid-template-columns:32px 1fr 46px}.bog9f-profile-card{flex-basis:88vw}.bog9f-profile-card__body h3{font-size:22px}.bog9f-question-row>a{grid-template-columns:38px 1fr auto;padding:18px}.bog9h-today-lead__media{min-height:235px}.bog9h-today-supporting>a,.bog9h-discovery-list>a{grid-template-columns:104px 1fr}.bog9h-today-supporting img,.bog9h-discovery-list img{width:104px}.bog9f-promo-row h3{font-size:27px}.bog9f-promo-row>article,.bog9f-promo-row>article.is-image>div{padding:24px}.bog9f-promo-row>article.is-image>div{max-width:86%}
}

/* Profile return and referral loops */
.bogf-profile-ask__loops{display:flex;align-items:center;gap:18px;padding-top:14px;margin-top:14px;border-top:1px solid var(--bogf-line)}
.bogf-profile-ask__loops button{border:0;background:transparent;padding:0;color:#4d5560;font-size:12px;font-weight:700}
.bogf-profile-ask__loops button:hover{color:var(--bogf-gold-deep)}
@media(max-width:760px){.bogf-profile-ask__loops{align-items:flex-start;flex-direction:column;gap:10px}}
/* Compatibility and layout invariants preserved through the 009F rebuild. */
.bogf-profile-main{min-width:0}
.bog9f-intro strong{color:var(--bogf-ink);font-weight:650}

/* Build 009F final Search question treatment: compact, source-labelled and responsive. */
.bogf-search-question-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  overflow:hidden;
  border:1px solid var(--bogf-line);
  border-radius:var(--bogf-radius-sm);
  background:var(--bogf-white);
}
.bogf-search-question-list>.bogf-card--question,
.bogf-search-question-list>a{
  min-width:0;
  min-height:112px;
  margin:0;
  border:0;
  border-right:1px solid var(--bogf-line);
  border-radius:0;
  background:var(--bogf-white);
}
.bogf-search-question-list>:last-child{border-right:0}
.bogf-search-question-list>a{
  display:grid;
  grid-template-columns:34px minmax(0,1fr) 18px;
  gap:10px;
  align-items:start;
  padding:16px;
  color:var(--bogf-ink);
  text-decoration:none;
}
.bogf-search-question-list>a>span:first-child{
  width:32px;
  height:32px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--bogf-soft-purple);
  color:var(--bogf-purple);
  font-weight:750;
}
.bogf-search-question-list>a div{min-width:0}
.bogf-search-question-list>a small{
  display:block;
  margin:0 0 5px;
  color:var(--bogf-gold-deep);
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.bogf-search-question-list>a strong{
  display:block;
  color:var(--bogf-ink);
  font-size:14px;
  line-height:1.32;
}
.bogf-search-question-list>a p{
  margin:6px 0 0;
  color:var(--bogf-muted);
  font-size:11px;
  line-height:1.35;
}
.bogf-search-question-list>a>b{
  align-self:center;
  color:var(--bogf-slate);
  font-size:15px;
}
.bogf-search-question-list>a:hover,
.bogf-search-question-list>.bogf-card--question:hover{background:var(--bogf-ivory)}
.bogf-search-question-list .bogf-card--question{
  display:block;
  padding:0;
}
.bogf-search-question-list .bogf-card--question .bogf-card__link{
  display:block;
  height:100%;
  padding:16px;
}
.bogf-search-question-list .bogf-card--question .bogf-card__body{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  column-gap:10px;
  align-items:start;
}
.bogf-search-question-list .bogf-card--question .bogf-card__question-icon{
  grid-row:1/5;
  width:32px;
  height:32px;
}
.bogf-search-question-list .bogf-card--question h3{font-size:14px;line-height:1.32}
.bogf-search-question-list .bogf-card--question p{font-size:11px;line-height:1.35}
@media(max-width:980px){
  .bogf-search-question-list{grid-template-columns:1fr}
  .bogf-search-question-list>.bogf-card--question,
  .bogf-search-question-list>a{min-height:0;border-right:0;border-bottom:1px solid var(--bogf-line)}
  .bogf-search-question-list>:last-child{border-bottom:0}
}

/* ========================================================================
 * Build 009G runtime stability and visual-parity contract
 * This late section deliberately owns the shared shell, Search scale,
 * Drop-a-Link flow, tablet recomposition and key accessibility states.
 * ====================================================================== */

:root{
  --bogg-adminbar-offset:0px;
  --bogg-header-height:76px;
  --bogg-content-max:1320px;
}
body.admin-bar{--bogg-adminbar-offset:32px}

/* Strongly isolate the BEST OF shell from theme, account and page-builder CSS. */
body.bog-platform-shell .bog-platform-header{
  position:sticky!important;
  top:var(--bogg-adminbar-offset)!important;
  left:auto!important;
  right:auto!important;
  z-index:2147483000!important;
  display:block!important;
  width:100%!important;
  height:var(--bogg-header-height)!important;
  min-height:var(--bogg-header-height)!important;
  max-height:var(--bogg-header-height)!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  background:rgba(255,255,255,.985)!important;
  border:0!important;
  border-bottom:1px solid var(--bogf-line)!important;
  box-shadow:none!important;
  transform:none!important;
  isolation:isolate;
}
body.bog-platform-shell .bog-platform-header.is-scrolled{
  box-shadow:0 8px 24px rgba(15,17,21,.055)!important;
}
body.bog-platform-shell .bog-platform-header__inner{
  position:relative!important;
  inset:auto!important;
  float:none!important;
  display:grid!important;
  grid-template-columns:160px minmax(500px,1fr) minmax(230px,320px) max-content!important;
  align-items:center!important;
  align-content:center!important;
  justify-content:normal!important;
  width:min(var(--bogg-content-max),calc(100% - 48px))!important;
  height:var(--bogg-header-height)!important;
  min-height:var(--bogg-header-height)!important;
  max-height:var(--bogg-header-height)!important;
  margin:0 auto!important;
  padding:0!important;
  gap:20px!important;
  overflow:visible!important;
  transform:none!important;
}
body.bog-platform-shell .bog-platform-header__inner > *{
  position:static!important;
  inset:auto!important;
  float:none!important;
  clear:none!important;
  transform:none!important;
  translate:none!important;
  margin:0!important;
  max-width:none;
  min-height:0;
}
body.bog-platform-shell .bog-platform-brand{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:160px!important;
  height:52px!important;
  min-width:160px!important;
  overflow:visible!important;
  line-height:1!important;
}
body.bog-platform-shell .bog-platform-brand__image{
  display:block!important;
  width:152px!important;
  max-width:152px!important;
  height:auto!important;
  max-height:42px!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:left center!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
body.bog-platform-shell .bog-platform-brand__crown{display:none!important}
body.bog-platform-shell .bog-platform-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  gap:clamp(16px,1.8vw,28px)!important;
  height:100%!important;
  overflow:visible!important;
}
body.bog-platform-shell .bog-platform-nav__link{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#262b33!important;
  font-family:var(--bogf-font-ui)!important;
  font-size:14px!important;
  font-weight:650!important;
  line-height:1!important;
  white-space:nowrap!important;
  text-transform:none!important;
  letter-spacing:0!important;
  box-shadow:none!important;
}
body.bog-platform-shell .bog-platform-nav__link::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:16px!important;
  width:auto!important;
  height:2px!important;
  background:transparent!important;
}
body.bog-platform-shell .bog-platform-nav__link:hover,
body.bog-platform-shell .bog-platform-nav__link.is-active{color:var(--bogf-gold-deep)!important}
body.bog-platform-shell .bog-platform-nav__link.is-active::after{background:var(--bogf-gold)!important}

body.bog-platform-shell .bog-platform-header__search{
  position:static!important;
  float:none!important;
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  min-width:220px!important;
  max-width:320px!important;
  height:44px!important;
  margin:0!important;
  padding:0 15px!important;
  gap:10px!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid var(--bogf-line-strong)!important;
  border-radius:999px!important;
  box-shadow:none!important;
  transform:none!important;
}
body.bog-platform-shell .bog-platform-header__search > span{
  display:inline-flex!important;
  flex:0 0 18px!important;
  width:18px!important;
  height:18px!important;
  margin:0!important;
}
body.bog-platform-shell .bog-platform-header__search svg{
  display:block!important;
  width:18px!important;
  height:18px!important;
  max-width:18px!important;
  max-height:18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
}
body.bog-platform-shell .bog-platform-header__search input{
  position:static!important;
  display:block!important;
  flex:1 1 auto!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:40px!important;
  margin:0!important;
  padding:0!important;
  color:var(--bogf-ink)!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  box-shadow:none!important;
  transform:none!important;
  font:400 14px/1 var(--bogf-font-ui)!important;
}
body.bog-platform-shell .bog-platform-header__actions{
  position:static!important;
  float:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  width:auto!important;
  min-width:max-content!important;
  height:52px!important;
  margin:0!important;
  padding:0!important;
  gap:6px!important;
  white-space:nowrap!important;
  transform:none!important;
}
body.bog-platform-shell .bog-icon-button,
body.bog-platform-shell .bog-account-button,
body.bog-platform-shell .bog-platform-menu-toggle,
body.bog-platform-shell .bog-platform-header__search-toggle{
  position:relative!important;
  float:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 42px!important;
  width:42px!important;
  min-width:42px!important;
  max-width:42px!important;
  height:42px!important;
  min-height:42px!important;
  max-height:42px!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  border-radius:50%!important;
  box-shadow:none!important;
  transform:none!important;
}
body.bog-platform-shell .bog-icon-button svg,
body.bog-platform-shell .bog-account-button svg,
body.bog-platform-shell .bog-platform-menu-toggle svg,
body.bog-platform-shell .bog-platform-header__search-toggle svg{
  display:block!important;
  width:19px!important;
  min-width:19px!important;
  max-width:19px!important;
  height:19px!important;
  min-height:19px!important;
  max-height:19px!important;
  margin:0!important;
  padding:0!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.bog-platform-shell .bog-account-button img,
body.bog-platform-shell .bog-account-avatar,
body.bog-platform-shell .bog-account-button .avatar{display:none!important}
body.bog-platform-shell .bog-account-button__status{
  position:absolute!important;
  right:7px!important;
  bottom:7px!important;
  width:7px!important;
  height:7px!important;
  border:1.5px solid #fff!important;
  border-radius:50%!important;
  background:var(--bogf-green)!important;
}
body.bog-platform-shell .bog-platform-header__share{
  position:static!important;
  float:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  width:auto!important;
  min-width:96px!important;
  max-width:none!important;
  height:44px!important;
  min-height:44px!important;
  max-height:44px!important;
  margin:0!important;
  padding:0 17px!important;
  gap:8px!important;
  color:#101113!important;
  background:var(--bogf-gold)!important;
  border:1px solid var(--bogf-gold)!important;
  border-radius:var(--bogf-radius-sm)!important;
  box-shadow:none!important;
  transform:none!important;
  font:700 14px/1 var(--bogf-font-ui)!important;
  white-space:nowrap!important;
}
body.bog-platform-shell .bog-platform-header__share svg{width:17px!important;height:17px!important}
body.bog-platform-shell .bog-platform-header__search-toggle,
body.bog-platform-shell .bog-platform-menu-toggle{display:none!important}
body.bog-platform-shell .bog-platform-mobile-menu{
  position:absolute!important;
  top:100%!important;
  left:0!important;
  right:0!important;
  z-index:10!important;
  width:100%!important;
  margin:0!important;
  padding:18px max(20px,calc((100% - var(--bogg-content-max))/2 + 24px)) 24px!important;
  background:#fff!important;
  border-top:1px solid var(--bogf-line)!important;
  border-bottom:1px solid var(--bogf-line)!important;
  box-shadow:0 18px 34px rgba(15,17,21,.09)!important;
}
body.bog-platform-shell .bog-platform-mobile-menu[hidden]{display:none!important}

/* The feature body always begins after an intact header; theme transforms are neutralised. */
body.bog-platform-shell .bog-platform-main{
  position:relative!important;
  z-index:1!important;
  clear:both!important;
  width:min(var(--bogg-content-max),calc(100% - 48px))!important;
  margin:0 auto!important;
  transform:none!important;
}

/* Search: larger, more usable profile and editorial cards. */
body.bog-platform-shell .bogf-search-layout{
  grid-template-columns:minmax(0,1fr) minmax(250px,280px)!important;
  gap:32px!important;
}
body.bog-platform-shell .bogf-search-profile-row{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(238px,1fr))!important;
  align-items:stretch!important;
  gap:18px!important;
  overflow:visible!important;
}
body.bog-platform-shell .bogf-search-profile-row .bogf-card{
  min-width:0!important;
  min-height:390px!important;
}
body.bog-platform-shell .bogf-search-profile-row .bogf-card__media{
  aspect-ratio:16/10!important;
  min-height:158px!important;
}
body.bog-platform-shell .bogf-search-profile-row .bogf-card__body{padding:18px 18px 19px!important}
body.bog-platform-shell .bogf-search-profile-row .bogf-card h3{
  margin:7px 0 8px!important;
  font:600 21px/1.18 var(--bogf-font-display)!important;
  letter-spacing:-.025em!important;
}
body.bog-platform-shell .bogf-search-profile-row .bogf-card p{
  font-size:14px!important;
  line-height:1.58!important;
}
body.bog-platform-shell .bogf-search-guide-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
}
body.bog-platform-shell .bogf-search-guide-grid .bogf-card{
  display:block!important;
  min-height:0!important;
}
body.bog-platform-shell .bogf-search-guide-grid .bogf-card__link{display:block!important}
body.bog-platform-shell .bogf-search-guide-grid .bogf-card__media{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:16/9!important;
  border:0!important;
  border-bottom:1px solid var(--bogf-line)!important;
}
body.bog-platform-shell .bogf-search-guide-grid .bogf-card__body{padding:17px!important}
body.bog-platform-shell .bogf-search-guide-grid .bogf-card h3{
  font:600 20px/1.2 var(--bogf-font-display)!important;
  letter-spacing:-.02em!important;
}
body.bog-platform-shell .bogf-search-guide-grid .bogf-card p{font-size:13px!important;line-height:1.55!important}
body.bog-platform-shell .bogf-search-guide-grid .bogf-card__actions{display:flex!important}
body.bog-platform-shell .bogf-filter-toggle{display:none!important}

/* Drop-a-Link: complete current-system presentation rather than legacy raw form markup. */
body.bog-platform-shell .bog-feature-page--drop{
  width:min(1120px,100%)!important;
  margin:0 auto!important;
  padding:10px 0 4px!important;
}
body.bog-platform-shell .bog-feature-page--drop .bog-feature-hero{
  display:block!important;
  width:100%!important;
  margin:0 0 28px!important;
  padding:24px 0 28px!important;
  background:transparent!important;
  border:0!important;
  border-bottom:1px solid var(--bogf-line)!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body.bog-platform-shell .bog-feature-page--drop .bog-feature-hero>div{max-width:900px!important}
body.bog-platform-shell .bog-feature-page--drop .bog-feature-hero h1{
  margin:0 0 15px!important;
  font:600 clamp(50px,5vw,74px)/1.01 var(--bogf-font-display)!important;
  letter-spacing:-.045em!important;
}
body.bog-platform-shell .bog-feature-page--drop .bog-feature-hero p:last-child{
  max-width:800px!important;
  margin:0!important;
  color:var(--bogf-slate)!important;
  font-size:18px!important;
  line-height:1.65!important;
}
body.bog-platform-shell .bog-drop-link--v5{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
body.bog-platform-shell .bog-flow-steps{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  width:100%!important;
  margin:0 0 18px!important;
  padding:0!important;
  list-style:none!important;
  background:#fff!important;
  border:1px solid var(--bogf-line)!important;
  border-radius:var(--bogf-radius-sm)!important;
  overflow:hidden!important;
}
body.bog-platform-shell .bog-flow-steps li{
  display:flex!important;
  align-items:center!important;
  min-height:62px!important;
  margin:0!important;
  padding:0 24px!important;
  gap:12px!important;
  color:#525a67!important;
  background:#fff!important;
  border:0!important;
  border-right:1px solid var(--bogf-line)!important;
  border-radius:0!important;
  list-style:none!important;
}
body.bog-platform-shell .bog-flow-steps li:last-child{border-right:0!important}
body.bog-platform-shell .bog-flow-steps li::marker{content:""}
body.bog-platform-shell .bog-flow-steps li>span{
  display:grid!important;
  place-items:center!important;
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  margin:0!important;
  border-radius:50%!important;
  background:#f0f2f5!important;
  color:#657080!important;
  font-weight:800!important;
}
body.bog-platform-shell .bog-flow-steps li>strong{
  margin:0!important;
  font:700 16px/1.2 var(--bogf-font-ui)!important;
}
body.bog-platform-shell .bog-flow-steps li.is-active{
  color:var(--bogf-ink)!important;
  background:#fffdf7!important;
  box-shadow:inset 0 3px 0 var(--bogf-gold)!important;
}
body.bog-platform-shell .bog-flow-steps li.is-active>span{background:var(--bogf-gold)!important;color:#111!important}
body.bog-platform-shell .bog-flow-panel{
  position:relative!important;
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr)!important;
  gap:28px!important;
  width:100%!important;
  margin:0!important;
  padding:36px 38px!important;
  background:#fff!important;
  border:1px solid var(--bogf-line)!important;
  border-radius:var(--bogf-radius-md)!important;
  box-shadow:none!important;
}
body.bog-platform-shell .bog-flow-panel__number{
  display:grid!important;
  place-items:center!important;
  width:56px!important;
  height:56px!important;
  margin:0!important;
  color:#7d5d00!important;
  background:var(--bogf-soft-gold)!important;
  border-radius:var(--bogf-radius-sm)!important;
  font-weight:850!important;
  font-size:16px!important;
}
body.bog-platform-shell .bog-flow-panel__content{min-width:0!important}
body.bog-platform-shell .bog-flow-panel h2{
  margin:0 0 8px!important;
  font:600 clamp(32px,3.2vw,48px)/1.08 var(--bogf-font-display)!important;
  letter-spacing:-.035em!important;
}
body.bog-platform-shell .bog-flow-panel__content>p:not(.bog-eyebrow){
  max-width:800px!important;
  margin:0 0 20px!important;
  color:var(--bogf-slate)!important;
  font-size:16px!important;
  line-height:1.62!important;
}
body.bog-platform-shell .bog-link-input{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:stretch!important;
  width:100%!important;
  min-height:58px!important;
  margin:0 0 9px!important;
  padding:5px!important;
  gap:6px!important;
  background:#fff!important;
  border:1px solid var(--bogf-line-strong)!important;
  border-radius:var(--bogf-radius-sm)!important;
  box-shadow:0 8px 24px rgba(15,17,21,.035)!important;
}
body.bog-platform-shell .bog-link-input input{
  width:100%!important;
  min-width:0!important;
  height:48px!important;
  margin:0!important;
  padding:0 14px!important;
  background:#fff!important;
  border:0!important;
  border-radius:4px!important;
  outline:0!important;
  box-shadow:none!important;
  font-size:17px!important;
}
body.bog-platform-shell .bog-link-input .bog-button{
  min-width:145px!important;
  height:48px!important;
  margin:0!important;
  border-radius:6px!important;
}
body.bog-platform-shell .bog-flow-panel small{
  display:block!important;
  color:var(--bogf-muted)!important;
  font-size:13px!important;
  line-height:1.5!important;
}
body.bog-platform-shell .bog-flow-panel--tell label{
  display:grid!important;
  gap:7px!important;
  margin-top:18px!important;
}
body.bog-platform-shell .bog-flow-panel--tell label>span{font-size:13px!important;font-weight:750!important}
body.bog-platform-shell .bog-flow-panel--tell input,
body.bog-platform-shell .bog-flow-panel--tell select,
body.bog-platform-shell .bog-flow-panel--tell textarea{
  width:100%!important;
  border:1px solid var(--bogf-line-strong)!important;
  border-radius:var(--bogf-radius-xs)!important;
  background:#fff!important;
  box-shadow:none!important;
  padding:12px 13px!important;
}

/* Preserve clear visual hierarchy when real guide imagery has varied crops. */
body.bog-platform-shell .bogf-card__media img,
body.bog-platform-shell .bog9f-profile-card__media img,
body.bog-platform-shell .bog9f-mini-cards img{
  object-position:center!important;
}
body.bog-platform-shell .bogf-card--editorial .bogf-card__media img{object-fit:cover!important}

/* Tablet: do not squeeze desktop navigation, Search rails or profile rails. */
@media(max-width:1280px){
  body.bog-platform-shell .bog-platform-header__inner{
    grid-template-columns:150px minmax(0,1fr) max-content!important;
    width:calc(100% - 36px)!important;
    gap:16px!important;
  }
  body.bog-platform-shell .bog-platform-brand{width:150px!important;min-width:150px!important}
  body.bog-platform-shell .bog-platform-brand__image{width:142px!important;max-width:142px!important}
  body.bog-platform-shell .bog-platform-header__search{display:none!important}
  body.bog-platform-shell .bog-platform-header__search-toggle{display:inline-flex!important}
  body.bog-platform-shell .bogf-search-layout{grid-template-columns:1fr!important}
  body.bog-platform-shell .bogf-search-rail{position:static!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
}
@media(max-width:1060px){
  :root{--bogg-header-height:68px}
  body.bog-platform-shell .bog-platform-header__inner{
    grid-template-columns:150px minmax(0,1fr) max-content!important;
    width:calc(100% - 32px)!important;
  }
  body.bog-platform-shell .bog-platform-nav{display:none!important}
  body.bog-platform-shell .bog-platform-menu-toggle{display:inline-flex!important}
  body.bog-platform-shell .bog-platform-header__actions{grid-column:3!important}
  body.bog-platform-shell .bogf-search-profile-row{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important}
  body.bog-platform-shell .bogf-search-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.bog-platform-shell .bog-flow-panel{padding:30px!important}
}
@media(max-width:782px){body.admin-bar{--bogg-adminbar-offset:46px}}
@media(max-width:760px){
  :root{--bogg-header-height:62px}
  body.bog-platform-shell .bog-platform-header__inner{
    grid-template-columns:42px minmax(0,1fr) max-content!important;
    width:calc(100% - 24px)!important;
    gap:8px!important;
  }
  body.bog-platform-shell .bog-platform-brand{
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
  }
  body.bog-platform-shell .bog-platform-brand__image{display:none!important}
  body.bog-platform-shell .bog-platform-brand__crown{
    display:block!important;
    width:38px!important;
    max-width:38px!important;
    height:38px!important;
    max-height:38px!important;
    object-fit:contain!important;
  }
  body.bog-platform-shell .bog-platform-header__share{
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    padding:0!important;
  }
  body.bog-platform-shell .bog-platform-header__share span{display:none!important}
  body.bog-platform-shell .bog-account-button{display:none!important}
  body.bog-platform-shell .bog-platform-header__actions{gap:0!important}
  body.bog-platform-shell .bog-platform-main{width:calc(100% - 24px)!important}
  body.bog-platform-shell .bogf-search-rail{display:block!important}
  body.bog-platform-shell .bogf-search-profile-row{
    display:grid!important;
    grid-template-columns:1fr!important;
    overflow:visible!important;
  }
  body.bog-platform-shell .bogf-search-profile-row .bogf-card{min-height:0!important}
  body.bog-platform-shell .bogf-search-profile-row .bogf-card__link{
    display:grid!important;
    grid-template-columns:42% minmax(0,1fr)!important;
  }
  body.bog-platform-shell .bogf-search-profile-row .bogf-card__media{
    height:100%!important;
    min-height:190px!important;
    aspect-ratio:auto!important;
    border-right:1px solid var(--bogf-line)!important;
    border-bottom:0!important;
  }
  body.bog-platform-shell .bogf-search-guide-grid{grid-template-columns:1fr!important}
  body.bog-platform-shell .bogf-search-guide-grid .bogf-card__link{
    display:grid!important;
    grid-template-columns:38% minmax(0,1fr)!important;
  }
  body.bog-platform-shell .bogf-search-guide-grid .bogf-card__media{
    height:100%!important;
    min-height:170px!important;
    aspect-ratio:auto!important;
    border-right:1px solid var(--bogf-line)!important;
    border-bottom:0!important;
  }
  body.bog-platform-shell .bogf-filter-toggle{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:46px!important;
    margin:0 0 10px!important;
    border:1px solid var(--bogf-line-strong)!important;
    border-radius:var(--bogf-radius-sm)!important;
    background:#fff!important;
    font-weight:750!important;
  }
  body.bog-platform-shell .bogf-filterbar[data-collapsible="true"]{display:none!important}
  body.bog-platform-shell .bogf-filterbar[data-collapsible="true"].is-open{display:grid!important}
  body.bog-platform-shell .bog-feature-page--drop .bog-feature-hero{padding:8px 0 22px!important;margin-bottom:18px!important}
  body.bog-platform-shell .bog-feature-page--drop .bog-feature-hero h1{font-size:48px!important}
  body.bog-platform-shell .bog-feature-page--drop .bog-feature-hero p:last-child{font-size:16px!important}
  body.bog-platform-shell .bog-flow-steps{grid-template-columns:1fr!important}
  body.bog-platform-shell .bog-flow-steps li{min-height:54px!important;padding:0 16px!important;border-right:0!important;border-bottom:1px solid var(--bogf-line)!important}
  body.bog-platform-shell .bog-flow-steps li:last-child{border-bottom:0!important}
  body.bog-platform-shell .bog-flow-panel{grid-template-columns:1fr!important;gap:16px!important;padding:22px 18px!important}
  body.bog-platform-shell .bog-flow-panel__number{width:46px!important;height:46px!important}
  body.bog-platform-shell .bog-flow-panel h2{font-size:34px!important}
  body.bog-platform-shell .bog-link-input{grid-template-columns:1fr!important;padding:5px!important}
  body.bog-platform-shell .bog-link-input .bog-button{width:100%!important;min-width:0!important}
}
@media(max-width:520px){
  body.bog-platform-shell .bog-platform-header__search-toggle{display:inline-flex!important}
  body.bog-platform-shell .bogf-search-profile-row .bogf-card__link,
  body.bog-platform-shell .bogf-search-guide-grid .bogf-card__link{grid-template-columns:1fr!important}
  body.bog-platform-shell .bogf-search-profile-row .bogf-card__media,
  body.bog-platform-shell .bogf-search-guide-grid .bogf-card__media{
    min-height:0!important;
    aspect-ratio:16/9!important;
    border-right:0!important;
    border-bottom:1px solid var(--bogf-line)!important;
  }
  body.bog-platform-shell .bog-feature-page--drop .bog-feature-hero h1{font-size:42px!important}
  body.bog-platform-shell .bog-flow-panel h2{font-size:30px!important}
}

/* Build 009G final runtime-scale refinements. */
body.bog-platform-shell .bog-account-indicator,
body.bog-platform-shell .bog-account-button__status{
  position:absolute!important;
  right:7px!important;
  bottom:7px!important;
  width:7px!important;
  height:7px!important;
  border:1.5px solid #fff!important;
  border-radius:50%!important;
  background:var(--bogf-green)!important;
}
body.bog-platform-shell .bogf-search-profile-row.is-count-1{
  grid-template-columns:minmax(300px,520px)!important;
}
body.bog-platform-shell .bogf-search-profile-row.is-count-2{
  grid-template-columns:repeat(2,minmax(280px,1fr))!important;
}
body.bog-platform-shell .bogf-search-profile-row.is-count-3{
  grid-template-columns:repeat(3,minmax(240px,1fr))!important;
}
body.bog-platform-shell .bogf-search-profile-row.is-count-4{
  grid-template-columns:repeat(2,minmax(280px,1fr))!important;
}
body.bog-platform-shell .bogf-search-profile-row.is-count-5,
body.bog-platform-shell .bogf-search-profile-row.is-count-6{
  grid-template-columns:repeat(3,minmax(250px,1fr))!important;
}
body.bog-platform-shell .bogf-search-profile-row .bogf-card__media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
body.bog-platform-shell .bogf-search-profile-row .bogf-card[data-image-mode="contain"] .bogf-card__media img,
body.bog-platform-shell .bogf-search-profile-row .is-logo .bogf-card__media img{
  object-fit:contain!important;
  padding:26px!important;
  background:#fff!important;
}

/* Keep content readable when the WordPress toolbar narrows a review capture. */
@media(max-width:1180px){
  body.bog-platform-shell .bogf-search-profile-row.is-count-4,
  body.bog-platform-shell .bogf-search-profile-row.is-count-5,
  body.bog-platform-shell .bogf-search-profile-row.is-count-6{
    grid-template-columns:repeat(2,minmax(280px,1fr))!important;
  }
  body.bog-platform-shell .bogf-search-profile-row.is-count-3{
    grid-template-columns:repeat(2,minmax(280px,1fr))!important;
  }
}
@media(max-width:760px){
  body.bog-platform-shell .bogf-search-profile-row.is-count-1,
  body.bog-platform-shell .bogf-search-profile-row.is-count-2,
  body.bog-platform-shell .bogf-search-profile-row.is-count-3,
  body.bog-platform-shell .bogf-search-profile-row.is-count-4,
  body.bog-platform-shell .bogf-search-profile-row.is-count-5,
  body.bog-platform-shell .bogf-search-profile-row.is-count-6{
    grid-template-columns:1fr!important;
  }
}

/* Explicit Drop-a-Link ownership marker used by runtime acceptance. */
body.bog-platform-shell .bog-drop-link--v5 .bog-flow-panel{
  width:100%!important;
  max-width:none!important;
}

/* Build 009G mobile overflow guard for profile tabs. */
@media (max-width: 760px) {
  .bog-v9b-tabs,
  .bog-profile-tabs,
  .bog9c-tabs {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .bog-v9b-tabs::-webkit-scrollbar,
  .bog-profile-tabs::-webkit-scrollbar,
  .bog9c-tabs::-webkit-scrollbar { display: none; }
  .bog-v9b-tabs > *,
  .bog-profile-tabs > *,
  .bog9c-tabs > * { flex: 0 0 auto !important; }
}

/* Build 009H accessibility and optical-scale contracts. */
.bog9h-home :where(a,button,input,select){min-height:44px}
.bog9h-home :where(.bog9f-overline,.bog9f-section__head p,.bog9h-module-head>div>p){min-height:0}
.bog9h-home :where(.bog9f-section__head>a,.bog9h-module-head>a,.bog9f-community-empty a,.bog9f-promo-row a){display:inline-flex;align-items:center;min-height:44px}
.bog9h-home :where(.bog9f-section__head>a,.bog9h-module-head>a){justify-content:flex-end}
@media(max-width:640px){.bogf-profile.is-place .bogf-profile-hero__media{order:-1;min-height:260px}.bogf-profile.is-identity-led .bogf-profile-hero__media{min-height:230px}.bogf-profile.is-identity-led .bogf-profile-hero__media.is-logo img{width:58%;height:58%}}
@media(min-resolution:1dppx){body.bog-platform-shell{font-size:16px}}

/* ========================================================================
 * Build 009K — Dubai Edition & Participation Funnel
 * One coherent consumer-scale composition layer. The locked Version 9
 * palette, typography roles, Crown-Star and integrity rules remain intact.
 * ====================================================================== */
:root{
  --bogf-max:1320px;
  --bogg-content-max:1320px;
  --bogi-section-space:92px;
  --bogi-card-radius:12px;
  --bogi-soft-shadow:0 14px 42px rgba(15,17,21,.055);
}
body.bog-platform-shell{
  color:var(--bogf-ink)!important;
  background:#fff!important;
  font-size:16px!important;
  line-height:1.55!important;
  overflow-x:clip!important;
}
body.bog-platform-shell .bog-platform-main{
  padding-top:34px!important;
  padding-bottom:104px!important;
}
body.bog-platform-shell :where(a,button,input,select,textarea,summary){
  -webkit-tap-highlight-color:transparent;
}
body.bog-platform-shell :where(a,button,input,select,textarea,summary):focus-visible{
  outline:3px solid rgba(45,108,223,.28)!important;
  outline-offset:3px!important;
}
body.bog-platform-shell :where(.bogf-button,.bog-button,.bog-icon-button,.bogf-icon-action){
  min-height:44px;
}
body.bog-platform-shell :where(.bogf-eyebrow,.bog9f-overline,.bog9f-section__head p,.bog9h-module-head>div>p){
  color:var(--bogf-gold-deep)!important;
  font:800 10px/1.2 var(--bogf-font-ui)!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
}
body.bog-platform-shell :where(.bogf-muted){color:var(--bogf-muted)!important}
body.bog-platform-shell :where(.is-green){color:var(--bogf-green)!important}
body.bog-platform-shell :where(.is-purple){color:var(--bogf-purple)!important}
body.bog-platform-shell :where(.is-blue){color:var(--bogf-blue)!important}
body.bog-platform-shell :where(.is-gold){color:var(--bogf-gold-deep)!important}

/* Shared section rhythm */
body.bog-platform-shell :where(.bogi-community,.bogi-today,.bogi-my-best){
  width:100%;
  max-width:var(--bogf-max);
  margin:0 auto;
}
body.bog-platform-shell .bogi-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:22px;
}
body.bog-platform-shell .bogi-section-head h2{
  margin:4px 0 0;
  font:600 clamp(34px,3vw,46px)/1.06 var(--bogf-font-display);
  letter-spacing:-.035em;
}
body.bog-platform-shell .bogi-section-head>a{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  color:var(--bogf-gold-deep);
  font-weight:780;
  text-decoration:none;
  white-space:nowrap;
}

/* Homepage — substantial modules rather than miniature dashboard tiles. */
body.bog-platform-shell .bog9j-home{
  max-width:var(--bogf-max)!important;
}
body.bog-platform-shell .bog9j-home .bog9f-hero{
  grid-template-columns:minmax(0,1.05fr) minmax(380px,.72fr)!important;
  gap:68px!important;
  min-height:610px!important;
  padding:54px 0 66px!important;
  overflow:visible!important;
}
body.bog-platform-shell .bog9j-home .bog9f-hero__copy{
  max-width:760px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-hero h1{
  max-width:760px!important;
  margin-bottom:24px!important;
  font-size:clamp(64px,5.6vw,88px)!important;
  line-height:.96!important;
}
body.bog-platform-shell .bog9j-home .bog9f-intro{
  max-width:650px!important;
  margin-bottom:27px!important;
  font-size:19px!important;
  line-height:1.62!important;
}
body.bog-platform-shell .bog9j-home .bog9f-searchbox{
  width:min(100%,650px)!important;
  min-height:62px!important;
  border-color:#caaa45!important;
  box-shadow:0 12px 34px rgba(15,17,21,.055)!important;
}
body.bog-platform-shell .bog9j-home .bog9f-searchbox input{
  font-size:16px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-searchbox button{
  width:52px!important;
  height:50px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-hero__actions{
  gap:12px!important;
  margin-top:14px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-hero__actions>a{
  min-width:268px!important;
  min-height:72px!important;
  padding:13px 16px!important;
  transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}
body.bog-platform-shell .bog9j-home .bog9f-hero__actions>a:hover{
  border-color:#cdb968!important;
  transform:translateY(-2px);
  box-shadow:var(--bogi-soft-shadow);
}
body.bog-platform-shell .bog9j-home .bog9f-hero__actions strong{font-size:15px!important}
body.bog-platform-shell .bog9j-home .bog9f-hero__actions small{font-size:12px!important}
body.bog-platform-shell .bog9i-hero-spotlight{
  align-self:center;
  display:grid;
  grid-template-rows:minmax(280px,1.15fr) auto;
  min-width:0;
  min-height:500px;
  color:inherit;
  background:#fff;
  border:1px solid var(--bogf-line);
  border-radius:var(--bogi-card-radius);
  overflow:hidden;
  box-shadow:var(--bogi-soft-shadow);
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease;
}
body.bog-platform-shell .bog9i-hero-spotlight:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 50px rgba(15,17,21,.085);
}
body.bog-platform-shell .bog9i-hero-spotlight__media{
  position:relative;
  min-height:0;
  overflow:hidden;
  background:var(--bogf-ivory);
}
body.bog-platform-shell .bog9i-hero-spotlight__media img{
  width:100%;height:100%;object-fit:cover;display:block;
}
body.bog-platform-shell .bog9i-hero-spotlight__media>span{
  display:grid;place-items:center;width:100%;height:100%;font-size:62px;color:var(--bogf-gold);
}
body.bog-platform-shell .bog9i-hero-spotlight__media small{
  position:absolute;left:18px;top:18px;padding:7px 9px;color:#111;background:rgba(255,255,255,.94);border:1px solid var(--bogf-line);border-radius:4px;font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase;
}
body.bog-platform-shell .bog9i-hero-spotlight__copy{padding:25px 26px 27px}
body.bog-platform-shell .bog9i-hero-spotlight__copy p{margin:0 0 7px;color:var(--bogf-gold-deep);font-size:10px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
body.bog-platform-shell .bog9i-hero-spotlight__copy h2{margin:0 0 9px;font:600 34px/1.03 var(--bogf-font-display);letter-spacing:-.035em}
body.bog-platform-shell .bog9i-hero-spotlight__copy span{display:block;color:var(--bogf-slate);font-size:14px;line-height:1.55}
body.bog-platform-shell .bog9i-hero-spotlight__copy strong{display:inline-flex;align-items:center;min-height:44px;margin-top:13px;color:var(--bogf-gold-deep);font-size:13px}
body.bog-platform-shell .bog9j-home .bog9f-trust-strip{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  margin-top:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
}
body.bog-platform-shell .bog9j-home .bog9f-trust-strip>div{
  min-height:92px!important;
  padding:22px 24px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-trust-strip strong{font-size:13px!important}
body.bog-platform-shell .bog9j-home .bog9f-trust-strip small{font-size:11px!important;line-height:1.45!important}
body.bog-platform-shell .bog9j-home .bog9f-section{
  margin-top:var(--bogi-section-space)!important;
}
body.bog-platform-shell .bog9j-home .bog9f-section__head{
  margin-bottom:24px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-section__head h2{
  font-size:clamp(38px,3.5vw,52px)!important;
  letter-spacing:-.04em!important;
}
body.bog-platform-shell .bog9j-home .bog9f-section__head>a{
  font-size:13px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-profile-row{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-profile-card{
  min-height:492px!important;
  border-radius:var(--bogi-card-radius)!important;
  box-shadow:none!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
body.bog-platform-shell .bog9j-home .bog9f-profile-card:hover{
  transform:translateY(-3px);
  border-color:#d5c99f!important;
  box-shadow:var(--bogi-soft-shadow)!important;
}
body.bog-platform-shell .bog9j-home .bog9f-profile-card__media{
  min-height:245px!important;
  aspect-ratio:16/10!important;
}
body.bog-platform-shell .bog9j-home .bog9f-profile-card.is-logo .bog9f-profile-card__media{
  display:grid!important;
  place-items:center!important;
  background:#fbfdfd!important;
}
body.bog-platform-shell .bog9j-home .bog9f-profile-card.is-logo .bog9f-profile-card__media img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  padding:0!important;
  object-fit:cover!important;
}
body.bog-platform-shell .bog9j-home .bog9f-profile-card__body{
  padding:24px 24px 25px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-profile-card__body h3{
  margin:8px 0 11px!important;
  font-size:29px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-profile-card__body p{
  min-height:67px!important;
  margin-bottom:18px!important;
  font-size:15px!important;
  line-height:1.55!important;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
}
body.bog-platform-shell .bog9j-home .bog9f-profile-card__body>div{
  min-height:54px!important;
  padding-top:14px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-profile-card__body>div span{
  font-size:12px!important;
  line-height:1.45!important;
}
body.bog-platform-shell .bog9j-home .bog9f-question-row{
  gap:16px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-question-row>a{
  min-height:140px!important;
  padding:24px!important;
  border-radius:var(--bogi-card-radius)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
body.bog-platform-shell .bog9j-home .bog9f-question-row>a:hover{
  transform:translateY(-2px);border-color:#d5c99f!important;box-shadow:var(--bogi-soft-shadow);
}
body.bog-platform-shell .bog9j-home .bog9f-question-row strong{
  font-size:17px!important;line-height:1.42!important;
}
body.bog-platform-shell .bog9j-home .bog9h-discovery-grid{
  grid-template-columns:minmax(0,1.35fr) minmax(390px,.72fr)!important;
  gap:22px!important;
  margin-top:var(--bogi-section-space)!important;
}
body.bog-platform-shell .bog9j-home :where(.bog9h-today-module,.bog9h-side-module){
  border-radius:var(--bogi-card-radius)!important;
}
body.bog-platform-shell .bog9j-home .bog9h-module-head{
  padding:28px 28px 24px!important;
}
body.bog-platform-shell .bog9j-home .bog9h-module-head h2{
  font-size:32px!important;
}
body.bog-platform-shell .bog9j-home .bog9h-today-lead{
  grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr)!important;
}
body.bog-platform-shell .bog9j-home .bog9h-today-lead__media{
  min-height:390px!important;
}
body.bog-platform-shell .bog9j-home .bog9h-today-lead__body{
  padding:32px 30px!important;
}
body.bog-platform-shell .bog9j-home .bog9h-today-lead__body h3{
  font-size:37px!important;
}
body.bog-platform-shell .bog9j-home .bog9h-today-lead__body p{
  font-size:15px!important;line-height:1.6!important;
}
body.bog-platform-shell .bog9j-home .bog9h-side-module .bog9h-module-head h2{font-size:25px!important}
body.bog-platform-shell .bog9j-home .bog9h-discovery-list>a{min-height:112px!important}
body.bog-platform-shell .bog9j-home .bog9h-discovery-list img{width:128px!important}
body.bog-platform-shell .bog9j-home .bog9f-category-bar{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:12px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-category-bar>a{
  min-height:112px!important;
  border-radius:10px!important;
  padding:20px 14px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-category-bar strong{font-size:14px!important}
body.bog-platform-shell .bog9j-home .bog9f-enriched-row{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-enriched-row>a{
  min-height:114px!important;
  padding:14px!important;
  border-radius:10px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-enriched-row img{
  width:102px!important;height:82px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-promo-row{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
  margin-top:var(--bogi-section-space)!important;
  border:0!important;
  overflow:visible!important;
}
body.bog-platform-shell .bog9j-home .bog9f-promo-row>article{
  min-height:300px!important;
  padding:40px!important;
  border:1px solid var(--bogf-line)!important;
  border-radius:var(--bogi-card-radius)!important;
}
body.bog-platform-shell .bog9j-home .bog9f-promo-row h3{
  max-width:520px!important;
  font-size:40px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-promo-row p{
  max-width:440px!important;
  font-size:15px!important;
}

/* Search — large identities, limited visible copy and deliberate continuation. */
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-hero{
  grid-template-columns:minmax(0,1fr) minmax(440px,610px)!important;
  gap:64px!important;
  padding:42px 0 38px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-hero h1{
  font-size:clamp(56px,5.2vw,78px)!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-summary{
  margin:34px 0 24px!important;
  padding-bottom:18px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-summary h2{
  font-size:30px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-result-section{
  margin-bottom:66px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-result-section>header{
  margin-bottom:20px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-result-section>header h2{
  font-size:34px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-result-section>header p{
  max-width:650px!important;font-size:12px!important;line-height:1.5!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:18px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row>.bogf-card{
  grid-column:span 2;
  min-height:438px!important;
  border-radius:10px!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row.is-count-5>.bogf-card:nth-child(4){grid-column:2/span 2}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row.is-count-5>.bogf-card:nth-child(5){grid-column:4/span 2}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row.is-count-4>.bogf-card{grid-column:span 3}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row.is-count-2>.bogf-card{grid-column:span 3}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row.is-count-1>.bogf-card{grid-column:span 4}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row>.bogf-card:hover{
  transform:translateY(-3px);border-color:#d5c99f!important;box-shadow:var(--bogi-soft-shadow);
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row .bogf-card__media{
  min-height:210px!important;aspect-ratio:16/10!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row .bogf-card__body{
  padding:22px 22px 23px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row .bogf-card h3{
  font-size:26px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row .bogf-card p{
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
  margin-bottom:12px!important;font-size:14px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-guide-grid{
  gap:20px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-guide-grid .bogf-card{
  border-radius:10px!important;overflow:hidden!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-guide-grid .bogf-card__body{padding:22px!important}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-guide-grid .bogf-card h3{font-size:25px!important}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-question-list{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-question-list .bogf-card{
  min-height:132px!important;border:1px solid var(--bogf-line)!important;border-radius:10px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-rail{gap:16px!important}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-rail>section{padding:22px!important;border-radius:10px!important}


body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-layout{
  grid-template-columns:minmax(0,1fr) 300px!important;
  gap:32px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-filterbar{
  margin-top:10px!important;
  padding:14px!important;
  border-radius:10px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-card__tags span:nth-child(n+3){display:none!important}

/* Decision Profiles — image or identity led, with fewer equally weighted boxes. */
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-breadcrumbs{margin-bottom:20px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero{
  grid-template-columns:minmax(350px,36%) minmax(0,1fr) 292px!important;
  min-height:450px!important;
  border-radius:12px!important;
  box-shadow:0 12px 36px rgba(15,17,21,.035)!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"].is-identity-led .bogf-profile-hero{
  grid-template-columns:330px minmax(0,1fr) 292px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero__media{
  min-height:450px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"].is-place .bogf-profile-hero__media img{object-fit:cover!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"].is-identity-led .bogf-profile-hero__media.is-logo{
  background:linear-gradient(145deg,#fff,var(--bogf-ivory))!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"].is-identity-led .bogf-profile-hero__media.is-logo img{
  width:76%!important;height:76%!important;max-width:250px!important;max-height:210px!important;object-fit:contain!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero__identity{padding:36px 38px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero__identity h1{
  font-size:clamp(52px,4.5vw,72px)!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero__identity>p:not(.bogf-eyebrow):not(.bogf-profile-tagline){
  font-size:15px!important;line-height:1.62!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-chips{gap:6px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-chips span{
  font-size:9px!important;padding:6px 8px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-action-row{margin:22px 0 24px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero__facts{gap:18px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero__facts strong{font-size:13px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-trust{padding:30px 26px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-trust h2{font-size:29px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-trust dl div{font-size:12px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-decision-foundation{
  margin-bottom:26px!important;border-radius:0 0 10px 10px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-decision-foundation>div{min-height:80px!important;padding:17px 18px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-ask{
  grid-template-columns:minmax(0,1fr) 300px!important;
  margin:26px 0!important;border-radius:12px!important;overflow:hidden!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-ask__main{padding:30px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-ask h2{font-size:36px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-suggestion-row button{padding:16px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-enrich{padding:28px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-layout{
  grid-template-columns:minmax(0,1fr) 300px!important;
  gap:24px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-main{
  display:block!important;
  border:1px solid var(--bogf-line)!important;
  border-radius:12px!important;
  background:#fff!important;
  overflow:hidden!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-main>.bogf-profile-section{
  margin:0!important;padding:34px!important;border:0!important;border-bottom:1px solid var(--bogf-line)!important;border-radius:0!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-main>.bogf-profile-section:last-child{border-bottom:0!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-main>.bogf-provenance-grid{
  margin:0!important;padding:34px!important;border-bottom:1px solid var(--bogf-line)!important;background:#fff!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-section>header{margin-bottom:20px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-section h2{font-size:34px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-snapshot-grid>div{padding:18px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-snapshot-grid strong{font-size:13px!important;line-height:1.55!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-fact-grid>div{padding:18px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-provenance-grid{gap:12px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-provenance-grid article{padding:22px!important;border-radius:8px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-provenance-grid h3{font-size:24px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-check-list{margin-bottom:10px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-check-list li{font-size:13px!important;line-height:1.55!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-empty{
  min-height:0!important;padding:18px!important;border-style:dashed!important;background:#fff!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-empty strong{font-size:14px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-empty p{font-size:12px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-rail{gap:14px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-rail>section{padding:24px!important;border-radius:10px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-rail h2,
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-rail h3{font-size:25px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-context-bar{display:none!important}


body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-suitability>div{gap:14px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-suitability article{min-height:190px!important;padding:22px!important;border-radius:8px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] :where(.bogf-experience,.bogf-questions) .bogf-empty{min-height:92px!important;padding:18px 20px!important;background:#fff!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-alternative-row{gap:10px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-alternative-row article{min-height:88px!important;padding:15px!important;border-radius:8px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-source-list{overflow:hidden!important;border:1px solid var(--bogf-line)!important;border-radius:8px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-source-list>a{min-height:62px!important;padding:13px 16px!important}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-rail{position:sticky!important;top:106px!important;align-self:start!important}

/* Community — canonical BEST OF product, never the native forum board. */
body.bog-platform-shell .bog-community-shell{padding-top:26px!important}
body.bog-platform-shell .bogi-community-hero{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(360px,.72fr);
  gap:54px;
  align-items:center;
  min-height:460px;
  padding:48px 0 60px;
  border-bottom:1px solid var(--bogf-line);
}
body.bog-platform-shell .bogi-community-hero__copy{max-width:760px}
body.bog-platform-shell .bogi-community-hero h1{
  max-width:760px;margin:8px 0 22px;font:600 clamp(58px,5.3vw,82px)/.98 var(--bogf-font-display);letter-spacing:-.05em;
}
body.bog-platform-shell .bogi-community-hero__copy>p:last-of-type{max-width:700px;color:var(--bogf-slate);font-size:18px;line-height:1.65}
body.bog-platform-shell .bogi-community-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
body.bog-platform-shell .bogi-community-hero__principles{
  display:grid;gap:0;border:1px solid var(--bogf-line);border-radius:12px;background:#fff;overflow:hidden;box-shadow:var(--bogi-soft-shadow);
}
body.bog-platform-shell .bogi-community-hero__principles>div{
  display:grid;grid-template-columns:42px 1fr;gap:12px;padding:22px;border-bottom:1px solid var(--bogf-line);
}
body.bog-platform-shell .bogi-community-hero__principles>div:last-child{border-bottom:0}
body.bog-platform-shell .bogi-community-hero__principles span{grid-row:1/3;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--bogf-ivory);font-size:17px}
body.bog-platform-shell .bogi-community-hero__principles strong{font-size:14px}
body.bog-platform-shell .bogi-community-hero__principles small{color:var(--bogf-muted);font-size:12px;line-height:1.5}
body.bog-platform-shell .bogi-community-actions{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:28px 0 78px;
}
body.bog-platform-shell .bogi-community-actions>a{
  display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:13px;min-height:92px;padding:20px;border:1px solid var(--bogf-line);border-radius:10px;color:inherit;text-decoration:none;background:#fff;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
body.bog-platform-shell .bogi-community-actions>a:hover{transform:translateY(-2px);border-color:#d5c99f;box-shadow:var(--bogi-soft-shadow)}
body.bog-platform-shell .bogi-community-actions>a>span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--bogf-ivory);font-size:18px}
body.bog-platform-shell .bogi-community-actions strong{font-size:15px}
body.bog-platform-shell .bogi-community-actions small{display:block;margin-top:2px;color:var(--bogf-muted);font-size:12px}
body.bog-platform-shell .bogi-community-feature{
  display:grid;grid-template-columns:minmax(0,1.38fr) minmax(320px,.62fr);gap:18px;align-items:stretch;margin-bottom:var(--bogi-section-space);
}
body.bog-platform-shell .bogi-community-lead{
  display:grid;grid-template-columns:70px 1fr;gap:22px;min-height:310px;padding:38px;border:1px solid #d7bc64;border-radius:12px;background:linear-gradient(145deg,#fffdf7,#fff);
}
body.bog-platform-shell .bogi-community-lead__icon{display:grid;place-items:center;width:66px;height:66px;border-radius:50%;background:var(--bogf-soft-gold);color:var(--bogf-gold-deep);font:600 30px/1 var(--bogf-font-display)}
body.bog-platform-shell .bogi-community-lead h2{max-width:760px;margin:7px 0 14px;font:600 clamp(35px,3.1vw,48px)/1.08 var(--bogf-font-display);letter-spacing:-.035em}
body.bog-platform-shell .bogi-community-lead__copy>p:not(.bogf-eyebrow){max-width:680px;color:var(--bogf-slate);font-size:15px;line-height:1.6}
body.bog-platform-shell .bogi-community-lead__footer{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:28px;padding-top:18px;border-top:1px solid rgba(170,122,0,.18)}
body.bog-platform-shell .bogi-community-lead__footer span{color:var(--bogf-muted);font-size:12px}
body.bog-platform-shell .bogi-community-lead__footer a{display:inline-flex;align-items:center;min-height:44px;color:var(--bogf-gold-deep);font-weight:780;text-decoration:none}
body.bog-platform-shell .bogi-community-participate{padding:32px;border:1px solid var(--bogf-line);border-radius:12px;background:#fff}
body.bog-platform-shell .bogi-community-participate h2{margin:6px 0 12px;font:600 32px/1.08 var(--bogf-font-display);letter-spacing:-.03em}
body.bog-platform-shell .bogi-community-participate>p:not(.bogf-eyebrow){color:var(--bogf-slate);font-size:14px;line-height:1.58}
body.bog-platform-shell .bogi-community-participate nav{display:grid;margin-top:20px;border-top:1px solid var(--bogf-line)}
body.bog-platform-shell .bogi-community-participate nav a{display:flex;justify-content:space-between;align-items:center;min-height:52px;border-bottom:1px solid var(--bogf-line);color:inherit;text-decoration:none;font-size:13px;font-weight:700}
body.bog-platform-shell .bogi-community-section{margin-top:var(--bogi-section-space)}
body.bog-platform-shell .bogi-question-list{display:grid;border:1px solid var(--bogf-line);border-radius:12px;overflow:hidden}
body.bog-platform-shell .bogi-question-list>a{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:16px;min-height:96px;padding:18px 22px;border-bottom:1px solid var(--bogf-line);color:inherit;text-decoration:none;background:#fff}
body.bog-platform-shell .bogi-question-list>a:last-child{border-bottom:0}
body.bog-platform-shell .bogi-question-list>a:hover{background:#fffdf7}
body.bog-platform-shell .bogi-question-list__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--bogf-soft-purple);color:var(--bogf-purple);font-weight:800}
body.bog-platform-shell .bogi-question-list strong{display:block;font-size:17px;line-height:1.42}
body.bog-platform-shell .bogi-question-list small{display:block;margin-top:4px;color:var(--bogf-muted);font-size:11px}
body.bog-platform-shell .bogi-community-stories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.bog-platform-shell .bogi-community-stories article{border:1px solid var(--bogf-line);border-radius:12px;background:#fff;overflow:hidden}
body.bog-platform-shell .bogi-community-story__media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:var(--bogf-ivory)}
body.bog-platform-shell .bogi-community-story__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
body.bog-platform-shell .bogi-community-stories article:hover img{transform:scale(1.025)}
body.bog-platform-shell .bogi-community-story__media>span{display:grid;place-items:center;width:100%;height:100%;font-size:44px;color:var(--bogf-gold)}
body.bog-platform-shell .bogi-community-story__media small{position:absolute;left:14px;top:14px;padding:6px 8px;border:1px solid var(--bogf-line);border-radius:4px;background:rgba(255,255,255,.94);color:#111;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
body.bog-platform-shell .bogi-community-stories article>div{padding:22px}
body.bog-platform-shell .bogi-community-stories h3{margin:0 0 10px;font:600 25px/1.12 var(--bogf-font-display);letter-spacing:-.025em}
body.bog-platform-shell .bogi-community-stories h3 a{color:inherit;text-decoration:none}
body.bog-platform-shell .bogi-community-stories p{color:var(--bogf-slate);font-size:13px;line-height:1.55}
body.bog-platform-shell .bogi-community-stories article>div>a{display:inline-flex;align-items:center;min-height:44px;color:var(--bogf-gold-deep);font-size:12px;font-weight:780;text-decoration:none}
body.bog-platform-shell .bogi-interest-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
body.bog-platform-shell .bogi-interest-row>a{display:grid;grid-template-columns:42px 1fr;column-gap:13px;min-height:116px;padding:20px;border:1px solid var(--bogf-line);border-radius:10px;color:inherit;text-decoration:none}
body.bog-platform-shell .bogi-interest-row>a>span{grid-row:1/3;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--bogf-ivory);color:var(--bogf-gold-deep)}
body.bog-platform-shell .bogi-interest-row strong{font-size:15px}
body.bog-platform-shell .bogi-interest-row small{margin-top:4px;color:var(--bogf-muted);font-size:11px;line-height:1.45}
body.bog-platform-shell .bogi-community-cta{display:flex;justify-content:space-between;align-items:center;gap:32px;margin-top:var(--bogi-section-space);padding:42px;border:1px solid var(--bogf-line);border-radius:12px;background:var(--bogf-ivory)}
body.bog-platform-shell .bogi-community-cta h2{margin:5px 0 8px;font:600 39px/1.08 var(--bogf-font-display);letter-spacing:-.035em}
body.bog-platform-shell .bogi-community-cta p:last-child{margin:0;color:var(--bogf-slate);font-size:14px}
body.bog-platform-shell .bogi-community-cta>div:last-child{display:flex;flex-wrap:wrap;gap:9px}

/* BEST OF Today — a finite editorial edition, not an endless raw post feed. */
body.bog-platform-shell .bogi-today-hero{
  display:grid;grid-template-columns:minmax(0,1.18fr) minmax(330px,.62fr);gap:64px;align-items:end;padding:48px 0 58px;border-bottom:1px solid var(--bogf-line);
}
body.bog-platform-shell .bogi-today-hero h1{max-width:820px;margin:7px 0 18px;font:600 clamp(58px,5.2vw,80px)/.98 var(--bogf-font-display);letter-spacing:-.05em}
body.bog-platform-shell .bogi-today-hero>div>p:last-child{max-width:720px;color:var(--bogf-slate);font-size:18px;line-height:1.62}
body.bog-platform-shell .bogi-today-hero aside{display:grid;gap:7px;padding:26px;border:1px solid var(--bogf-line);border-radius:10px;background:#fff}
body.bog-platform-shell .bogi-today-hero aside small{color:var(--bogf-gold-deep);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.11em}
body.bog-platform-shell .bogi-today-hero aside strong{font:600 27px/1.12 var(--bogf-font-display)}
body.bog-platform-shell .bogi-today-hero aside span{color:var(--bogf-muted);font-size:12px;line-height:1.5}
body.bog-platform-shell .bogi-today-lead{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);min-height:500px;margin:42px 0 22px;border:1px solid var(--bogf-line);border-radius:12px;background:#fff;overflow:hidden}
body.bog-platform-shell .bogi-today-lead__media{position:relative;display:block;min-height:500px;overflow:hidden;background:var(--bogf-ivory)}
body.bog-platform-shell .bogi-today-lead__media img{width:100%;height:100%;object-fit:cover;display:block}
body.bog-platform-shell .bogi-today-lead__media>span{display:grid;place-items:center;width:100%;height:100%;font-size:60px;color:var(--bogf-gold)}
body.bog-platform-shell .bogi-today-lead__media b,
body.bog-platform-shell .bogi-today-card__media b{position:absolute;left:16px;top:16px;display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--bogf-line);border-radius:50%;background:rgba(255,255,255,.94);font-size:11px}
body.bog-platform-shell .bogi-today-lead__copy{display:flex;flex-direction:column;justify-content:center;padding:42px}
body.bog-platform-shell .bogi-today-lead__copy h2{margin:7px 0 14px;font:600 clamp(38px,3.5vw,52px)/1.05 var(--bogf-font-display);letter-spacing:-.04em}
body.bog-platform-shell .bogi-today-lead__copy h2 a{color:inherit;text-decoration:none}
body.bog-platform-shell .bogi-today-lead__copy>p:not(.bogf-eyebrow){color:var(--bogf-slate);font-size:16px;line-height:1.65}
body.bog-platform-shell .bogi-today-lead__copy>div{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:20px;padding-top:18px;border-top:1px solid var(--bogf-line)}
body.bog-platform-shell .bogi-today-lead__copy>div span{color:var(--bogf-muted);font-size:12px}
body.bog-platform-shell .bogi-today-lead__copy>div a{display:inline-flex;align-items:center;min-height:44px;color:var(--bogf-gold-deep);font-size:13px;font-weight:780;text-decoration:none}
body.bog-platform-shell .bogi-today-supporting{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
body.bog-platform-shell .bogi-today-supporting article,
body.bog-platform-shell .bogi-today-grid article{border:1px solid var(--bogf-line);border-radius:12px;background:#fff;overflow:hidden}
body.bog-platform-shell .bogi-today-card__media{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:var(--bogf-ivory)}
body.bog-platform-shell .bogi-today-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
body.bog-platform-shell .bogi-today-supporting article:hover img,
body.bog-platform-shell .bogi-today-grid article:hover img{transform:scale(1.025)}
body.bog-platform-shell .bogi-today-card__media>span{display:grid;place-items:center;width:100%;height:100%;font-size:42px;color:var(--bogf-gold)}
body.bog-platform-shell .bogi-today-supporting article>div{padding:26px}
body.bog-platform-shell .bogi-today-supporting h3{margin:7px 0 11px;font:600 30px/1.1 var(--bogf-font-display);letter-spacing:-.03em}
body.bog-platform-shell .bogi-today-supporting h3 a,
body.bog-platform-shell .bogi-today-grid h3 a{color:inherit;text-decoration:none}
body.bog-platform-shell .bogi-today-supporting article>div>p:not(.bogf-eyebrow){color:var(--bogf-slate);font-size:14px;line-height:1.58}
body.bog-platform-shell .bogi-today-supporting article>div>a{display:inline-flex;align-items:center;min-height:44px;color:var(--bogf-gold-deep);font-size:12px;font-weight:780;text-decoration:none}
body.bog-platform-shell .bogi-today-section{margin-top:var(--bogi-section-space)}
body.bog-platform-shell .bogi-today-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.bog-platform-shell .bogi-today-grid article>div{padding:22px}
body.bog-platform-shell .bogi-today-grid h3{margin:7px 0 10px;font:600 24px/1.13 var(--bogf-font-display);letter-spacing:-.025em}
body.bog-platform-shell .bogi-today-grid article>div>p:not(.bogf-eyebrow){color:var(--bogf-slate);font-size:13px;line-height:1.55}
body.bog-platform-shell .bogi-today-grid article>div>div{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:15px;padding-top:13px;border-top:1px solid var(--bogf-line)}
body.bog-platform-shell .bogi-today-grid article>div>div span{color:var(--bogf-muted);font-size:10px}
body.bog-platform-shell .bogi-today-grid article>div>div a{display:inline-flex;align-items:center;min-height:44px;color:var(--bogf-gold-deep);font-size:11px;font-weight:780;text-decoration:none}
body.bog-platform-shell .bogi-today-method{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:var(--bogi-section-space);border:1px solid var(--bogf-line);border-radius:10px;overflow:hidden}
body.bog-platform-shell .bogi-today-method>div{display:grid;grid-template-columns:38px 1fr;column-gap:11px;min-height:88px;padding:18px;border-right:1px solid var(--bogf-line)}
body.bog-platform-shell .bogi-today-method>div:last-child{border-right:0}
body.bog-platform-shell .bogi-today-method span{grid-row:1/3;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--bogf-ivory)}
body.bog-platform-shell .bogi-today-method strong{font-size:13px}
body.bog-platform-shell .bogi-today-method small{color:var(--bogf-muted);font-size:11px}
body.bog-platform-shell .bogi-today-empty{display:grid;grid-template-columns:90px 1fr;gap:28px;margin:42px 0;padding:42px;border:1px dashed var(--bogf-line-strong);border-radius:12px;background:#fff}
body.bog-platform-shell .bogi-today-empty>span{display:grid;place-items:center;width:84px;height:84px;border-radius:50%;background:var(--bogf-soft-gold);color:var(--bogf-gold-deep);font-size:30px}
body.bog-platform-shell .bogi-today-empty h2{margin:7px 0 10px;font:600 36px/1.08 var(--bogf-font-display)}

/* My Best — a real personal product even before the first saved item. */
body.bog-platform-shell .bogi-my-best{max-width:1120px!important;padding-top:28px!important}
body.bog-platform-shell .bogi-my-best__header{max-width:820px;padding:22px 0 42px;border-bottom:1px solid var(--bogf-line)}
body.bog-platform-shell .bogi-my-best__header h1{margin:8px 0 15px;font:600 clamp(54px,5vw,76px)/1 var(--bogf-font-display);letter-spacing:-.05em}
body.bog-platform-shell .bogi-my-best__header>p:last-child{max-width:700px;color:var(--bogf-slate);font-size:18px;line-height:1.6}
body.bog-platform-shell .bogi-my-best-empty{display:grid;grid-template-columns:190px minmax(0,1fr);gap:40px;align-items:center;min-height:380px;margin:38px 0 18px;padding:46px;border:1px solid var(--bogf-line);border-radius:12px;background:linear-gradient(145deg,#fff,var(--bogf-ivory));overflow:hidden}
body.bog-platform-shell .bogi-my-best-empty__mark{display:grid;place-items:center;width:170px;height:170px;border:1px solid #d9c99a;border-radius:50%;color:#c4a13d;background:rgba(255,255,255,.75);font:300 94px/1 var(--bogf-font-display)}
body.bog-platform-shell .bogi-my-best-empty h2{max-width:650px;margin:7px 0 13px;font:600 clamp(36px,3.3vw,48px)/1.06 var(--bogf-font-display);letter-spacing:-.035em}
body.bog-platform-shell .bogi-my-best-empty>div:last-child>p:not(.bogf-eyebrow){max-width:650px;color:var(--bogf-slate);font-size:15px;line-height:1.62}
body.bog-platform-shell .bogi-my-best-empty__actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
body.bog-platform-shell .bogi-my-best-uses{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 64px}
body.bog-platform-shell .bogi-my-best-uses article{display:grid;grid-template-columns:44px 1fr;gap:13px;min-height:104px;padding:20px;border:1px solid var(--bogf-line);border-radius:10px;background:#fff}
body.bog-platform-shell .bogi-my-best-uses article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--bogf-ivory);color:var(--bogf-gold-deep);font-size:18px}
body.bog-platform-shell .bogi-my-best-uses strong{font-size:14px}
body.bog-platform-shell .bogi-my-best-uses small{display:block;margin-top:4px;color:var(--bogf-muted);font-size:11px;line-height:1.45}
body.bog-platform-shell .bog-my-best-list.has-items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:38px 0 64px}
body.bog-platform-shell .bog-saved-card{display:flex;flex-direction:column;min-height:260px;padding:24px;border:1px solid var(--bogf-line);border-radius:10px;background:#fff}
body.bog-platform-shell .bog-saved-card>span{color:var(--bogf-gold-deep);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
body.bog-platform-shell .bog-saved-card h2{margin:10px 0;font:600 27px/1.12 var(--bogf-font-display)}
body.bog-platform-shell .bog-saved-card p{color:var(--bogf-slate);font-size:13px;line-height:1.58}
body.bog-platform-shell .bog-saved-card>div{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:18px;border-top:1px solid var(--bogf-line)}
body.bog-platform-shell .bog-saved-card a{display:inline-flex;align-items:center;min-height:44px;color:var(--bogf-gold-deep);font-weight:780;text-decoration:none}
body.bog-platform-shell .bog-saved-card button{min-height:44px;border:0;background:transparent;color:var(--bogf-muted);font-weight:700}

/* Drop-a-Link — keep the accepted flow, finish its trust and state language. */

body.bog-platform-shell .bog-feature-page--drop[data-bog-build="009j"]{max-width:1120px;margin:0 auto}
body.bog-platform-shell .bog-feature-page--drop[data-bog-build="009j"] .bog-feature-hero{max-width:850px;padding:44px 0 32px}
body.bog-platform-shell .bog-feature-page--drop[data-bog-build="009j"] .bog-feature-hero h1{font-size:clamp(58px,5.8vw,84px);line-height:.98}
body.bog-platform-shell .bog-feature-page--drop[data-bog-build="009j"] .bog-drop-link--v5{margin-top:20px}
body.bog-platform-shell .bog-feature-page--drop[data-bog-build="009j"] .bog-flow-panel{border-radius:12px}

body.bog-platform-shell .bogi-drop-assurance{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:18px 0 20px;border:1px solid var(--bogf-line);border-radius:10px;overflow:hidden}
body.bog-platform-shell .bogi-drop-assurance>div{display:grid;grid-template-columns:38px 1fr;column-gap:11px;min-height:96px;padding:19px;border-right:1px solid var(--bogf-line);background:#fff}
body.bog-platform-shell .bogi-drop-assurance>div:last-child{border-right:0}
body.bog-platform-shell .bogi-drop-assurance span{grid-row:1/3;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--bogf-ivory);color:var(--bogf-gold-deep)}
body.bog-platform-shell .bogi-drop-assurance strong{font-size:13px}
body.bog-platform-shell .bogi-drop-assurance small{color:var(--bogf-muted);font-size:11px;line-height:1.45}
body.bog-platform-shell .bog-drop-link :where(input,textarea,select)[aria-invalid="true"]{border-color:var(--bogf-red)!important;background:var(--bogf-soft-red)!important}
body.bog-platform-shell .bog-drop-link [aria-busy="true"]{cursor:progress;opacity:.72}
body.bog-platform-shell .bog-drop-link__complete{padding:34px;border:1px solid var(--bogf-line);border-radius:12px;background:var(--bogf-soft-green)}

/* Canonical Question — clean product surface, never a native forum index. */
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"]{max-width:1320px!important;padding-top:20px!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-hero{grid-template-columns:minmax(0,1fr) 300px!important;border-radius:12px!important;overflow:hidden!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-hero__main{padding:40px!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-hero h1{font-size:clamp(48px,4.7vw,70px)!important;line-height:1.01!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-details{max-width:820px!important;font-size:17px!important;line-height:1.62!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-author{padding:30px!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-invite{margin:22px 0!important;padding:24px 26px!important;border-radius:10px!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-layout{grid-template-columns:minmax(0,1fr) 300px!important;gap:24px!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-answer-toolbar{min-height:62px!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-rail>section{padding:24px!important;border-radius:10px!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-dry-run{padding:34px!important;border-radius:10px!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-dry-run>p:nth-of-type(2){max-width:760px!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-meta{flex-wrap:wrap!important;row-gap:5px!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-actions{gap:9px!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-invite{display:grid!important;grid-template-columns:46px minmax(0,1fr) auto!important;gap:16px!important;align-items:center!important;border-color:#dfbd4b!important;background:linear-gradient(135deg,#fff,var(--bogf-ivory))!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-invite>span{display:grid!important;place-items:center!important;width:44px!important;height:44px!important;border-radius:50%!important;background:var(--bogf-soft-gold)!important;color:var(--bogf-gold-deep)!important;font-size:20px!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-invite strong{display:block!important;font-size:16px!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-invite p{margin:3px 0 0!important;color:var(--bogf-slate)!important;font-size:13px!important;line-height:1.5!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-conversation{min-width:0!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-answer-toolbar{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px!important;margin-bottom:14px!important;border-bottom:1px solid var(--bogf-line)!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-answer-toolbar nav{display:flex!important;gap:26px!important;min-width:0!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-answer-toolbar button{position:relative!important;min-height:52px!important;padding:0!important;border:0!important;background:transparent!important;color:var(--bogf-slate)!important;font:760 13px/1 var(--bogf-font-ui)!important;white-space:nowrap!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-answer-toolbar button.is-active{color:var(--bogf-ink)!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-answer-toolbar button.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--bogf-gold)}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-answer-toolbar>span{padding-bottom:17px;color:var(--bogf-muted);font-size:11px}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-rail{display:grid!important;gap:14px!important;align-content:start!important;position:sticky!important;top:104px!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-rail>section{border:1px solid var(--bogf-line)!important;background:#fff!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-rail h3{margin:0 0 17px!important;font:600 25px/1.08 var(--bogf-font-display)!important;letter-spacing:-.02em!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-rail>section>p{color:var(--bogf-slate)!important;font-size:12px!important;line-height:1.55!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-rail nav{display:grid!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-rail nav a{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:46px!important;border-top:1px solid var(--bogf-line)!important;color:var(--bogf-ink)!important;font-size:12px!important;text-decoration:none!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-trust-note{display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:11px!important;padding:11px 0!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-trust-note>span{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;border-radius:50%!important;background:var(--bogf-ivory)!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-trust-note strong{display:block!important;font-size:12px!important;line-height:1.4!important}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-trust-note p{margin:3px 0 0!important;color:var(--bogf-muted)!important;font-size:11px!important;line-height:1.45!important}

/* Canonical Question conversation — genuine wpForo data in BEST OF components. */
body.bog-platform-shell .bog-conversation-v4{display:grid!important;gap:14px!important;min-width:0!important}
body.bog-platform-shell .bog-conversation-v4__header{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px!important;padding:4px 1px 2px!important}
body.bog-platform-shell .bog-conversation-v4__header h2{margin:5px 0 0!important;font:600 34px/1.08 var(--bogf-font-display)!important;letter-spacing:-.025em!important}
body.bog-platform-shell .bog-conversation-v4__sort{color:var(--bogf-muted)!important;font-size:11px!important}
body.bog-platform-shell .bog-answer-list-v4{display:grid!important;gap:12px!important;min-width:0!important}
body.bog-platform-shell .bog-conversation-empty{display:grid!important;grid-template-columns:48px minmax(0,1fr) auto!important;gap:16px!important;align-items:center!important;min-height:142px!important;padding:24px!important;border:1px dashed var(--bogf-line-strong)!important;border-radius:10px!important;background:linear-gradient(135deg,#fff,var(--bogf-ivory))!important}
body.bog-platform-shell .bog-conversation-empty>span{display:grid!important;place-items:center!important;width:46px!important;height:46px!important;border-radius:50%!important;background:var(--bogf-soft-gold)!important;color:var(--bogf-gold-deep)!important}
body.bog-platform-shell .bog-conversation-empty strong{display:block!important;font-size:15px!important;line-height:1.4!important}
body.bog-platform-shell .bog-conversation-empty p{margin:4px 0 0!important;color:var(--bogf-muted)!important;font-size:12px!important;line-height:1.55!important}
body.bog-platform-shell .bog-answer-card-v4{position:relative!important;padding:23px 24px 19px!important;border:1px solid var(--bogf-line)!important;border-radius:10px!important;background:#fff!important;box-shadow:none!important}
body.bog-platform-shell .bog-answer-card-v4.is-most-helpful{border-color:#d8bd65!important;box-shadow:0 0 0 3px rgba(201,166,76,.09)!important}
body.bog-platform-shell .bog-answer-card-v4__identity{display:grid!important;grid-template-columns:44px minmax(0,1fr) auto auto!important;gap:11px!important;align-items:center!important;padding-bottom:15px!important;border-bottom:1px solid var(--bogf-line)!important}
body.bog-platform-shell .bog-avatar-v4{display:grid!important;place-items:center!important;width:44px!important;height:44px!important;overflow:hidden!important;border-radius:50%!important;background:var(--bogf-ivory)!important;color:var(--bogf-gold-deep)!important;font-size:14px!important;font-weight:850!important}
body.bog-platform-shell .bog-avatar-v4 img{width:100%!important;height:100%!important;object-fit:cover!important}
body.bog-platform-shell .bog-answer-card-v4__person strong{display:block!important;font-size:14px!important}
body.bog-platform-shell .bog-answer-card-v4__person>span{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:3px!important;color:var(--bogf-muted)!important;font-size:10px!important}
body.bog-platform-shell .bog-answer-card-v4__person b{color:var(--bogf-blue)!important}
body.bog-platform-shell .bog-most-helpful-badge{display:inline-flex!important;align-items:center!important;min-height:32px!important;padding:0 10px!important;border:1px solid #e2cf8c!important;border-radius:999px!important;background:var(--bogf-soft-gold)!important;color:var(--bogf-gold-deep)!important;font-size:9px!important;font-weight:850!important;letter-spacing:.04em!important;text-transform:uppercase!important}
body.bog-platform-shell .bog-answer-admin-menu{position:relative!important}
body.bog-platform-shell .bog-answer-admin-menu summary{display:grid!important;place-items:center!important;width:36px!important;height:36px!important;cursor:pointer!important;list-style:none!important;border-radius:50%!important}
body.bog-platform-shell .bog-answer-admin-menu summary::-webkit-details-marker{display:none}
body.bog-platform-shell .bog-answer-admin-menu>div{position:absolute!important;right:0!important;top:42px!important;z-index:4!important;display:grid!important;min-width:190px!important;padding:9px!important;border:1px solid var(--bogf-line)!important;border-radius:8px!important;background:#fff!important;box-shadow:var(--bogi-soft-shadow)!important}
body.bog-platform-shell .bog-answer-admin-menu a,body.bog-platform-shell .bog-answer-admin-menu span{padding:7px!important;color:var(--bogf-slate)!important;font-size:10px!important;text-decoration:none!important}
body.bog-platform-shell .bog-answer-card-v4__body{padding:18px 1px 8px!important;color:#30353d!important;font-size:15px!important;line-height:1.72!important}
body.bog-platform-shell .bog-answer-card-v4__body p{margin:0 0 1em!important}
body.bog-platform-shell .bog-answer-card-v4__body p:last-child{margin-bottom:0!important}
body.bog-platform-shell .bog-answer-actions-v4{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:5px!important;padding-top:12px!important;border-top:1px solid var(--bogf-line)!important}
body.bog-platform-shell .bog-answer-action-v4{display:inline-flex!important;align-items:center!important;gap:5px!important;min-height:40px!important;padding:0 10px!important;border:0!important;border-radius:6px!important;background:transparent!important;color:var(--bogf-slate)!important;font-size:11px!important;font-weight:750!important}
body.bog-platform-shell .bog-answer-action-v4:hover,body.bog-platform-shell .bog-answer-action-v4.is-active{background:var(--bogf-ivory)!important;color:var(--bogf-ink)!important}
body.bog-platform-shell .bog-answer-action-v4--best{margin-left:auto!important;color:var(--bogf-gold-deep)!important}
body.bog-platform-shell .bog-answer-actions-v4__status{min-width:1px!important;color:var(--bogf-muted)!important;font-size:10px!important}
body.bog-platform-shell .bog-answer-replies-v4{display:grid!important;gap:9px!important;margin:16px 0 0 54px!important;padding-left:14px!important;border-left:2px solid var(--bogf-line)!important}
body.bog-platform-shell .bog-answer-card-v4--reply{padding:17px 18px 14px!important;background:#fdfcf9!important}
body.bog-platform-shell .bog-answer-card-v4--reply .bog-answer-card-v4__identity{grid-template-columns:36px minmax(0,1fr)!important}
body.bog-platform-shell .bog-answer-card-v4--reply .bog-avatar-v4{width:36px!important;height:36px!important}
body.bog-platform-shell .bog-answer-card-v4--reply .bog-answer-card-v4__body{padding-top:14px!important;font-size:13px!important}
body.bog-platform-shell .bog-answer-composer-v4{margin-top:2px!important;padding:26px!important;border:1px solid var(--bogf-line)!important;border-radius:10px!important;background:#fff!important;box-shadow:var(--bogi-soft-shadow)!important}
body.bog-platform-shell .bog-answer-composer-v4[hidden]{display:none!important}
body.bog-platform-shell .bog-answer-composer-v4>header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:20px!important}
body.bog-platform-shell .bog-answer-composer-v4>header h2{margin:5px 0 5px!important;font:600 34px/1.08 var(--bogf-font-display)!important;letter-spacing:-.025em!important}
body.bog-platform-shell .bog-answer-composer-v4>header p:not(.bog-eyebrow){margin:0!important;color:var(--bogf-muted)!important;font-size:12px!important}
body.bog-platform-shell .bog-answer-composer-v4 form{margin-top:20px!important}
body.bog-platform-shell .bog-answer-composer-v4 textarea{width:100%!important;min-height:180px!important;padding:15px!important;resize:vertical!important;border:1px solid var(--bogf-line-strong)!important;border-radius:8px!important;background:#fff!important;color:var(--bogf-ink)!important;font:400 15px/1.6 var(--bogf-font-ui)!important;box-shadow:none!important}
body.bog-platform-shell .bog-answer-composer-v4 textarea:focus{border-color:#c7a338!important;box-shadow:0 0 0 3px rgba(201,166,76,.12)!important;outline:0!important}
body.bog-platform-shell .bog-reply-context-v4{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:16px 0 -5px!important;padding:10px 12px!important;border-radius:7px!important;background:var(--bogf-ivory)!important;color:var(--bogf-slate)!important;font-size:11px!important}
body.bog-platform-shell .bog-reply-context-v4[hidden]{display:none!important}
body.bog-platform-shell .bog-reply-context-v4 button{min-height:36px!important;border:0!important;background:transparent!important;color:var(--bogf-gold-deep)!important;font-weight:750!important}
body.bog-platform-shell .bog-answer-composer-v4__footer{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;gap:9px!important;align-items:center!important;margin-top:12px!important}
body.bog-platform-shell .bog-answer-composer-v4__message{grid-column:1/-1!important;color:var(--bogf-muted)!important;font-size:11px!important}
body.bog-platform-shell .bog-answer-composer-v4__message.is-error{color:var(--bogf-red)!important}
body.bog-platform-shell .bog-route-error{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding:22px!important;border:1px solid var(--bogf-line)!important;border-radius:10px!important;background:var(--bogf-ivory)!important}

/* Tablet and 200% zoom composition. */
@media(max-width:1180px){
  :root{--bogi-section-space:76px}
  body.bog-platform-shell .bog9j-home .bog9f-hero{grid-template-columns:minmax(0,1fr) minmax(340px,.68fr)!important;gap:40px!important}
  body.bog-platform-shell .bog9j-home .bog9f-hero h1{font-size:66px!important}
  body.bog-platform-shell .bog9j-home .bog9f-profile-card__media{min-height:210px!important}
  body.bog-platform-shell .bog9j-home .bog9h-discovery-grid{grid-template-columns:1fr!important}
  body.bog-platform-shell .bog9j-home .bog9h-discovery-stack{grid-template-columns:1fr 1fr!important}
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row>.bogf-card,
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row.is-count-5>.bogf-card:nth-child(4),
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row.is-count-5>.bogf-card:nth-child(5),
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row.is-count-4>.bogf-card,
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row.is-count-2>.bogf-card,
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row.is-count-1>.bogf-card{grid-column:auto!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero{grid-template-columns:minmax(320px,36%) minmax(0,1fr)!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"].is-identity-led .bogf-profile-hero{grid-template-columns:300px minmax(0,1fr)!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-trust{grid-column:1/-1!important;display:grid!important;grid-template-columns:minmax(230px,.62fr) minmax(0,1.38fr) auto!important;align-items:center!important;gap:24px!important;border-left:0!important;border-top:1px solid var(--bogf-line)!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-trust dl{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;margin:0!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-trust dl div{display:grid!important;padding:8px 13px!important;border-bottom:0!important;border-right:1px solid var(--bogf-line)!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-trust dl div:last-child{border-right:0!important}
  body.bog-platform-shell .bogi-community-hero{grid-template-columns:minmax(0,1fr) minmax(320px,.7fr);gap:36px}
  body.bog-platform-shell .bogi-community-feature{grid-template-columns:1fr}
  body.bog-platform-shell .bogi-community-participate{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:24px;align-items:start}
  body.bog-platform-shell .bogi-community-participate nav{margin-top:0}
  body.bog-platform-shell .bogi-today-lead{grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr)}
}
@media(max-width:960px){
  body.bog-platform-shell .bog9j-home .bog9f-hero{grid-template-columns:1fr!important;min-height:0!important;padding-top:38px!important}
  body.bog-platform-shell .bog9i-hero-spotlight{grid-template-columns:minmax(0,1.15fr) minmax(270px,.85fr);grid-template-rows:1fr;min-height:320px}
  body.bog-platform-shell .bog9i-hero-spotlight__copy{display:flex;flex-direction:column;justify-content:center}
  body.bog-platform-shell .bog9j-home .bog9f-profile-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.bog-platform-shell .bog9j-home .bog9f-profile-card:last-child{grid-column:1/-1;max-width:calc(50% - 10px);justify-self:center;width:100%}
  body.bog-platform-shell .bog9j-home .bog9f-category-bar{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.bog-platform-shell .bog9j-home .bog9f-promo-row{grid-template-columns:1fr!important}
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-hero{grid-template-columns:1fr!important;gap:24px!important}
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-layout{grid-template-columns:minmax(0,1fr)!important;gap:28px!important}
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-rail{position:static!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-question-list{grid-template-columns:1fr!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-ask{grid-template-columns:1fr!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-enrich{border-left:0!important;border-top:1px solid var(--bogf-line)!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-enrich>p,
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-enrich>h3{grid-column:1/-1!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-enrich>a,
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-enrich>button{border:1px solid var(--bogf-line)!important;border-radius:8px!important;padding:12px!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-layout{grid-template-columns:1fr!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-rail{position:static!important;top:auto!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.bog-platform-shell .bogi-community-hero{grid-template-columns:1fr;min-height:0;padding-top:38px}
  body.bog-platform-shell .bogi-community-hero__principles{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.bog-platform-shell .bogi-community-hero__principles>div{border-bottom:0;border-right:1px solid var(--bogf-line)}
  body.bog-platform-shell .bogi-community-hero__principles>div:last-child{border-right:0}
  body.bog-platform-shell .bogi-community-actions{grid-template-columns:1fr}
  body.bog-platform-shell .bogi-community-stories{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.bog-platform-shell .bogi-community-stories article:last-child{grid-column:1/-1;max-width:calc(50% - 9px);width:100%;justify-self:center}
  body.bog-platform-shell .bogi-interest-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.bog-platform-shell .bogi-today-hero{grid-template-columns:1fr;gap:28px;padding-top:38px}
  body.bog-platform-shell .bogi-today-lead{grid-template-columns:1fr}
  body.bog-platform-shell .bogi-today-lead__media{min-height:390px}
  body.bog-platform-shell .bogi-today-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.bog-platform-shell .bogi-today-method{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.bog-platform-shell .bogi-today-method>div:nth-child(2){border-right:0}
  body.bog-platform-shell .bogi-today-method>div:nth-child(-n+2){border-bottom:1px solid var(--bogf-line)}
}
@media(max-width:760px){
  :root{--bogi-section-space:58px}
  body.bog-platform-shell .bog-platform-main{padding-top:22px!important;padding-bottom:82px!important}
  body.bog-platform-shell .bog9j-home .bog9f-hero{padding:28px 0 42px!important}
  body.bog-platform-shell .bog9j-home .bog9f-hero h1{font-size:50px!important}
  body.bog-platform-shell .bog9j-home .bog9f-intro{font-size:16px!important}
  body.bog-platform-shell .bog9i-hero-spotlight{grid-template-columns:1fr;grid-template-rows:260px auto;min-height:0}
  body.bog-platform-shell .bog9j-home .bog9f-trust-strip{grid-template-columns:1fr!important}
  body.bog-platform-shell .bog9j-home .bog9f-trust-strip>div{min-height:0!important;border-right:0!important;border-bottom:1px solid var(--bogf-line)!important;padding:17px 0!important}
  body.bog-platform-shell .bog9j-home .bog9f-trust-strip>div:last-child{border-bottom:0!important}
  body.bog-platform-shell .bog9j-home .bog9f-profile-row{display:flex!important;grid-template-columns:none!important;gap:13px!important;overflow-x:auto!important;scroll-snap-type:x mandatory;padding-bottom:6px}
  body.bog-platform-shell .bog9j-home .bog9f-profile-card,
  body.bog-platform-shell .bog9j-home .bog9f-profile-card:last-child{flex:0 0 84vw!important;max-width:none!important;grid-column:auto!important;scroll-snap-align:start}
  body.bog-platform-shell .bog9j-home .bog9f-question-row{grid-template-columns:1fr!important}
  body.bog-platform-shell .bog9j-home .bog9h-discovery-stack{grid-template-columns:1fr!important}
  body.bog-platform-shell .bog9j-home .bog9h-today-lead{grid-template-columns:1fr!important}
  body.bog-platform-shell .bog9j-home .bog9h-today-lead__media{min-height:250px!important}
  body.bog-platform-shell .bog9j-home .bog9f-category-bar{display:flex!important;grid-template-columns:none!important;overflow-x:auto!important}
  body.bog-platform-shell .bog9j-home .bog9f-category-bar>a{flex:0 0 142px!important}
  body.bog-platform-shell .bog9j-home .bog9f-enriched-row{display:flex!important;grid-template-columns:none!important;overflow-x:auto!important}
  body.bog-platform-shell .bog9j-home .bog9f-enriched-row>a{flex:0 0 300px!important}
  body.bog-platform-shell .bog9j-home .bog9f-promo-row>article{min-height:240px!important;padding:28px!important}
  body.bog-platform-shell .bog9j-home .bog9f-promo-row h3{font-size:31px!important}
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-hero{padding-top:24px!important}
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-hero h1{font-size:50px!important}
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row{grid-template-columns:minmax(0,1fr)!important}
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-results{min-width:0!important;width:100%!important}
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-rail{grid-template-columns:minmax(0,1fr)!important;width:100%!important}
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-guide-grid{grid-template-columns:minmax(0,1fr)!important}
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row>.bogf-card{grid-column:auto!important;min-width:0!important;min-height:0!important;width:100%!important}
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row .bogf-card__link{grid-template-columns:1fr!important}
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-profile-row .bogf-card__media{min-height:0!important;aspect-ratio:16/10!important;border-right:0!important;border-bottom:1px solid var(--bogf-line)!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero,
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"].is-identity-led .bogf-profile-hero{grid-template-columns:1fr!important;min-height:0!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero__media{order:-1!important;min-height:285px!important;border-right:0!important;border-bottom:1px solid var(--bogf-line)!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"].is-identity-led .bogf-profile-hero__media.is-logo{min-height:250px!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero__identity{padding:24px!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero__identity h1{font-size:49px!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-trust{grid-column:auto!important;display:block!important;padding:24px!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-trust dl{display:block!important;margin:0 0 18px!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-trust dl div{display:flex!important;padding:10px 0!important;border-right:0!important;border-bottom:1px solid var(--bogf-line)!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-enrich{grid-template-columns:1fr!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-main>.bogf-profile-section,
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-main>.bogf-provenance-grid{padding:24px!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-section h2{font-size:29px!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-snapshot-grid{grid-template-columns:1fr!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-provenance-grid{grid-template-columns:1fr!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-rail{grid-template-columns:1fr!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-context-bar{display:grid!important}
  body.bog-platform-shell .bogi-community-hero{padding:24px 0 40px}
  body.bog-platform-shell .bogi-community-hero h1{font-size:50px}
  body.bog-platform-shell .bogi-community-hero__copy>p:last-of-type{font-size:16px}
  body.bog-platform-shell .bogi-community-hero__principles{grid-template-columns:1fr}
  body.bog-platform-shell .bogi-community-hero__principles>div{border-right:0;border-bottom:1px solid var(--bogf-line)}
  body.bog-platform-shell .bogi-community-hero__principles>div:last-child{border-bottom:0}
  body.bog-platform-shell .bogi-community-actions{margin-bottom:58px}
  body.bog-platform-shell .bogi-community-lead{grid-template-columns:1fr;min-height:0;padding:28px}
  body.bog-platform-shell .bogi-community-participate{display:block;padding:26px}
  body.bog-platform-shell .bogi-community-participate nav{margin-top:20px}
  body.bog-platform-shell .bogi-community-stories{grid-template-columns:1fr}
  body.bog-platform-shell .bogi-community-stories article:last-child{grid-column:auto;max-width:none}
  body.bog-platform-shell .bogi-interest-row{grid-template-columns:1fr}
  body.bog-platform-shell .bogi-community-cta{align-items:flex-start;flex-direction:column;padding:28px}
  body.bog-platform-shell .bogi-community-cta h2{font-size:32px}
  body.bog-platform-shell .bogi-today-hero{padding:24px 0 40px}
  body.bog-platform-shell .bogi-today-hero h1{font-size:50px}
  body.bog-platform-shell .bogi-today-hero>div>p:last-child{font-size:16px}
  body.bog-platform-shell .bogi-today-lead{min-height:0;margin-top:28px}
  body.bog-platform-shell .bogi-today-lead__media{min-height:285px}
  body.bog-platform-shell .bogi-today-lead__copy{padding:28px}
  body.bog-platform-shell .bogi-today-lead__copy h2{font-size:37px}
  body.bog-platform-shell .bogi-today-supporting{grid-template-columns:1fr}
  body.bog-platform-shell .bogi-today-grid{grid-template-columns:1fr}
  body.bog-platform-shell .bogi-today-method{grid-template-columns:1fr}
  body.bog-platform-shell .bogi-today-method>div,
  body.bog-platform-shell .bogi-today-method>div:nth-child(2){border-right:0;border-bottom:1px solid var(--bogf-line)}
  body.bog-platform-shell .bogi-today-method>div:last-child{border-bottom:0}
  body.bog-platform-shell .bogi-my-best{padding-top:18px!important}
  body.bog-platform-shell .bogi-my-best__header h1{font-size:50px}
  body.bog-platform-shell .bogi-my-best-empty{grid-template-columns:1fr;gap:24px;min-height:0;padding:30px}
  body.bog-platform-shell .bogi-my-best-empty__mark{width:118px;height:118px;font-size:66px}
  body.bog-platform-shell .bogi-my-best-uses{grid-template-columns:1fr}
  body.bog-platform-shell .bog-my-best-list.has-items{grid-template-columns:1fr}
  body.bog-platform-shell .bogi-drop-assurance{grid-template-columns:1fr}
  body.bog-platform-shell .bogi-drop-assurance>div{border-right:0;border-bottom:1px solid var(--bogf-line)}
  body.bog-platform-shell .bogi-drop-assurance>div:last-child{border-bottom:0}
  body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-hero{grid-template-columns:1fr!important}
  body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-hero__main{padding:26px!important}
  body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-hero h1{font-size:46px!important}
  body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-layout{grid-template-columns:1fr!important}
  body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-rail{position:static!important;top:auto!important;grid-template-columns:1fr!important}
  body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-invite{grid-template-columns:44px minmax(0,1fr)!important}
  body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-invite .bogf-button{grid-column:1/-1!important;width:100%!important;margin-left:0!important}
  body.bog-platform-shell .bog-conversation-v4__header{align-items:flex-start!important;flex-direction:column!important}
  body.bog-platform-shell .bog-conversation-empty{grid-template-columns:44px minmax(0,1fr)!important}
  body.bog-platform-shell .bog-conversation-empty .bog-button{grid-column:1/-1!important;width:100%!important}
  body.bog-platform-shell .bog-answer-card-v4{padding:20px 18px 17px!important}
  body.bog-platform-shell .bog-answer-card-v4__identity{grid-template-columns:40px minmax(0,1fr) auto!important}
  body.bog-platform-shell .bog-answer-admin-menu{display:none!important}
  body.bog-platform-shell .bog-answer-replies-v4{margin-left:24px!important}
  body.bog-platform-shell .bog-answer-composer-v4{padding:22px 19px!important}
  body.bog-platform-shell .bog-answer-composer-v4__footer{grid-template-columns:1fr 1fr!important}
  body.bog-platform-shell .bog-answer-composer-v4__footer .bog-text-link{grid-column:1/-1!important}
}
@media(max-width:430px){
  body.bog-platform-shell .bog9j-home .bog9f-hero h1,
  body.bog-platform-shell .bogi-community-hero h1,
  body.bog-platform-shell .bogi-today-hero h1,
  body.bog-platform-shell .bogi-my-best__header h1{font-size:43px!important}
  body.bog-platform-shell .bog-feature-page--drop[data-bog-build="009j"] .bog-feature-hero h1{font-size:43px!important}
  body.bog-platform-shell .bog9j-home .bog9f-hero__actions>a{min-width:0!important;width:100%!important}
  body.bog-platform-shell .bog9j-home .bog9f-section__head,
  body.bog-platform-shell .bogi-section-head{align-items:flex-start;flex-direction:column;gap:7px}
  body.bog-platform-shell .bog9j-home .bog9f-section__head h2,
  body.bog-platform-shell .bogi-section-head h2{font-size:32px!important}
  body.bog-platform-shell .bog9j-home .bog9f-profile-card,
  body.bog-platform-shell .bog9j-home .bog9f-profile-card:last-child{flex-basis:88vw!important}
  body.bog-platform-shell .bog9j-home .bog9f-profile-card__media{min-height:205px!important}
  body.bog-platform-shell .bog9j-home .bog9f-profile-card__body{padding:21px!important}
  body.bog-platform-shell .bog9j-home .bog9f-profile-card__body h3{font-size:25px!important}
  body.bog-platform-shell .bog9j-home .bog9h-module-head{align-items:flex-start!important;flex-direction:column!important}
  body.bog-platform-shell .bog9j-home .bog9h-today-lead__body h3{font-size:31px!important}
  body.bog-platform-shell .bog9j-home .bog9f-promo-row>article{padding:24px!important}
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-hero h1{font-size:43px!important}
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-result-section>header{align-items:flex-start!important;flex-direction:column!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero__identity{padding:21px!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero__identity h1{font-size:43px!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-action-row{display:grid!important;grid-template-columns:1fr 1fr!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-action-row .bogf-button--primary{grid-column:1/-1!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero__facts{grid-template-columns:1fr!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero__facts>div{padding-bottom:10px;border-bottom:1px solid var(--bogf-line)}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-ask__main{padding:22px!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-ask h2{font-size:29px!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-suggestion-row button{flex-basis:90%!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-main>.bogf-profile-section,
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-main>.bogf-provenance-grid{padding:21px!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-section>header{align-items:flex-start!important;flex-direction:column!important}
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-fact-grid{grid-template-columns:1fr!important}
  body.bog-platform-shell .bogi-community-actions>a{grid-template-columns:42px 1fr auto;padding:17px}
  body.bog-platform-shell .bogi-community-lead{padding:23px}
  body.bog-platform-shell .bogi-community-lead h2{font-size:34px}
  body.bog-platform-shell .bogi-community-lead__footer{align-items:flex-start;flex-direction:column}
  body.bog-platform-shell .bogi-question-list>a{grid-template-columns:42px 1fr;padding:16px}
  body.bog-platform-shell .bogi-question-list>a>b{display:none}
  body.bog-platform-shell .bogi-community-cta>div:last-child,
  body.bog-platform-shell .bogi-community-cta .bogf-button{width:100%}
  body.bog-platform-shell .bogi-today-lead__copy{padding:23px}
  body.bog-platform-shell .bogi-today-lead__copy h2{font-size:33px}
  body.bog-platform-shell .bogi-today-lead__copy>div{align-items:flex-start;flex-direction:column}
  body.bog-platform-shell .bogi-today-supporting article>div{padding:21px}
  body.bog-platform-shell .bogi-today-supporting h3{font-size:27px}
  body.bog-platform-shell .bogi-my-best-empty{padding:24px}
  body.bog-platform-shell .bogi-my-best-empty h2{font-size:34px}
  body.bog-platform-shell .bogi-my-best-empty__actions,
  body.bog-platform-shell .bogi-my-best-empty__actions .bogf-button{width:100%}
  body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-hero h1{font-size:40px!important}
  body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-actions{grid-template-columns:1fr 1fr!important}
  body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-actions .bogf-button--primary,
  body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-actions .bogf-button--secondary{grid-column:1/-1!important}
  body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-invite{grid-template-columns:1fr!important;padding:20px!important}
  body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-invite>span{width:40px!important;height:40px!important}
  body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-answer-toolbar nav{gap:18px!important;overflow-x:auto!important;scrollbar-width:none!important}
  body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-answer-toolbar>span{display:none!important}
  body.bog-platform-shell .bog-conversation-empty{grid-template-columns:1fr!important;padding:20px!important}
  body.bog-platform-shell .bog-answer-card-v4__identity{grid-template-columns:38px minmax(0,1fr)!important}
  body.bog-platform-shell .bog-most-helpful-badge{grid-column:1/-1!important;justify-self:start!important}
  body.bog-platform-shell .bog-answer-actions-v4{display:grid!important;grid-template-columns:1fr 1fr!important}
  body.bog-platform-shell .bog-answer-action-v4{justify-content:center!important;min-height:44px!important}
  body.bog-platform-shell .bog-answer-action-v4--best{grid-column:1/-1!important;margin-left:0!important}
  body.bog-platform-shell .bog-answer-replies-v4{margin-left:10px!important;padding-left:10px!important}
  body.bog-platform-shell .bog-answer-composer-v4>header h2{font-size:30px!important}
  body.bog-platform-shell .bog-answer-composer-v4__footer{grid-template-columns:1fr!important}
  body.bog-platform-shell .bog-answer-composer-v4__footer>*{width:100%!important}
}
@media(prefers-reduced-motion:reduce){
  body.bog-platform-shell *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}

/* ========================================================================
 * Build 009J acceptance refinements — consumer language, rhythm and media.
 * This final layer intentionally consolidates the optical corrections found
 * in the 0.9.8 WordPress runtime rather than adding page-specific patchwork.
 * ====================================================================== */
:root{
  --bogj-page-intro-space:42px;
  --bogj-section-space:78px;
  --bogj-related-space:28px;
}
body.bog-platform-shell .bog-platform-main{
  padding-top:22px!important;
  padding-bottom:88px!important;
}
body.bog-platform-shell :where(.bog9j-home,.bogi-community,.bogi-today,.bogi-my-best,.bogf-search-page,.bogf-profile,.bogf-question-page,.bog-feature-page--drop){
  scroll-margin-top:104px;
}

/* Media integrity: a missing image must never render as an empty white slab. */
body.bog-platform-shell :where(.bog9f-profile-card__media,.bog9i-hero-spotlight__media,.bogf-card__media,.bogi-community-story__media,.bogi-today-lead__media,.bogi-today-card__media,.bogf-profile-hero__media).has-media-error{
  display:grid!important;
  place-items:center!important;
  background:
    radial-gradient(circle at 84% 20%,rgba(204,238,232,.74) 0 13%,transparent 13.5%),
    radial-gradient(circle at 12% 82%,rgba(225,244,241,.8) 0 12%,transparent 12.5%),
    linear-gradient(145deg,#fff,#f7fbfa)!important;
}
body.bog-platform-shell .bogj-media-fallback{
  display:grid!important;
  place-items:center!important;
  width:min(64%,250px)!important;
  min-height:92px!important;
  padding:18px!important;
  color:var(--bogf-gold-deep)!important;
  background:rgba(255,255,255,.88)!important;
  border:1px solid var(--bogf-line)!important;
  border-radius:8px!important;
  font:700 15px/1.3 var(--bogf-font-ui)!important;
  letter-spacing:.08em!important;
  text-align:center!important;
  text-transform:uppercase!important;
}
body.bog-platform-shell .bogj-media-fallback::before{
  content:"✦";
  display:block;
  margin-right:9px;
  color:var(--bogf-gold);
  font-size:21px;
}
body.bog-platform-shell .bogj-media-fallback[aria-hidden="true"]{pointer-events:none}

/* Homepage: retain the strong split hero while getting users to content sooner. */
body.bog-platform-shell .bog9j-home .bog9f-hero{
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.72fr)!important;
  gap:52px!important;
  min-height:540px!important;
  padding:34px 0 48px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-hero h1{
  margin-bottom:19px!important;
  font-size:clamp(60px,5.35vw,84px)!important;
}
body.bog-platform-shell .bog9j-home .bog9f-intro{
  margin-bottom:22px!important;
  font-size:18px!important;
  line-height:1.58!important;
}
body.bog-platform-shell .bog9i-hero-spotlight{
  min-height:452px!important;
  grid-template-rows:minmax(245px,1.12fr) auto!important;
}
body.bog-platform-shell .bog9j-home .bog9f-trust-strip>div{
  min-height:82px!important;
  padding:18px 21px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-section{
  margin-top:var(--bogj-section-space)!important;
}
body.bog-platform-shell .bog9j-home .bog9f-profile-card{
  min-height:466px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-profile-card__media{
  min-height:235px!important;
}
body.bog-platform-shell .bog9j-home .bog9f-profile-card__body p{
  min-height:0!important;
}
body.bog-platform-shell .bog9j-home .bog9f-profile-card.is-logo .bog9f-profile-card__media img{
  width:76%!important;
  height:76%!important;
  max-width:285px!important;
  max-height:205px!important;
  object-fit:contain!important;
}

/* Search: concise scan-first results and less introductory dead space. */
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"]{
  padding-top:8px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-hero{
  padding:12px 0 24px!important;
  gap:32px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-hero h1{
  margin-bottom:10px!important;
  font-size:clamp(50px,4.65vw,70px)!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-filterbar{
  margin:14px 0 20px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-summary{
  padding:14px 0 16px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-result-section{
  margin-top:56px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-result-section:first-of-type{
  margin-top:20px!important;
}
body.bog-platform-shell .bogf-search-profile-row .bogf-card__body p{
  display:-webkit-box!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:3!important;
}
body.bog-platform-shell .bogf-search-profile-row .bogf-card__meta{
  display:-webkit-box!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-question-grid article{
  min-height:122px!important;
  padding:18px!important;
}
body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-question-grid strong{
  font-size:14px!important;
  line-height:1.4!important;
}

/* Profiles: preserve evidence depth while showing fewer equal-weight boxes. */
body.bog-platform-shell .bogf-profile[data-bog-build="009j"]{
  padding-top:8px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-breadcrumbs{
  margin-bottom:14px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero{
  grid-template-columns:minmax(330px,36%) minmax(0,1fr) 286px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"].is-identity-led .bogf-profile-hero{
  grid-template-columns:300px minmax(0,1fr) 286px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero__identity{
  padding:30px 32px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero__identity h1{
  font-size:clamp(44px,4.1vw,62px)!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero__media{
  min-height:372px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"].is-identity-led .bogf-profile-hero__media.is-logo img{
  width:82%!important;
  height:82%!important;
  max-width:282px!important;
  max-height:225px!important;
  object-fit:contain!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-trust{
  padding:27px 22px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-trust h2{
  margin:4px 0 14px!important;
  font-size:26px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-ask{
  margin:16px 0!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-ask__main{
  padding:23px 24px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-enrich{
  padding:22px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-layout{
  gap:16px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-main{
  gap:12px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-main>.bogf-profile-section,
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-main>.bogf-provenance-grid{
  padding:25px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-section>header{
  margin-bottom:13px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-section h2{
  font-size:28px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-provenance-grid{
  gap:10px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-provenance-grid>article{
  min-height:0!important;
  padding:19px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .has-compact-not-ideal>div{
  grid-template-columns:minmax(0,1.35fr) minmax(250px,.65fr)!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogj-compact-note{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-height:130px!important;
  padding:20px!important;
  border:1px solid var(--bogf-line)!important;
  border-radius:8px!important;
  background:#fffdfb!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogj-compact-note h3{
  margin:0 0 8px!important;
  font-size:15px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogj-compact-note strong{
  font-size:13px!important;
  line-height:1.45!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogj-compact-note span{
  margin-top:4px!important;
  color:var(--bogf-muted)!important;
  font-size:11px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] :where(.bogf-experience,.bogf-questions) .bogf-empty-state{
  min-height:0!important;
  padding:16px 17px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-rail{
  top:96px!important;
  gap:11px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-rail>section,
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-claim-card{
  padding:18px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-source-list>a{
  min-height:56px!important;
  padding:11px 14px!important;
}
body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-correction-row{
  padding-top:14px!important;
}

/* Community: keep its product scale, but move the first action higher. */
body.bog-platform-shell .bog-community-shell{
  padding-top:8px!important;
}
body.bog-platform-shell .bogi-community-hero{
  min-height:396px!important;
  padding:30px 0 45px!important;
  gap:46px!important;
}
body.bog-platform-shell .bogi-community-hero h1{
  margin:7px 0 17px!important;
  font-size:clamp(54px,5vw,76px)!important;
}
body.bog-platform-shell .bogi-community-hero__copy>p:last-of-type{
  font-size:17px!important;
  line-height:1.58!important;
}
body.bog-platform-shell .bogi-community-hero__actions{
  margin-top:21px!important;
}
body.bog-platform-shell .bogi-community-actions{
  margin:22px 0 62px!important;
}
body.bog-platform-shell .bogi-community-feature{
  margin-bottom:var(--bogj-section-space)!important;
}
body.bog-platform-shell .bogi-community-section{
  margin-top:var(--bogj-section-space)!important;
}
body.bog-platform-shell .bogi-community-cta{
  margin-top:var(--bogj-section-space)!important;
}

/* Today: one clear editorial explanation instead of internal methodology labels. */
body.bog-platform-shell .bogi-today-hero{
  padding:28px 0 42px!important;
  gap:48px!important;
}
body.bog-platform-shell .bogi-today-hero h1{
  margin:6px 0 14px!important;
  font-size:clamp(54px,5vw,76px)!important;
}
body.bog-platform-shell .bogi-today-lead{
  margin-top:32px!important;
}
body.bog-platform-shell .bogi-today-section{
  margin-top:var(--bogj-section-space)!important;
}
body.bog-platform-shell .bogi-today-grid article:last-child:nth-child(3n + 1){
  grid-column:span 2;
  display:grid;
  grid-template-columns:minmax(240px,.75fr) minmax(0,1.25fr);
}
body.bog-platform-shell .bogi-today-grid article:last-child:nth-child(3n + 1) .bogi-today-card__media{
  height:100%;
  min-height:260px;
  aspect-ratio:auto;
}
body.bog-platform-shell .bogj-today-note{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin-top:var(--bogj-section-space)!important;
  padding:17px 20px!important;
  border:1px solid var(--bogf-line)!important;
  border-radius:9px!important;
  background:var(--bogf-ivory)!important;
}
body.bog-platform-shell .bogj-today-note>span{
  display:grid!important;
  place-items:center!important;
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  border-radius:50%!important;
  color:var(--bogf-green)!important;
  background:#fff!important;
}
body.bog-platform-shell .bogj-today-note p{
  margin:0!important;
  color:var(--bogf-slate)!important;
  font-size:12px!important;
  line-height:1.5!important;
}
body.bog-platform-shell .bogj-today-note strong{color:var(--bogf-ink)!important}

/* My Best and Drop-a-Link: calm but not delayed by excessive empty canvas. */
body.bog-platform-shell .bogi-my-best{
  padding-top:10px!important;
}
body.bog-platform-shell .bogi-my-best__header{
  padding:14px 0 30px!important;
}
body.bog-platform-shell .bogi-my-best-empty{
  min-height:330px!important;
  margin-top:28px!important;
  padding:38px!important;
}
body.bog-platform-shell .bogi-my-best-uses{
  margin-bottom:38px!important;
}
body.bog-platform-shell .bog-feature-page--drop[data-bog-build="009j"] .bog-feature-hero{
  padding:22px 0 25px!important;
}
body.bog-platform-shell .bog-feature-page--drop[data-bog-build="009j"] .bog-feature-hero h1{
  font-size:clamp(54px,5.45vw,78px)!important;
}
body.bog-platform-shell .bog-feature-page--drop[data-bog-build="009j"] .bog-drop-link--v5{
  margin-top:14px!important;
}

/* Canonical Question: stronger question hierarchy, less introductory delay. */
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"]{
  padding-top:6px!important;
}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-hero__main{
  padding:32px 36px!important;
}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-hero h1{
  font-size:clamp(46px,4.45vw,66px)!important;
}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-author{
  padding:24px!important;
}
body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-invite{
  margin:16px 0!important;
}

@media(max-width:1100px){
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero,
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"].is-identity-led .bogf-profile-hero{
    grid-template-columns:minmax(290px,36%) minmax(0,1fr)!important;
  }
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-trust{
    grid-column:1/-1!important;
  }
  body.bog-platform-shell .bogi-today-grid article:last-child:nth-child(3n + 1){
    grid-column:auto;
    display:block;
  }
  body.bog-platform-shell .bogi-today-grid article:last-child:nth-child(3n + 1) .bogi-today-card__media{
    min-height:0;
    aspect-ratio:16/9;
  }
}
@media(max-width:900px){
  body.bog-platform-shell .bog9j-home .bog9f-hero{
    min-height:0!important;
    padding:24px 0 40px!important;
  }
  body.bog-platform-shell .bogi-community-hero,
  body.bog-platform-shell .bogi-today-hero{
    min-height:0!important;
    padding:22px 0 36px!important;
  }
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .has-compact-not-ideal>div{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:760px){
  :root{--bogj-section-space:58px}
  body.bog-platform-shell .bog-platform-main{
    padding-top:14px!important;
    padding-bottom:66px!important;
  }
  body.bog-platform-shell .bog9j-home .bog9f-hero{
    grid-template-columns:minmax(0,1fr)!important;
    gap:28px!important;
    padding:16px 0 34px!important;
  }
  body.bog-platform-shell .bog9j-home .bog9f-hero h1{
    margin-bottom:14px!important;
  }
  body.bog-platform-shell .bog9j-home .bog9f-hero > *{
    min-width:0!important;
  }
  body.bog-platform-shell .bog9i-hero-spotlight{
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:260px auto!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:0!important;
    justify-self:stretch!important;
  }
  body.bog-platform-shell .bog9j-home .bog9f-profile-card{
    min-height:0!important;
  }
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-hero{
    padding:4px 0 18px!important;
  }
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-result-section{
    margin-top:46px!important;
  }
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero,
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"].is-identity-led .bogf-profile-hero{
    grid-template-columns:1fr!important;
  }
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero__media{
    min-height:260px!important;
  }
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"].is-identity-led .bogf-profile-hero__media.is-logo img{
    width:68%!important;
    height:68%!important;
  }
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero__identity{
    padding:22px!important;
  }
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-main>.bogf-profile-section,
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-main>.bogf-provenance-grid{
    padding:20px!important;
  }
  body.bog-platform-shell .bogi-community-hero,
  body.bog-platform-shell .bogi-today-hero{
    padding:14px 0 30px!important;
  }
  body.bog-platform-shell .bogi-community-actions{
    margin-bottom:48px!important;
  }
  body.bog-platform-shell .bogi-today-lead{
    margin-top:24px!important;
  }
  body.bog-platform-shell .bogj-today-note{
    align-items:flex-start!important;
    margin-top:54px!important;
  }
  body.bog-platform-shell .bogi-my-best__header{
    padding-top:6px!important;
  }
  body.bog-platform-shell .bogi-my-best-empty{
    min-height:0!important;
    margin-top:22px!important;
    padding:26px!important;
  }
  body.bog-platform-shell .bog-feature-page--drop[data-bog-build="009j"] .bog-feature-hero{
    padding:8px 0 20px!important;
  }
  body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-hero__main{
    padding:24px!important;
  }
}
@media(max-width:430px){
  body.bog-platform-shell .bogj-media-fallback{
    width:min(72%,220px)!important;
    min-height:78px!important;
    font-size:13px!important;
  }
  body.bog-platform-shell .bog9j-home .bog9f-hero h1,
  body.bog-platform-shell .bogi-community-hero h1,
  body.bog-platform-shell .bogi-today-hero h1,
  body.bog-platform-shell .bogi-my-best__header h1{
    font-size:41px!important;
  }
  body.bog-platform-shell .bogf-search-page[data-bog-build="009j"] .bogf-search-hero h1,
  body.bog-platform-shell .bogf-question-page[data-bog-build="009j"] .bogf-question-hero h1{
    font-size:39px!important;
  }
  body.bog-platform-shell .bogf-profile[data-bog-build="009j"] .bogf-profile-hero__identity h1{
    font-size:41px!important;
  }
}
