/* Theme sets html{scroll-behavior:smooth}; long smooth anchor jumps get canceled mid-flight in Chrome, so jump-bar anchors are instant on this template. */
html{scroll-behavior:auto;}
.elj2-hero{background:#111;padding:44px 24px 40px;}
.elj2-heroin{max-width:1360px;margin:0 auto;display:flex;gap:60px;align-items:flex-start;}
.elj2-left{flex:1 1 auto;min-width:0;}
.elj2-crumb{display:flex;align-items:center;gap:12px;font:400 13px/1 Inter,sans-serif;color:#8a8a8e;}
.elj2-crumb a{color:#8a8a8e;text-decoration:none;border:0;}
.elj2-crumb a:hover{color:#fff;}
.elj2-crumb .cur{color:#cfcfcf;}
.elj2-brandrow{display:flex;align-items:center;gap:20px;margin-top:16px;}
.elj2-logo{width:64px;height:64px;border-radius:100px;object-fit:cover;flex:0 0 auto;background:#1b1b1b;}
.elj2-name{color:#fff;font:700 36px/1.1 Inter,sans-serif;letter-spacing:-.015em;}
.elj2-sub{color:#8a8a8e;font:400 13px/1.3 Inter,sans-serif;margin-top:5px;}
.elj2-desc{color:#b5b5b5;font:400 15px/1.6 Inter,sans-serif;max-width:640px;margin:18px 0 0;}
.elj2-desc a{color:#eb3656;}
.elj2-right{width:420px;flex:0 0 auto;}
.elj2-pres{display:flex;justify-content:flex-end;margin-bottom:14px;}
.elj2-presin{display:inline-flex;align-items:center;gap:8px;background:#1c1c1c;border-radius:100px;padding:8px 16px;font:400 12px/1 Inter,sans-serif;color:#8a8a8e;text-decoration:none;border:0;}
.elj2-presin img{height:16px;width:auto;display:block;}
.elj2-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.elj2-stat{background:#1b1b1b;border-radius:10px;padding:13px 16px;}
.elj2-statlbl{font:700 10px/1 Inter,sans-serif;letter-spacing:.07em;text-transform:uppercase;color:#8a8a8e;}
.elj2-statval{font:700 16px/1.3 Inter,sans-serif;color:#fff;margin-top:4px;}
/* Theme header is a fixed 56px bar (z 9999); stick below it. Admin bar adds 32px (46px <=782px). */
.elj2-jump{position:sticky;top:56px;z-index:900;background:#fff;border-bottom:1px solid #ececee;padding:14px 24px;}
.elj2-jumpin{max-width:1360px;margin:0 auto;display:flex;gap:8px;flex-wrap:wrap;align-items:center;}
body.admin-bar .elj2-jump{top:88px;}
@media(max-width:782px){body.admin-bar .elj2-jump{top:102px;}}
.elj2-jumplbl{font:700 11px/1 Inter,sans-serif;letter-spacing:.08em;text-transform:uppercase;color:#8a8a8e;margin-right:8px;}
.elj2-jumper{display:inline-flex;align-items:center;gap:7px;font:400 13px/1 Inter,sans-serif;color:#16181d;background:#fff;border:1px solid #e4e4e7;border-radius:9999px;padding:9px 16px;cursor:pointer;text-decoration:none;white-space:nowrap;}
.elj2-jumper:hover{background:#f2f2f4;color:#16181d;border-color:#c9c9cf;}
.elj2-jumper .ct{color:#8a8a8e;}
.elj2-main{padding:28px 24px 64px;}
.elj2-wrap{max-width:1360px;margin:0 auto;display:flex;flex-direction:column;gap:24px;}
.elj2-sheet{background:#fff;border-radius:8px;padding:26px 30px;box-shadow:0 1px 2px rgba(22,24,29,.06),0 10px 28px rgba(22,24,29,.09);scroll-margin-top:140px;}
.elj2-eyebrowrow{display:flex;align-items:baseline;gap:16px;}
.elj2-eyebrow{font:700 11px/1 Inter,sans-serif;letter-spacing:.08em;text-transform:uppercase;color:#eb3656;}
.elj2-range{margin-left:auto;font:400 13px/1 Inter,sans-serif;color:#8a8a8e;}
.elj2-titlerow{display:flex;align-items:center;gap:12px;margin-top:2px;}
/* ID specificity so theme #content-archive h2 margins can't push the title/pill out of line */
#content-archive .elj2-title{font:700 25px/1.2 Inter,sans-serif;color:#16181d;letter-spacing:-.01em;margin:0;padding:0;}
.elj2-count{background:#f2f2f4;color:#555;font:400 11px/1 Inter,sans-serif;padding:5px 12px;border-radius:100px;white-space:nowrap;}
.elj2-sheetdesc{font:400 14px/1.55 Inter,sans-serif;color:#555;max-width:880px;margin:10px 0 20px;}
/* Email cards = the theme's own thumb-primary partial + eml-gallery-cardgrid styling; only neutralize archive-container chrome inside sheets */
.elj2-sheet .archive-container{margin:0;padding:0;width:auto;max-width:none;}
.elj2-adrow{text-align:center;}
.elj2-adrow img{max-width:100%;height:auto;border-radius:8px;}
.elj2-video{display:inline-block;margin-top:14px;color:#eb3656;font:400 14px/1 Inter,sans-serif;text-decoration:none;border:0;}
.elj2-video:hover{opacity:.85;color:#eb3656;}
@media(max-width:1000px){.elj2-heroin{flex-direction:column;gap:28px;}.elj2-right{width:100%;}.elj2-pres{justify-content:flex-start;}}
@media(max-width:760px){
.elj2-hero{padding:28px 16px 26px;}
.elj2-heroin{gap:22px;}
.elj2-crumb{font-size:12px;}
.elj2-brandrow{gap:14px;margin-top:14px;}
.elj2-logo{width:52px;height:52px;}
.elj2-name{font-size:28px;}
.elj2-sub{font-size:12px;}
.elj2-desc{font-size:14px;margin-top:14px;}
.elj2-pres{margin-bottom:10px;}
.elj2-statval{font-size:15px;}
/* Jump bar goes STATIC on mobile (sticky wastes screen height) and becomes a one-row swipe strip */
.elj2-jump{position:static;padding:12px 16px;}
body.admin-bar .elj2-jump{top:auto;}
.elj2-jumpin{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;}
.elj2-jumpin::-webkit-scrollbar{display:none;}
.elj2-jumplbl{display:none;}
.elj2-jumper{flex:0 0 auto;}
.elj2-main{padding:20px 16px 48px;}
.elj2-wrap{gap:16px;}
.elj2-sheet{padding:18px 16px;scroll-margin-top:70px;}
.elj2-eyebrowrow{flex-wrap:wrap;gap:8px;}
.elj2-range{font-size:12px;}
#content-archive .elj2-title{font-size:21px;}
.elj2-count{font-size:10px;padding:4px 10px;}
.elj2-sheetdesc{font-size:13.5px;}
}

/* ============================================================
   Shared extensions (2026-07-25) - elj2 components reused
   beyond the journey templates. Source of truth for the base
   rules above: taxonomy-journeys.php (extracted verbatim).
   ============================================================ */
/* Active state for jump pills used as view tabs (inspiration hubs) */
.elj2-jumper.on{background:#EB3656;color:#fff;border-color:#EB3656;}
.elj2-jumper.on .ct{color:rgba(255,255,255,.75);}
/* Breathing room when a jump band sits directly above the archive grid */
.elj2-jump + .archive-container.grid{margin-top:24px !important;}
/* ------------------------------------------------------------
   Hub adapter: maps the theme archive hero onto the elj2 hero
   layout on capsule hubs. Scoped by body.eml-hub-elj2 (set by
   seo-inspiration-hubs.php when a hub opts into layout=elj2).
   ------------------------------------------------------------ */
body.eml-hub-elj2 #content-archive-subheader{background:#111 !important;padding:44px 0 40px !important;}
body.eml-hub-elj2 #content-archive-subheader .header{display:grid;grid-template-columns:minmax(0,1fr) 420px;column-gap:60px;align-items:start;max-width:1360px;margin:0 auto;padding:0 24px;}
body.eml-hub-elj2 #content-archive-subheader .header-info{grid-column:1;grid-row:2;padding-right:0;width:auto;}
body.eml-hub-elj2 .elj2-crumb{grid-column:1;grid-row:1;margin:0 0 18px;}
body.eml-hub-elj2 .elj2-pres{grid-column:2;grid-row:1;justify-self:end;margin:0 0 14px;}
body.eml-hub-elj2 #content-archive-subheader .header-info .header-title h1{font-size:36px;line-height:1.1;letter-spacing:-0.015em;}
body.eml-hub-elj2 #content-archive-subheader .header-description p{color:#b5b5b5;font-size:15px;line-height:1.6;max-width:640px;margin-top:16px;}
body.eml-hub-elj2 #content-archive-subheader .header-promo{display:none;}
body.eml-hub-elj2 #content-archive-subheader .header .clear{display:none;}
body.eml-hub-elj2 .elj2-stats{grid-column:2;grid-row:2;align-self:start;width:100%;margin:0;}
@media(max-width:900px){
body.eml-hub-elj2 #content-archive-subheader .header{display:block;}
body.eml-hub-elj2 .elj2-stats{margin-top:16px;}
body.eml-hub-elj2 .elj2-crumb{display:none;}
body.eml-hub-elj2 .elj2-pres{justify-content:flex-start;margin:16px 0 0;}
}

/* ------------------------------------------------------------
   Report-tab components (hub About & FAQ tab; journey sheet
   system reused, 2026-07-26). Data sections render as
   .elj2-sheet cards inside .elj2-wrap.
   ------------------------------------------------------------ */
.eml-hubcap{display:none;}
.eml-hubcap.on{display:block;}
.eml-hubcap .elj2-wrap{padding:0 24px;margin-bottom:60px;}
.elj2-prose p{font:400 16px/1.65 Inter,sans-serif;color:#333;margin:0 0 14px;max-width:880px;}
.elj2-prose p:last-child{margin-bottom:0;}
.elj2-prose a{color:#eb3656;}
/* Email cards (values captured from the live journey pages) */
.elj2-card{display:flex;flex-direction:column;background:#fff;border:1px solid #ececee;border-radius:8px;overflow:hidden;text-decoration:none;color:#16181d;transition:border-color .15s;min-width:0;}
.elj2-card:hover{border-color:#16181d;color:#16181d;}
.elj2-cardimg{display:block;aspect-ratio:3/4;overflow:hidden;background:#f8f8f8;}
.elj2-cardimg img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;}
.elj2-cardgrid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;}
@media(max-width:1100px){.elj2-cardgrid{grid-template-columns:repeat(3,1fr);}}
@media(max-width:640px){.elj2-cardgrid{grid-template-columns:repeat(2,1fr);}}
.elj2-cardcap{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;}
.elj2-cardbrand{font:600 13px/1.3 Inter,sans-serif;color:#16181d;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.elj2-linerow{display:flex;align-items:center;gap:14px;border-top:1px solid #eee;padding:13px 0;}
.elj2-linerow:first-of-type{border-top:0;}
.elj2-linemain{flex:1 1 auto;min-width:0;}
.elj2-linesub{display:block;font:600 15.5px/1.4 Inter,sans-serif;color:#111;}
.elj2-linewho{display:block;font:400 13px/1.3 Inter,sans-serif;color:#8a8a8e;margin-top:2px;}
.elj2-linesee{font:500 13.5px/1 Inter,sans-serif;color:#eb3656;text-decoration:none;white-space:nowrap;}
.elj2-linesee:hover{text-decoration:underline;color:#eb3656;}
.elj2-stats--light .elj2-stat{background:#f7f7f8;}
.elj2-stats--light .elj2-statval{color:#16181d;}
.elj2-stats--light{grid-template-columns:repeat(3,1fr);}
@media(max-width:640px){.elj2-stats--light{grid-template-columns:1fr 1fr;}}
.elj2-note{font:400 12.5px/1.5 Inter,sans-serif;color:#9a9a9e;margin-top:14px;}
.elj2-faq details{border-top:1px solid #eee;padding:4px 0;}
.elj2-faq details:first-of-type{border-top:0;}
.elj2-faq summary{font:600 16px/1.5 Inter,sans-serif;color:#111;padding:14px 30px 14px 0;cursor:pointer;list-style:none;position:relative;}
.elj2-faq summary::-webkit-details-marker{display:none;}
.elj2-faq summary:after{content:"+";position:absolute;right:4px;top:50%;transform:translateY(-50%);font-size:22px;font-weight:400;color:#EF3E5D;transition:transform .15s;}
.elj2-faq details[open] summary:after{transform:translateY(-50%) rotate(45deg);}
.elj2-faq details p{margin:0 0 16px;font:400 15.5px/1.65 Inter,sans-serif;color:#555;max-width:75ch;}
.elj2-relrow{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;}
.elj2-ctapanel{display:flex;align-items:stretch;background:#19191C;border-radius:8px;overflow:hidden;}
.elj2-ctapanel .txt{flex:1 1 52%;padding:44px 40px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;}
.elj2-ctapanel .txt p{color:#fff;font:700 26px/1.2 Inter,sans-serif;letter-spacing:-0.5px;margin:0 0 12px;}
.elj2-ctapanel .txt span{color:#a8a8a8;font:400 15px/1.6 Inter,sans-serif;display:block;max-width:46ch;margin:0 0 24px;}
.elj2-ctapanel .txt a{display:inline-block;background:#EF3E5D;color:#fff;border-radius:100px;padding:13px 28px;font:600 15px/1 Inter,sans-serif;text-decoration:none;}
.elj2-ctapanel .txt a:hover{background:#d63450;}
.elj2-ctapanel .img{flex:1 1 48%;min-height:280px;background:url(https://pub-358a6afec6aa419f9d1772bd320b10aa.r2.dev/2026/06/elb-figma-to-email.jpg) 62% center/cover no-repeat;}
@media(max-width:760px){.elj2-ctapanel{flex-wrap:wrap;}.elj2-ctapanel .txt{flex-basis:100%;padding:28px 22px;}.elj2-ctapanel .img{flex:1 1 100%;min-height:200px;}}

/* ------------------------------------------------------------
   b4 shared components (extracted verbatim from the benchmarks
   pages, 2026-07-26): card, layout grid, "On this page" rail,
   numbered section badges. Reused on hub report tabs.
   ------------------------------------------------------------ */
.b4-card{background:#fff;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.06);}
.b4-grid{padding-top:28px;display:grid;grid-template-columns:216px 1fr;gap:24px;align-items:start;}
.b4-river{display:flex;flex-direction:column;gap:24px;min-width:0;}
.b4-rail{position:sticky;top:24px;}
.b4-rail-card{padding:20px 18px;}
.b4-rail-h{font-size:10.5px;font-weight:700;letter-spacing:0.12em;color:#767676;text-transform:uppercase;margin-bottom:14px;}
.b4-rail-list{display:flex;flex-direction:column;gap:2px;}
.b4-rail a{display:flex;align-items:center;gap:9px;text-decoration:none;padding:6px 8px;border-radius:8px;}
.b4-rail a:hover{background:#F2F2F2;}
.b4-rail a.on{background:#FDF1F3;}
.b4-rail .bar{width:3px;height:14px;border-radius:2px;background:#EB3656;opacity:0;flex:none;}
.b4-rail a.on .bar{opacity:1;}
.b4-rail .num{font-size:11px;font-weight:700;letter-spacing:0.06em;color:#b5b5b5;width:18px;flex:none;}
.b4-rail a.on .num{color:#EB3656;}
.b4-rail .lbl{font-size:13px;font-weight:600;color:#5d5d5d;}
.b4-rail a.on .lbl{color:#191919;}
.b4-rail-div{height:1px;background:#EEE;margin:14px 0;}
.b4-rail-all{display:block;text-align:center;margin-top:12px;font-size:12.5px;font-weight:700;color:#EB3656;text-decoration:none;}
.b4-sechead{display:flex;align-items:center;gap:10px;margin-bottom:12px;}
.b4-badge{display:inline-flex;align-items:center;gap:9px;}
.b4-badge .no{background:#FDF1F3;color:#EB3656;border-radius:8px;padding:4px 10px;font-size:12px;font-weight:800;}
.b4-badge .nm{font-size:13.5px;font-weight:600;color:#767676;}
/* hub report-tab placement */
body.eml-hub-elj2 .eml-hubcap .b4-grid{box-sizing:border-box;max-width:1188px;margin:0 auto 60px;padding:28px 24px 0;}
body.eml-hub-elj2 .eml-hubcap .b4-rail{top:140px;}
@media(max-width:900px){
.b4-grid{grid-template-columns:1fr;}
.b4-rail{position:static;order:-1;}
.b4-rail-list{flex-direction:row;flex-wrap:wrap;}
.b4-rail .num,.b4-rail .bar{display:none;}
}

/* Curated subject-line rows (extracted verbatim from the benchmarks pages) */
.b4-init{width:38px;height:38px;border-radius:50%;background:#F2F2F2;display:grid;place-items:center;font-size:12px;font-weight:700;color:#767676;flex:none;letter-spacing:0.02em;}
.b4-init.b4-logo{background:#fff;border:1px solid #EEE;overflow:hidden;}
.b4-init.b4-logo img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block;}
.b4-subj{display:flex;align-items:center;gap:16px;padding:14px 0;border-bottom:1px solid #EEE;}
.b4-subj:last-child{border-bottom:0;}
.b4-subj-main{flex:1;min-width:0;}
.b4-subj-t{font-size:16.5px;font-weight:700;color:#191919;line-height:1.35;}
.b4-subj-m{font-size:13.5px;margin-top:3px;line-height:1.45;}
.b4-subj-m a{color:#767676;text-decoration:underline;text-underline-offset:2px;}
.b4-subj-m .dot{color:#b9b0b2;}
.b4-subj-m .note{color:#e3798d;}
.b4-copy{flex:none;background:#F2F2F2;border:none;border-radius:100px;padding:9px 18px;font-family:Inter,sans-serif;font-size:12.5px;font-weight:700;color:#191919;cursor:pointer;transition:background .15s;}
.b4-copy:hover{background:#E5E5E5;}
.b4-see{flex:none;font-size:13.5px;font-weight:700;color:#EB3656;text-decoration:none;white-space:nowrap;}
.b4-toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);background:#191919;color:#fff;border-radius:100px;padding:11px 24px;font-size:13.5px;font-weight:600;box-shadow:0 8px 24px rgba(0,0,0,.25);z-index:50;opacity:0;pointer-events:none;transition:opacity .2s;}
.b4-toast.on{opacity:1;}
@media(max-width:600px){
.b4-subj{flex-wrap:wrap;row-gap:10px;}
.b4-subj-main{flex:1 1 calc(100% - 54px);}
}
