*{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}
  .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)}
  @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}
    .compare-tag{display:none}
  }
  /* --- hero-b · taste composition layer (A/B: only the hero differs from v1) --- */
  #agentDetail .ax-hero2-title{font-size:clamp(46px,5.3vw,78px);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}
  #agentDetail .ax-hero2-left::before{content:"";display:block;width:34px;height:3px;background:#DD6500;border-radius:2px;margin-bottom:18px}
  #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-style natural story rail + sticky engagement 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 h3{max-width:13ch;margin:20px 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-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(28px,3.2vw,44px);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-mention{display:flex;gap:11px;margin-bottom:2px}
  .bwyh-mention .av{width:36px;height:36px;border-radius:50%;background:#e9e6e1;color:#5B4C43;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;flex:none}
  .bwyh-mention-b{min-width:0}
  .bwyh-mention-line{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
  .bwyh-mention-name{font-size:13.5px;font-weight:700;color:var(--lp-text)}
  .bwyh-mention-handle{font-size:12.5px;color:var(--lp-text-secondary)}
  .bwyh-mention-txt{font-size:14px;line-height:1.5;color:var(--lp-text);margin:3px 0 0}
  .bwyh-mention-ctx{display:block;font-size:11.5px;color:var(--lp-text-secondary);margin:7px 0 0 47px}
  .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-thread{display:inline-flex;align-items:center;gap:7px;margin-top:11px;font-size:12.5px;font-weight:600;color:#A8500C}
  .bwyh-thread::before{content:"";width:2px;height:16px;background:#DD6500;border-radius:2px;display:inline-block}
  .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 (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 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}
  }
  @media (max-width:640px){.bwyh-wrap{padding:0 20px}}
  /* 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} }
  /* ============================================================
     TASTE PASS (Phase 3) — X signature = "in the conversation".
     The hero IS a live X thread: a trending post at the top, a thread
     connector, and MAISON ÉDIT's drafted reply below, waiting for review.
     Page-scoped; hides the generic York-app backdrop + old focus card.
     ============================================================ */
  #agentDetail .ax-hero2 .ax-scene-bg:not(.ax-xt-bg){display:none}
  #agentDetail .ax-hero2 .ax-focus{display:none}
  .ax-xt-bg{display:flex;align-items:center;justify-content:center}
  .ax-xt-card{width:426px;max-width:94%;background:#fff;border:1px solid var(--lp-line,#EFEEE7);border-radius:20px;padding:18px 20px 16px;box-shadow:0 2px 6px rgba(38,18,8,.05),0 34px 74px -44px rgba(38,18,8,.3),0 80px 132px -80px rgba(38,18,8,.26)}
  /* header: review status + timestamp */
  .ax-xt-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}
  .ax-xt-title{font-size:12px;font-weight:700;letter-spacing:.02em;color:var(--lp-text)}
  .ax-xt-time{font-size:11.5px;color:var(--lp-text-secondary)}
  /* slim opportunity note */
  .ax-xt-opp{display:flex;gap:8px;align-items:flex-start;margin-top:11px;padding:10px 12px;background:#FBF4EC;border:1px solid #F0E2D0;border-radius:12px}
  .ax-xt-opp .ax-xt-idot{width:6px;height:6px;border-radius:50%;background:#DD6500;flex:none;margin-top:6px}
  .ax-xt-olabel{display:block;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#A8500C}
  .ax-xt-opp p{margin:2px 0 0;font-size:12.5px;line-height:1.5;color:var(--lp-text-secondary)}
  /* the thread */
  .ax-xt-thread{margin-top:14px}
  .ax-xt-post{display:grid;grid-template-columns:40px 1fr;gap:12px}
  .ax-xt-av{width:40px;height:40px;border-radius:50%;flex:none;display:flex;align-items:center;justify-content:center;font-family:var(--lp-heading,'EB Garamond',serif);font-size:19px;font-weight:600;color:#fff}
  /* context post: quieter, secondary */
  .ax-xt-context .ax-xt-av{background:#8C7A6E;font-size:15px;font-weight:700;font-family:'York Agent Inter',sans-serif}
  .ax-xt-namerow{display:flex;align-items:center;gap:6px;flex-wrap:wrap;line-height:1.2}
  .ax-xt-name{font-size:14px;font-weight:700;color:var(--lp-text)}
  .ax-xt-handle{font-size:13px;color:var(--lp-text-secondary)}
  .ax-xt-dot-sep{color:var(--lp-text-secondary);font-size:12px}
  .ax-xt-when{font-size:12.5px;color:var(--lp-text-secondary)}
  .ax-xt-ctext{margin:3px 0 0;font-size:13.5px;line-height:1.5;color:#3f342d}
  /* thread connector line from context avatar down to reply avatar */
  .ax-xt-conn{justify-self:start;width:2px;background:var(--lp-line-strong,#E6DED5);height:20px;margin:5px 0 5px 19px}
  /* MAISON ÉDIT reply: bright protagonist */
  .ax-xt-reply{margin-top:2px}
  .ax-xt-reply .ax-xt-av{background:#191818;font-family:var(--lp-heading,'EB Garamond',serif)}
  .ax-xt-x{width:15px;height:15px;color:#1d9bf0;margin-left:auto;flex:none}
  .ax-xt-reply .ax-app-post-text{margin:4px 0 0;font-size:14px;line-height:1.55;color:var(--lp-text)}
  .ax-xt-reply .ax-app-post-text + .ax-app-post-text{margin-top:9px}
  .ax-xt-draftpill{display:inline-flex;align-items:center;gap:6px;margin-top:9px;font-size:10.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#A8500C}
  .ax-xt-draftpill::before{content:"";width:6px;height:6px;border-radius:50%;background:#DD6500}
  /* review gate */
  .ax-xt-gate{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:15px;padding-top:15px;border-top:1px solid var(--lp-line,#EFEEE7)}
  .ax-xt-gstatus{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;color:var(--lp-text-secondary);line-height:1.35}
  .ax-xt-gstatus .ax-dot{background:#DD6500;flex:none}
  .ax-xt-gbtns{display:inline-flex;gap:8px;flex:none}
  .ax-xt-edit{background:#fff;border:1px solid var(--lp-line-strong,#E6DED5);color:var(--lp-text);border-radius:100px;padding:9px 15px;font-size:12.5px;font-weight:600;font-family:'York Agent Inter',sans-serif;cursor:pointer}
  .ax-xt-approve{background:#191818;border:0;color:#fff;border-radius:100px;padding:9px 18px;font-size:12.5px;font-weight:600;font-family:'York Agent Inter',sans-serif;cursor:pointer}
  @media (max-width:900px){
    .ax-xt-bg{position:static;justify-content:center;margin-bottom:8px}
    .ax-xt-card{max-width:100%}
  }
  /* ============================================================
     ENGAGEMENT hero — the "TRIAGED MENTIONS QUEUE" (the signature).
     The hero IS a sorted inbox: York has read 24 interactions, liked
     the thank-yous, skipped the spam, and surfaced the few that need
     you. One lead is expanded with a drafted reply waiting on your
     Approve. Distinct from Writer's 3-draft chooser (variants of ONE
     post) — this is triage of MANY into a prioritized queue. Single
     coral accent; page-scoped.
     ============================================================ */
  .eg{padding:42px 0 52px;display:flex;align-items:center;min-height:min(84vh,780px);position:relative}
  .eg-grid{display:grid;grid-template-columns:minmax(0,44fr) minmax(0,56fr);gap:56px;align-items:center;max-width:1296px;margin:0 auto;width:100%}
  .eg-left{min-width:0}
  .eg-left .lv-eyebrow{position:relative;display:inline-block;padding-top:26px;font-size:14px;letter-spacing:.18em}
  .eg-left .lv-eyebrow::before{content:"";position:absolute;top:0;left:0;width:34px;height:3px;background:#DD6500;border-radius:2px}
  .eg-h1{font-family:var(--lp-heading,'EB Garamond',serif);font-weight:500;font-size:clamp(34px,3.9vw,56px);line-height:.99;letter-spacing:-.035em;color:var(--lp-text);margin:16px 0 0;max-width:15ch}
  .eg-h1 em{font-style:italic;color:#DD6500}
  .eg-lead{margin:20px 0 0;font-size:18px;line-height:1.6;color:var(--lp-text-secondary);max-width:44ch}
  .eg-cta{margin-top:26px;display:flex;flex-direction:column;gap:11px;max-width:420px}
  .eg-trust{list-style:none;margin:24px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px 20px}
  .eg-trust li{display:flex;align-items:center;gap:9px;font-size:13.5px;color:var(--lp-text-secondary)}
  .eg-tx{flex:none;width:13px;height:2px;background:#DD6500;border-radius:2px}
  .eg-right{min-width:0}
  /* the triage queue card */
  .eg-queue{position:relative;background:#fff;border:1px solid var(--lp-line-strong,#E6DED5);border-radius:20px;padding:18px 18px 16px;box-shadow:0 1px 2px rgba(38,18,8,.05),0 36px 70px -50px rgba(38,18,8,.4);max-width:522px;margin-left:auto}
  .eg-q-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:13px;border-bottom:1px solid var(--lp-line,#EFEEE7)}
  .eg-q-title{display:inline-flex;align-items:center;gap:8px;font-family:'York Agent Inter',sans-serif;font-size:11.5px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:#A8500C}
  .eg-q-title .ax-dot{background:#DD6500}
  .eg-q-time{font-family:'York Agent Inter',sans-serif;font-size:12px;color:var(--lp-text-secondary)}
  .eg-q-strat{margin:12px 0 2px;font-size:13px;line-height:1.55;color:var(--lp-text-secondary)}
  .eg-q-strat b{color:var(--lp-text);font-weight:700}
  .eg-q-list{display:flex;flex-direction:column;gap:9px;margin-top:11px}
  .eg-q-item{border:1px solid var(--lp-line-strong,#E6DED5);border-radius:14px;padding:12px 13px}
  .eg-q-item.is-open{border-color:rgba(221,101,0,.5);box-shadow:0 1px 2px rgba(38,18,8,.05),0 18px 34px -22px rgba(38,18,8,.4);position:relative}
  .eg-q-item.is-open::before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:3px;background:#DD6500;border-radius:3px}
  .eg-q-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
  .eg-q-pri{font-family:'York Agent Inter',sans-serif;font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:2px 8px;border-radius:100px}
  .eg-q-pri.is-high{color:#fff;background:#DD6500}
  .eg-q-pri.is-med{color:#A8500C;background:#FBF0E3}
  .eg-q-pri.is-low{color:#6b6560;background:rgba(38,18,8,.06)}
  .eg-q-tag{font-family:'York Agent Inter',sans-serif;font-size:12px;font-weight:700;color:var(--lp-text)}
  .eg-q-who{font-family:'York Agent Inter',sans-serif;font-size:12.5px;color:var(--lp-text-secondary)}
  .eg-q-act{margin-left:auto;font-family:'York Agent Inter',sans-serif;font-size:11.5px;font-weight:600;color:var(--lp-text-secondary)}
  .eg-q-msg{margin:9px 0 0;font-family:var(--lp-heading,'EB Garamond',serif);font-size:16.5px;line-height:1.45;color:var(--lp-text)}
  .eg-q-mini{margin:6px 0 0;font-size:13px;line-height:1.45;color:var(--lp-text-secondary)}
  .eg-q-draft{margin-top:11px;border:1px solid var(--lp-line,#EFEEE7);border-radius:12px;padding:11px 12px;background:#FCFBFA}
  .eg-q-draftk{display:inline-flex;align-items:center;gap:6px;font-family:'York Agent Inter',sans-serif;font-size:10.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#A8500C}
  .eg-q-draftk .ax-dot{background:#DD6500}
  .eg-q-drafttxt{margin:7px 0 0;font-size:14px;line-height:1.55;color:var(--lp-text)}
  .eg-q-flag{display:inline-block;margin-top:9px;font-family:'York Agent Inter',sans-serif;font-size:10.5px;font-weight:600;color:#A8500C;border:1px solid rgba(221,101,0,.4);border-radius:100px;padding:3px 9px}
  .eg-q-gate{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid var(--lp-line,#EFEEE7)}
  .eg-q-gmicro{display:inline-flex;align-items:center;gap:8px;font-family:'York Agent Inter',sans-serif;font-size:12px;color:var(--lp-text-secondary)}
  .eg-q-gmicro .ax-dot{background:#DD6500}
  .eg-q-gbtns{display:inline-flex;gap:8px;flex:none}
  .eg-q-edit{background:#fff;border:1px solid var(--lp-line-strong,#E6DED5);color:var(--lp-text);border-radius:100px;padding:8px 15px;font-family:'York Agent Inter',sans-serif;font-size:12.5px;font-weight:600;cursor:pointer}
  .eg-q-appr{background:#191818;border:0;color:#fff;border-radius:100px;padding:8px 16px;font-family:'York Agent Inter',sans-serif;font-size:12.5px;font-weight:600;cursor:pointer}
  @keyframes egFade{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
  .eg-queue{animation:egFade .7s cubic-bezier(.16,1,.3,1) both}
  @media (prefers-reduced-motion:reduce){ .eg-queue{animation:none} }
  @media (max-width:900px){
    .eg{min-height:0;padding:36px 0 44px}
    .eg-grid{grid-template-columns:minmax(0,1fr);gap:28px}
    .eg-left,.eg-right{min-width:0}
    .eg-queue{max-width:100%;margin:0 auto}
    .eg .ax-wrap{padding-left:20px;padding-right:20px}
  }
  @media (max-width:480px){ .eg-q-gate{flex-direction:column;align-items:stretch} .eg-q-gbtns{justify-content:flex-end} }
  /* ============================================================
     WRITER · Section 4 (What York handles) — three MODE artifacts.
     Distinct from the hero: 01 compares three angles at a glance,
     02 is a before/after rewrite, 03 is a straight verdict. Reuses
     the .bwyh-* shell + tokens; only the inner pieces are new here.
     ============================================================ */
  .wr4-opt{display:grid;grid-template-columns:22px 1fr;gap:13px;padding:13px 0;border-top:1px solid var(--lp-line,#EFEEE7)}
  .wr4-opt:first-child{border-top:0;padding-top:2px}
  .wr4-oa{font-family:'York Agent Inter',sans-serif;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--lp-text-secondary)}
  .wr4-op{font-family:var(--lp-heading,'EB Garamond',serif);font-size:16px;line-height:1.42;color:var(--lp-text);margin:5px 0 0}
  .wr4-oh{margin-top:8px}
  .wr4-q{font-family:'York Agent Inter',sans-serif;font-size:12.5px;font-weight:600;color:var(--lp-text-secondary)}
  .wr4-lbl{display:block;font-family:'York Agent Inter',sans-serif;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--lp-text-secondary);margin:0 0 6px}
  .wr4-before{font-family:var(--lp-heading,'EB Garamond',serif);font-size:14.5px;line-height:1.5;color:rgba(25,24,24,.5);padding-left:13px;border-left:2px solid var(--lp-line-strong,#E6DED5);margin:0}
  .wr4-after{font-family:var(--lp-heading,'EB Garamond',serif);font-size:16px;line-height:1.5;color:var(--lp-text);padding-left:13px;border-left:2px solid #DD6500;margin:14px 0 0}
  .wr4-quote{font-family:var(--lp-heading,'EB Garamond',serif);font-style:italic;font-size:15px;line-height:1.5;color:rgba(25,24,24,.6);padding-left:13px;border-left:2px solid var(--lp-line-strong,#E6DED5);margin:11px 0}
  .wr4-verdict{font-family:var(--lp-heading,'EB Garamond',serif);font-size:24px;font-weight:600;letter-spacing:-.01em;color:#191818;margin:4px 0 0}
  .wr4-verdict em{color:#DD6500;font-style:italic}
  .wr4-why2{font-size:14px;line-height:1.55;color:var(--lp-text);margin:9px 0 0}
  .wr4-fix{font-size:13.5px;line-height:1.5;color:#A8500C;margin:9px 0 0}
  /* mascot accents — York "employee" vectors (explicit w+h, never height:auto) */
  /* the mascot hangs off the card's left edge, so .pn-right must be its containing block */
  .pn-right{position:relative}
  .york-guy-hero{position:absolute;left:-78px;bottom:0;width:94px;height:94px;z-index:3;pointer-events:none}
  .york-guy-cta{display:block;width:92px;height:92px;margin:0 auto 14px}
  @media (max-width:900px){ .york-guy-hero{display:none} }
  .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}
