.ed-page { --ed-ink:#202526; --ed-muted:#646B66; --ed-line:#DEE2DB; --ed-accent:#4F50CB; --ed-warm:#F5F6F2; background:#fff; color:var(--ed-ink); overflow-wrap:break-word; font-size:16px; line-height:1.65; }
.ed-page h1,.ed-page h2,.ed-page h3 { font-family:Manrope,Inter,sans-serif; font-weight:600; color:var(--ed-ink); text-wrap:balance; }
.ed-page h1 { font-size:clamp(36px,4.15vw,54px); line-height:1.12; letter-spacing:-.035em; margin:21px 0; }
.ed-page h2 { font-size:34px; line-height:1.22; letter-spacing:-.03em; margin:0; }
.ed-page h3 { font-size:22px; line-height:1.35; letter-spacing:-.025em; margin:0; }
.ed-page strong { font-family:Inter,sans-serif; font-weight:500; }
.ed-page p { line-height:1.7; }
.ed-page button { cursor:pointer; }
.ed-page a { transition:color .15s; }
.ed-page a:hover h2,.ed-page a:hover h3 { color:var(--ed-accent); }
.ed-container { width:min(1200px,100%); padding-inline:40px; margin-inline:auto; }
.ed-kicker { display:block; font:500 12px/1.5 Inter,sans-serif; letter-spacing:.1px; color:var(--ed-muted); }
.ed-link,.ed-card-action { display:inline-flex; align-items:center; gap:9px; min-height:44px; font-size:13px; font-weight:500; color:var(--ed-accent); }
.ed-link svg,.ed-card-action svg { flex:none; }
.ed-button { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:46px; padding:12px 18px; border-radius:6px; background:var(--ed-accent); color:#fff; font-size:13px; font-weight:500; }
.ed-button:hover { background:#4041B4; color:#fff; }
.ed-breadcrumb { display:flex; align-items:center; flex-wrap:wrap; gap:8px; padding-top:27px; color:#6B726B; font-size:11px; line-height:1.65; }
.ed-breadcrumb a { display:inline-flex; align-items:center; min-height:28px; }
.ed-breadcrumb a:hover { text-decoration:underline; text-underline-offset:3px; }
.ed-breadcrumb svg { flex:none; }
.ed-breadcrumb>span { max-width:240px; }
.ed-intro-row { display:grid; grid-template-columns:1.4fr 1fr; align-items:end; gap:72px; margin-top:56px; }
.ed-intro-row h1 { max-width:680px; margin-bottom:16px; }
.ed-intro-row>p { color:var(--ed-muted); font-size:16px; margin:0 0 20px; max-width:370px; }
.ed-customer-intro { padding-bottom:42px; background:var(--ed-warm); border-bottom:1px solid var(--ed-line); }
.ed-fiction-note { max-width:790px; font-size:11px!important; line-height:1.7!important; color:#646D62!important; margin:24px 0 0!important; }
.ed-collection { padding-top:40px; padding-bottom:80px; }
.ed-controls { display:flex; justify-content:space-between; align-items:center; gap:24px; padding:14px 0; border-top:1px solid var(--ed-line); border-bottom:1px solid var(--ed-line); }
.ed-filters { display:flex; flex-wrap:wrap; gap:7px; }
.ed-filters button { border:0; border-radius:4px; background:transparent; color:var(--ed-muted); padding:10px 11px; min-height:44px; font-size:12px; font-weight:400; }
.ed-filters button:hover { background:#F3F4EE; color:var(--ed-ink); }
.ed-filters .ed-filter-active { background:#EEEFE8; color:var(--ed-ink); font-weight:500; }
.ed-search { display:flex; align-items:center; gap:9px; flex:0 0 213px; min-height:42px; padding:8px 11px; border:1px solid #D8DDD3; border-radius:5px; background:#fff; color:#737B6F; }
.ed-search input { width:100%; min-width:0; padding:2px 0; border:0; outline:0; background:transparent; color:var(--ed-ink); font-size:12px; }
.ed-search:focus-within { outline:2px solid var(--ed-accent); outline-offset:3px; }
.ed-result-count { font-size:11px; color:#727A6E; margin:20px 0 27px; }
.ed-result-count#ed-blog-results { scroll-margin-top:100px; }
.ed-empty { min-height:290px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:40px 20px; border-block:1px solid var(--ed-line); }
.ed-empty>svg { color:var(--ed-accent); }
.ed-empty h3 { margin:17px 0 4px; }
.ed-empty p { font-size:14px; color:var(--ed-muted); }
.ed-empty button { display:flex; align-items:center; gap:9px; padding:10px 14px; min-height:44px; border:1px solid #CDD4C5; border-radius:5px; background:#fff; color:var(--ed-ink); font-size:13px; }
.ed-sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.ed-row-arrow { color:#747C6D; flex:none; align-self:center; }
.ed-end { display:flex; align-items:center; justify-content:space-between; gap:48px; padding:51px max(40px,calc((100% - 1120px)/2)); background:var(--ed-warm); border-top:1px solid var(--ed-line); }
.ed-end>div { max-width:680px; }
.ed-end h2 { font-size:31px; }
.ed-end p { font-size:13px; color:var(--ed-muted); margin:14px 0 0; }
.ed-end>.ed-button { flex:none; }
.ed-end-compact { padding-block:34px; }
.ed-end-compact h2 { font-size:24px; }
.ed-end-compact p { margin-top:9px; font-size:12px; }
.ed-related { padding-bottom:70px; }
.ed-section-title { display:flex; justify-content:space-between; align-items:end; gap:32px; margin-bottom:30px; }
.ed-section-title .ed-kicker { margin-bottom:13px; }
.ed-section-title h2 { font-size:29px; }
.ed-section-title>.ed-link { flex:none; }
/* Photography has a small number of deliberate editorial placements. */
.ed-artwork { min-width:0; overflow:hidden; aspect-ratio:4/3; background:#EEEFE8; }
.ed-artwork img { display:block; width:100%; height:100%; object-fit:cover; }
.ed-artwork-audit img { object-position:52% 55%; }
.ed-artwork-distinction img { object-position:48% 52%; }
.ed-artwork-fallback { padding:31px; aspect-ratio:auto; display:flex; flex-direction:column; justify-content:center; gap:17px; background:#F0F2EB; }
.ed-fallback-line { border-top:1px solid #D4DACD; padding-top:13px; }
.ed-fallback-line span { display:block; color:#6B7563; font-size:11px; margin-bottom:6px; }
.ed-fallback-line strong { display:block; font-size:14px; line-height:1.65; }
.ed-artwork-fallback>small { color:#6B7563; font-size:10px; margin-top:3px; }
/* Stories retain readable sample evidence instead of decorative mock interfaces. */
.ed-story-list { display:block; }
.ed-story-card { display:block; border-bottom:1px solid var(--ed-line); }
.ed-story-card-body { display:grid; grid-template-columns:220px minmax(0,1fr); gap:44px; padding:31px 0; }
.ed-company { display:flex; gap:10px; flex-wrap:wrap; align-content:flex-start; align-items:center; }
.ed-company>strong { font:600 19px Manrope,Inter,sans-serif; letter-spacing:-.4px; }
.ed-company-mark { width:31px; height:31px; display:grid; place-items:center; background:#ECEFE7; color:#4E5E44; border-radius:4px; font:600 16px Manrope,sans-serif; flex:none; }
.ed-concept-tag { display:block; width:100%; color:#6D7666; font-size:10px; padding-left:41px; line-height:1.6; }
.ed-story-copy .ed-kicker { font-size:11px; }
.ed-story-copy h2 { font-size:27px; line-height:1.28; max-width:730px; margin:12px 0; }
.ed-story-copy p { margin:0 0 8px; max-width:620px; color:var(--ed-muted); font-size:14px; }
.ed-story-featured { display:grid; grid-template-columns:1.06fr 1fr; gap:56px; align-items:center; padding:28px 0 49px; margin-bottom:5px; }
.ed-story-featured .ed-story-card-body { display:block; padding:0; }
.ed-story-featured .ed-company { margin-bottom:27px; }
.ed-story-featured .ed-company .ed-concept-tag { width:auto; padding-left:6px; }
.ed-story-featured h2 { font-size:34px; margin-top:17px; }
.ed-story-evidence { background:#F5F6F2; border:1px solid #DDE3D6; border-radius:7px; padding:25px; color:var(--ed-ink); min-width:0; }
.ed-evidence-heading { display:flex; justify-content:space-between; align-items:center; gap:16px; padding-bottom:14px; border-bottom:1px solid #DDE3D6; font-size:11px; color:#58624F; }
.ed-evidence-heading>span:last-child { font-size:10px; color:#78816F; }
.ed-story-evidence blockquote { font:500 20px/1.55 Manrope,Inter,sans-serif; letter-spacing:-.3px; margin:26px 0; }
.ed-evidence-steps { display:flex; align-items:center; flex-wrap:wrap; gap:9px; padding-top:17px; border-top:1px solid #DDE3D6; color:#596252; font-size:10px; }
.ed-evidence-steps svg { color:#87927D; }
.ed-story-evidence>p { color:#77816E; font-size:10px; margin:15px 0 0; }
.ed-story-hero { background:var(--ed-warm); padding-bottom:47px; }
.ed-story-hero-grid { display:grid; grid-template-columns:1.25fr 1fr; align-items:center; gap:67px; margin-top:46px; }
.ed-story-hero-grid .ed-company { margin-bottom:24px; }
.ed-story-hero-grid .ed-company .ed-concept-tag { width:auto; padding-left:6px; }
.ed-story-hero-grid h1 { font-size:50px; margin:20px 0; }
.ed-story-hero-grid>div>p { max-width:580px; font-size:16px; color:var(--ed-muted); }
.ed-story-hero-grid .ed-story-evidence { background:#fff; }
.ed-story-facts { display:grid; grid-template-columns:.8fr 1fr 1.2fr .8fr; gap:28px; padding-block:29px; border-bottom:1px solid var(--ed-line); }
.ed-story-facts>div { border-left:1px solid var(--ed-line); padding-left:22px; }
.ed-story-facts>div:first-child { border-left:0; padding-left:0; }
.ed-story-facts span { display:block; font-size:10px; color:#76816D; margin-bottom:9px; }
.ed-story-facts strong { display:block; font-size:13px; line-height:1.6; }
/* Featured editorial modules; secondary items remain lightweight lists. */
.ed-resource-intro { padding-bottom:8px; }
.ed-resource-feature,.ed-journal-feature { display:grid; grid-template-columns:1fr 1fr; gap:55px; align-items:center; margin-top:38px; }
.ed-feature-copy { padding-block:20px; min-width:0; }
.ed-feature-copy h2 { font-size:35px; margin:18px 0; line-height:1.23; }
.ed-feature-copy p { font-size:15px; color:var(--ed-muted); margin:0 0 15px; max-width:470px; }
.ed-feature-copy>.ed-card-action { margin-top:7px; }
.ed-feature-copy>small { display:block; margin-top:14px; font-size:11px; color:#737D6B; }
.ed-resource-list,.ed-article-list { border-top:1px solid var(--ed-line); }
.ed-resource-card { display:grid; grid-template-columns:180px minmax(0,1fr) 20px; gap:34px; align-items:start; padding:29px 0; border-bottom:1px solid var(--ed-line); }
.ed-resource-kind { display:flex; align-items:flex-start; gap:12px; font-size:12px; color:#6C7860; padding-top:5px; }
.ed-resource-kind svg { flex:none; }
.ed-card-content { min-width:0; }
.ed-resource-card h3 { margin:8px 0 11px; max-width:720px; font-size:25px; }
.ed-card-content>p { font-size:14px; color:var(--ed-muted); margin:0 0 14px; max-width:650px; }
.ed-card-content>small { font-size:11px; color:#7B8473; }
.ed-journal-masthead { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-top:38px; padding-bottom:15px; border-bottom:1px solid #CFD7C7; }
.ed-journal-masthead .ed-kicker { font-size:11px; }
.ed-journal-intro>h1 { font-size:57px; letter-spacing:-.04em; margin:25px 0 17px; }
.ed-journal-intro>p { font-size:17px; color:var(--ed-muted); margin-bottom:0; }
.ed-journal-feature { margin-top:38px; padding-bottom:8px; }
.ed-journal-feature .ed-artwork { aspect-ratio:4/3; }
.ed-journal-feature .ed-feature-copy { padding-right:8px; }
.ed-journal-feature h2 { font-size:33px; }
.ed-byline-small { font-size:11px; line-height:1.6; color:#747D6B; }
.ed-article-card { display:grid; grid-template-columns:180px minmax(0,1fr) 20px; gap:34px; padding:31px 0; border-bottom:1px solid var(--ed-line); }
.ed-article-row-meta { display:flex; flex-direction:column; gap:6px; color:#7A8372; font-size:11px; padding-top:5px; }
.ed-article-row-meta>span:first-child { color:#56634B; font-size:12px; margin-bottom:6px; }
.ed-article-card h3 { font-size:27px; line-height:1.3; margin-bottom:13px; }
.ed-article-card .ed-byline-small { margin-top:17px; }
.ed-related .ed-resource-card,.ed-related .ed-article-card { grid-template-columns:165px minmax(0,1fr) 20px; padding-block:25px; }
.ed-related .ed-article-card h3,.ed-related .ed-resource-card h3 { font-size:23px; }
.ed-related .ed-story-copy h2 { font-size:24px; }
.ed-pagination { display:flex; justify-content:center; align-items:center; gap:8px; padding-top:27px; margin-top:9px; }
.ed-pagination button { display:inline-flex; align-items:center; justify-content:center; gap:7px; border:0; border-radius:4px; background:#fff; color:#59634F; min-width:44px; min-height:44px; padding:10px 13px; font-size:12px; }
.ed-pagination button[aria-current=page] { color:var(--ed-ink); background:#EEEFE8; font-weight:500; }
.ed-pagination button:disabled { opacity:.45; cursor:not-allowed; }
.ed-pagination button:not(:disabled):hover { color:var(--ed-accent); }
/* Reading layouts use one calm measure and a compact contents rail. */
.ed-reading-layout { display:grid; grid-template-columns:180px minmax(0,720px); gap:70px; align-items:start; justify-content:start; padding-top:60px; padding-bottom:69px; }
.ed-contents { position:sticky; top:105px; }
.ed-contents>.ed-kicker { margin-bottom:17px; color:#7A8471; font-size:11px; }
.ed-contents nav { display:flex; flex-direction:column; gap:2px; }
.ed-contents button { border:0; background:transparent; border-left:1px solid #DDE3D5; padding:9px 0 9px 13px; min-height:44px; text-align:left; color:#6D7862; font-size:11px; line-height:1.6; }
.ed-contents button:hover { color:var(--ed-accent); border-left-color:var(--ed-accent); }
.ed-prose { min-width:0; max-width:720px; }
.ed-prose-section { margin-bottom:39px; scroll-margin-top:103px; }
.ed-prose-section>h2 { font-size:29px; letter-spacing:-.03em; line-height:1.3; margin:0 0 19px; }
.ed-prose-section>h3 { font-size:18px; letter-spacing:-.02em; color:#65705B; margin:0 0 18px; }
.ed-prose-section>p { font-size:16px; line-height:1.78; color:#525D49; margin:0 0 19px; }
.ed-prose-section ul { padding-left:22px; margin:22px 0; color:#525D49; font-size:16px; line-height:1.75; }
.ed-prose-section li { padding-left:5px; margin:8px 0; }
.ed-prose-section li::marker { color:#859278; }
.ed-table-wrap { overflow-x:auto; max-width:100%; margin:27px 0 30px; border:1px solid #DDE3D5; border-radius:6px; background:#fff; }
.ed-table-wrap table { width:100%; min-width:440px; border-collapse:collapse; text-align:left; font-size:13px; line-height:1.7; }
.ed-table-wrap th,.ed-table-wrap td { padding:14px 16px; border-bottom:1px solid #E5E9DE; vertical-align:top; }
.ed-table-wrap thead th { color:#47563B; background:#F0F2EC; font-weight:500; font-size:12px; }
.ed-table-wrap tbody th { color:#45563A; background:#F8F9F5; font-weight:500; min-width:120px; }
.ed-table-wrap tbody td { color:#606C55; }
.ed-table-wrap tbody tr:last-child>* { border-bottom:0; }
.ed-callout { padding:7px 0 7px 23px; margin:31px 0; border-left:2px solid #AEBCA0; }
.ed-callout p { font-size:16px; line-height:1.75; color:#435538; margin:0; }
.ed-quote { margin:28px 0; padding:23px 25px; background:#F5F6F2; border-left:2px solid #AEBCA0; }
.ed-quote p { font:500 19px/1.65 Manrope,sans-serif; color:#435538; margin:0 0 13px; }
.ed-quote cite { display:block; font:11px/1.65 Inter,sans-serif; color:#6D7960; }
.ed-inline-cta { margin:37px 0; padding:24px 0; border-top:1px solid var(--ed-line); border-bottom:1px solid var(--ed-line); }
.ed-inline-cta h3 { margin:12px 0 9px; font-size:22px; }
.ed-inline-cta>.ed-link { font-size:13px; }
.ed-author { display:flex; align-items:flex-start; gap:18px; padding-top:27px; margin-top:34px; border-top:1px solid var(--ed-line); }
.ed-avatar { display:grid; place-items:center; width:40px; height:40px; border-radius:50%; background:#EEF1E8; color:#5C6D4E; font:500 12px Inter,sans-serif; flex:none; }
.ed-author strong { display:block; font-size:14px; margin-bottom:6px; }
.ed-author div>span { display:block; font-size:11px; line-height:1.6; color:#6D7960; }
.ed-author p { font-size:12px; line-height:1.7; color:#6D7960; margin:11px 0 0; }
.ed-guide-hero { padding-bottom:45px; border-bottom:1px solid var(--ed-line); background:#F8F9F5; }
.ed-guide-hero-grid { display:grid; grid-template-columns:1.15fr 1fr; align-items:center; gap:63px; margin-top:45px; }
.ed-guide-hero-grid h1 { font-size:50px; margin:19px 0; }
.ed-guide-hero-grid>div>p { color:var(--ed-muted); font-size:16px; }
.ed-guide-meta { display:flex; align-items:center; gap:10px 15px; flex-wrap:wrap; color:#6D7960; font-size:11px; margin:24px 0 16px; }
.ed-guide-meta svg { color:#6E7C5F; }
.ed-guide-meta span:last-child { padding-left:15px; border-left:1px solid #D0DAC6; }
.ed-guide-hero-grid .ed-guide-note { max-width:530px; font-size:11px; line-height:1.65; margin:0; color:#7A8471; }
.ed-guide-text { grid-template-columns:1.5fr .8fr; }
.ed-guide-outline { padding:27px 0 27px 30px; border-left:1px solid #D6DECE; }
.ed-guide-outline>svg { color:#718364; margin-bottom:17px; }
.ed-guide-outline ol { list-style:decimal-leading-zero; margin:22px 0 0; padding-left:23px; color:#626F57; font-size:12px; line-height:1.7; }
.ed-guide-outline li { padding:8px 0 8px 6px; }
.ed-guide-outline li::marker { color:#8C997E; font-size:10px; }
.ed-checklist { border:1px solid #D8E1CE; border-radius:6px; overflow:hidden; background:#fff; margin-top:27px; }
.ed-checklist-top { display:flex; align-items:center; justify-content:space-between; gap:15px; padding:19px 21px; background:#F0F3E9; color:#3C5030; }
.ed-checklist-top strong { font-size:14px; }
.ed-checklist-top>span { font-size:11px; color:#6B7E5C; white-space:nowrap; }
.ed-checklist label { display:flex; align-items:flex-start; gap:12px; padding:16px 21px; border-bottom:1px solid #E5EBDF; color:#5A6C4B; font-size:14px; line-height:1.65; cursor:pointer; }
.ed-checklist input { appearance:auto; accent-color:var(--ed-accent); margin:4px 0 0; width:18px; height:18px; flex:none; }
.ed-checklist label:has(input:checked) { background:#F7F9F2; }
.ed-checklist>p { font-size:11px; color:#768568; padding:0 21px; }
.ed-checklist>button { min-height:44px; border:0; padding:5px 21px 15px; background:transparent; color:var(--ed-accent); font-size:12px; text-decoration:underline; text-underline-offset:3px; }
.ed-article-header { max-width:850px; margin:49px auto 39px; text-align:left; }
.ed-article-header h1 { font-size:54px; letter-spacing:-.037em; line-height:1.15; margin:19px 0 22px; }
.ed-article-header>p { max-width:720px; color:var(--ed-muted); font-size:18px; line-height:1.7; margin:0; }
.ed-article-meta { display:flex; align-items:center; flex-wrap:wrap; gap:13px; margin-top:28px; }
.ed-article-meta>div { display:flex; flex-direction:column; gap:5px; }
.ed-article-meta strong { font-size:12px; }
.ed-article-meta>div>span { color:#718164; font-size:10px; line-height:1.6; }
.ed-article-meta>div:last-child { padding-left:23px; margin-left:11px; border-left:1px solid var(--ed-line); }
.ed-article-cover { max-width:1030px; margin:0 auto; }
.ed-article-cover .ed-artwork { aspect-ratio:16/9; }
.ed-article-cover figcaption { margin-top:12px; color:#79876D; font-size:10px; line-height:1.65; }
.ed-article-page .ed-reading-layout { padding-top:53px; }
@media(max-width:1100px) {
 .ed-container { padding-inline:30px; }
 .ed-controls { align-items:flex-start; gap:18px; }
 .ed-filters { gap:3px; }
 .ed-filters button { font-size:11px; padding-inline:9px; }
 .ed-search { flex-basis:190px; }
 .ed-intro-row { gap:42px; }
 .ed-story-featured { gap:35px; }
 .ed-story-featured h2 { font-size:30px; }
 .ed-story-card-body { grid-template-columns:190px minmax(0,1fr); gap:30px; }
 .ed-story-hero-grid { gap:35px; }
 .ed-story-hero-grid h1 { font-size:44px; }
 .ed-resource-feature,.ed-journal-feature { gap:35px; }
 .ed-feature-copy h2 { font-size:30px; }
 .ed-article-card,.ed-resource-card { grid-template-columns:160px minmax(0,1fr) 20px; gap:25px; }
 .ed-article-card h3 { font-size:25px; }
 .ed-reading-layout { gap:50px; }
 .ed-guide-hero-grid { gap:35px; }
 .ed-guide-hero-grid h1 { font-size:44px; }
 .ed-end { padding-inline:30px; gap:30px; }
 .ed-end h2 { font-size:28px; }
 .ed-end-compact h2 { font-size:23px; }
}
@media(max-width:900px) {
 .ed-intro-row { grid-template-columns:1fr; gap:8px; margin-top:40px; }
 .ed-intro-row h1 { max-width:730px; }
 .ed-intro-row>p { max-width:640px; margin-bottom:0; }
 .ed-controls { flex-direction:column; gap:12px; }
 .ed-search { flex:auto; width:100%; max-width:350px; }
 .ed-story-featured { grid-template-columns:1fr; gap:24px; padding-top:16px; }
 .ed-story-featured .ed-story-copy { max-width:660px; }
 .ed-story-featured .ed-story-evidence { max-width:620px; }
 .ed-story-featured .ed-company { margin-bottom:20px; }
 .ed-story-hero-grid { grid-template-columns:1fr; gap:30px; }
 .ed-story-hero-grid>div:first-child { max-width:730px; }
 .ed-story-hero-grid .ed-story-evidence { max-width:620px; }
 .ed-story-facts { grid-template-columns:repeat(2,minmax(0,1fr)); gap:25px; }
 .ed-story-facts>div:nth-child(3) { border-left:0; padding-left:0; }
 .ed-reading-layout { grid-template-columns:1fr; gap:35px; padding-top:44px; }
 .ed-contents { position:static; border-bottom:1px solid var(--ed-line); padding-bottom:21px; }
 .ed-contents nav { display:grid; grid-template-columns:1fr 1fr; column-gap:28px; }
 .ed-contents button { font-size:12px; }
 .ed-prose { max-width:730px; }
 .ed-guide-hero-grid { grid-template-columns:1fr; gap:30px; }
 .ed-guide-hero-grid>div:first-child { max-width:730px; }
 .ed-guide-hero-grid .ed-artwork { max-width:570px; width:100%; }
 .ed-guide-outline { padding:24px 0 0; border-left:0; border-top:1px solid var(--ed-line); }
 .ed-guide-outline ol { display:grid; grid-template-columns:1fr 1fr; gap:10px 36px; }
 .ed-guide-outline>svg { display:none; }
 .ed-end { flex-direction:column; align-items:flex-start; gap:23px; }
 .ed-end>div { max-width:680px; }
 .ed-journal-intro>h1 { font-size:50px; }
 .ed-article-header h1 { font-size:47px; }
}
@media(max-width:640px) {
 .ed-container { padding-inline:20px; }
 .ed-page h1 { font-size:37px; letter-spacing:-.035em; }
 .ed-page h2 { font-size:28px; }
 .ed-breadcrumb { padding-top:20px; gap:6px; font-size:10px; }
 .ed-breadcrumb>span { max-width:180px; }
 .ed-kicker { font-size:11px; }
 .ed-intro-row { margin-top:33px; gap:7px; }
 .ed-intro-row h1 { margin-top:17px; }
 .ed-intro-row>p { font-size:15px; }
 .ed-customer-intro { padding-bottom:33px; }
 .ed-fiction-note { font-size:10px!important; margin-top:21px!important; }
 .ed-collection { padding-top:28px; padding-bottom:55px; }
 .ed-controls { padding-block:12px; }
 .ed-filters { gap:3px; }
 .ed-filters button { min-height:44px; font-size:10px; padding:9px; }
 .ed-search { max-width:none; }
 .ed-result-count { font-size:10px; margin:17px 0 21px; line-height:1.6; }
 .ed-story-card-body { display:block; padding-block:25px; }
 .ed-story-card .ed-company { margin-bottom:21px; }
 .ed-company>strong { font-size:18px; }
 .ed-company .ed-concept-tag { width:auto; padding-left:4px; font-size:9px; }
 .ed-story-copy .ed-kicker { font-size:10px; }
 .ed-story-copy h2 { font-size:25px; margin:11px 0; }
 .ed-story-copy p { font-size:13px; }
 .ed-story-featured { padding:8px 0 33px; gap:20px; }
 .ed-story-featured .ed-story-card-body { padding:0; }
 .ed-story-featured h2 { font-size:28px; }
 .ed-story-evidence { padding:20px; }
 .ed-evidence-heading { font-size:10px; gap:10px; }
 .ed-evidence-heading>span:last-child { font-size:9px; }
 .ed-story-evidence blockquote { font-size:18px; margin:21px 0; }
 .ed-evidence-steps { font-size:9px; gap:7px; }
 .ed-evidence-steps svg { width:12px; }
 .ed-story-evidence>p { font-size:9px; }
 .ed-story-hero { padding-bottom:32px; }
 .ed-story-hero-grid { margin-top:30px; gap:26px; }
 .ed-story-hero-grid h1 { font-size:37px; }
 .ed-story-hero-grid>div>p { font-size:15px; }
 .ed-story-facts { padding-block:23px; gap:20px 17px; }
 .ed-story-facts>div { padding-left:17px; }
 .ed-story-facts span { font-size:9px; margin-bottom:7px; }
 .ed-story-facts strong { font-size:11px; }
 .ed-resource-feature,.ed-journal-feature { grid-template-columns:1fr; gap:23px; margin-top:28px; }
 .ed-feature-copy { padding:0; }
 .ed-feature-copy h2 { font-size:28px; margin:15px 0; }
 .ed-feature-copy p { font-size:14px; }
 .ed-feature-copy>small { font-size:10px; margin-top:9px; }
 .ed-artwork,.ed-journal-feature .ed-artwork { aspect-ratio:3/2; }
 .ed-artwork-fallback { aspect-ratio:auto; padding:24px; }
 .ed-fallback-line strong { font-size:13px; }
 .ed-resource-card,.ed-related .ed-resource-card { grid-template-columns:minmax(0,1fr) 20px; gap:11px 20px; padding-block:24px; }
 .ed-resource-kind { grid-column:1; align-items:center; gap:9px; font-size:10px; padding:0; }
 .ed-resource-kind svg { width:15px; height:15px; }
 .ed-resource-card .ed-card-content { grid-column:1; }
 .ed-resource-card>.ed-row-arrow { grid-column:2; grid-row:1/3; }
 .ed-resource-card h3,.ed-related .ed-resource-card h3 { font-size:22px; margin:10px 0; }
 .ed-card-content>p { font-size:13px; margin-bottom:11px; }
 .ed-card-content>small { font-size:10px; }
 .ed-card-content .ed-kicker { font-size:10px; }
 .ed-journal-masthead { margin-top:28px; gap:18px; padding-bottom:13px; }
 .ed-journal-masthead .ed-kicker { font-size:9px; }
 .ed-journal-intro>h1 { font-size:39px; margin:23px 0 15px; }
 .ed-journal-intro>p { font-size:15px; }
 .ed-journal-feature { padding-bottom:0; }
 .ed-journal-feature .ed-feature-copy { padding:0; }
 .ed-article-card,.ed-related .ed-article-card { grid-template-columns:minmax(0,1fr) 20px; gap:16px 19px; padding-block:25px; }
 .ed-article-row-meta { grid-column:1; padding:0; flex-direction:row; flex-wrap:wrap; gap:4px 13px; font-size:10px; }
 .ed-article-row-meta>span:first-child { width:100%; margin-bottom:3px; font-size:10px; }
 .ed-article-card .ed-card-content { grid-column:1; }
 .ed-article-card>.ed-row-arrow { grid-column:2; grid-row:1/3; }
 .ed-article-card h3,.ed-related .ed-article-card h3 { font-size:23px; margin-bottom:11px; }
 .ed-article-card .ed-byline-small { font-size:10px; margin-top:13px; }
 .ed-byline-small { font-size:10px; }
 .ed-pagination { gap:5px; padding-top:19px; }
 .ed-pagination button { font-size:11px; padding-inline:11px; }
 .ed-reading-layout { padding-top:34px; padding-bottom:45px; gap:31px; }
 .ed-contents nav { grid-template-columns:1fr; gap:0; }
 .ed-contents button { font-size:11px; min-height:42px; padding-block:8px; }
 .ed-contents>.ed-kicker { margin-bottom:13px; font-size:10px; }
 .ed-prose-section { margin-bottom:33px; scroll-margin-top:88px; }
 .ed-prose-section>h2 { font-size:25px; line-height:1.3; margin-bottom:17px; }
 .ed-prose-section>h3 { font-size:17px; }
 .ed-prose-section>p { font-size:15px; line-height:1.76; margin-bottom:17px; }
 .ed-prose-section ul { font-size:15px; padding-left:20px; }
 .ed-table-wrap table { font-size:12px; }
 .ed-table-wrap th,.ed-table-wrap td { padding:12px; }
 .ed-table-wrap thead th { font-size:11px; }
 .ed-callout { margin-block:26px; padding-left:18px; }
 .ed-callout p { font-size:15px; }
 .ed-quote { padding:20px; margin-block:25px; }
 .ed-quote p { font-size:17px; }
 .ed-quote cite { font-size:10px; }
 .ed-inline-cta { margin-block:31px; padding-block:21px; }
 .ed-inline-cta h3 { font-size:21px; }
 .ed-inline-cta>.ed-link { font-size:12px; }
 .ed-author { gap:14px; padding-top:24px; margin-top:28px; }
 .ed-author strong { font-size:13px; }
 .ed-author div>span { font-size:10px; }
 .ed-author p { font-size:11px; }
 .ed-avatar { width:36px; height:36px; font-size:11px; }
 .ed-guide-hero { padding-bottom:31px; }
 .ed-guide-hero-grid { margin-top:31px; gap:27px; }
 .ed-guide-hero-grid h1 { font-size:37px; }
 .ed-guide-hero-grid>div>p { font-size:15px; }
 .ed-guide-meta { font-size:10px; gap:9px; margin-top:21px; }
 .ed-guide-meta span:last-child { width:100%; padding-left:0; border:0; }
 .ed-guide-hero-grid .ed-guide-note { font-size:10px; }
 .ed-guide-outline { padding-top:23px; }
 .ed-guide-outline ol { display:block; margin-top:14px; font-size:12px; }
 .ed-guide-outline li { padding-block:6px; }
 .ed-checklist-top { padding:17px; gap:12px; }
 .ed-checklist-top strong { font-size:13px; }
 .ed-checklist-top>span { font-size:10px; }
 .ed-checklist label { padding:14px 17px; font-size:13px; }
 .ed-checklist>p { padding-inline:17px; font-size:10px; }
 .ed-checklist>button { padding-left:17px; }
 .ed-article-header { margin:33px 0 30px; }
 .ed-article-header h1 { font-size:37px; margin:17px 0 20px; }
 .ed-article-header>p { font-size:16px; }
 .ed-article-meta { margin-top:24px; gap:11px; }
 .ed-article-meta>div:last-child { width:100%; margin-left:47px; padding-left:0; border:0; flex-direction:row; gap:14px; margin-top:-4px; }
 .ed-article-meta strong { font-size:11px; }
 .ed-article-meta>div>span { font-size:9px; }
 .ed-article-cover .ed-artwork { aspect-ratio:3/2; }
 .ed-article-cover figcaption { font-size:9px; margin-top:10px; }
 .ed-article-page .ed-reading-layout { padding-top:32px; }
 .ed-related { padding-bottom:52px; }
 .ed-section-title { display:block; margin-bottom:23px; }
 .ed-section-title h2 { font-size:26px; }
 .ed-section-title .ed-kicker { margin-bottom:11px; }
 .ed-section-title>.ed-link { margin-top:11px; font-size:12px; }
 .ed-end,.ed-end-compact { padding:36px 20px; gap:22px; }
 .ed-end h2 { font-size:27px; }
 .ed-end-compact h2 { font-size:23px; }
 .ed-end p { font-size:12px; margin-top:12px; }
 .ed-end>.ed-button { font-size:12px; min-height:45px; }
}
@media(max-width:359px) {
 .ed-container { padding-inline:18px; }
 .ed-page h1,.ed-story-hero-grid h1,.ed-guide-hero-grid h1,.ed-article-header h1 { font-size:33px; }
 .ed-journal-intro>h1 { font-size:35px; }
 .ed-company .ed-concept-tag { width:100%; padding-left:41px; }
 .ed-story-featured .ed-company .ed-concept-tag,.ed-story-hero-grid .ed-company .ed-concept-tag { width:100%; padding-left:41px; }
 .ed-story-evidence { padding:17px; }
 .ed-story-evidence blockquote { font-size:17px; }
 .ed-evidence-steps { font-size:8px; gap:5px; }
 .ed-checklist-top { align-items:flex-start; flex-direction:column; gap:6px; }
 .ed-end { padding-inline:18px; }
 .ed-end>.ed-button { padding-inline:15px; font-size:11px; }
}
@media(prefers-reduced-motion:reduce) { .ed-page * { scroll-behavior:auto!important; transition:none!important; } }

/* Separate featured-article metadata from its reading action. */
.ed-journal-feature .ed-feature-copy { display: flex; flex-direction: column; align-items: flex-start; }
.ed-journal-feature .ed-feature-copy > .ed-byline-small { display: block; }
.ed-journal-feature .ed-feature-copy > .ed-card-action { margin-top: 14px; }
@media (max-width: 768px) {
  .ed-journal-feature .ed-feature-copy > .ed-card-action { margin-top: 12px; }
}

/* Native WordPress content and links retain the reviewed editorial anatomy. */
.ed-page [hidden] { display:none!important; }
.ed-page svg { width:16px; height:16px; }
.ed-breadcrumb svg { width:12px; height:12px; }
.ed-row-arrow,.ed-resource-kind svg { width:19px; height:19px; }
.ed-empty>svg { width:24px; height:24px; }
.ed-guide-outline>svg { width:21px; height:21px; }
.ed-prose .wp-block-heading { font-weight:600; }
.ed-prose .wp-block-table { margin-inline:0; }
.ed-prose .ed-callout { border-top:0; border-right:0; border-bottom:0; }
.ed-prose .ed-callout p { margin:0; }
.ed-filters a { display:inline-flex; align-items:center; border:0; border-radius:4px; background:transparent; color:var(--ed-muted); padding:10px 11px; min-height:44px; font-size:12px; font-weight:400; line-height:normal; }
.ed-filters a:hover { background:#F3F4EE; color:var(--ed-ink); }
.ed-filters a.ed-filter-active { background:#EEEFE8; color:var(--ed-ink); font-weight:500; }
.ed-contents a { display:block; border-left:1px solid #DDE3D5; padding:9px 0 9px 13px; min-height:44px; color:#6D7862; font-size:11px; line-height:1.6; }
.ed-contents a:hover { color:var(--ed-accent); border-left-color:var(--ed-accent); }
.ed-empty>a { display:flex; align-items:center; gap:9px; padding:10px 14px; min-height:44px; border:1px solid #CDD4C5; border-radius:5px; background:#fff; color:var(--ed-ink); font-size:13px; }
.ed-pagination a,.ed-pagination>span { display:inline-flex; align-items:center; justify-content:center; gap:7px; border:0; border-radius:4px; background:#fff; color:#59634F; min-width:44px; min-height:44px; padding:10px 13px; font-size:12px; }
.ed-pagination a[aria-current=page] { color:var(--ed-ink); background:#EEEFE8; font-weight:500; }
.ed-pagination>span { opacity:.45; }
.ed-pagination a:hover { color:var(--ed-accent); }
.ed-search-submit { border:1px solid #D8DDD3; min-height:42px; border-radius:5px; padding:8px 12px; background:#fff; color:var(--ed-ink); font-size:12px; }
.ed-enhanced .ed-search-submit { position:absolute; width:1px; height:1px; min-height:0; overflow:hidden; clip-path:inset(50%); padding:0; }
.ed-enhanced .ed-search-submit:focus { position:static; width:auto; height:auto; min-height:42px; clip-path:none; padding:8px 12px; }
.ed-network-message { font-size:12px; color:var(--ed-muted); }
.ed-artwork-has-fallback { aspect-ratio:auto; }
.ed-artwork-fallback { min-height:100%; }
.ed-page :is(a,button,input):focus-visible { outline:2px solid var(--ed-accent); outline-offset:3px; }
@media(max-width:1100px) { .ed-filters a { font-size:11px; padding-inline:9px; } }
@media(max-width:900px) { .ed-contents a { font-size:12px; } }
@media(max-width:540px) { .ed-filters a { padding:9px 10px; } .ed-pagination a,.ed-pagination>span { padding-inline:8px; } }

/* Override the core table block's full grid with the reviewed horizontal rules. */
.ed-prose .ed-table-wrap :is(th,td) { border:0; border-bottom:1px solid #E5E9DE; }
.ed-prose .ed-table-wrap thead { border-bottom:0; }
.ed-prose .ed-table-wrap tbody tr:last-child>* { border-bottom:0; }
.ed-page svg.ed-row-arrow { width:19px; height:19px; }
