*{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}
  /* --- YouTube Shorts: red chip + vertical 9:16 video canvas --- */
  .yt-pchip{background:#FF0000!important;font-size:0}
  .yt-pchip svg{width:10px;height:8px;fill:#fff}
  .yt-canvas{position:relative;width:200px;aspect-ratio:9/16;border-radius:16px;overflow:hidden;margin:0 auto;background:#2a2320 url(/landing/shots/vid-yt.jpg?v=2) center/cover;box-shadow:0 1px 2px rgba(38,18,8,.06),0 22px 48px -26px rgba(38,18,8,.5)}
  .yt-canvas::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.42),transparent 30%),linear-gradient(to top,rgba(0,0,0,.58),transparent 46%)}
  .yt-canvas>*{position:absolute;z-index:2}
  .yt-dur{top:10px;right:10px;background:rgba(0,0,0,.62);color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:5px;letter-spacing:.02em}
  .yt-play{top:50%;left:50%;transform:translate(-50%,-50%);width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px -6px rgba(0,0,0,.5)}
  .yt-play svg{width:18px;height:18px;fill:#191818;margin-left:2px}
  .yt-hook{top:14px;left:13px;right:42px;color:#fff;font-family:var(--lp-heading,'EB Garamond',serif);font-weight:600;font-size:16px;line-height:1.18;text-shadow:0 1px 10px rgba(0,0,0,.35)}
  .yt-cap{left:13px;right:38px;bottom:13px;color:rgba(255,255,255,.94);font-size:11px;line-height:1.45;text-shadow:0 1px 6px rgba(0,0,0,.5)}
  .yt-cap b{color:#cfe0ff;font-weight:600}
  .yt-rail{right:9px;bottom:52px;display:flex;flex-direction:column;gap:14px;align-items:center;color:#fff}
  .yt-rail svg{width:20px;height:20px;filter:drop-shadow(0 1px 3px rgba(0,0,0,.5))}
  .yt-title{margin-top:12px;font-size:14px;font-weight:650;color:var(--lp-text);text-align:left}
  .yt-privacy{margin-top:8px;display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--lp-text-secondary)}
  .yt-privacy .ax-dot{background:#DD6500}
  /* --- video-forward peak (Option A, taste-recomposed): dominant phone + editorial "review station" beside it. Anti-center; fills the column. --- */
  .yt-scene{display:flex;align-items:center;justify-content:center;gap:40px}
  .yt-phone{position:relative;flex:none;width:240px;padding:9px;background:linear-gradient(152deg,#2c2926 0%,#151210 58%,#0e0c0b 100%);border-radius:36px;box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 2px 4px rgba(38,18,8,.14),0 48px 92px -34px rgba(38,18,8,.6),0 116px 156px -72px rgba(38,18,8,.42)}
  .yt-phone::before{content:"";position:absolute;top:9px;left:50%;transform:translateX(-50%);width:54px;height:5px;border-radius:3px;background:rgba(255,255,255,.22);z-index:3}
  .yt-phone .yt-canvas{width:100%;border-radius:28px;box-shadow:none;margin-top:5px}
  .yt-caption{flex:none;max-width:246px}
  .yt-cap-status{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#A8500C}
  .yt-cap-status .ax-dot{background:#DD6500}
  .yt-cap-title{font-family:var(--lp-heading,'EB Garamond',serif);font-weight:500;font-size:27px;line-height:1.1;letter-spacing:-.02em;color:var(--lp-text);margin:14px 0 0}
  .yt-cap-meta{display:flex;align-items:center;gap:8px;margin:16px 0 0;font-size:13.5px;font-weight:600;color:var(--lp-text)}
  .yt-cap-meta .ax-dot{background:#DD6500}
  .yt-cap-sub{margin:6px 0 0;font-size:12.5px;line-height:1.5;color:var(--lp-text-secondary)}
  .yt-cap-actions{display:flex;gap:10px;margin-top:22px}
  .yt-cap-approve{background:#191818;color:#fff;border:0;border-radius:100px;padding:11px 24px;font-size:13.5px;font-weight:600;cursor:pointer}
  .yt-cap-edit{background:#fff;color:var(--lp-text);border:1px solid var(--lp-line-strong,#E6DED5);border-radius:100px;padding:11px 20px;font-size:13.5px;font-weight:600;cursor:pointer}
  /* Section-4 uses the same review-station, scaled to the narrower artifact column */
  .bwyh-panel .yt-scene{gap:26px}
  .bwyh-panel .yt-phone{width:198px}
  .bwyh-panel .yt-caption{max-width:196px}
  .bwyh-panel .yt-cap-title{font-size:22px}
  @media (max-width:900px){ .yt-scene,.bwyh-panel .yt-scene{flex-direction:column;gap:26px} .yt-caption{max-width:320px;text-align:center} .yt-cap-status,.yt-cap-meta,.yt-cap-actions{justify-content:center} }
  .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}
    .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:.96;letter-spacing:-0.03em;text-wrap:wrap}
  #agentDetail .ax-hero2-title em{font-size:.975em}
  #agentDetail .ax-hero2-inner{grid-template-columns:0.97fr 1.03fr;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 .yts-review-btn,
  #agentDetail .bwyh-panel .yt-york-reply-foot .yts-review-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:20px}}
  @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} #agentDetail .ax-hero2-title .yt-hbr{display:none} }
  /* ============================================================
     SIGNATURE (Direction A) — YouTube = "your channel + Shorts shelf".
     The hero IS MAISON ÉDIT's YouTube channel: a warm banner, the round
     channel avatar, subscriber line, an active Shorts tab, a horizontal
     shelf of 9:16 Shorts with the pending draft ringed (coral READY),
     and a review gate below (private until you approve). Page-scoped;
     all classes prefixed .ytc- so the shared .yt-scene in Section 4 is
     untouched. Single accent orange (#DD6500), tinted shadows only.
     ============================================================ */
  .ax-hero2-scene.yt-scene{gap:0;position:relative}
  .ytc-channel{position:relative;width:456px;max-width:94%;background:#fff;border:1px solid rgba(55,39,30,.06);border-radius:22px;overflow:hidden;box-shadow:0 5px 14px rgba(48,35,28,.045),0 24px 58px rgba(48,35,28,.09)}
  /* platform mark — small, muted, quieter than the coral READY tag */
  .ytc-plat{position:absolute;top:11px;right:12px;z-index:4;width:15px;height:19px;border-radius:5px;background:#8f3d30;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px -2px rgba(48,35,28,.45)}
  .ytc-plat svg{width:8px;height:8px;fill:#fff;margin-left:1px}
  .ytc-banner{height:62px;background:linear-gradient(114deg,#F6ECDA 0%,#E7D4B6 46%,#DCBB96 100%);position:relative}
  .ytc-banner::after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(48deg,rgba(255,255,255,.10) 0 1.5px,transparent 1.5px 6px)}
  .ytc-head{display:flex;align-items:flex-end;gap:14px;padding:0 22px;margin-top:-24px;position:relative}
  .ytc-av{width:62px;height:62px;border-radius:50%;flex:none;display:flex;align-items:center;justify-content:center;font-family:var(--lp-heading,'EB Garamond',serif);font-size:29px;font-weight:600;color:#fff;background:linear-gradient(145deg,#DD6500,#A85F3D);border:3px solid #fff;box-shadow:0 8px 18px -8px rgba(38,18,8,.4)}
  .ytc-idwrap{padding-bottom:5px;min-width:0}
  .ytc-name{font-family:var(--lp-heading,'EB Garamond',serif);font-size:22px;font-weight:600;letter-spacing:-.01em;color:var(--lp-text);line-height:1.05}
  .ytc-sub{font-size:12.5px;color:var(--lp-text-secondary);margin-top:3px}
  .ytc-sub b{color:var(--lp-text);font-weight:700}
  .ytc-tabs{display:flex;gap:24px;padding:0 22px;margin-top:16px;border-bottom:1px solid var(--lp-line,#EFEEE7)}
  .ytc-tab{font-size:13px;font-weight:600;color:var(--lp-text-secondary);padding:0 0 11px;position:relative}
  .ytc-tab.is-on{color:var(--lp-text)}
  .ytc-tab.is-on::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#191818;border-radius:2px}
  .ytc-shelfhead{display:flex;align-items:baseline;justify-content:space-between;padding:15px 22px 11px}
  .ytc-shelfhead .l{font-size:11.5px;font-weight:600;letter-spacing:.02em;color:var(--lp-text-secondary)}
  .ytc-shelfhead .r{font-size:12.5px;font-weight:600;color:#A8500C;text-decoration:none}
  .ytc-shelf{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;padding:0 22px}
  .ytc-short{position:relative;aspect-ratio:9/16;border-radius:11px;overflow:hidden;background:linear-gradient(158deg,#2b1d15 0%,#6b4a32 52%,#a56a41 100%);box-shadow:0 10px 22px -14px rgba(38,18,8,.5)}
  .ytc-short::after{content:"";position:absolute;inset:0;background:radial-gradient(115% 55% at 26% 16%,rgba(255,255,255,.18),transparent 60%),linear-gradient(to top,rgba(0,0,0,.62),transparent 52%)}
  .ytc-short>*{position:absolute;z-index:2}
  .ytc-dur{bottom:7px;right:7px;background:rgba(0,0,0,.6);color:#fff;font-size:9px;font-weight:700;padding:1px 5px;border-radius:4px;letter-spacing:.02em}
  .ytc-hook{left:8px;right:8px;bottom:20px;color:#fff;font-family:var(--lp-heading,'EB Garamond',serif);font-weight:600;font-size:11.5px;line-height:1.18;text-shadow:0 1px 6px rgba(0,0,0,.5)}
  .ytc-short.is-draft{box-shadow:0 0 0 2px #DD6500,0 12px 26px -14px rgba(38,18,8,.5)}
  .ytc-ready{top:6px;left:6px;background:#DD6500;color:#fff;font-size:8.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:2px 5px;border-radius:4px;z-index:3}
  .ytc-gate{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding:14px 22px 18px;border-top:1px solid var(--lp-line,#EFEEE7)}
  .ytc-gstatus{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;color:var(--lp-text-secondary);line-height:1.35}
  .ytc-gstatus .ax-dot{background:#DD6500;flex:none}
  .ytc-gbtns{display:inline-flex;gap:8px;flex:none}
  .ytc-edit{background:#fff;border:1px solid var(--lp-line-strong,#E6DED5);color:var(--lp-text);border-radius:100px;padding:9px 16px;font-size:12.5px;font-weight:600;font-family:'York Agent Inter',sans-serif;cursor:pointer}
  .ytc-approve{background:#191818;border:0;color:#fff;border-radius:100px;padding:9px 19px;font-size:12.5px;font-weight:600;font-family:'York Agent Inter',sans-serif;cursor:pointer}
  @media (max-width:900px){ .ytc-channel{width:100%;max-width:440px} }
  @media (max-width:480px){ .ytc-shelfhead .l{font-size:11px} .ytc-hook{font-size:11px} .ytc-gate{flex-direction:column;align-items:flex-start} }
  /* mascot accents — York "employee" vectors (explicit w+h, never height:auto) */
  .york-guy-hero{position:absolute;left:calc(50% - 296px);bottom:52px;width:94px;height:94px;z-index:3;pointer-events:none}
  #agentDetail .ax-hero2-inner{position:relative}
  .york-guy-cta{display:block;width:92px;height:92px;margin:0 auto 14px}
  @media (max-width:900px){ .york-guy-hero{display:none} }

  /* ============================================================
     Native YouTube Shorts surfaces
     Hero = one Short in the desktop viewer. Section 4 = a compact
     Short, native comments, and the channel's Shorts shelf. York's
     review controls always sit outside the YouTube surface.
     ============================================================ */
  .yts-hero,.yts-native,.yt-draft-stage,.yt-comments-native,.ytch-channel{font-family:Arial,Roboto,'York Agent Inter',sans-serif;color:#0f0f0f}
  .ax-hero2-scene.yt-scene{display:flex;align-items:center;justify-content:center;min-width:0}
  .yts-hero{position:relative;width:min(100%,470px)}
  .yts-native{display:grid;grid-template-columns:282px 58px;align-items:end;justify-content:center;gap:15px;background:#fff;border-radius:24px;padding:14px 16px 15px;box-shadow:0 2px 5px rgba(15,15,15,.05),0 30px 72px -38px rgba(38,18,8,.3)}
  .yts-video{position:relative;width:100%;aspect-ratio:9/16;border-radius:18px;overflow:hidden;background:#242424 url(/landing/shots/vid-yt.jpg?v=2) center/cover no-repeat;isolation:isolate}
  .yts-video::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,rgba(0,0,0,.08),transparent 22%),linear-gradient(to top,rgba(0,0,0,.78),transparent 38%)}
  .yts-short-badge{position:absolute;top:13px;left:13px;z-index:3;display:inline-flex;align-items:center;gap:6px;color:#fff;font-size:11px;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.45)}
  .yts-short-badge svg{width:14px;height:14px;fill:#fff}
  .yts-more{position:absolute;top:11px;right:11px;z-index:3;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:50%;background:rgba(0,0,0,.18)}
  .yts-more svg{width:18px;height:18px;fill:currentColor}
  .yts-subtitle{position:absolute;z-index:3;left:19px;right:19px;top:40%;transform:translateY(-50%);text-align:center;color:#fff;font-size:21px;font-weight:800;line-height:1.16;letter-spacing:-.02em;text-shadow:0 2px 2px rgba(0,0,0,.85),0 0 14px rgba(0,0,0,.45)}
  .yts-subtitle mark{background:#ffd600;color:#0f0f0f;padding:0 4px;box-decoration-break:clone;-webkit-box-decoration-break:clone}
  .yts-video-meta{position:absolute;z-index:3;left:14px;right:14px;bottom:16px;color:#fff;text-shadow:0 1px 5px rgba(0,0,0,.65)}
  .yts-channel-row{display:flex;align-items:center;gap:8px;min-width:0}
  .yts-avatar{width:30px;height:30px;border:2px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:none;background:linear-gradient(145deg,#ddd0bf,#7d5944);color:#fff;font:700 16px/1 Arial,sans-serif;text-shadow:none}
  .yts-handle{font-size:12px;font-weight:700;white-space:nowrap}
  .yts-subscribe{border:0;border-radius:18px;background:#fff;color:#0f0f0f;padding:7px 10px;font-size:10px;font-weight:700;line-height:1;text-shadow:none}
  .yts-titleline{margin-top:9px;font-size:11px;font-weight:600;line-height:1.35;max-width:25ch}
  .yts-audio{display:flex;align-items:center;gap:5px;margin-top:7px;font-size:9.5px;font-weight:600;opacity:.96}
  .yts-audio svg{width:12px;height:12px;fill:currentColor;flex:none}
  .yts-progress{position:absolute;z-index:4;left:0;right:0;bottom:0;height:3px;background:rgba(255,255,255,.45)}
  .yts-progress::before{content:"";display:block;width:58%;height:100%;background:#f00}
  .yts-actions{display:flex;flex-direction:column;align-items:center;gap:15px;padding-bottom:0}
  .yts-action{display:flex;flex-direction:column;align-items:center;gap:5px;color:#0f0f0f;font-size:10.5px;line-height:1;font-weight:500;white-space:nowrap}
  .yts-action-icon{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f2f2f2;color:#0f0f0f}
  .yts-action-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .yts-action-icon svg.fill{fill:currentColor;stroke:none}
  .yts-disc{width:43px;height:43px;border-radius:7px;padding:4px;background:#242424;box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)}
  .yts-disc span{display:block;width:100%;height:100%;border-radius:50%;background:#d7c6b0 url(/landing/shots/cand-02.jpg?v=2) center/cover;box-shadow:inset 0 0 0 3px #111}
  .yts-review{display:flex;align-items:center;justify-content:space-between;gap:16px;width:calc(100% - 28px);margin:13px auto 0;padding:12px 15px 12px 17px;border:1px solid #e7ded4;border-radius:17px;background:#fffaf5;box-shadow:0 16px 34px -28px rgba(38,18,8,.38)}
  .yts-review-copy{min-width:0}
  .yts-review-kicker{display:flex;align-items:center;gap:7px;color:#a8500c;font-size:9.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
  .yts-review-kicker::before{content:"";width:6px;height:6px;border-radius:50%;background:#dd6500;box-shadow:0 0 0 3px rgba(221,101,0,.12)}
  .yts-review-title{margin-top:4px;color:#261208;font-family:'York Agent Inter',sans-serif;font-size:12.5px;font-weight:650;line-height:1.35}
  .yts-review-actions{display:flex;gap:7px;flex:none}
  .yts-review-btn{min-height:36px;border-radius:999px;padding:0 14px;border:1px solid #e2d8cd;background:#fff;color:#261208;font:600 11.5px/1 'York Agent Inter',sans-serif;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}
  .yts-review-btn.primary{border-color:#191818;background:#191818;color:#fff}
  .yts-review-btn:focus-visible,.ytch-subscribe:focus-visible,.ytch-chip:focus-visible{outline:2px solid #065fd4;outline-offset:2px}

  /* ============================================================
     HERO — immersive native Shorts player inside a phone.
     Sibling of the TikTok phone (dark bezel), branded with the
     Shorts logo + YouTube bottom nav so it reads unmistakably as
     YouTube. No white card. York's review sits outside the surface
     as an editorial card (matches the Facebook page). The Section-4
     .yts-* surfaces below are untouched.
     ============================================================ */
  .ytp-stage{display:flex;align-items:center;justify-content:center;gap:32px;max-width:560px;margin:0 auto}
  .ytp-phone-wrap{position:relative;flex:none}
  .ytp-phone{width:232px;padding:4px;background:#050505;border:1px solid rgba(255,255,255,.09);border-radius:40px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 2px 4px rgba(38,18,8,.1),0 48px 96px -36px rgba(38,18,8,.42),0 116px 156px -74px rgba(38,18,8,.3)}
  .ytp-screen{position:relative;width:100%;aspect-ratio:9/19;border-radius:36px;overflow:hidden;background:#0b0b0b url(/landing/shots/vid-yt.jpg?v=2) center/cover no-repeat;font-family:'Roboto','Arial',sans-serif;color:#fff;isolation:isolate}
  .ytp-screen::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 18%),linear-gradient(to top,rgba(0,0,0,.82),transparent 44%)}
  .ytp-screen>*{position:absolute;z-index:2}
  .ytp-ic-fill{fill:#fff;stroke:none}
  .ytp-ic-line{fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  /* status bar */
  .ytp-status{top:0;left:0;right:0;height:26px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;font-size:10px;font-weight:600;letter-spacing:.02em}
  .ytp-status-icons{display:flex;align-items:center;gap:4px}
  .ytp-status-icons svg{fill:#fff}
  .ytp-status-icons .i-sig{width:13px;height:11px}.ytp-status-icons .i-wifi{width:13px;height:11px}.ytp-status-icons .i-bat{width:15px;height:11px}
  /* top bar: Shorts lockup + camera/more */
  .ytp-top{top:15px;left:13px;right:12px;display:flex;align-items:center;justify-content:space-between}
  .ytp-shortmark{display:inline-flex;align-items:center;gap:5px;font-size:14px;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.5)}
  .ytp-shortmark svg{width:17px;height:17px}
  .ytp-top-actions{display:flex;align-items:center;gap:13px}
  .ytp-top-actions svg{width:19px;height:19px}
  /* right action rail (overlaid, filled white glyphs) */
  .ytp-rail{right:7px;bottom:100px;display:flex;flex-direction:column;align-items:center;gap:13px}
  .ytp-act{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:10px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.55)}
  .ytp-act svg{width:22px;height:22px;fill:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.45))}
  .ytp-act svg.flipx{transform:scaleX(-1)}
  .ytp-disc{position:relative;width:28px;height:28px;border-radius:8px;background:#d7c6b0 url(/landing/shots/cand-02.jpg?v=2) center/cover;box-shadow:0 0 0 1.6px rgba(255,255,255,.92),0 1px 4px rgba(0,0,0,.45)}
  .ytp-disc-badge{position:absolute;right:-4px;bottom:-4px;width:15px;height:15px;border-radius:50%;background:#0f0f0f;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 1.6px #0b0b0b}
  .ytp-disc-badge svg{width:9px;height:9px;fill:#fff}
  /* bottom caption block */
  .ytp-caption{left:13px;right:12px;bottom:52px}
  .ytp-cap-text{margin:0 0 9px;max-width:152px;font-size:11.5px;line-height:1.32;font-weight:500;text-shadow:0 1px 4px rgba(0,0,0,.7)}
  .ytp-cap-chan{display:flex;align-items:center;gap:4px}
  .ytp-cap-av{width:22px;height:22px;border-radius:50%;flex:none;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#ddd0bf,#7d5944);color:#fff;font:700 11px/1 Arial,sans-serif;border:1.2px solid rgba(255,255,255,.9)}
  .ytp-cap-handle{font-size:11px;font-weight:500;text-shadow:0 1px 4px rgba(0,0,0,.6)}
  .ytp-cap-sub{border:0;border-radius:3px;background:rgba(255,255,255,.15);color:rgba(255,255,255,.92);padding:4px 5px;font-size:8px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;line-height:1;cursor:pointer;white-space:nowrap;margin-left:1px}
  .ytp-sound{right:8px;bottom:54px;width:28px;height:28px;border-radius:8px;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),#3a2f2a url(/landing/shots/cand-02.jpg?v=2) center/cover;box-shadow:0 0 0 1.3px rgba(255,255,255,.82),0 2px 5px rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center}
  .ytp-sound svg{width:14px;height:14px;fill:#fff}
  .ytp-cap-audio{display:inline-flex;align-items:center;gap:5px;margin-top:8px;font-size:10px;font-weight:500;text-shadow:0 1px 4px rgba(0,0,0,.6)}
  .ytp-cap-audio svg{width:11px;height:11px;fill:#fff;flex:none}
  /* progress */
  .ytp-progress{left:0;right:0;bottom:46px;height:2.5px;background:rgba(255,255,255,.4)}
  .ytp-progress::before{content:"";display:block;width:57%;height:100%;background:#ff0000}
  /* bottom nav */
  .ytp-nav{left:0;right:0;bottom:0;height:46px;display:flex;align-items:center;justify-content:space-between;padding:0 6px 5px;background:#0b0b0b}
  .ytp-nav-item{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;font-size:6.5px;font-weight:500;letter-spacing:-.01em;color:rgba(255,255,255,.92);white-space:nowrap}
  .ytp-nav-dot{position:absolute;top:1px;left:calc(50% + 3px);width:6px;height:6px;border-radius:50%;background:#ff0000;box-shadow:0 0 0 1.6px #0b0b0b}
  .ytp-nav-item svg{width:18px;height:18px;fill:#fff}
  .ytp-nav-item:not(.is-on){opacity:.94}
  .ytp-nav-create svg{width:25px;height:25px;margin-bottom:11px}
  .ytp-nav-item svg.ytp-nav-shorts{fill:none;stroke:#fff;stroke-width:10;stroke-linejoin:round;stroke-linecap:round}
  .ytp-nav-item svg.ytp-nav-shorts .tri{fill:#fff;stroke:none}
  /* editorial review card beside the phone (matches Facebook page) */
  .ytp-review{width:216px;flex:none}
  .ytp-review-kick{display:inline-flex;align-items:center;gap:7px;font-size:10.5px;font-weight:750;letter-spacing:.13em;text-transform:uppercase;color:#A8500C}
  .ytp-review-kick .ax-dot{background:#DD6500}
  .ytp-review-title{font-family:var(--lp-heading,'EB Garamond',serif);font-size:27px;font-weight:500;line-height:1.06;letter-spacing:-.02em;color:var(--lp-text);margin:13px 0 0}
  .ytp-review-meta{display:flex;align-items:center;gap:7px;margin:15px 0 0;font-size:12.5px;font-weight:600;color:var(--lp-text)}
  .ytp-review-meta .ax-dot{width:5px;height:5px;background:#DD6500}
  .ytp-phone-wrap{position:relative}
  .ytp-flag{position:absolute;z-index:9;top:-14px;left:16px;display:inline-flex;align-items:center;gap:7px;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 10px 22px -12px rgba(38,18,8,.34)}
  .ytp-flag .ax-dot{background:#DD6500}
  .ytp-review-sub{font-size:12px;line-height:1.45;color:rgba(38,18,8,.5);margin:6px 0 0}
  .ytp-review-actions{display:flex;gap:9px;margin-top:18px}
  .ytp-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}
  .ytp-approve{background:#191818;color:#fff;border:1px solid #191818}
  .ytp-edit{background:#fff;color:var(--lp-text);border:1px solid var(--lp-line-strong,#E6DED5)}
  .ytp-phone-wrap .york-guy-hero{position:absolute;left:-74px;bottom:16px;width:88px;height:88px;z-index:8;pointer-events:none}
  @media (max-width:1060px){.ytp-stage{gap:24px}.ytp-phone{width:216px}.ytp-review{width:198px}.ytp-review-title{font-size:25px}}
  @media (max-width:900px){.ytp-stage{max-width:100%}}
  @media (max-width:600px){.ytp-stage{flex-direction:column;gap:26px}.ytp-phone{width:min(238px,calc(100vw - 60px))}.ytp-phone-wrap .york-guy-hero{display:none}.ytp-review{width:min(320px,100%);text-align:center}.ytp-review-kick,.ytp-review-meta,.ytp-review-actions{justify-content:center}}

  /* Section 4 / state 01: the same native grammar at a smaller scale. */
  .yt-draft-stage{display:grid;grid-template-columns:235px minmax(0,1fr);align-items:center;gap:24px;padding:4px 0}
  .yts-native--compact{grid-template-columns:178px 42px;gap:9px;padding:9px;border-radius:17px;box-shadow:none;background:#f8f8f8}
  .yts-native--compact .yts-video{border-radius:12px}
  .yts-native--compact .yts-short-badge{top:9px;left:9px;font-size:8.5px}
  .yts-native--compact .yts-short-badge svg{width:11px;height:11px}
  .yts-native--compact .yts-more{top:7px;right:7px;width:25px;height:25px}
  .yts-native--compact .yts-subtitle{left:10px;right:10px;font-size:15px}
  .yts-native--compact .yts-video-meta{left:9px;right:9px;bottom:10px}
  .yts-native--compact .yts-avatar{width:23px;height:23px;font-size:12px;border-width:1px}
  .yts-native--compact .yts-handle{font-size:9px}
  .yts-native--compact .yts-subscribe{padding:5px 7px;font-size:8px}
  .yts-native--compact .yts-titleline{font-size:8.5px;margin-top:6px}
  .yts-native--compact .yts-audio{font-size:8px;margin-top:4px}
  .yts-native--compact .yts-actions{gap:9px}
  .yts-native--compact .yts-action{font-size:8px;gap:3px}
  .yts-native--compact .yts-action-icon{width:34px;height:34px}
  .yts-native--compact .yts-action-icon svg{width:17px;height:17px}
  .yts-native--compact .yts-disc{width:32px;height:32px;border-radius:5px;padding:3px}
  /* Panel 1 — compact native Shorts player (mirrors the hero overlay player) */
  .ytpc-card{position:relative;width:198px;max-width:100%;aspect-ratio:9/16;border-radius:15px;overflow:hidden;background:#0b0b0b center/cover no-repeat;isolation:isolate;font-family:'Roboto','Arial',sans-serif;color:#fff;box-shadow:0 2px 5px rgba(38,18,8,.08),0 24px 50px -30px rgba(38,18,8,.4)}
  .ytpc-card::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,rgba(0,0,0,.4),transparent 20%),linear-gradient(to top,rgba(0,0,0,.82),transparent 45%)}
  .ytpc-card>*{position:absolute;z-index:2}
  .ytpc-top{top:11px;left:11px;right:10px;display:flex;align-items:center;justify-content:space-between}
  .ytpc-shortmark{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.5)}
  .ytpc-shortmark svg{width:14px;height:14px}
  .ytpc-more svg{width:17px;height:17px;fill:#fff}
  .ytpc-rail{right:6px;bottom:58px;display:flex;flex-direction:column;align-items:center;gap:10px}
  .ytpc-act{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:8px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.5)}
  .ytpc-act svg{width:18px;height:18px;fill:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.4))}
  .ytpc-act svg.flipx{transform:scaleX(-1)}
  .ytpc-disc{width:21px;height:21px;border-radius:6px;background:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)),#3a2f2a url(/landing/shots/cand-02.jpg?v=2) center/cover;box-shadow:0 0 0 1.1px rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center}
  .ytpc-disc svg{width:11px;height:11px;fill:#fff}
  .ytpc-caption{left:11px;right:10px;bottom:12px}
  .ytpc-cap-text{margin:0 0 7px;max-width:132px;font-size:9.5px;line-height:1.3;font-weight:500;text-shadow:0 1px 4px rgba(0,0,0,.7)}
  .ytpc-cap-chan{display:flex;align-items:center;gap:4px}
  .ytpc-cap-av{width:19px;height:19px;border-radius:50%;flex:none;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#ddd0bf,#7d5944);color:#fff;font:700 9px/1 Arial,sans-serif;border:1px solid rgba(255,255,255,.9)}
  .ytpc-cap-handle{font-size:9px;font-weight:500;text-shadow:0 1px 4px rgba(0,0,0,.6)}
  .ytpc-cap-sub{border:0;border-radius:3px;background:rgba(255,255,255,.16);color:rgba(255,255,255,.92);padding:4px 5px;font-size:7px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;line-height:1;white-space:nowrap}
  .ytpc-progress{left:0;right:0;bottom:0;height:2.5px;background:rgba(255,255,255,.4)}
  .ytpc-progress::before{content:"";display:block;width:52%;height:100%;background:#ff0000}
  .yt-draft-review{min-width:0}
  .yt-draft-review .yt-review-label{display:flex;align-items:center;gap:7px;color:#a8500c;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
  .yt-draft-review .yt-review-label::before{content:"";width:6px;height:6px;border-radius:50%;background:#dd6500}
  .yt-draft-review h3{margin:10px 0 0;color:#261208;font-family:var(--lp-heading,'EB Garamond',serif);font-size:22px;line-height:1.06;letter-spacing:-.015em}
  .yt-draft-review p{margin:9px 0 0;color:#6f625a;font-size:11.5px;line-height:1.5}
  .yt-draft-review .yt-review-meta{display:grid;gap:7px;margin-top:13px;color:#261208;font-size:10.5px;font-weight:600}
  .yt-review-meta span{display:flex;align-items:center;gap:7px}
  .yt-review-meta .ax-dot{width:5px;height:5px;background:#dd6500;flex:none}
  .yt-draft-review .yts-review-actions{margin-top:16px}

  /* Section 4 / state 02: native YouTube comment rows, no chat bubbles. */
  .yt-comments-native{padding:4px 2px 0;background:#fff}
  .yt-comments-head{display:flex;align-items:center;justify-content:space-between;padding:0 0 14px;border-bottom:1px solid #e5e5e5}
  .yt-comments-head strong{font-size:15px;font-weight:700}
  .yt-comments-sort{display:inline-flex;align-items:center;gap:7px;color:#0f0f0f;font-size:11px;font-weight:700}
  .yt-comments-sort svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
  .yt-comment{display:flex;gap:11px;padding:16px 0 12px}
  .yt-comment + .yt-comment{border-top:1px solid #f1f1f1}
  .yt-comment-avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:none;background:#ded1c1;color:#3d2c22;font-size:12px;font-weight:800}
  .yt-comment-avatar.brand{background:#3f2d23;color:#fff;font-size:15px}
  .yt-comment-body{min-width:0;flex:1}
  .yt-comment-author{display:flex;align-items:baseline;gap:6px;color:#0f0f0f;font-size:11px;font-weight:700}
  .yt-comment-author time{color:#606060;font-size:10px;font-weight:400}
  .yt-comment-text{margin:5px 0 0;color:#0f0f0f;font-size:12.5px;line-height:1.45}
  .yt-comment-actions{display:flex;align-items:center;gap:15px;margin-top:8px;color:#606060;font-size:10px}
  .yt-comment-actions span{display:inline-flex;align-items:center;gap:5px}
  .yt-comment-actions svg{width:16px;height:16px;fill:currentColor}
  .yt-view-replies{display:flex;align-items:center;gap:8px;margin-top:8px;color:#065fd4;font-size:10.5px;font-weight:700}
  .yt-view-replies::before{content:"";width:17px;height:1px;background:#065fd4}
  .yt-york-reply{margin:2px 0 0 45px;padding:13px 14px;border-left:2px solid #dd6500;background:#fff9f3;border-radius:0 10px 10px 0}
  .yt-york-reply-label{color:#a8500c;font:800 9px/1.2 'York Agent Inter',sans-serif;letter-spacing:.12em;text-transform:uppercase}
  .yt-york-reply p{margin:6px 0 0;color:#261208;font:12px/1.45 'York Agent Inter',sans-serif}
  .yt-york-reply-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:11px}
  .yt-york-reply-foot span{color:#75675e;font:10px/1.3 'York Agent Inter',sans-serif}
  .yt-york-reply-foot .yts-review-actions{gap:6px}
  .yt-york-reply-foot .yts-review-btn{min-height:32px;padding:0 11px;font-size:10.5px}

  /* Section 4 / state 03: compact native channel page + Shorts shelf. */
  .ytch-channel{width:100%;background:#fff}
  .ytch-banner{height:52px;border-radius:10px;background-color:#171516;background-image:linear-gradient(90deg,rgba(0,0,0,.24),rgba(0,0,0,.03) 48%,rgba(0,0,0,.16)),url(/landing/shots/li-a.jpg?v=2);background-position:center,center 43%;background-size:cover,cover;background-repeat:no-repeat}
  .ytch-head{display:flex;align-items:center;gap:12px;padding:9px 2px 7px}
  .ytch-avatar{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:none;background:linear-gradient(145deg,#dfcfbd,#654837);color:#fff;font-size:24px;font-weight:800}
  .ytch-id{min-width:0;flex:1}
  .ytch-name{font-size:18px;font-weight:700;line-height:1.15}
  .ytch-meta{margin-top:4px;color:#606060;font-size:9.5px;line-height:1.35}
  .ytch-subscribe{min-height:34px;border:0;border-radius:18px;background:#0f0f0f;color:#fff;padding:0 14px;font-size:10.5px;font-weight:700;flex:none;cursor:pointer}
  .ytch-tabs{display:flex;align-items:center;gap:20px;border-bottom:1px solid #e5e5e5}
  .ytch-tab{position:relative;padding:9px 0;color:#606060;font-size:10.5px;font-weight:600}
  .ytch-tab.is-on{color:#0f0f0f}
  .ytch-tab.is-on::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#0f0f0f}
  .ytch-search{width:27px;height:27px;margin-left:auto;display:flex;align-items:center;justify-content:center;color:#0f0f0f}
  .ytch-search svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}
  .ytch-filters{display:flex;gap:7px;padding:9px 0 9px}
  .ytch-chip{border:0;border-radius:7px;background:#f2f2f2;color:#0f0f0f;padding:7px 10px;font-size:9px;font-weight:700;cursor:pointer;transition:background-color .2s ease,color .2s ease}
  .ytch-chip.is-on{background:#0f0f0f;color:#fff}
  .ytch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px 8px}
  .ytch-card{min-width:0}
  .ytch-thumb{position:relative;aspect-ratio:0.72;overflow:hidden;border-radius:8px;background:#ddd center/cover no-repeat}
  .ytch-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.45),transparent 42%)}
  .ytch-thumb-copy{position:absolute;z-index:2;left:7px;right:7px;top:48%;transform:translateY(-50%);color:#fff;text-align:center;font-size:9px;font-weight:800;line-height:1.15;text-shadow:0 1px 3px rgba(0,0,0,.7)}
  .ytch-thumb-copy mark{background:#ffd600;color:#0f0f0f;padding:0 2px}
  .ytch-duration{position:absolute;z-index:2;right:5px;bottom:5px;border-radius:3px;background:rgba(0,0,0,.72);color:#fff;padding:2px 4px;font-size:7px;font-weight:700}
  .ytch-card-copy{position:relative;padding:7px 17px 0 1px}
  .ytch-card-title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#0f0f0f;font-size:9.5px;font-weight:650;line-height:1.3}
  .ytch-card-meta{margin-top:3px;color:#606060;font-size:8.5px;line-height:1.3}
  .ytch-more{position:absolute;top:5px;right:0;width:16px;height:22px;display:flex;align-items:flex-start;justify-content:center;color:#0f0f0f}
  .ytch-more svg{width:13px;height:13px;fill:currentColor}

  @media (max-width:1080px){
    .yts-native{grid-template-columns:258px 54px;gap:12px}
    .yts-action-icon{width:43px;height:43px}
  }
  @media (max-width:900px){
    .yts-hero{width:min(100%,440px)}
    .yts-native{grid-template-columns:272px 55px}
    .yt-draft-stage{grid-template-columns:245px minmax(0,1fr)}
  }
  @media (max-width:640px){
    #landingNav .landing-nav-discord,#landingNav .landing-login-btn{display:none}
    #landingNav .landing-nav-inner{padding-left:16px;padding-right:16px;gap:12px}
    #landingNav .landing-nav-actions{gap:4px;flex:none}
    #landingNav .landing-cta-sm{padding-left:12px;padding-right:12px}
    .bwyh-wrap{padding:0 18px}
    .yts-native{grid-template-columns:minmax(0,236px) 45px;gap:9px;padding:10px;border-radius:18px}
    .yts-video{border-radius:14px}
    .yts-actions{gap:10px}
    .yts-action-icon{width:37px;height:37px}
    .yts-action-icon svg{width:19px;height:19px}
    .yts-disc{width:35px;height:35px}
    .yts-subtitle{font-size:18px}
    .yts-review{width:100%;align-items:flex-start;flex-direction:column}
    .yt-draft-stage{grid-template-columns:1fr;justify-items:center;gap:20px}
    .yt-draft-review{text-align:center;max-width:270px}
    .yt-draft-review .yt-review-label,.yt-draft-review .yts-review-actions{justify-content:center}
    .yt-draft-review .yt-review-meta{justify-items:center}
    .ytch-head{align-items:flex-start;flex-wrap:wrap}
    .ytch-id{min-width:calc(100% - 70px)}
    .ytch-subscribe{margin-left:66px}
    .ytch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .yt-york-reply{margin-left:0}
    .yt-york-reply-foot{align-items:flex-start;flex-direction:column}
  }
  @media (max-width:390px){
    .yts-native{grid-template-columns:minmax(0,211px) 40px;gap:7px;padding:8px}
    .yts-action-icon{width:34px;height:34px}
    .yts-action{font-size:9px}
    .yts-subtitle{font-size:16px}
    .yts-video-meta{left:10px;right:10px}
    .yts-review-actions{width:100%}
    .yts-review-btn{flex:1}
  }
  @media (prefers-reduced-motion:reduce){.yts-review-btn,.ytch-chip{transition:none!important}}
  .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}


.ytp-cap-av,
.ytpc-cap-av,
.ytch-avatar{background:#1a1a1a url(/landing/shots/ig-avatar.jpg) center/cover !important;color:transparent !important}
