*{box-sizing:border-box}
  body{margin:0;background:#FBF9F6;font-family:'York Agent Inter',system-ui,sans-serif;-webkit-font-smoothing:antialiased}
  /* ===== shared nav dropdown mega-menus (rolled out from the homepage) ===== */
  .lnav-item{position:relative;display:inline-flex;align-items:center}
  .lnav-trigger{display:inline-flex;align-items:center;gap:5px;background:none;border:0;padding:0;margin:0;font-family:inherit;font-size:16px;font-weight:400;color:var(--lp-text);cursor:pointer;transition:color .2s}
  .lnav-trigger:hover,.lnav-item.is-open .lnav-trigger{color:var(--lp-orange)}
  .lnav-caret{width:11px;height:11px;transition:transform .2s}
  .lnav-item.is-open .lnav-caret{transform:rotate(180deg)}
  .lnav-panel{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(4px);background:#fff;border:1px solid var(--lp-line,#EFEEE7);border-radius:16px;padding:10px;box-shadow:0 1px 2px rgba(38,18,8,.05),0 24px 56px -30px rgba(38,18,8,.28);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:1100;max-height:min(72vh,468px);overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column}
  .lnav-panel .lnav-grid,.lnav-panel .lnav-cols{flex:1;align-content:center}
  .lnav-item.is-open::after{content:"";position:absolute;left:0;right:0;top:100%;height:14px}
  .lnav-item.is-open .lnav-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(9px)}
  .lnav-grid{display:grid;grid-template-columns:repeat(2,minmax(216px,1fr));gap:2px}
  .lnav-cols{display:grid;grid-template-columns:1fr;gap:16px 0;width:max-content}
  .lnav-col{display:grid;grid-template-columns:repeat(3,174px);gap:0 6px;align-content:start}
  .lnav-coltitle{grid-column:1 / -1;margin-bottom:6px;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--lp-text-secondary);padding:4px 12px 8px;border-bottom:1px solid var(--lp-line,#EFEEE7)}
  .lnav-col .lnav-link{align-items:center;padding:7px 12px}
  .lnav-col .lnav-ic{margin-top:0}
  .lnav-link{display:flex;gap:11px;align-items:flex-start;padding:10px 12px;border-radius:11px;text-decoration:none;transition:background .15s}
  .lnav-link:hover{background:#FBF4EC}
  .lnav-ic{flex:none;width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#FBF0E3;color:#A8500C;font-weight:800;font-size:11px;margin-top:1px;letter-spacing:.01em}
  .lnav-link:hover .lnav-ic{background:var(--lp-orange,#DD6500);color:#fff}
  .lnav-ic svg{width:16px;height:16px;display:block}
  .lnav-ic .li-line{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .lnav-ic.pl{--tile:#333;margin-top:0;border:0;background:var(--tile)}
  .lnav-link:hover .lnav-ic.pl{background:var(--tile)}
  .lnav-ic.pl i{display:block;width:16px;height:16px;background:#fff;-webkit-mask:var(--m) center/contain no-repeat;mask:var(--m) center/contain no-repeat}
  .pl.x{--tile:#0a0a0a}.pl.li{--tile:#0a66c2}.pl.fb{--tile:#1877f2}
  .pl.ig{--tile:linear-gradient(135deg,#feda75,#fa7e1e 26%,#d62976 55%,#962fbf 78%,#4f5bd5)}
  .pl.tt{--tile:#010101}.pl.yt{--tile:#ff0000}.pl.slk{--tile:#4a154b}
  .pl.lark{--tile:linear-gradient(140deg,#00d6b9,#3370ff)}.pl.dsc{--tile:#5865f2}
  .pl.tg{--tile:linear-gradient(140deg,#37aee2,#1e96c8)}.pl.wa{--tile:#25d366}
  .pl.dsc i{width:18px;height:13.7px;-webkit-mask-size:100% 100%;mask-size:100% 100%}
  .pl.lark i{width:18px;height:14.3px;-webkit-mask-size:100% 100%;mask-size:100% 100%}
  .lnav-nm{display:block;font-size:13.5px;font-weight:600;color:var(--lp-text);line-height:1.2}
  .lnav-ds{display:block;font-size:12px;color:var(--lp-text-secondary);line-height:1.35;margin-top:2px}
  .lnav-trigger:focus-visible{outline:2px solid rgba(221,101,0,.5);outline-offset:4px;border-radius:5px}
  .lnav-link:focus-visible{outline:2px solid rgba(221,101,0,.5);outline-offset:-2px}
  @media (max-width:900px){ .lnav-panel{display:none} }
  /* page scaffold (banner / nav / footer) — the site chrome the standalone page needs */
  .fb-top{background:linear-gradient(90deg,#ef8a3c,#e8781f);color:#fff;text-align:center;font-size:14px;font-weight:600;padding:10px 16px}
  .fb-nav{display:flex;align-items:center;justify-content:space-between;max-width:1296px;margin:0 auto;padding:18px 40px}
  .fb-nav .logo{font-family:'EB Garamond',serif;font-weight:700;font-size:26px;letter-spacing:-.02em;color:#261208}
  .fb-nav .logo small{color:#5B4C43;font-size:16px}
  .fb-nav .links{display:flex;gap:32px;font-size:15px}
  .fb-nav .links a{color:#261208;text-decoration:none;opacity:.85}
  .fb-nav .cta{background:#191818;color:#fff;border:0;border-radius:100px;padding:10px 20px;font-size:14px;font-weight:600;font-family:'EB Garamond',serif;cursor:pointer}
  .fb-foot{border-top:1px solid #EFEEE7;padding:26px 40px;max-width:1296px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}
  .fb-foot .l{display:flex;gap:22px;font-size:14px;color:#5B4C43}
  .fb-foot a{color:inherit;text-decoration:none}
  .fb-foot .c{font-size:13px;color:#5B4C43;opacity:.7}
  .landing-page em{font-style:italic;color:#DD6500}
  /* Facebook post chrome, layered on top of the shared ax-app-post container */
  .fb-head{display:flex;align-items:center;gap:9px;margin-bottom:10px}
  .fb-av{width:36px;height:36px;border-radius:50%;background:#e4e6eb;color:#1877F2;font-weight:800;font-size:15px;display:flex;align-items:center;justify-content:center;flex:none}
  .fb-id{display:flex;flex-direction:column;line-height:1.25;min-width:0}
  .fb-name{font-size:13.5px;font-weight:700;color:var(--lp-text)}
  .fb-meta{display:flex;align-items:center;gap:4px;font-size:11.5px;color:var(--lp-text-secondary)}
  .fb-meta svg{width:10px;height:10px}
  .fb-actions{display:flex;border-top:1px solid var(--line);margin-top:12px}
  .fb-actions>span{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 0;font-size:12.5px;font-weight:600;color:var(--lp-text-secondary)}
  .fb-actions svg{width:15px;height:15px}
  .fb-link{border:1px solid var(--line);border-radius:10px;overflow:hidden;margin-top:2px}
  .fb-link-meta{padding:10px 13px;background:#f6f4f0}
  .fb-link-dom{font-size:10.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--lp-text-secondary)}
  .fb-link-title{font-size:13.5px;font-weight:700;color:var(--lp-text);margin-top:2px}
  .fb-pchip{background:#1877F2!important}
  .compare-tag{position:fixed;bottom:16px;right:16px;z-index:50;background:#191818;color:#fff;font-size:12px;font-weight:600;padding:8px 14px;border-radius:100px;box-shadow:0 10px 24px -12px rgba(0,0,0,.4)}
  /* --- design-review fixes --- */
  #agentDetail .axl-in.ax-ig-order{align-items:center}
  @media (max-width:760px){
    .fb-nav{padding:14px 20px}
    .fb-nav .links{display:none}
  }
  @media (max-width:600px){
    #agentDetail .axl-nav{flex-wrap:wrap;overflow-x:visible}
    #landingNav .landing-nav-discord,#landingNav .landing-login-btn{display:none}
    #landingNav .landing-nav-inner{padding:0 16px;gap:12px}
    #landingNav .landing-nav-actions{gap:4px;flex:none}
    #landingNav .landing-cta-sm{padding-left:12px;padding-right:12px}
    .compare-tag{display:none}
  }
  /* --- hero-b · taste composition layer (A/B: only the hero differs from v1) --- */
  #agentDetail .ax-hero2-title{font-size:clamp(34px,3.9vw,56px);line-height:.97;letter-spacing:-0.03em}
  #agentDetail .ax-hero2-inner{grid-template-columns:0.9fr 1.1fr;align-items:center}
  #agentDetail .ax-hero2-sub{font-size:18px;line-height:1.6;max-width:42ch}
  /* --- co-brand identity (york.ai × platform) + editorial agent label; synced from X --- */
  #agentDetail .ax-hero2-left::before{display:none}
  .ax-agentlabel{display:inline-flex;align-items:center;gap:13px;margin:0 0 28px}
  .ax-agentlabel .rule{width:32px;height:2px;background:#DD6500;border-radius:2px;flex:none}
  .ax-agentlabel .txt{font-family:'York Agent Inter',sans-serif;font-weight:600;font-size:14px;line-height:1;letter-spacing:.18em;text-transform:uppercase;color:#A8500C}
  #agentDetail .ax-hero2-left .ax-hero2-title{margin-top:0}
  #agentDetail .ax-hero2 .ax-scene-bg .ax-chat{opacity:.1;filter:blur(8px) saturate(.9)}
  #agentDetail .ax-hero2 .ax-focus{box-shadow:0 2px 6px rgba(38,18,8,.06),0 44px 90px -44px rgba(38,18,8,.34),0 100px 150px -80px rgba(38,18,8,.28)}
  /* --- a11y: darken eyebrow for WCAG AA on the warm bg (was ~2.7:1) --- */
  #agentDetail .lv-eyebrow{color:#A8500C}
  #agentDetail em{color:#dd6500}
  /* --- design-review: ONE accent orange (#DD6500) + one darker text-on-light variant (#A8500C eyebrows).
         Scoped token override so family components (loop nodes, dots, key-step) inherit it too. --- */
  #agentDetail{--lp-orange:#DD6500}
  /* --- Section 4: Buffer-inspired story rail — natural copy scroll + sticky product stage. --- */
  .bwyh-wrap{max-width:1240px;margin:0 auto;padding:0 48px}
  .bwyh{min-width:0}
  .bwyh-intro{max-width:820px;margin:0 auto clamp(72px,8vw,108px);text-align:center}
  .bwyh-h{font-family:var(--lp-heading,'EB Garamond',serif);font-weight:500;font-size:clamp(42px,5vw,64px);line-height:.98;letter-spacing:-.035em;margin:16px 0 0;color:var(--lp-text);text-wrap:balance}
  .bwyh-lede{max-width:680px;margin:20px auto 0;font-size:17px;line-height:1.65;color:var(--lp-text-secondary)}
  .bwyh-story{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:clamp(56px,6vw,88px);align-items:start}
  .bwyh-copy{min-width:0}
  .bwyh-item{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:clamp(520px,calc(100vh - 112px),632px);padding:72px 12px 72px 28px;scroll-margin-top:88px;opacity:.82;transition:opacity .32s ease;color:var(--lp-text)}
  .bwyh-item::before{content:"";position:absolute;left:0;top:calc(50% - 58px);width:2px;height:116px;border-radius:2px;background:#DD6500;transform:scaleY(.18);transform-origin:center;opacity:.45;transition:transform .36s cubic-bezier(.22,1,.36,1),opacity .25s ease}
  .bwyh-item.is-on{opacity:1}
  .bwyh-item.is-on::before{transform:scaleY(1);opacity:1}
  .bwyh-item .n{display:block;font-family:'York Agent Inter',sans-serif;font-size:12px;font-weight:700;letter-spacing:.16em;color:#A8500C}
  .bwyh-item .label{display:block;margin-top:20px;font-size:12px;font-weight:650;letter-spacing:.16em;text-transform:uppercase;color:#6F625A}
  .bwyh-item h3{max-width:13ch;margin:12px 0 0;font-family:var(--lp-heading,'EB Garamond',serif);font-size:clamp(34px,3.4vw,48px);font-weight:600;line-height:1.02;letter-spacing:-.025em;color:var(--lp-text);text-wrap:balance}
  .bwyh-item p{max-width:40ch;margin:20px 0 0;font-size:15.5px;line-height:1.65;color:var(--lp-text-secondary)}
  .bwyh-proof{display:flex;align-items:flex-start;gap:9px;max-width:38ch;margin-top:22px;font-size:12.5px;font-weight:600;line-height:1.45;color:#5B4C43}
  .bwyh-proof::before{content:"";width:7px;height:7px;margin-top:5px;border-radius:50%;background:#DD6500;box-shadow:0 0 0 4px rgba(221,101,0,.12);flex:none}
  .bwyh-art{position:sticky;top:88px;height:min(632px,calc(100vh - 112px));min-height:520px;align-self:start;isolation:isolate}
  .bwyh-why{font-size:13px;line-height:1.5;color:var(--lp-text-secondary);margin:0 0 14px;padding-left:13px;border-left:2px solid #DD6500;max-width:52ch}
  .bwyh-panel{--story-tint:#F5E8DB;position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;min-width:0;padding:clamp(24px,3vw,40px);border-radius:28px;background:var(--story-tint);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(14px);transition:opacity .34s ease,transform .4s cubic-bezier(.22,1,.36,1),visibility 0s linear .4s}
  .bwyh-panel[data-story-index="1"]{--story-tint:#EFE7DD}
  .bwyh-panel[data-story-index="2"]{--story-tint:#F3EEE7}
  .bwyh-panel.is-on{z-index:2;opacity:1;visibility:visible;pointer-events:auto;transform:none;transition-delay:0s}
  .bwyh-flag{display:inline-flex;align-items:center;gap:7px;margin:0 0 -12px 20px;position:relative;z-index:2;background:#fff;border:1px solid var(--lp-line-strong,#E6DED5);border-radius:100px;padding:6px 13px;font-size:12px;font-weight:650;color:var(--lp-text);box-shadow:0 8px 20px -12px rgba(38,18,8,.3)}
  .bwyh-flag .ax-dot{background:#DD6500}
  .bwyh-card{background:#fff;border:1px solid var(--lp-line-strong,#E6DED5);border-radius:16px;overflow:hidden;box-shadow:0 1px 2px rgba(38,18,8,.05),0 20px 44px -26px rgba(38,18,8,.22),0 60px 100px -60px rgba(38,18,8,.28)}
  .bwyh-card-in{padding:18px 20px 6px}
  .bwyh .fbimg{display:block;width:100%;height:190px;overflow:hidden;background:#eee}
  .bwyh .fbimg svg{width:100%;height:100%;display:block}
  .bwyh-cmt{display:flex;gap:10px;margin-bottom:2px}
  .bwyh-cmt .av{width:34px;height:34px;border-radius:50%;background:#e4e6eb;color:#5B4C43;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;flex:none}
  .bwyh-cmt-b{background:#f0f2f5;border-radius:14px;padding:10px 14px}
  .bwyh-cmt-name{font-size:13px;font-weight:700;color:var(--lp-text)}
  .bwyh-cmt-txt{font-size:14px;line-height:1.5;color:var(--lp-text);margin:2px 0 0}
  .bwyh-cmt-ctx{display:block;font-size:11.5px;color:var(--lp-text-secondary);margin:6px 0 0 46px}
  .bwyh-reply{border:1px solid var(--lp-line-strong,#E6DED5);border-radius:14px;padding:13px 15px;font-size:14px;line-height:1.55;color:var(--lp-text)}
  .bwyh-gate{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 20px;border-top:1px solid var(--lp-line,#EFEEE7);background:#fbf9f6}
  .bwyh-gate .micro{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;color:var(--lp-text-secondary)}
  .bwyh-gate .micro .ax-dot{background:#DD6500}
  .bwyh-gate .btns{display:inline-flex;gap:8px;flex:none}
  .bwyh-btn{font-family:'York Agent Inter',sans-serif;font-size:13px;font-weight:600;padding:9px 16px;border-radius:100px;border:1px solid var(--lp-line-strong,#E6DED5);background:#fff;color:var(--lp-text);cursor:pointer}
  .bwyh-btn.primary{background:#191818;color:#fff;border-color:transparent}
  .bwyh-panel .bwyh-btn{min-height:44px}
  .bwyh-copy,.bwyh-art,.bwyh-panel,.bwyh-card,.bwyh-card-in{min-width:0}
  @media (min-width:1024px) and (max-height:767px){.bwyh-panel{padding:22px}}
  @media (max-width:1023px), (max-height:700px), (prefers-reduced-motion:reduce){
    .bwyh-intro{margin-bottom:64px;text-align:left}
    .bwyh-lede{margin-left:0;margin-right:0}
    .bwyh-story{display:grid;grid-template-columns:minmax(0,1fr);gap:0}
    .bwyh-copy,.bwyh-art{display:contents}
    .bwyh-item{min-height:0;padding:52px 0 28px;opacity:1}
    .bwyh-item::before{top:52px;left:0;width:32px;height:2px;transform:none;opacity:1}
    .bwyh-item .n{padding-left:45px}
    .bwyh-item .label{margin-top:18px}
    .bwyh-item h3{max-width:15ch;font-size:clamp(32px,9.4vw,44px)}
    .bwyh-panel{position:relative;inset:auto;display:flex;min-height:0;height:auto;margin:0 0 28px;padding:clamp(22px,6vw,34px);border-radius:22px;opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:none}
    .bwyh-item[data-story-index="0"]{grid-row:1}.bwyh-panel[data-story-index="0"]{grid-row:2}
    .bwyh-item[data-story-index="1"]{grid-row:3}.bwyh-panel[data-story-index="1"]{grid-row:4}
    .bwyh-item[data-story-index="2"]{grid-row:5}.bwyh-panel[data-story-index="2"]{grid-row:6}
  }
  /* review-fix: hero input stacks on small screens like the CTA (field was squeezed to 152px) */
  @media (max-width:640px){
    #agentDetail .ax-hero2-left .ax-input{flex-direction:column;align-items:stretch;gap:10px;border-radius:26px;padding:12px}
    #agentDetail .ax-hero2-left .ax-input input{width:100%;text-align:center;padding:6px 0}
    #agentDetail .ax-hero2-left .ax-input .ax-btn{width:100%}
  }
  /* review-fix: FAQ answers were ~106ch — cap for readability */
  #agentDetail .lv-faq-item p{max-width:680px}
  /* review-fix: nav CTA font matches the other primary buttons (was serif) */
  .fb-nav .cta{font-family:'York Agent Inter',sans-serif;font-size:14px}
  /* review-fix: fixed-width status pills so schedule titles share one left edge */
  #agentDetail .bwyh .ax-show-tag{width:86px;text-align:center;box-sizing:border-box}
  @media (max-width:480px){ .bwyh-gate{flex-direction:column;align-items:flex-start} }
  /* master: Control 2-col overflows ~1280 laptops (pre-existing family gap) — stack it below 1320 */
  #agentDetail .ax-control2{min-width:0}
  #agentDetail .ax-control2 > *{min-width:0}
  @media (max-width:1320px){ #agentDetail .ax-control2{grid-template-columns:1fr;gap:30px} }
  /* master: the hero taste-layer grid override must re-stack on mobile (was leaking 2-col → crammed form) */
  @media (max-width:900px){ #agentDetail .ax-hero2-inner{grid-template-columns:1fr;gap:36px} }
  /* ============================================================
     Facebook-native feed preview. York owns the approval controls;
     everything inside the phone follows Facebook's feed hierarchy.
     ============================================================ */
  #agentDetail{--fb-blue:#1877F2;--fb-text:#050505;--fb-muted:#65676B;--fb-surface:#FFFFFF;--fb-soft:#F0F2F5;--fb-divider:#E9EDF0;--fb-line:#CED0D4}
  #agentDetail .ax-hero2 .ax-scene-bg:not(.ax-fb-pagebg){display:none}
  #agentDetail .ax-hero2 .ax-focus{display:none}
  #agentDetail .ax-hero2 .ax-fb-pagebg::after{content:none;display:none;background:none}
  .fb-native-sprite{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}
  .ax-fb-pagebg{display:flex;align-items:center;justify-content:center;overflow:visible}
  .fb-native-stage{display:flex;align-items:center;justify-content:center;gap:30px;max-width:590px}
  .fb-hero-review{width:min(444px,100%);display:flex;flex-direction:column;align-items:flex-start;position:relative}
  .fb-hero-review .bwyh-card{width:100%}
  .fb-hero-review .york-guy-hero{position:absolute;left:-70px;bottom:14px;width:88px;height:88px;z-index:8;pointer-events:none}
  .fb-phone-wrap{position:relative;flex:none}
  .fb-phone{width:284px;aspect-ratio:673/1367;padding:7px;background:#F9FAFB;border:1px solid #CBD1D8;border-radius:48px;box-shadow:inset 0 1px 0 #fff,0 2px 5px rgba(38,18,8,.08),0 42px 90px -42px rgba(38,18,8,.42)}
  .fb-phone-screen{height:100%;position:relative;overflow:hidden;background:var(--fb-surface);border:1px solid #DDE2E7;border-radius:39px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--fb-text);display:flex;flex-direction:column}
  .fb-phone-notch{position:absolute;z-index:6;top:-1px;left:50%;transform:translateX(-50%);width:112px;height:24px;border-radius:0 0 17px 17px;background:#F9FAFB;box-shadow:0 1px 0 rgba(0,0,0,.05)}
  .fb-phone-notch::after{content:"";position:absolute;left:50%;top:7px;transform:translateX(-50%);width:50px;height:4px;border-radius:4px;background:#D9DEE4}
  .fbn-status{height:27px;display:flex;align-items:flex-end;justify-content:space-between;padding:0 17px 4px;font-size:9.5px;font-weight:750;line-height:1;flex:none}
  .fbn-status-icons{display:flex;align-items:center;gap:4px}
  .fbn-signal{display:flex;align-items:flex-end;gap:1px;height:9px}
  .fbn-signal i{display:block;width:2px;border-radius:1px;background:#050505}.fbn-signal i:nth-child(1){height:3px}.fbn-signal i:nth-child(2){height:5px}.fbn-signal i:nth-child(3){height:7px}.fbn-signal i:nth-child(4){height:9px}
  .fbn-wifi{width:11px;height:8px;border:1.7px solid #050505;border-left-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-radius:50%;position:relative}
  .fbn-wifi::after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:3px;height:3px;border-radius:50%;background:#050505}
  .fbn-battery{width:15px;height:7px;border:1px solid #050505;border-radius:2px;position:relative}.fbn-battery::before{content:"";position:absolute;inset:1px;background:#050505;border-radius:1px}.fbn-battery::after{content:"";position:absolute;right:-3px;top:2px;width:2px;height:3px;border-radius:0 1px 1px 0;background:#050505}
  .fbn-topbar{height:46px;padding:5px 10px 7px;display:flex;align-items:flex-end;justify-content:space-between;flex:none;background:#fff}
  .fbn-wordmark{font-family:Helvetica,Arial,sans-serif;font-size:22px;line-height:1;font-weight:800;letter-spacing:-1.1px;color:var(--fb-blue)}
  .fbn-top-actions{display:flex;gap:6px}.fbn-round{width:27px;height:27px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--fb-soft);color:#050505}.fbn-round svg{width:17px;height:17px;display:block}
  .fbn-section-break{height:6px;background:var(--fb-divider);border-top:1px solid #E4E7EA;border-bottom:1px solid #E4E7EA;flex:none}
  .fbn-feed{background:#fff;flex:none}
  .fbn-post{background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--fb-text)}
  .fbn-author{display:flex;align-items:center;gap:8px;padding:8px 10px 5px}
  .fbn-avatar{width:30px;height:30px;border-radius:50%;flex:none;display:flex;align-items:center;justify-content:center;background:#355C52;color:#fff;border:1px solid rgba(255,255,255,.85);font-size:13px;font-weight:750;text-transform:lowercase}
  .fbn-author-copy{display:flex;flex-direction:column;line-height:1.2;min-width:0;flex:1}.fbn-name{font-size:11.5px;font-weight:750;color:var(--fb-text)}.fbn-meta{display:flex;align-items:center;gap:3px;margin-top:2px;font-size:9.5px;color:var(--fb-muted)}.fbn-meta svg{width:9px;height:9px;display:block}
  .fbn-more{width:17px;height:17px;color:var(--fb-muted);flex:none}
  .fbn-copy{margin:0;padding:0 10px 8px;font-size:10.4px;line-height:1.35;color:var(--fb-text)}
  .fbn-media{display:block;width:100%;height:218px;object-fit:cover;background:#E8E1D8}
  .fbn-linkbox{min-height:48px;padding:6px 9px;background:#F2F3F5;display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid #E4E6E9}
  .fbn-linkcopy{display:block;min-width:0;line-height:1.16}.fbn-domain,.fbn-linktitle,.fbn-linkdesc{display:block}.fbn-domain{font-size:7.8px;letter-spacing:.04em;text-transform:uppercase;color:var(--fb-muted)}.fbn-linktitle{margin-top:2px;font-size:10.2px;font-weight:750;color:var(--fb-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fbn-linkdesc{margin-top:1px;font-size:8.2px;color:var(--fb-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .fbn-cta{flex:none;border:1px solid #B9BDC2;border-radius:5px;background:#F5F6F7;color:#3A3B3C;padding:5px 8px;font-size:8.5px;font-weight:700;font-family:inherit;line-height:1}
  .fbn-stats{height:28px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;gap:7px;color:var(--fb-muted);font-size:9px;border-bottom:1px solid #E2E4E7}
  .fbn-stat-left{display:flex;align-items:center;min-width:0}.fbn-reactions{display:flex;align-items:center;margin-right:5px}.fbn-react{width:14px;height:14px;border:1px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:-3px;color:#fff}.fbn-react:first-child{margin-left:0}.fbn-react svg{width:9px;height:9px;display:block}.fbn-react.is-like{background:var(--fb-blue)}.fbn-react.is-love{background:#F55369}.fbn-react.is-wow{background:#F7B125;color:#30250B}
  .fbn-actions{height:34px;margin:0 9px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;color:var(--fb-muted)}
  .fbn-action{height:100%;display:flex;align-items:center;justify-content:center;gap:4px;font-size:9.3px;font-weight:650}.fbn-action svg{width:14px;height:14px;display:block}
  .fbn-feed-break{height:7px;background:var(--fb-divider);border-top:1px solid #E2E5E8;border-bottom:1px solid #E2E5E8;flex:none}
  .fbn-bottom{height:44px;display:grid;grid-template-columns:repeat(6,1fr);align-items:center;background:#fff;flex:none}.fbn-navitem{height:100%;position:relative;display:flex;align-items:center;justify-content:center;color:#606770}.fbn-navitem svg{width:18px;height:18px;display:block}.fbn-navitem.is-active{color:var(--fb-blue)}.fbn-navitem.is-active::before{content:"";position:absolute;left:4px;right:4px;top:0;height:2px;background:var(--fb-blue)}
  .fbn-safe{height:8px;position:relative;background:#fff;flex:none}.fbn-safe::after{content:"";position:absolute;left:50%;bottom:2px;transform:translateX(-50%);width:88px;height:3px;border-radius:3px;background:#050505}
  .fb-native-review{width:230px;flex:none}.fb-native-status{display:inline-flex;align-items:center;gap:7px;font-size:10.5px;font-weight:750;letter-spacing:.13em;text-transform:uppercase;color:#A8500C}.fb-native-status .ax-dot{background:#DD6500}.fb-native-title{font-family:var(--lp-heading,'EB Garamond',serif);font-size:26px;font-weight:500;line-height:1.06;letter-spacing:-.02em;color:var(--lp-text);margin:13px 0 0}.fb-native-meta{display:flex;align-items:center;gap:7px;margin:15px 0 0;font-size:12.5px;font-weight:600;color:var(--lp-text)}.fb-native-meta .ax-dot{width:5px;height:5px;background:#DD6500}.fb-native-sub{font-size:12px;line-height:1.45;color:rgba(38,18,8,.5);margin:6px 0 0}.fb-native-review-actions{display:flex;gap:9px;margin-top:17px}.fb-native-review-actions button{border-radius:100px;padding:10px 18px;font-family:'York Agent Inter',sans-serif;font-size:12.5px;font-weight:650;cursor:pointer}.fb-native-approve{background:#191818;color:#fff;border:1px solid #191818}.fb-native-edit{background:#fff;color:var(--lp-text);border:1px solid var(--lp-line-strong,#E6DED5)}
  /* Native post expanded inside the York review card. */
  .fbn-card{border-radius:15px 15px 0 0;overflow:hidden}.fbn-card .fbn-author{padding:14px 16px 9px}.fbn-card .fbn-avatar{width:40px;height:40px;font-size:17px}.fbn-card .fbn-name{font-size:14px}.fbn-card .fbn-meta{font-size:11.5px}.fbn-card .fbn-meta svg{width:11px;height:11px}.fbn-card .fbn-more{width:20px;height:20px}.fbn-card .fbn-copy{padding:0 16px 12px;font-size:14px;line-height:1.45}.fbn-card .fbn-media{height:210px}.fbn-card .fbn-linkbox{min-height:62px;padding:9px 14px}.fbn-card .fbn-domain{font-size:10px}.fbn-card .fbn-linktitle{font-size:13.5px}.fbn-card .fbn-linkdesc{font-size:11.5px}.fbn-card .fbn-cta{padding:8px 13px;font-size:11.5px;border-radius:6px}.fbn-card .fbn-stats{height:38px;padding:0 16px;font-size:11.5px}.fbn-card .fbn-react{width:17px;height:17px}.fbn-card .fbn-react svg{width:11px;height:11px}.fbn-card .fbn-actions{height:43px;margin:0 14px}.fbn-card .fbn-action{font-size:12.5px;gap:7px}.fbn-card .fbn-action svg{width:18px;height:18px}
  /* Facebook comment thread used by the Community response tab. */
  .fbn-comment-preview{padding:16px 18px 18px;background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}.fbn-context-head{display:flex;align-items:center;gap:9px;padding-bottom:12px;border-bottom:1px solid #E4E6EB}.fbn-context-head .fbn-avatar{width:34px;height:34px}.fbn-context-copy{min-width:0}.fbn-context-copy b{display:block;font-size:13px;color:var(--fb-text)}.fbn-context-copy span{display:block;margin-top:2px;font-size:11.5px;color:var(--fb-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fbn-thread-label{font-size:11px;font-weight:700;color:var(--fb-muted);margin:13px 0 10px}.fbn-comment-row{display:flex;align-items:flex-start;gap:8px;margin-top:10px}.fbn-comment-row>.fbn-avatar{width:32px;height:32px;font-size:12px}.fbn-comment-row:not(.is-page)>.fbn-avatar{background:#796D85;text-transform:none}.fbn-comment-body{min-width:0;flex:1}.fbn-bubble{display:inline-block;max-width:100%;background:var(--fb-soft);border-radius:16px;padding:8px 11px;font-size:13px;line-height:1.4;color:var(--fb-text)}.fbn-bubble b{display:block;font-size:12px;margin-bottom:2px}.fbn-comment-meta{display:flex;align-items:center;gap:9px;margin:4px 0 0 11px;font-size:10.5px;font-weight:600;color:var(--fb-muted)}.fbn-comment-row.is-page{margin-left:22px}.fbn-comment-row.is-page .fbn-bubble{background:#E7F3FF}.fbn-preview-note{display:flex;align-items:center;gap:7px;margin:14px 0 2px 40px;font-size:10.5px;font-weight:700;color:#476A91}.fbn-preview-note .ax-dot{width:5px;height:5px;background:var(--fb-blue)}
  /* mascot accents — York "employee" vectors */
  .fb-phone-wrap .york-guy-hero{position:absolute;left:-76px;bottom:12px;width:88px;height:88px;z-index:8;pointer-events:none}
  .york-guy-cta{display:block;width:92px;height:92px;margin:0 auto 14px}
  @media (max-width:1060px){.fb-native-stage{gap:22px}.fb-phone{width:270px}.fb-native-review{width:210px}}
  @media (max-width:900px){.ax-fb-pagebg{position:static;justify-content:center;margin-bottom:8px}.fb-native-stage{max-width:100%}.york-guy-hero{display:none}}
  @media (max-width:600px){.fb-native-stage{flex-direction:column;gap:24px}.fb-phone{width:min(284px,calc(100vw - 54px))}.fb-native-review{width:min(300px,100%);text-align:center}.fb-native-status,.fb-native-meta,.fb-native-review-actions{justify-content:center}.bwyh-wrap{padding-left:16px;padding-right:16px}}
  .lnav-cols.is-features{grid-template-columns:repeat(3,minmax(176px,1fr));gap:0 24px;width:auto}
  .lnav-cols.is-features .lnav-col{grid-template-columns:minmax(0,1fr)}
  .lnav-link.is-soon{cursor:default;opacity:.5}
  .lnav-link.is-soon:hover{background:none}
  .lnav-nm .soon{margin-left:7px;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#A8500C;background:#FBF0E3;border-radius:100px;padding:2px 6px}


.fbn-author .fbn-avatar,
.fbn-context-head .fbn-avatar,
.fbn-comment-row.is-page .fbn-avatar,
.fb-av{background:#1a1a1a url(/landing/shots/ig-avatar.jpg) center/cover !important;color:transparent !important}
