/* === ALL HOMEPAGES === */

body.pg_index {
   background-color:#FFFFFF;
}

.pg_index .theme-homepage-layout h1,
.pg_index .theme-homepage-layout h2,
.pg_index .theme-homepage-layout h3,
.pg_index .theme-homepage-layout h4,
.pg_index .theme-homepage-layout h5 {
    font-weight: 500;
}

.pg_index .theme-homepage-layout h3 {
    font-size: 1.5rem;
}

.pg_index .theme-homepage-layout a.button {
    color: #1c696a;
    background: #FFFFFF;
    font-size: 1rem;
    margin-left:1rem;
    display: inline-flex;
    align-items: center;
}


.pg_index .theme-homepage-layout a.button:first-of-type {
    margin-left:0;
}

.pg_index .theme-homepage-layout a.button.filled {
    color: #FFFFFF;
    background: #1c696a;
}


/* FORCE VISITED STATE TO CORRECT COLOUR */
.pg_index .theme-homepage-layout a.button:visited {
    color: #1c696a !important;
}

.pg_index .theme-homepage-layout a.button.filled:visited {
    color: #FFFFFF !important;
    background: #1c696a;
}


.pg_index .theme-homepage-layout a.button.circle {
    position: relative;
    padding-right: 3rem;
}

.pg_index .theme-homepage-layout a.button.circle span {
    padding: .75rem;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00a291;
    border-radius: 1.5rem;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
}

.pg_index .theme-homepage-layout .widget-SelectableContentList {
    background-color:#FFFFFF;
    border: solid 1px #027377;
}

.pg_index .theme-homepage-layout .widget-SelectableContentList .widget-dynamic-heading {
    color: #1c696a;
}

.pg_index .theme-homepage-layout .widget-SelectableContentList .widget-dynamic-content.advanced-view .widget-dynamic-entry-wrap .widget-dynamic-entry a:link {
    font-size:1rem;
    line-height:1.5;
    font-weight:500;
    text-decoration: none;
    /* border-bottom:solid 1px #027377;
    padding-bottom:2px; */
}

.pg_index .theme-homepage-layout .widget-SelectableContentList .widget-dynamic-content.advanced-view .widget-dynamic-type-date-wrap .widget-dynamic-journal-article-date {
    text-transform: unset;
    color:#2A2A2A;
}

.pg_index .theme-homepage-layout .widget-ArticleListNewAndPopular .article-authors,
.pg_index .theme-homepage-layout .widget-SelectableContentList .widget-dynamic-journal-authors {
    font-size: .875rem;
    line-height:1.5;
}

.pg_index .theme-homepage-layout .widget-SelfServeContent [class*=icon] {
    margin-left:.75rem;
}

.pg_index .theme-homepage-layout .widget-SelfServeContent .homepage-panel-text {
    padding: 1rem 1.5rem;
}

.pg_index .theme-homepage-layout .widget-SelfServeContent p {
    font-weight:300;
}

/* === JOURNAL SITE HOMEPAGE === */

.pg_index .theme-homepage-layout.journal .hero-row.light-background {
   background-color:#FFFFFF;
}

.pg_index .theme-homepage-layout.journal .hero-row[data-count="1"]>.widget-dynamic-inner-wrap .widget-DynamicWidgetLayout .widget-dynamic-inner-wrap {
    padding: 0 1rem;
}

@media (min-width: 900px) {
    .pg_index .theme-homepage-layout.journal .hero-row[data-count="2"]>.widget-dynamic-inner-wrap .widget-DynamicWidgetLayout:first-of-type {
        width: calc(33% - 2rem);
    }

    .pg_index .theme-homepage-layout.journal .hero-row[data-count="2"]>.widget-dynamic-inner-wrap .widget-DynamicWidgetLayout:last-of-type {
        width: calc(66% - 2rem);
    }
}

.pg_index .theme-homepage-layout.journal .widget-IssueInfo .widget-info-wrap .article-issue-img img {
    max-width: 182px;
}

.pg_index .theme-homepage-layout.journal .widget-IssueInfo .widget-info-wrap .article-issue-info .volume,
.pg_index .theme-homepage-layout.journal .widget-IssueInfo .widget-info-wrap .article-issue-info .issue,
.pg_index .theme-homepage-layout.journal .widget-IssueInfo .widget-info-wrap .article-issue-info .ii-pub-date {
    font-size:1rem;
    font-weight: 300;
}


.pg_index .theme-homepage-layout.journal .widget-ArticleListNewAndPopular .widget-dynamic-entry-wrap .fb-item-title a:link {
    color: #1c696a;
    font-size: 1rem;
    line-height:1.5;
}

.pg_index .theme-homepage-layout.journal .widget-ArticleListNewAndPopular,
.pg_index .theme-homepage-layout.journal .home-row2-2 .widget-SelfServeContent:not([class*=ad]) {
    background-color: #ebf3f3;
    border:0;
}

.pg_index .theme-homepage-layout.journal .widget-ArticleListNewAndPopular>.new-and-popular-combined section {
    border:0;
}

.pg_index .theme-homepage-layout.journal .widget-ArticleListNewAndPopular .articleListNewAndPopularCombinedView li {
    border:0;
}

.pg_index .theme-homepage-layout.journal .widget-ArticleListNewAndPopular .articleListNewAndPopularCombinedView li a.active {
    color:#FFFFFF;
    background-color: #027377;
}

@media (min-width: 899px) {
    .pg_index .theme-homepage-layout.journal .home-row2-1.home-columns .widget-dynamic-inner-wrap div:nth-child(3) {
        grid-column: span 2;
    }
}

/* === ALL GATEWAY HOMEPAGES === */
.pg_index .theme-homepage-layout.gateway .hero-row {
    background-color: #ebf3f3;
    max-width: 1300px;
    margin: 1.5rem auto;
}

.pg_index .theme-homepage-layout.gateway [class*=home-hero-feature].widget-SelfServeContent {
    margin:unset;
}

.pg_index .theme-homepage-layout.gateway .homepage-hero-wrap {
    max-width:1000px;
}

.pg_index .theme-homepage-layout.gateway .homepage-hero-wrap p {
    margin:1rem 0;
}

.pg_index .theme-homepage-layout.gateway [class*=home-hero-search-bar].widget-SelfServeContent {
    width:100%;
}

.pg_index .theme-homepage-layout.gateway .hero-search-container {
    text-align:right;
}

@media (min-width: 600px) {
    .pg_index .theme-homepage-layout.gateway .hero-search-container {
        display:flex;
        justify-content: space-between;
        margin:1rem;

    }
}

.pg_index .theme-homepage-layout.gateway .hero-search-container .navbar-search {
    max-width:600px;
    margin:auto;
    margin-bottom:1rem;
}

.pg_index .theme-homepage-layout.gateway .hero-search-container .navbar-search select.navbar-search-filter,
.pg_index .theme-homepage-layout.gateway .hero-search-container .navbar-search .navbar-search-submit_wrap,
.pg_index .theme-homepage-layout.gateway .hero-search-container .navbar-search .navbar-search-submit {
    background-color: #FFFFFF;
    margin-left:unset;
}


.pg_index .theme-homepage-layout.gateway .hero-search-container .home-btn-wrap {
    width:100%;
}

.pg_index .theme-homepage-layout.gateway .home-columns .widget-SelfServeContent {
    background-color:#FFFFFF;
    border:0;
}

.pg_index .theme-homepage-layout.gateway .home-row2 .widget-SelfServeContent {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
}

.pg_index .theme-homepage-layout.gateway .widget-SelfServeContent .homepage-panel-header {
    padding: 2rem 1.5rem;
    background-color: #00A18C;
}

/* Lower homepage row - remove standard header block */
.pg_index .theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent
.homepage-panel-header {
    background-color: transparent;
    background-image: none;
    padding: 0;
}

.pg_index .theme-homepage-layout.gateway .widget-SelfServeContent .homepage-panel-header.light-background {
    padding-bottom: 0;
}

.pg_index .theme-homepage-layout.gateway .widget-SelfServeContent .homepage-panel-header:not(.light-background) h3,
.pg_index .theme-homepage-layout.gateway .widget-SelfServeContent .homepage-panel-header:not(.light-background) h3 a {
    color: #000000;
}

/* === UMBRELLA GATEWAY HOMEPAGE === */

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway .hero-row {
   background-color: #0E4751;
   min-height: 360px;
   max-width:unset;
   margin:unset;
}

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway [class*=home-hero-feature].widget-SelfServeContent {
    margin:auto;
    padding:0;
}

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway .homepage-hero-wrap {
    max-width: 640px;
    margin-top: 2rem;
}

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway .hero-search-container {
    max-width:640px;
    margin:1rem auto;
    text-align:left;
}

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway .hero-search-container .navbar-search {
    max-width:unset;
    margin:unset;
}

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway .widget-SelfServeContent.widget-instance-_home-self-serve-content-feature-1 .homepage-panel-header {
    background-color: #00A18C;
}

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway .widget-SelfServeContent.widget-instance-_home-self-serve-content-feature-2 .homepage-panel-header {
    background-color: #EB5E62;
}

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway .widget-SelfServeContent.widget-instance-_home-self-serve-content-feature-3 .homepage-panel-header {
    background-color: #DCDD2C;
}

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway .widget-SelfServeContent.widget-instance-_home-self-serve-content-feature-4 .homepage-panel-header {
    background-color: #8B87F7;
}

body[data-sitename="emeraldpublishing"].pg_index .theme-homepage-layout.gateway .widget-SelfServeContent .homepage-panel-header h3 {
    color: #2A2A2A;
}

/* === CASE STUDIES HEADERS & FOOTERS === */

body[data-sitename="casestudies"] .journal-header,
body[data-sitename="casestudies"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="thecasejournal"] .journal-header,
body[data-sitename="thecasejournal"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="councilofsupplychainmanagementprofessionals"] .journal-header,
body[data-sitename="councilofsupplychainmanagementprofessionals"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="dardenbusinesspublishingcases"] .journal-header,
body[data-sitename="dardenbusinesspublishingcases"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="managementschoolfudanuniversity"] .journal-header,
body[data-sitename="managementschoolfudanuniversity"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="indianinstituteofmanagementahmedabad"] .journal-header,
body[data-sitename="indianinstituteofmanagementahmedabad"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="kelloggschoolofmanagement"] .journal-header,
body[data-sitename="kelloggschoolofmanagement"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="thecasewritingcentreuniversityofcapetowngraduateschoolofbusiness"] .journal-header,
body[data-sitename="thecasewritingcentreuniversityofcapetowngraduateschoolofbusiness"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="emeraldemergingmarketscasestudies"] .journal-header,
body[data-sitename="emeraldemergingmarketscasestudies"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="thecaseforwomen"] .journal-header,
body[data-sitename="thecaseforwomen"] .widget-SitePageFooter .journal-footer.journal-bg,
body[data-sitename="teachingnotes"] .journal-header,
body[data-sitename="teachingnotes"] .widget-SitePageFooter .journal-footer.journal-bg {
    background: unset;
    background-color: #dcdd2c;
}

body[data-sitename="casestudies"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="thecasejournal"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="councilofsupplychainmanagementprofessionals"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="dardenbusinesspublishingcases"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="managementschoolfudanuniversity"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="indianinstituteofmanagementahmedabad"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="kelloggschoolofmanagement"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="thecasewritingcentreuniversityofcapetowngraduateschoolofbusiness"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="emeraldemergingmarketscasestudies"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="thecaseforwomen"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link,
body[data-sitename="teachingnotes"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link {
    color: #000000;
    font-size: 2rem;
}

body[data-sitename="casestudies"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="thecasejournal"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="councilofsupplychainmanagementprofessionals"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="dardenbusinesspublishingcases"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="managementschoolfudanuniversity"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="indianinstituteofmanagementahmedabad"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="kelloggschoolofmanagement"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="thecasewritingcentreuniversityofcapetowngraduateschoolofbusiness"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="emeraldemergingmarketscasestudies"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="thecaseforwomen"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover,
body[data-sitename="teachingnotes"] .journal-header .journal-header_content .journal-logo_wrap a.journal-logo-link:hover {
    text-decoration: none;
}

body[data-sitename="casestudies"] .journal-header .site-menu .nav-link,
body[data-sitename="thecasejournal"] .journal-header .site-menu .nav-link,
body[data-sitename="councilofsupplychainmanagementprofessionals"] .journal-header .site-menu .nav-link,
body[data-sitename="dardenbusinesspublishingcases"] .journal-header .site-menu .nav-link,
body[data-sitename="managementschoolfudanuniversity"] .journal-header .site-menu .nav-link,
body[data-sitename="indianinstituteofmanagementahmedabad"] .journal-header .site-menu .nav-link,
body[data-sitename="kelloggschoolofmanagement"] .journal-header .site-menu .nav-link,
body[data-sitename="thecasewritingcentreuniversityofcapetowngraduateschoolofbusiness"] .journal-header .site-menu .nav-link,
body[data-sitename="emeraldemergingmarketscasestudies"] .journal-header .site-menu .nav-link,
body[data-sitename="thecaseforwomen"] .journal-header .site-menu .nav-link,
body[data-sitename="teachingnotes"] .journal-header .site-menu .nav-link {
    color: #000000;
}

@media (max-width: 899px) {
    body[data-sitename="casestudies"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="thecasejournal"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="councilofsupplychainmanagementprofessionals"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="dardenbusinesspublishingcases"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="managementschoolfudanuniversity"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="indianinstituteofmanagementahmedabad"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="kelloggschoolofmanagement"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="thecasewritingcentreuniversityofcapetowngraduateschoolofbusiness"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="emeraldemergingmarketscasestudies"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="thecaseforwomen"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle,
    body[data-sitename="teachingnotes"] .journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle {
        color: #000000;
    }
}

body[data-sitename="casestudies"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="thecasejournal"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="councilofsupplychainmanagementprofessionals"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="dardenbusinesspublishingcases"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="managementschoolfudanuniversity"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="indianinstituteofmanagementahmedabad"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="kelloggschoolofmanagement"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="thecasewritingcentreuniversityofcapetowngraduateschoolofbusiness"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="emeraldemergingmarketscasestudies"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="thecaseforwomen"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img,
body[data-sitename="teachingnotes"] .widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img {
    max-height: 2rem;
}

/* === ALL FOOTERS === */

.widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-menu a {
    color: #000000;
}

.widget-SitePageFooter .journal-footer .journal-footer-colophon * {
    color: #000000;
}

/* =========================================================
   HOME PAGE - LOWER FEATURE ROW
   Applies to features 5-8 inside .home-row3
   ========================================================= */

/* Four-column layout */
.home-row3 .widget-dynamic-inner-wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    align-items: stretch;
}

/* Lower row cards */
.home-row3 .widget-SelfServeContent {
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 4px 5px 3px 3px rgb(0 0 0 / 14%);
    padding: 16px;
    box-sizing: border-box;
}

/* Remove existing panel styling */
.home-row3 .homepage-panel-wrap {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Main text area - override the default SelfServeContent padding */
.pg_index .theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent
.homepage-panel-text {
    background: transparent;
    padding: 0 !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Body copy */
.home-row3 .homepage-panel-text p {
    margin: 0 0 12px;
    padding: 0;
    font-size: 14px;
    line-height: 1.35;
}

/* Push final link to bottom */
.home-row3 .homepage-panel-text p:last-child {
    margin-top: auto;
    margin-bottom: 0;
}

/* =========================================================
   LOWER ROW HEADER RESET
   Overrides standard Gateway homepage header styling
   ========================================================= */

/* Force removal of the existing coloured header block */
.pg_index .theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent
.homepage-panel-header {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: inherit !important;
    padding: 0 !important;
    margin: 0 0 10px !important;
    min-height: 0 !important;
    height: auto !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Remove any decorative pseudo-elements */
.pg_index .theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent
.homepage-panel-header::before,
.pg_index .theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent
.homepage-panel-header::after {
    content: none !important;
    display: none !important;
}

/* Reset the heading itself */
.pg_index .theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent
.homepage-panel-header h3 {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #111 !important;
    margin: 0 !important;
    padding: 0 0 8px !important;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    border: 0 !important;
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #14555d;
}

/* =========================================================
   ACCENT COLOURS - LOWER ROW
   ========================================================= */

/* Feature 5 - Open Access */
body[data-sitename="emeraldpublishing"].pg_index
.theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent.widget-instance-_home-self-serve-content-feature-5
.homepage-panel-header h3 {
    border-bottom-color: #ff5d12 !important;
}

/* Feature 6 - Research Services */
body[data-sitename="emeraldpublishing"].pg_index
.theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent.widget-instance-_home-self-serve-content-feature-6
.homepage-panel-header h3 {
    border-bottom-color: #0e4751 !important;
}

/* Feature 7 - Emerald Publishing Services */
body[data-sitename="emeraldpublishing"].pg_index
.theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent.widget-instance-_home-self-serve-content-feature-7
.homepage-panel-header h3 {
    border-bottom-color: #00a1d2 !important;
}

/* Feature 8 - Publish with us */
body[data-sitename="emeraldpublishing"].pg_index
.theme-homepage-layout.gateway
.home-row3
.widget-SelfServeContent.widget-instance-_home-self-serve-content-feature-8
.homepage-panel-header h3 {
    border-bottom-color: #0e4751 !important;
}


/* =========================================================
   LOWER ROW - LAYOUT BY NUMBER OF CARDS
   Keeps cards at the same four-column width on desktop
   ========================================================= */

@media (min-width: 901px) {
    .home-row3[data-count="1"] .widget-dynamic-inner-wrap,
    .home-row3[data-count="2"] .widget-dynamic-inner-wrap,
    .home-row3[data-count="3"] .widget-dynamic-inner-wrap,
    .home-row3[data-count="4"] .widget-dynamic-inner-wrap {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 32px;
        align-items: stretch;
    }

    /* One card - first column */
    .home-row3[data-count="1"] .widget-SelfServeContent {
        grid-column: 1;
    }

    /* Two cards - first two columns */
    .home-row3[data-count="2"] .widget-SelfServeContent:nth-child(1) {
        grid-column: 1;
    }

    .home-row3[data-count="2"] .widget-SelfServeContent:nth-child(2) {
        grid-column: 2;
    }

    /* Three cards - first three columns */
    .home-row3[data-count="3"] .widget-SelfServeContent:nth-child(1) {
        grid-column: 1;
    }

    .home-row3[data-count="3"] .widget-SelfServeContent:nth-child(2) {
        grid-column: 2;
    }

    .home-row3[data-count="3"] .widget-SelfServeContent:nth-child(3) {
        grid-column: 3;
    }
}


/* =========================================================
   RESPONSIVE LAYOUT
   ========================================================= */

@media (max-width: 900px) {
    .home-row3 .widget-dynamic-inner-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .home-row3 .widget-dynamic-inner-wrap {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   ACCESSIBILITY PAGE
   ========================================================= */

.accessibility-page {
    --accessibility-max-width: 1760px;
    --accessibility-gutter: 64px;
    --accessibility-nav-width: 260px;

    width: 100%;
    color: #1f1f1f;
}


/* =========================================================
   SILVERCHAIR PAGE OVERRIDES
   ========================================================= */

.accessibility-page,
.accessibility-page * {
    box-sizing: border-box;
}

.accessibility-page img {
    max-width: 100%;
    height: auto;
}


/* =========================================================
   TITLE BAR
   ========================================================= */

.accessibility-titlebar {
    width: 100%;
    background: #edf5f5;
}

.accessibility-titlebar__inner {
    width: min(
        calc(100% - (var(--accessibility-gutter) * 2)),
        var(--accessibility-max-width)
    );

    margin: 0 auto;
    padding: 14px 0;
}

.accessibility-titlebar h1 {
    margin: 0;

    font-size: clamp(1.7rem, 2vw, 2.2rem);
    line-height: 1.2;

    font-weight: 400;
    color: #1f1f1f;
}


/* =========================================================
   MAIN PAGE LAYOUT
   ========================================================= */

.accessibility-layout {
    width: min(
        calc(100% - (var(--accessibility-gutter) * 2)),
        var(--accessibility-max-width)
    );

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        var(--accessibility-nav-width)
        minmax(0, 1fr);

    column-gap: 54px;

    align-items: start;

    padding: 28px 0 80px;
}


/* =========================================================
   LEFT HAND NAVIGATION
   ========================================================= */

.accessibility-nav {
    position: sticky;
    top: 24px;

    align-self: start;

    width: 100%;
}

.accessibility-nav nav {
    width: 100%;
}

.accessibility-nav ul {
    list-style: none;

    margin: 0;
    padding: 0;
}

.accessibility-nav li {
    margin: 0 0 15px;
    padding: 0;
}

.accessibility-nav li:last-child {
    margin-bottom: 0;
}

.accessibility-nav a {
    display: block;

    color: #175866;

    font-size: 0.93rem;
    line-height: 1.3;

    font-weight: 400;

    text-decoration: none;

    transition:
        color 0.2s ease,
        text-decoration-color 0.2s ease;
}

.accessibility-nav a:hover,
.accessibility-nav a:focus-visible {
    color: #0e4751;
    text-decoration: underline;
    text-underline-offset: 2px;
}


/* =========================================================
   MAIN CONTENT
   ========================================================= */

.accessibility-content {
    width: 100%;
    max-width: 1120px;
    min-width: 0;
}

.accessibility-content section {
    scroll-margin-top: 30px;
}

.accessibility-content h2 {
    margin: 0 0 18px;

    font-size: clamp(1.65rem, 2vw, 2rem);
    line-height: 1.2;

    font-weight: 400;
    color: #1f1f1f;
}

.accessibility-content h3 {
    margin: 26px 0 10px;

    font-size: 1.12rem;
    line-height: 1.35;

    font-weight: 600;
    color: #1f1f1f;
}

.accessibility-content h4 {
    margin: 22px 0 8px;

    font-size: 1rem;
    line-height: 1.4;

    font-weight: 600;
}

.accessibility-content p {
    margin: 0 0 20px;

    font-size: 1rem;
    line-height: 1.65;

    color: #333333;
}

.accessibility-content ul,
.accessibility-content ol {
    margin: 0 0 24px 22px;
    padding: 0;
}

.accessibility-content li {
    margin: 0 0 7px;

    font-size: 1rem;
    line-height: 1.55;

    color: #333333;
}

.accessibility-content li:last-child {
    margin-bottom: 0;
}

.accessibility-content a {
    color: #175866;

    text-decoration: underline;
    text-underline-offset: 2px;
}

.accessibility-content a:hover,
.accessibility-content a:focus-visible {
    color: #0e4751;
}

.accessibility-content strong {
    font-weight: 600;
}


/* =========================================================
   STANDARD SECTIONS
   ========================================================= */

.accessibility-section {
    margin: 0 0 64px;
}

.accessibility-section:last-child {
    margin-bottom: 0;
}

.accessibility-section > h2 {
    margin-bottom: 22px;
}

.accessibility-subsection {
    margin-top: 36px;
}

.accessibility-subsection h3 {
    margin: 0 0 14px;

    font-size: 1.25rem;
}


/* =========================================================
   WCAG ROADMAP TABLE
   ========================================================= */

.accessibility-table-wrap {
    width: 100%;

    margin: 30px 0 38px;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
}

.accessibility-table {
    width: 100%;

    border-collapse: collapse;
    table-layout: fixed;

    border: 1px solid #ccd7d8;

    background: #ffffff;

    font-size: 0.95rem;
    line-height: 1.55;
}


/* COLUMN WIDTHS */

.accessibility-table th:nth-child(1),
.accessibility-table td:nth-child(1) {
    width: 23%;
}

.accessibility-table th:nth-child(2),
.accessibility-table td:nth-child(2) {
    width: 59%;
}

.accessibility-table th:nth-child(3),
.accessibility-table td:nth-child(3) {
    width: 18%;
}


/* HEADER */

.accessibility-table thead {
    background: #0e4751;
    color: #ffffff;
}

.accessibility-table th {
    padding: 18px 20px;

    text-align: left;
    vertical-align: top;

    font-weight: 500;
    line-height: 1.3;

    color: #ffffff;

    border: 0;
}


/* BODY */

.accessibility-table td {
    padding: 22px 20px;

    vertical-align: top;

    border-bottom: 1px solid #ccd7d8;

    color: #333333;
}

.accessibility-table tbody tr:nth-child(even) {
    background: #edf5f5;
}

.accessibility-table tbody tr:nth-child(odd) {
    background: #ffffff;
}

.accessibility-table tbody tr:last-child td {
    border-bottom: 0;
}


/* TABLE CONTENT */

.accessibility-table p {
    margin: 0 0 12px;

    font-size: 0.95rem;
    line-height: 1.55;
}

.accessibility-table p:last-child {
    margin-bottom: 0;
}

.accessibility-table ul {
    margin: 8px 0 0 18px;
}

.accessibility-table li {
    margin-bottom: 5px;

    font-size: 0.95rem;
    line-height: 1.5;
}

.accessibility-table a {
    color: #0e5662;

    font-weight: 500;

    text-decoration: underline;
    text-underline-offset: 2px;
}

.accessibility-level {
    display: block;

    margin-top: 4px;

    font-size: 0.85rem;
    line-height: 1.35;

    color: #555555;
}

.accessibility-date {
    white-space: nowrap;

    font-weight: 500;
}


/* =========================================================
   GUIDANCE CARDS
   ========================================================= */

.accessibility-guidance-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 20px;

    margin-top: 26px;
}

.accessibility-guidance-card {
    padding: 26px 28px;

    background: #ffffff;

    border: 1px solid #d9e0e1;

    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
}

.accessibility-guidance-card h3 {
    margin: 0 0 12px;

    font-size: 1.12rem;
    line-height: 1.3;
}

.accessibility-guidance-card p:last-child,
.accessibility-guidance-card ul:last-child {
    margin-bottom: 0;
}


/* =========================================================
   IMPROVEMENT ACTIONS
   ========================================================= */

.accessibility-actions {
    display: grid;

    gap: 16px;

    margin-top: 28px;
}

.accessibility-action {
    display: grid;

    grid-template-columns: 64px minmax(0, 1fr);

    gap: 22px;

    padding: 24px 28px;

    background: #ffffff;

    border-top: 1px solid #ccd7d8;
}

.accessibility-action:last-child {
    border-bottom: 1px solid #ccd7d8;
}

.accessibility-action__number {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 54px;
    height: 54px;

    flex: 0 0 54px;

    background: #0e4751;
    color: #ffffff;

    font-size: 1rem;
    line-height: 1;

    font-weight: 600;
}

.accessibility-action h3 {
    margin: 0 0 8px;

    font-size: 1.15rem;
}

.accessibility-action p {
    margin: 0;
}


/* =========================================================
   CALLOUT PANEL
   ========================================================= */

.accessibility-callout {
    margin-top: 26px;

    padding: 26px 30px;

    background: #edf5f5;

    border-left: 5px solid #0e4751;
}

.accessibility-callout h3 {
    margin: 0 0 12px;
}

.accessibility-callout ul:last-child,
.accessibility-callout p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   CTA BUTTON
   ========================================================= */

.accessibility-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    margin-top: 10px;

    padding: 13px 22px;

    min-height: 46px;

    background: #0e4751;
    color: #ffffff !important;

    font-weight: 600;

    text-decoration: none !important;

    border: 2px solid #0e4751;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.accessibility-button:hover,
.accessibility-button:focus-visible {
    background: #173f46;
    border-color: #173f46;

    color: #ffffff !important;

    transform: translateY(-1px);
}


/* =========================================================
   PARTNERSHIP FEATURE
   ========================================================= */

.accessibility-feature {
    margin-top: 26px;

    padding: 30px 32px;

    background: #edf5f5;
}

.accessibility-feature h3 {
    margin: 0 0 12px;

    font-size: 1.3rem;
}

.accessibility-feature p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   CONFORMANCE CARDS
   ========================================================= */

.accessibility-conformance-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 22px;

    margin-top: 28px;
}

.accessibility-conformance-grid article {
    padding: 28px 30px;

    background: #f4f7f7;

    border-top: 5px solid #0e4751;
}

.accessibility-conformance-grid h3 {
    margin: 0 0 12px;

    font-size: 1.25rem;
}

.accessibility-conformance-grid p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   CONTACT PANEL
   ========================================================= */

.accessibility-contact {
    padding: 36px 40px;

    background: #0e4751;
    color: #ffffff;
}

.accessibility-contact h2,
.accessibility-contact h3,
.accessibility-contact p,
.accessibility-contact li {
    color: #ffffff;
}

.accessibility-contact h2 {
    margin-top: 0;
}

.accessibility-contact p {
    max-width: 900px;
}

.accessibility-contact a {
    color: #ffffff;

    text-decoration: underline;
    text-decoration-color: currentColor;
    text-underline-offset: 2px;
}

.accessibility-contact a:hover,
.accessibility-contact a:focus-visible {
    color: #ffffff;
}

.accessibility-contact__intro {
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
}


/* =========================================================
   STATEMENT METADATA
   ========================================================= */

.accessibility-statement-meta {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    margin: 24px 0 0;

    border-top: 1px solid #ccd7d8;
    border-bottom: 1px solid #ccd7d8;
}

.accessibility-statement-meta > div {
    padding: 22px 24px;

    border-right: 1px solid #ccd7d8;
}

.accessibility-statement-meta > div:last-child {
    border-right: 0;
}

.accessibility-statement-meta dt {
    margin: 0 0 6px;

    color: #555555;

    font-size: 0.85rem;
    line-height: 1.3;

    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.accessibility-statement-meta dd {
    margin: 0;

    font-size: 1.05rem;
    line-height: 1.45;

    color: #1f1f1f;
}


/* =========================================================
   FOCUS STATES
   ========================================================= */

.accessibility-page a:focus-visible,
.accessibility-page button:focus-visible {
    outline: 3px solid #0086c9;
    outline-offset: 3px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .accessibility-page {
        --accessibility-gutter: 32px;
        --accessibility-nav-width: 220px;
    }

    .accessibility-layout {
        column-gap: 36px;
    }

    .accessibility-content {
        max-width: none;
    }

}


/* =========================================================
   SMALL TABLET
   ========================================================= */

@media (max-width: 900px) {

    .accessibility-layout {
        grid-template-columns: 200px minmax(0, 1fr);
        column-gap: 28px;
    }

    .accessibility-guidance-grid,
    .accessibility-conformance-grid {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

    .accessibility-page {
        --accessibility-gutter: 20px;
    }

    .accessibility-titlebar__inner {
        padding: 16px 0;
    }

    .accessibility-layout {
        display: block;

        padding-top: 20px;
        padding-bottom: 50px;
    }

    .accessibility-nav {
        position: static;

        width: 100%;

        margin: 0 0 36px;

        padding: 20px;

        background: #f4f7f7;
    }

    .accessibility-nav::before {
        content: "On this page";

        display: block;

        margin-bottom: 14px;

        font-size: 1rem;
        font-weight: 600;

        color: #1f1f1f;
    }

    .accessibility-nav ul {
        display: grid;

        gap: 10px;
    }

    .accessibility-nav li {
        margin: 0;
    }

    .accessibility-content {
        width: 100%;
        max-width: none;
    }

    .accessibility-section {
        margin-bottom: 48px;
    }

    .accessibility-guidance-grid {
        grid-template-columns: 1fr;
    }

    .accessibility-guidance-card {
        padding: 22px;
    }

}


/* =========================================================
   MOBILE TABLE
   ========================================================= */

@media (max-width: 700px) {

    .accessibility-table-wrap {
        overflow: visible;
    }

    .accessibility-table {
        border: 0;
    }

    .accessibility-table thead {
        position: absolute;

        width: 1px;
        height: 1px;

        padding: 0;
        margin: -1px;

        overflow: hidden;

        clip: rect(0, 0, 0, 0);
        clip-path: inset(50%);

        white-space: nowrap;

        border: 0;
    }

    .accessibility-table,
    .accessibility-table tbody,
    .accessibility-table tr,
    .accessibility-table td {
        display: block;

        width: 100% !important;
    }

    .accessibility-table tr {
        margin-bottom: 20px;

        border: 1px solid #ccd7d8;

        background: #ffffff !important;
    }

    .accessibility-table td {
        padding: 16px 18px;

        border: 0;
        border-bottom: 1px solid #e2e6e7;
    }

    .accessibility-table td:last-child {
        border-bottom: 0;
    }

    .accessibility-table td::before {
        display: block;

        margin-bottom: 7px;

        content: attr(data-label);

        color: #0e4751;

        font-size: 0.8rem;
        line-height: 1.25;

        font-weight: 700;

        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    .accessibility-action {
        grid-template-columns: 1fr;

        gap: 16px;

        padding: 22px;
    }

    .accessibility-statement-meta {
        grid-template-columns: 1fr;
    }

    .accessibility-statement-meta > div {
        border-right: 0;
        border-bottom: 1px solid #ccd7d8;
    }

    .accessibility-statement-meta > div:last-child {
        border-bottom: 0;
    }

    .accessibility-contact {
        padding: 28px 24px;
    }

    .accessibility-feature,
    .accessibility-callout {
        padding: 24px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .accessibility-page {
        --accessibility-gutter: 16px;
    }

    .accessibility-titlebar h1 {
        font-size: 1.65rem;
    }

    .accessibility-content h2 {
        font-size: 1.55rem;
    }

    .accessibility-guidance-card,
    .accessibility-feature,
    .accessibility-callout,
    .accessibility-contact {
        padding-left: 20px;
        padding-right: 20px;
    }

}

/* =========================================================
   ACCESSIBILITY PAGE - REMOVE SILVERCHAIR SIDEBAR
   ========================================================= */

/* Hide the right-hand Silverchair sidebar */
body:has(.accessibility-page) #Sidebar {
    display: none !important;
}

/* Allow the main page area to occupy the full width */
body:has(.accessibility-page) .content-main_content {
    width: 100% !important;
    max-width: none !important;
    flex: 1 1 100% !important;
}

/* Remove any column width Silverchair has applied */
body:has(.accessibility-page) .content-main_content > .widget-dynamic-inner-wrap,
body:has(.accessibility-page) .content-main_content > .widget-DynamicWidgetLayout {
    width: 100% !important;
    max-width: none !important;
}

/* Make the SelfServe content widget full width */
body:has(.accessibility-page) .widget-SelfServeContent {
    width: 100%;
    max-width: none;
}

/* =========================================================
   EMERALD HOMEPAGE - FULL WIDTH COMPONENT ROW
   Scoped specifically to the row containing our custom hero
   ========================================================= */

body[data-sitename="emeraldpublishing"].pg_index
.home-hero-row:has(.research-still-hero) {
    position: relative;

    width: 100vw;
    max-width: none;

    left: 50%;
    transform: translateX(-50%);

    margin: 0;
    padding: 0;
}


/* Stack all eight SelfServeContent widgets vertically */
body[data-sitename="emeraldpublishing"].pg_index
.home-hero-row:has(.research-still-hero)
> .widget-dynamic-inner-wrap {
    display: block !important;

    width: 100%;
    max-width: none;

    margin: 0;
    padding: 0;
}


/* Each standalone component gets the full available width */
body[data-sitename="emeraldpublishing"].pg_index
.home-hero-row:has(.research-still-hero)
> .widget-dynamic-inner-wrap
> .widget-SelfServeContent {
    display: block;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}

/* =========================================================
   RESEARCH SHOULDN'T SIT STILL
   ========================================================= */

.research-still-hero,
.research-still-hero *,
.research-still-hero *::before,
.research-still-hero *::after {
    box-sizing: border-box;
}


.research-still-hero {
    width: 100%;
    margin: 0;
    padding: 0;

    background: #0e4751;
}


/* Inner alignment */
.research-still-hero__inner {
    width: min(calc(100% - 48px), 1760px);

    margin: 0 auto;

    min-height: 115px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 48px;

    padding: 14px 0;
}


/* =========================================================
   TEXT
   ========================================================= */

.research-still-hero__content {
    flex: 1 1 auto;
    min-width: 0;
}


.research-still-hero__content h2 {
    margin: 0 0 7px;

    padding: 0;

    color: #dcdd2c;

    font-size: 1.25rem;
    line-height: 1.2;

    font-weight: 400;
}


.research-still-hero__content p {
    margin: 0;

    padding: 0;

    color: #ffffff;

    font-size: 1.125rem;
    line-height: 1.3;

    font-weight: 300;
}


/* =========================================================
   CTA
   ========================================================= */

.research-still-hero__action {
    flex: 0 0 auto;

    padding-right: 28px;
}


.research-still-hero__button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 130px;
    min-height: 31px;

    padding: 7px 22px;

    background: #a8d62e;

    border: 0;
    border-radius: 999px;

    color: #0e4751 !important;

    font-size: 0.7rem;
    line-height: 1;

    font-weight: 500;

    text-decoration: none !important;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}


.research-still-hero__button:hover,
.research-still-hero__button:focus-visible {
    background: #dcdd2c;

    color: #0e4751 !important;

    text-decoration: none !important;

    transform: translateY(-1px);
}


.research-still-hero__button:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

    .research-still-hero__inner {
        width: calc(100% - 40px);

        min-height: 0;

        flex-direction: column;
        align-items: flex-start;

        gap: 22px;

        padding: 28px 0;
    }


    .research-still-hero__content p {
        font-size: 1rem;
        line-height: 1.45;
    }


    .research-still-hero__desktop-break {
        display: none;
    }


    .research-still-hero__action {
        padding-right: 0;
    }

}

/* =========================================================
   EMERALD HOMEPAGE - CUSTOM FULL WIDTH CONTENT
   =========================================================
   Components:
   - What you'll find at Emerald
   - Publish with us
   - Supporting research
   - Research in action
   - Community voices
   - Scholarly trust
   ========================================================= */


/* =========================================================
   0. SILVERCHAIR CUSTOM ROW RESET
   ========================================================= */

/*
   This row contains all of our standalone homepage
   SelfServeContent components.
*/

body[data-sitename="emeraldpublishing"].pg_index
.home-hero-row:has(.research-still-hero) {
    --custom-home-max-width: 1760px;
    --custom-home-gutter: 64px;

    position: relative;

    width: 100vw;
    max-width: none !important;

    left: 50%;
    transform: translateX(-50%);

    margin: 0 !important;
    padding: 0 !important;
}


/* Stack all SelfServeContent widgets vertically */

body[data-sitename="emeraldpublishing"].pg_index
.home-hero-row:has(.research-still-hero)
> .widget-dynamic-inner-wrap {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* Reset each SelfServeContent wrapper */

body[data-sitename="emeraldpublishing"].pg_index
.home-hero-row:has(.research-still-hero)
> .widget-dynamic-inner-wrap
> .widget-SelfServeContent {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    box-shadow: none !important;

    background: transparent;
}


/* Known widget instances from DevTools */

body[data-sitename="emeraldpublishing"].pg_index
.widget-instance-_home-about-us,

body[data-sitename="emeraldpublishing"].pg_index
.widget-instance-_home-publish-row,

body[data-sitename="emeraldpublishing"].pg_index
.widget-instance-_home-supporting-research,

body[data-sitename="emeraldpublishing"].pg_index
.widget-instance-_home-spotlight,

body[data-sitename="emeraldpublishing"].pg_index
.widget-instance-_home-trust-signs {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    box-shadow: none !important;
}


/* =========================================================
   SHARED BOX SIZING
   ========================================================= */

.emerald-offerings,
.emerald-offerings *,
.emerald-offerings *::before,
.emerald-offerings *::after,

.publish-with-us,
.publish-with-us *,
.publish-with-us *::before,
.publish-with-us *::after,

.supporting-research,
.supporting-research *,
.supporting-research *::before,
.supporting-research *::after,

.research-action-spotlight,
.research-action-spotlight *,
.research-action-spotlight *::before,
.research-action-spotlight *::after,

.community-voices,
.community-voices *,
.community-voices *::before,
.community-voices *::after,

.scholarly-trust,
.scholarly-trust *,
.scholarly-trust *::before,
.scholarly-trust *::after {
    box-sizing: border-box;
}


/* =========================================================
   1. WHAT YOU'LL FIND AT EMERALD
   ========================================================= */

.emerald-offerings {
    width: 100%;

    margin: 0;
    padding: 0;

    background: #ffffff;

    color: #1f1f1f;
}


.emerald-offerings__inner {
    width: min(
        calc(100% - (var(--custom-home-gutter) * 2)),
        var(--custom-home-max-width)
    );

    margin: 0 auto;

    padding: 26px 0 34px;
}


.emerald-offerings__title {
    margin: 0 0 18px !important;
    padding: 0 !important;

    color: #1f1f1f !important;

    font-size: 1.5rem !important;
    line-height: 1.2 !important;

    font-weight: 400 !important;
}


.emerald-offerings__grid {
    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap: 18px;

    align-items: stretch;
}


/* Cards */

.emerald-offerings__card {
    min-width: 0;
    min-height: 155px;

    display: flex;
    flex-direction: column;

    margin: 0;

    padding: 17px 16px 18px;

    background: #ffffff;

    border: 1px solid #e1e4e4;

    box-shadow:
        0 2px 5px rgba(0, 0, 0, 0.14);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.emerald-offerings__card:hover {
    transform: translateY(-2px);

    box-shadow:
        0 5px 12px rgba(0, 0, 0, 0.16);
}


.emerald-offerings__card-title {
    margin: 0 0 7px !important;
    padding: 0 !important;

    color: #1f1f1f !important;

    font-size: 0.95rem !important;
    line-height: 1.25 !important;

    font-weight: 500 !important;
}


/* Coloured strip */

.emerald-offerings__accent {
    width: 100%;
    height: 6px;

    flex: 0 0 6px;

    margin: 0 0 10px;
}


/* Individual colours */

.emerald-offerings__card--journals
.emerald-offerings__accent {
    background: #00a291;
}


.emerald-offerings__card--books
.emerald-offerings__accent {
    background: #eb5e62;
}


.emerald-offerings__card--case-studies
.emerald-offerings__accent {
    background: #dcdd2c;
}


.emerald-offerings__card--ice
.emerald-offerings__accent {
    background: #009ab4;
}


.emerald-offerings__card--foundations
.emerald-offerings__accent {
    background: #b05aa3;
}


.emerald-offerings__description {
    margin: 0 0 14px !important;
    padding: 0 !important;

    color: #5a5a5a !important;

    font-size: 0.8rem !important;
    line-height: 1.4 !important;

    font-weight: 300 !important;
}


.emerald-offerings__link {
    margin-top: auto;

    color: #175866 !important;

    font-size: 0.78rem;
    line-height: 1.35;

    font-weight: 400;

    text-decoration: underline !important;
    text-underline-offset: 2px;
}


.emerald-offerings__link:hover,
.emerald-offerings__link:focus-visible {
    color: #0e4751 !important;
}


/* =========================================================
   2. PUBLISH WITH US
   ========================================================= */

.publish-with-us {
    width: 100%;

    margin: 0;
    padding: 0;

    background: #ffffff;

    color: #1f1f1f;
}


.publish-with-us__inner {
    width: min(
        calc(100% - (var(--custom-home-gutter) * 2)),
        var(--custom-home-max-width)
    );

    margin: 0 auto;

    padding: 30px 0 38px;
}


.publish-with-us__title {
    margin: 0 0 16px !important;
    padding: 0 !important;

    color: #1f1f1f !important;

    font-size: 1.5rem !important;
    line-height: 1.2 !important;

    font-weight: 400 !important;
}


.publish-with-us__grid {
    display: grid;

    grid-template-columns:
        1.4fr
        repeat(3, minmax(0, 1fr));

    gap: 16px;

    align-items: stretch;
}


/* Intro teal panel */

.publish-with-us__intro {
    min-width: 0;
    min-height: 220px;

    display: flex;
    flex-direction: column;

    margin: 0;

    padding: 28px 26px;

    background: #0e4751;

    color: #ffffff;
}


.publish-with-us__intro p {
    max-width: 320px;

    margin: 0 0 24px !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-size: 0.85rem !important;
    line-height: 1.5 !important;

    font-weight: 300 !important;
}


.publish-with-us__intro-link {
    margin-top: auto;

    color: #dcdd2c !important;

    font-size: 0.78rem;
    line-height: 1.35;

    font-weight: 400;

    text-decoration: underline !important;
    text-underline-offset: 2px;
}


.publish-with-us__intro-link:hover,
.publish-with-us__intro-link:focus-visible {
    color: #ffffff !important;
}


/* Journal cards */

.publish-with-us__card {
    min-width: 0;
    min-height: 220px;

    margin: 0;

    padding: 20px 21px;

    display: flex;
    flex-direction: column;

    background: #ffffff;

    border: 1px solid #175866;
}


.publish-with-us__spotlight {
    display: flex;

    align-items: center;

    gap: 10px;

    margin: 0 0 13px;
}


.publish-with-us__spotlight-icon {
    display: block;

    width: 31px;
    height: 31px;

    flex: 0 0 31px;

    object-fit: contain;
}


.publish-with-us__spotlight-label {
    color: #4d4d4d;

    font-size: 0.65rem;
    line-height: 1;

    font-weight: 400;

    text-transform: uppercase;
}


.publish-with-us__card-title {
    margin: 0 0 11px !important;
    padding: 0 !important;

    color: #175866 !important;

    font-size: 0.95rem !important;
    line-height: 1.3 !important;

    font-weight: 400 !important;
}


.publish-with-us__card-description {
    margin: 0 !important;
    padding: 0 !important;

    color: #555555 !important;

    font-size: 0.78rem !important;
    line-height: 1.45 !important;

    font-weight: 300 !important;
}


/* =========================================================
   3. SUPPORTING RESEARCH
   ========================================================= */

.supporting-research {
    width: 100%;

    margin: 0;
    padding: 0;

    background: #e9f4d2;

    color: #1f1f1f;
}


.supporting-research__inner {
    width: min(
        calc(100% - (var(--custom-home-gutter) * 2)),
        var(--custom-home-max-width)
    );

    margin: 0 auto;

    padding: 28px 0 31px;
}


.supporting-research__title {
    margin: 0 0 20px !important;
    padding: 0 !important;

    color: #1f1f1f !important;

    font-size: 1.5rem !important;
    line-height: 1.2 !important;

    font-weight: 400 !important;
}


.supporting-research__intro {
    max-width: 900px;

    margin: 0 0 16px !important;
    padding: 0 !important;

    color: #222222 !important;

    font-size: 0.85rem !important;
    line-height: 1.45 !important;

    font-weight: 300 !important;
}


.supporting-research__columns {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    column-gap: 70px;

    align-items: start;
}


.supporting-research__list {
    margin: 0 !important;

    padding: 0 0 0 20px !important;
}


.supporting-research__list li {
    margin: 0 0 8px !important;
    padding: 0 0 0 2px !important;

    color: #222222 !important;

    font-size: 0.82rem !important;
    line-height: 1.5 !important;

    font-weight: 300 !important;
}


.supporting-research__list li:last-child {
    margin-bottom: 0 !important;
}


.supporting-research__list a {
    color: #175866 !important;

    text-decoration: underline !important;
    text-underline-offset: 2px;
}


.supporting-research__list a:hover,
.supporting-research__list a:focus-visible {
    color: #0e4751 !important;
}


/* =========================================================
   4. RESEARCH IN ACTION SPOTLIGHT
   ========================================================= */

.research-action-spotlight {
    width: 100%;

    margin: 0;

    padding: 26px 0;

    background: #ffffff;
}


.research-action-spotlight__inner {
    width: min(
        calc(100% - (var(--custom-home-gutter) * 2)),
        var(--custom-home-max-width)
    );

    min-height: 170px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        220px
        minmax(0, 1fr)
        minmax(320px, 36%);

    background: #ffffff;

    border: 1px solid #175866;
}


/* Teal label */

.research-action-spotlight__label {
    min-width: 0;

    margin: 0;

    padding: 22px 21px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    background: #0e4751;
}


.research-action-spotlight__title {
    margin: 0 0 20px !important;
    padding: 0 !important;

    color: #dcdd2c !important;

    font-size: 1rem !important;
    line-height: 1.3 !important;

    font-weight: 500 !important;
}


.research-action-spotlight__icon {
    display: block;

    width: 48px;
    height: 48px;

    object-fit: contain;
}


/* Main story */

.research-action-spotlight__content {
    min-width: 0;

    padding: 24px 22px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.research-action-spotlight__journal {
    margin: 0 0 12px !important;
    padding: 0 !important;

    color: #333333 !important;

    font-size: 0.78rem !important;
    line-height: 1.35 !important;

    font-weight: 400 !important;
}


.research-action-spotlight__description {
    max-width: 470px;

    margin: 0 0 18px !important;
    padding: 0 !important;

    color: #555555 !important;

    font-size: 0.78rem !important;
    line-height: 1.45 !important;

    font-weight: 300 !important;
}


.research-action-spotlight__link {
    margin-top: auto;

    color: #175866 !important;

    font-size: 0.78rem;

    font-weight: 500;

    text-decoration: underline !important;
    text-underline-offset: 2px;
}


.research-action-spotlight__link:hover,
.research-action-spotlight__link:focus-visible {
    color: #0e4751 !important;
}


/* Story image */

.research-action-spotlight__image {
    min-width: 0;

    padding: 14px 18px;

    display: flex;

    align-items: center;
    justify-content: center;
}


.research-action-spotlight__image img {
    display: block;

    width: 100%;
    height: 128px;

    margin: 0;

    object-fit: cover;
}


/* =========================================================
   5. WHAT OUR COMMUNITY SAYS
   ========================================================= */

.community-voices {
    width: 100%;

    margin: 0;
    padding: 0;

    background: #ffffff;

    color: #1f1f1f;
}


.community-voices__inner {
    width: min(
        calc(100% - (var(--custom-home-gutter) * 2)),
        var(--custom-home-max-width)
    );

    margin: 0 auto;

    padding: 34px 0 40px;
}


.community-voices__title {
    margin: 0 0 17px !important;
    padding: 0 !important;

    color: #1f1f1f !important;

    font-size: 1.5rem !important;
    line-height: 1.2 !important;

    font-weight: 400 !important;
}


.community-voices__grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 20px;

    align-items: stretch;
}


.community-voices__card {
    min-width: 0;

    margin: 0;

    padding: 24px 20px 22px;

    display: flex;
    flex-direction: column;

    background: #eff5f5;
}


.community-voices__quote {
    margin: 0 0 28px !important;
    padding: 0 !important;

    border: 0 !important;

    quotes: none;
}


.community-voices__quote::before,
.community-voices__quote::after {
    content: none;
}


.community-voices__quote p {
    margin: 0 !important;
    padding: 0 !important;

    color: #222222 !important;

    font-size: 0.8rem !important;
    line-height: 1.55 !important;

    font-weight: 300 !important;
}


.community-voices__person {
    margin-top: auto;
}


.community-voices__name {
    margin: 0 0 4px !important;
    padding: 0 !important;

    color: #333333 !important;

    font-size: 0.78rem !important;
    line-height: 1.4 !important;

    font-weight: 400 !important;
}


.community-voices__role {
    margin: 0 !important;
    padding: 0 !important;

    color: #555555 !important;

    font-size: 0.75rem !important;
    line-height: 1.45 !important;

    font-weight: 300 !important;
}


.community-voices__role a {
    color: #555555 !important;

    text-decoration: underline !important;
    text-underline-offset: 2px;
}


.community-voices__role a:hover,
.community-voices__role a:focus-visible {
    color: #175866 !important;
}


/* =========================================================
   6. TRUSTED BY THE SCHOLARLY COMMUNITY
   ========================================================= */

.scholarly-trust {
    width: 100%;

    margin: 0;
    padding: 0;

    background: #dedfd4;

    color: #1f1f1f;
}


.scholarly-trust__inner {
    width: min(
        calc(100% - (var(--custom-home-gutter) * 2)),
        var(--custom-home-max-width)
    );

    margin: 0 auto;

    padding: 30px 0 34px;
}


.scholarly-trust__title {
    margin: 0 0 28px !important;
    padding: 0 !important;

    color: #1f1f1f !important;

    font-size: 1.5rem !important;
    line-height: 1.25 !important;

    font-weight: 400 !important;
}


.scholarly-trust__logos {
    display: grid;

    grid-template-columns:
        repeat(7, minmax(0, 1fr));

    gap: 12px;

    align-items: stretch;
}


.scholarly-trust__logo {
    min-width: 0;
    min-height: 82px;

    margin: 0;

    padding: 12px 15px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #ffffff;

    border: 1px solid #d0d0d0;

    box-shadow:
        0 2px 5px rgba(0, 0, 0, 0.18);
}


.scholarly-trust__logo img {
    display: block;

    width: 100%;
    height: 54px;

    max-width: 150px;

    margin: 0;

    object-fit: contain;
}


/* =========================================================
   ACCESSIBILITY / FOCUS
   ========================================================= */

.emerald-offerings a:focus-visible,
.publish-with-us a:focus-visible,
.supporting-research a:focus-visible,
.research-action-spotlight a:focus-visible,
.community-voices a:focus-visible,
.scholarly-trust a:focus-visible {
    outline: 3px solid #0086c9;
    outline-offset: 3px;
}


/* =========================================================
   MEDIUM DESKTOP
   ========================================================= */

@media (max-width: 1200px) {

    body[data-sitename="emeraldpublishing"].pg_index
    .home-hero-row:has(.research-still-hero) {
        --custom-home-gutter: 40px;
    }


    .emerald-offerings__grid {
        gap: 14px;
    }


    .publish-with-us__grid {
        grid-template-columns:
            1.25fr
            repeat(3, minmax(0, 1fr));

        gap: 12px;
    }


    .research-action-spotlight__inner {
        grid-template-columns:
            190px
            minmax(0, 1fr)
            minmax(280px, 34%);
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    body[data-sitename="emeraldpublishing"].pg_index
    .home-hero-row:has(.research-still-hero) {
        --custom-home-gutter: 32px;
    }


    /* Offerings */

    .emerald-offerings__grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }


    /* Publish */

    .publish-with-us__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 16px;
    }


    .publish-with-us__intro {
        min-height: 210px;
    }


    .publish-with-us__card {
        min-height: 210px;
    }


    /* Supporting research */

    .supporting-research__columns {
        column-gap: 40px;
    }


    /* Spotlight */

    .research-action-spotlight__inner {
        grid-template-columns:
            190px
            minmax(0, 1fr);
    }


    .research-action-spotlight__image {
        grid-column: 1 / -1;

        padding: 18px;
    }


    .research-action-spotlight__image img {
        height: auto;

        max-height: 300px;

        aspect-ratio: 16 / 7;
    }


    /* Trust logos */

    .scholarly-trust__logos {
        grid-template-columns:
            repeat(4, minmax(0, 1fr));
    }

}


/* =========================================================
   SMALL TABLET
   ========================================================= */

@media (max-width: 760px) {

    body[data-sitename="emeraldpublishing"].pg_index
    .home-hero-row:has(.research-still-hero) {
        --custom-home-gutter: 20px;
    }


    /* Offerings */

    .emerald-offerings__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    /* Supporting research */

    .supporting-research__columns {
        grid-template-columns: 1fr;

        gap: 10px;
    }


    /* Testimonials */

    .community-voices__grid {
        grid-template-columns: 1fr;
    }


    .community-voices__card {
        min-height: 0;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    body[data-sitename="emeraldpublishing"].pg_index
    .home-hero-row:has(.research-still-hero) {
        --custom-home-gutter: 20px;
    }


    /* Headings */

    .emerald-offerings__title,
    .publish-with-us__title,
    .supporting-research__title,
    .community-voices__title,
    .scholarly-trust__title {
        font-size: 1.35rem !important;
    }


    /* Offerings */

    .emerald-offerings__grid {
        grid-template-columns: 1fr;
    }


    .emerald-offerings__card {
        min-height: 0;
    }


    /* Publish */

    .publish-with-us__grid {
        grid-template-columns: 1fr;
    }


    .publish-with-us__intro,
    .publish-with-us__card {
        min-height: 0;
    }


    /* Spotlight */

    .research-action-spotlight__inner {
        display: block;
    }


    .research-action-spotlight__label {
        min-height: 135px;

        padding: 22px;
    }


    .research-action-spotlight__content {
        padding: 24px 20px;
    }


    .research-action-spotlight__image {
        padding: 0 20px 20px;
    }


    .research-action-spotlight__image img {
        width: 100%;
        height: auto;

        max-height: none;

        aspect-ratio: 16 / 9;
    }


    /* Trust */

    .scholarly-trust__logos {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .scholarly-trust__logo {
        min-height: 88px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

    body[data-sitename="emeraldpublishing"].pg_index
    .home-hero-row:has(.research-still-hero) {
        --custom-home-gutter: 16px;
    }


    .emerald-offerings__inner,
    .publish-with-us__inner,
    .supporting-research__inner,
    .community-voices__inner,
    .scholarly-trust__inner {
        padding-top: 24px;
        padding-bottom: 28px;
    }


    .research-action-spotlight {
        padding-top: 20px;
        padding-bottom: 20px;
    }

}

/* =========================================================
   ABOUT US / PUBLISHING APPROACH FEATURE
   ========================================================= */

/*
   Reset the Silverchair SelfServeContent wrapper specifically
   for this component.
*/

body[data-sitename="emeraldpublishing"].pg_index
.widget-instance-_home-about-us {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    box-shadow: none !important;

    background: transparent !important;
}


/* =========================================================
   COMPONENT RESET
   ========================================================= */

.publishing-approach-feature,
.publishing-approach-feature *,
.publishing-approach-feature *::before,
.publishing-approach-feature *::after {
    box-sizing: border-box;
}


/* =========================================================
   SECTION
   ========================================================= */

.publishing-approach-feature {
    width: 100%;

    margin: 0;
    padding: 0;

    background: #ffffff;

    color: #1f1f1f;
}


/* =========================================================
   INNER LAYOUT
   ========================================================= */

.publishing-approach-feature__inner {
    width: min(
        calc(100% - (var(--custom-home-gutter) * 2)),
        var(--custom-home-max-width)
    );

    margin: 0 auto;

    padding: 28px 0 34px;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(380px, 36%);

    column-gap: clamp(60px, 8vw, 140px);

    align-items: center;
}


/* =========================================================
   LEFT CONTENT
   ========================================================= */

.publishing-approach-feature__content {
    width: 100%;
    max-width: 720px;

    min-width: 0;
}


/* All paragraphs */

.publishing-approach-feature__content p {
    margin: 0 0 14px !important;
    padding: 0 !important;

    color: #222222 !important;

    font-size: 0.88rem !important;
    line-height: 1.4 !important;

    font-weight: 300 !important;
}


/* Opening statement */

.publishing-approach-feature__content
.publishing-approach-feature__lead {
    margin-bottom: 16px !important;

    color: #1f1f1f !important;

    font-weight: 400 !important;
}


/* =========================================================
   TEXT LINK
   ========================================================= */

.publishing-approach-feature__link-wrap {
    margin-top: 4px !important;
    margin-bottom: 17px !important;
}


.publishing-approach-feature__link-wrap a {
    color: #175866 !important;

    font-size: 0.84rem;

    font-weight: 500;

    text-decoration: underline !important;
    text-underline-offset: 2px;
}


.publishing-approach-feature__link-wrap a:hover,
.publishing-approach-feature__link-wrap a:focus-visible {
    color: #0e4751 !important;
}


/* =========================================================
   ABOUT US BUTTON
   ========================================================= */

.publishing-approach-feature__button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 106px;
    min-height: 38px;

    padding: 8px 22px;

    margin: 0;

    background: #ffffff;

    border: 1px solid #175866;
    border-radius: 999px;

    color: #175866 !important;

    font-size: 0.78rem;
    line-height: 1;

    font-weight: 400;

    text-decoration: none !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}


.publishing-approach-feature__button:hover,
.publishing-approach-feature__button:focus-visible {
    background: #0e4751;

    border-color: #0e4751;

    color: #ffffff !important;

    text-decoration: none !important;

    transform: translateY(-1px);
}


.publishing-approach-feature__button:focus-visible {
    outline: 3px solid #0086c9;
    outline-offset: 3px;
}


/* =========================================================
   IMAGE
   ========================================================= */

.publishing-approach-feature__image {
    width: 100%;

    min-width: 0;

    margin: 0;
    padding: 0;
}


.publishing-approach-feature__image img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;

    aspect-ratio: 1.93 / 1;

    object-fit: cover;
}


/* =========================================================
   MEDIUM DESKTOP
   ========================================================= */

@media (max-width: 1200px) {

    .publishing-approach-feature__inner {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(340px, 38%);

        column-gap: 55px;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .publishing-approach-feature__inner {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(300px, 40%);

        column-gap: 36px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .publishing-approach-feature__inner {
        grid-template-columns: 1fr;

        gap: 28px;

        padding-top: 28px;
        padding-bottom: 32px;
    }


    .publishing-approach-feature__content {
        max-width: none;
    }


    .publishing-approach-feature__image {
        width: 100%;
    }


    .publishing-approach-feature__image img {
        aspect-ratio: 16 / 9;
    }

}

/* =========================================================
   HOMEPAGE DESIGN REFINEMENT PASS
   Append AFTER existing custom homepage CSS
   ========================================================= */


/* =========================================================
   1. HERO
   Align to the same content guide as all sections below
   ========================================================= */

.research-still-hero__inner {
    width: min(
        calc(100% - (var(--custom-home-gutter) * 2)),
        var(--custom-home-max-width)
    );

    min-height: 115px;

    padding: 14px 0;
}


.research-still-hero__content {
    max-width: 650px;
}


.research-still-hero__content h2 {
    margin-bottom: 6px;

    font-size: 1.15rem;
    line-height: 1.2;

    font-weight: 500;
}


.research-still-hero__content p {
    font-size: 1rem;
    line-height: 1.35;
}


.research-still-hero__action {
    padding-right: 0;
}


/* =========================================================
   2. ABOUT / PUBLISHING APPROACH
   Reduce excess vertical depth
   ========================================================= */

.publishing-approach-feature__inner {
    padding-top: 20px;
    padding-bottom: 26px;

    column-gap: clamp(50px, 7vw, 120px);
}


.publishing-approach-feature__content {
    max-width: 620px;
}


.publishing-approach-feature__content p {
    margin-bottom: 11px !important;

    font-size: 0.78rem !important;
    line-height: 1.4 !important;
}


.publishing-approach-feature__content
.publishing-approach-feature__lead {
    margin-bottom: 13px !important;

    font-size: 0.8rem !important;
}


.publishing-approach-feature__link-wrap {
    margin-top: 2px !important;
    margin-bottom: 13px !important;
}


.publishing-approach-feature__link-wrap a {
    font-size: 0.76rem;
}


.publishing-approach-feature__button {
    min-width: 96px;
    min-height: 32px;

    padding: 6px 18px;

    font-size: 0.72rem;
}


/*
   Keep the image proportional at normal desktop sizes,
   but stop it becoming excessively tall on very wide screens.
*/

.publishing-approach-feature__image img {
    height: clamp(148px, 17vw, 290px);

    aspect-ratio: auto;

    object-fit: cover;
}


/* =========================================================
   3. WHAT YOU'LL FIND AT EMERALD
   Design is noticeably more compact
   ========================================================= */

.emerald-offerings__inner {
    padding-top: 20px;
    padding-bottom: 26px;
}


.emerald-offerings__title {
    margin-bottom: 13px !important;

    font-size: 1.25rem !important;
    line-height: 1.2 !important;
}


.emerald-offerings__grid {
    gap: 12px;
}


.emerald-offerings__card {
    min-height: 112px;

    padding: 11px 12px 12px;
}


.emerald-offerings__card-title {
    margin-bottom: 6px !important;

    font-size: 0.84rem !important;
    line-height: 1.2 !important;
}


.emerald-offerings__accent {
    height: 5px;

    flex-basis: 5px;

    margin-bottom: 8px;
}


.emerald-offerings__description {
    margin-bottom: 8px !important;

    font-size: 0.72rem !important;
    line-height: 1.35 !important;
}


.emerald-offerings__link {
    font-size: 0.72rem;
    line-height: 1.3;
}


/* Slightly softer shadow to match design */

.emerald-offerings__card {
    box-shadow:
        0 1px 4px rgba(0, 0, 0, 0.13);
}


.emerald-offerings__card:hover {
    box-shadow:
        0 3px 8px rgba(0, 0, 0, 0.15);
}


/* =========================================================
   4. PUBLISH WITH US
   Current cards are much taller than target
   ========================================================= */

.publish-with-us__inner {
    padding-top: 24px;
    padding-bottom: 30px;
}


.publish-with-us__title {
    margin-bottom: 12px !important;

    font-size: 1.25rem !important;
    line-height: 1.2 !important;
}


.publish-with-us__grid {
    gap: 14px;
}


/* Intro card */

.publish-with-us__intro {
    min-height: 150px;

    padding: 20px 24px;
}


.publish-with-us__intro p {
    max-width: 300px;

    margin-bottom: 15px !important;

    font-size: 0.76rem !important;
    line-height: 1.4 !important;
}


.publish-with-us__intro-link {
    font-size: 0.72rem;
}


/* Journal cards */

.publish-with-us__card {
    min-height: 150px;

    padding: 17px 18px;
}


.publish-with-us__spotlight {
    gap: 8px;

    margin-bottom: 9px;
}


.publish-with-us__spotlight-icon {
    width: 26px;
    height: 26px;

    flex-basis: 26px;
}


.publish-with-us__spotlight-label {
    font-size: 0.58rem;
}


.publish-with-us__card-title {
    margin-bottom: 8px !important;

    font-size: 0.82rem !important;
    line-height: 1.3 !important;
}


.publish-with-us__card-description {
    font-size: 0.7rem !important;
    line-height: 1.38 !important;
}


/* =========================================================
   5. SUPPORTING RESEARCH
   Reduce section depth / tighten copy
   ========================================================= */

.supporting-research__inner {
    padding-top: 20px;
    padding-bottom: 22px;
}


.supporting-research__title {
    margin-bottom: 12px !important;

    font-size: 1.25rem !important;
    line-height: 1.2 !important;
}


.supporting-research__intro {
    margin-bottom: 10px !important;

    font-size: 0.76rem !important;
    line-height: 1.38 !important;
}


.supporting-research__columns {
    column-gap: 60px;
}


.supporting-research__list {
    padding-left: 18px !important;
}


.supporting-research__list li {
    margin-bottom: 5px !important;

    font-size: 0.74rem !important;
    line-height: 1.38 !important;
}


/* =========================================================
   6. RESEARCH IN ACTION
   Target proportions from design:
   approx 19% / 44% / 37%
   ========================================================= */

.research-action-spotlight {
    padding-top: 24px;
    padding-bottom: 24px;
}


.research-action-spotlight__inner {
    min-height: 116px;

    grid-template-columns:
        19%
        44%
        37%;
}


/* Teal panel */

.research-action-spotlight__label {
    padding: 16px 16px;
}


.research-action-spotlight__title {
    margin-bottom: 12px !important;

    font-size: 0.84rem !important;
    line-height: 1.3 !important;
}


.research-action-spotlight__icon {
    width: 36px;
    height: 36px;
}


/* Copy */

.research-action-spotlight__content {
    padding: 16px 14px;
}


.research-action-spotlight__journal {
    margin-bottom: 8px !important;

    font-size: 0.7rem !important;
}


.research-action-spotlight__description {
    max-width: 390px;

    margin-bottom: 12px !important;

    font-size: 0.7rem !important;
    line-height: 1.35 !important;
}


.research-action-spotlight__link {
    font-size: 0.7rem;
}


/* Image */

.research-action-spotlight__image {
    padding: 14px 18px;
}


.research-action-spotlight__image img {
    width: 100%;
    height: 86px;

    max-height: none;

    object-fit: cover;
}


/* =========================================================
   7. COMMUNITY VOICES
   Slightly smaller / tighter, closer to design
   ========================================================= */

.community-voices__inner {
    padding-top: 28px;
    padding-bottom: 34px;
}


.community-voices__title {
    margin-bottom: 13px !important;

    font-size: 1.25rem !important;
    line-height: 1.2 !important;
}


.community-voices__grid {
    gap: 18px;
}


.community-voices__card {
    padding: 18px 18px 17px;
}


.community-voices__quote {
    margin-bottom: 22px !important;
}


.community-voices__quote p {
    font-size: 0.75rem !important;
    line-height: 1.48 !important;
}


.community-voices__name {
    margin-bottom: 3px !important;

    font-size: 0.72rem !important;
}


.community-voices__role {
    font-size: 0.69rem !important;
    line-height: 1.4 !important;
}


/* =========================================================
   8. SCHOLARLY TRUST
   Logo boxes are currently oversized
   ========================================================= */

.scholarly-trust__inner {
    padding-top: 24px;
    padding-bottom: 26px;
}


.scholarly-trust__title {
    margin-bottom: 20px !important;

    font-size: 1.25rem !important;
    line-height: 1.25 !important;
}


.scholarly-trust__logos {
    gap: 10px;
}


.scholarly-trust__logo {
    min-height: 60px;

    padding: 8px 12px;

    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.16);
}


.scholarly-trust__logo img {
    height: 40px;

    max-width: 125px;
}


/* =========================================================
   TABLET
   Keep the compact styling but preserve layouts
   ========================================================= */

@media (max-width: 1000px) {

    .publish-with-us__intro,
    .publish-with-us__card {
        min-height: 160px;
    }


    .research-action-spotlight__inner {
        grid-template-columns:
            180px
            minmax(0, 1fr);
    }


    .research-action-spotlight__image {
        grid-column: 1 / -1;
    }


    .research-action-spotlight__image img {
        height: auto;

        aspect-ratio: 16 / 7;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .publishing-approach-feature__image img {
        height: auto;

        aspect-ratio: 16 / 9;
    }


    .emerald-offerings__card,
    .publish-with-us__intro,
    .publish-with-us__card {
        min-height: 0;
    }


    .research-action-spotlight__inner {
        display: block;
    }


    .research-action-spotlight__image img {
        height: auto;

        aspect-ratio: 16 / 9;
    }


    .scholarly-trust__logo {
        min-height: 70px;
    }

}

/* =========================================================
   HOMEPAGE TYPOGRAPHY ALIGNMENT
   Design comparison pass
   ========================================================= */


/* =========================================================
   HERO
   Design typography is substantially larger
   ========================================================= */

.research-still-hero__content h2 {
    margin: 0 0 8px !important;

    font-size: 26px !important;
    line-height: 1.15 !important;

    font-weight: 400 !important;
}


.research-still-hero__content p {
    margin: 0 !important;

    font-size: 23px !important;
    line-height: 1.3 !important;

    font-weight: 300 !important;
}


/* CTA remains intentionally small */

.research-still-hero__button {
    font-size: 12px !important;
    font-weight: 400 !important;
}


/* =========================================================
   ABOUT / APPROACH
   Design is more restrained than current implementation
   ========================================================= */

.publishing-approach-feature__content
.publishing-approach-feature__lead {
    font-size: 14px !important;
    line-height: 1.35 !important;

    font-weight: 400 !important;
}


.publishing-approach-feature__content p {
    font-size: 14px !important;
    line-height: 1.35 !important;

    font-weight: 300 !important;
}


.publishing-approach-feature__link-wrap a {
    font-size: 14px !important;
    line-height: 1.3 !important;

    font-weight: 400 !important;
}


.publishing-approach-feature__button {
    font-size: 12px !important;
    font-weight: 400 !important;
}


/* =========================================================
   WHAT YOU'LL FIND AT EMERALD
   Main heading is already close
   ========================================================= */

.emerald-offerings__title {
    font-size: 24px !important;
    line-height: 1.2 !important;

    font-weight: 400 !important;
}


/*
   The cards in the design intentionally use significantly
   smaller typography than the surrounding page.
*/

.emerald-offerings__card-title {
    font-size: 12px !important;
    line-height: 1.2 !important;

    font-weight: 500 !important;
}


.emerald-offerings__description {
    font-size: 11px !important;
    line-height: 1.35 !important;

    font-weight: 300 !important;
}


.emerald-offerings__link {
    font-size: 11px !important;
    line-height: 1.3 !important;

    font-weight: 400 !important;
}


/* =========================================================
   PUBLISH WITH US
   Same hierarchy as design
   ========================================================= */

.publish-with-us__title {
    font-size: 24px !important;
    line-height: 1.2 !important;

    font-weight: 400 !important;
}


.publish-with-us__intro p {
    font-size: 12px !important;
    line-height: 1.45 !important;

    font-weight: 300 !important;
}


.publish-with-us__intro-link {
    font-size: 11px !important;
    line-height: 1.3 !important;
}


.publish-with-us__spotlight-label {
    font-size: 9px !important;
    line-height: 1.2 !important;
}


.publish-with-us__card-title {
    font-size: 13px !important;
    line-height: 1.3 !important;

    font-weight: 400 !important;
}


.publish-with-us__card-description {
    font-size: 11px !important;
    line-height: 1.4 !important;

    font-weight: 300 !important;
}


/* =========================================================
   SUPPORTING RESEARCH
   ========================================================= */

.supporting-research__title {
    font-size: 24px !important;
    line-height: 1.2 !important;

    font-weight: 400 !important;
}


.supporting-research__intro {
    font-size: 12px !important;
    line-height: 1.4 !important;

    font-weight: 300 !important;
}


.supporting-research__list li {
    font-size: 11px !important;
    line-height: 1.45 !important;

    font-weight: 300 !important;
}


/* =========================================================
   RESEARCH IN ACTION
   ========================================================= */

.research-action-spotlight__title {
    font-size: 14px !important;
    line-height: 1.3 !important;

    font-weight: 500 !important;
}


.research-action-spotlight__journal {
    font-size: 11px !important;
    line-height: 1.35 !important;
}


.research-action-spotlight__description {
    font-size: 11px !important;
    line-height: 1.4 !important;
}


.research-action-spotlight__link {
    font-size: 10px !important;
    line-height: 1.3 !important;
}


/* =========================================================
   COMMUNITY
   ========================================================= */

.community-voices__title {
    font-size: 24px !important;
    line-height: 1.2 !important;

    font-weight: 400 !important;
}


.community-voices__quote p {
    font-size: 12px !important;
    line-height: 1.5 !important;

    font-weight: 300 !important;
}


.community-voices__name {
    font-size: 11px !important;
    line-height: 1.35 !important;

    font-weight: 400 !important;
}


.community-voices__role {
    font-size: 10px !important;
    line-height: 1.4 !important;

    font-weight: 300 !important;
}


/* =========================================================
   TRUST
   ========================================================= */

.scholarly-trust__title {
    font-size: 24px !important;
    line-height: 1.25 !important;

    font-weight: 400 !important;
}


/* =========================================================
   RESPONSIVE TYPOGRAPHY
   ========================================================= */

@media (max-width: 760px) {

    .research-still-hero__content h2 {
        font-size: 23px !important;
    }

    .research-still-hero__content p {
        font-size: 19px !important;
    }


    .emerald-offerings__title,
    .publish-with-us__title,
    .supporting-research__title,
    .community-voices__title,
    .scholarly-trust__title {
        font-size: 22px !important;
    }

}