
/* Resources knowledge centre and reliable floating article sidebar — v4.6.1 */
.resources-hub-hero{min-height:610px}
.resources-hub-hero .page-hero__copy{max-width:860px}
.resources-hub-search{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:0;max-width:820px;margin-top:30px;padding:8px;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.45);border-radius:var(--radius-sm);box-shadow:0 18px 42px rgba(0,30,64,.24)}
.resources-hub-search__icon{display:grid;place-items:center;width:48px;height:48px;color:var(--deep-ocean)}
.resources-hub-search__icon .rey-icon{width:22px;height:22px}
.resources-hub-search input[type="search"]{min-width:0;height:48px;padding:0 14px;border:0;background:transparent;color:var(--ink);outline:0}
.resources-hub-search input[type="search"]::placeholder{color:#6b7077}
.resources-hub-search button{height:48px;padding:0 22px;border:0;border-radius:var(--radius-xs);background:var(--primary);color:#fff;font-size:13px;font-weight:800;letter-spacing:.045em;transition:background .2s,transform .2s}
.resources-hub-search button:hover{background:var(--cargo-orange);transform:translateY(-1px)}
.resources-hub-search .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

.resources-scope-strip{position:relative;z-index:4;background:#fff;border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}
.resources-scope-strip__grid{display:grid;grid-template-columns:repeat(3,1fr)}
.resources-scope-strip__grid>div{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:14px;align-items:center;min-height:116px;padding:24px 30px;border-right:1px solid var(--border)}
.resources-scope-strip__grid>div:last-child{border-right:0}
.resources-scope-strip__grid span{grid-row:1/3;display:grid;place-items:center;width:46px;height:46px;background:var(--primary);color:#fff;font-size:12px;font-weight:900;letter-spacing:.08em}
.resources-scope-strip__grid strong{color:var(--primary);font-size:16px}
.resources-scope-strip__grid small{color:var(--muted);font-size:12px;line-height:1.45}

.resources-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.resources-category-card{position:relative;display:flex;flex-direction:column;min-height:285px;padding:30px;background:#fff;border:1px solid var(--border);border-top:4px solid var(--horizon-cyan);box-shadow:var(--shadow-sm);overflow:hidden;transition:transform .3s,border-color .3s,box-shadow .3s}
.resources-category-card:nth-child(2n){border-top-color:var(--cargo-orange)}
.resources-category-card::after{content:"";position:absolute;right:-42px;bottom:-52px;width:130px;height:130px;border:24px solid rgba(0,51,102,.045);border-radius:50%;transition:transform .3s,border-color .3s}
.resources-category-card:hover{transform:translateY(-7px);border-color:var(--cargo-orange);box-shadow:var(--shadow-md)}
.resources-category-card:hover::after{transform:scale(1.12);border-color:rgba(255,140,0,.09)}
.resources-category-card__icon{width:54px;height:54px;display:grid;place-items:center;background:var(--surface-low);color:var(--deep-ocean)}
.resources-category-card__icon .rey-icon{width:29px;height:29px}
.resources-category-card h2{position:relative;margin-top:24px;font-size:22px}
.resources-category-card p{position:relative;margin:12px 0 24px;color:var(--muted);font-size:14px;flex:1}
.resources-category-card__link{position:relative;display:inline-flex;align-items:center;gap:7px;color:var(--deep-ocean);font-size:13px;font-weight:800}
.resources-category-card__link .rey-icon{width:16px;height:16px;transition:transform .2s}
.resources-category-card:hover .resources-category-card__link .rey-icon{transform:translateX(4px)}

.resources-featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.resources-featured-card{display:flex;flex-direction:column;min-height:100%;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:transform .3s,box-shadow .3s}
.resources-featured-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-md)}
.resources-featured-card__media{display:block;height:220px;background-size:cover;background-position:center;position:relative;overflow:hidden}
.resources-featured-card__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,30,64,.44));transition:background .3s}
.resources-featured-card:hover .resources-featured-card__media::after{background:linear-gradient(180deg,rgba(0,180,216,.04),rgba(0,30,64,.56))}
.resources-featured-card__body{display:flex;flex-direction:column;flex:1;padding:26px}
.resources-post-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-bottom:16px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.resources-post-meta span:first-child{color:var(--cargo-orange)}
.resources-featured-card h2{font-size:21px}
.resources-featured-card h2 a:hover{color:var(--deep-ocean)}
.resources-featured-card p{margin:13px 0 22px;color:var(--muted);font-size:14px;flex:1}

.resources-routes-section{background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:34px 34px}
.resources-route-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.resources-route-card{position:relative;display:flex;flex-direction:column;min-height:275px;padding:28px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.14);color:#fff;overflow:hidden;transition:transform .3s,background .3s,border-color .3s}
.resources-route-card:hover{transform:translateY(-6px);background:rgba(255,255,255,.12);border-color:rgba(0,180,216,.7)}
.resources-route-card__label{align-self:flex-start;padding:6px 9px;background:rgba(255,140,0,.16);border:1px solid rgba(255,140,0,.3);color:#ffd79f;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.resources-route-card__icon{position:absolute;right:24px;top:23px;color:var(--horizon-cyan)}
.resources-route-card__icon .rey-icon{width:27px;height:27px}
.resources-route-card h2{margin-top:30px;color:#fff;font-size:22px}
.resources-route-card p{margin:12px 0 24px;color:rgba(255,255,255,.7);font-size:14px;flex:1}
.resources-route-card__link{display:inline-flex;align-items:center;gap:7px;color:var(--horizon-cyan);font-size:13px;font-weight:800}
.resources-route-card__link .rey-icon{width:16px;height:16px;transition:transform .2s}
.resources-route-card:hover .resources-route-card__link .rey-icon{transform:translateX(4px)}
.resources-routes-section .section-actions{margin-top:38px}

.resources-tools-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.resources-tool-card{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:1fr auto;column-gap:22px;min-height:220px;padding:30px;background:#fff;border:1px solid var(--border);border-left:4px solid var(--deep-ocean);box-shadow:var(--shadow-sm);transition:transform .3s,border-color .3s,box-shadow .3s}
.resources-tool-card:nth-child(2n){border-left-color:var(--cargo-orange)}
.resources-tool-card:hover{transform:translateY(-5px);border-color:var(--horizon-cyan);box-shadow:var(--shadow-md)}
.resources-tool-card__icon{grid-row:1/3;width:58px;height:58px;display:grid;place-items:center;background:var(--surface-low);color:var(--cargo-orange)}
.resources-tool-card__icon .rey-icon{width:30px;height:30px}
.resources-tool-card h2{font-size:21px}
.resources-tool-card p{margin-top:10px;color:var(--muted);font-size:14px}
.resources-tool-card__link{align-self:end;display:inline-flex;align-items:center;gap:7px;margin-top:22px;color:var(--deep-ocean);font-size:13px;font-weight:800}
.resources-tool-card__link .rey-icon{width:16px;height:16px}

.resources-guide-layout{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:64px;align-items:start}
.resources-guide-intro{position:sticky;top:105px;padding:36px;background:var(--primary);color:#fff;box-shadow:var(--shadow-md)}
.resources-guide-intro h2{color:#fff;font-size:34px}
.resources-guide-intro p{margin:18px 0 26px;color:rgba(255,255,255,.72)}
.resources-guide-stack{display:grid;gap:22px}
.resources-guide-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:24px;padding:34px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-sm)}
.resources-guide-card__number{width:58px;height:58px;display:grid;place-items:center;background:var(--surface-low);color:var(--cargo-orange);font-size:17px;font-weight:900;letter-spacing:.06em}
.resources-guide-card .eyebrow{margin-bottom:11px}
.resources-guide-card h2{font-size:26px}
.resources-guide-card p{margin-top:13px;color:var(--muted);font-size:14px}
.resources-guide-card ul{display:grid;gap:10px;margin-top:20px}
.resources-guide-card li{list-style:none;display:flex;gap:10px;align-items:flex-start;color:#454b51;font-size:13px}
.resources-guide-card li .rey-icon{width:17px;height:17px;flex:0 0 17px;margin-top:2px;color:var(--success)}

.resources-customs-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.resources-customs-card,.resources-documents-card{position:relative;padding:42px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-sm);overflow:hidden}
.resources-customs-card{border-top:4px solid var(--horizon-cyan)}
.resources-documents-card{border-top:4px solid var(--cargo-orange)}
.resources-customs-card__icon{position:absolute;right:28px;top:28px;width:58px;height:58px;display:grid;place-items:center;background:var(--surface-low);color:var(--deep-ocean)}
.resources-customs-card__icon .rey-icon{width:29px;height:29px}
.resources-customs-card h2,.resources-documents-card h2{max-width:440px;font-size:30px}
.resources-customs-card>p,.resources-documents-card>p{margin-top:16px;color:var(--muted)}
.resources-customs-card ul{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;margin:24px 0}
.resources-customs-card li{list-style:none;display:flex;gap:9px;align-items:flex-start;color:#454b51;font-size:13px}
.resources-customs-card li .rey-icon{width:17px;height:17px;flex:0 0 17px;margin-top:2px;color:var(--success)}
.resources-document-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:26px}
.resources-document-list>div{padding:17px;background:var(--surface-low);border-left:3px solid var(--deep-ocean)}
.resources-document-list>div:nth-child(2n){border-left-color:var(--cargo-orange)}
.resources-document-list strong{display:block;color:var(--primary);font-size:14px}
.resources-document-list span{display:block;margin-top:5px;color:var(--muted);font-size:12px;line-height:1.45}

.resources-section-heading-row{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}
.resources-section-heading-row h2{font-size:clamp(30px,4vw,42px)}
.resources-latest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.resources-latest-card{display:flex;flex-direction:column;min-height:260px;padding:28px;background:#fff;border:1px solid var(--border);border-bottom:4px solid var(--deep-ocean);box-shadow:var(--shadow-sm);transition:transform .3s,border-color .3s,box-shadow .3s}
.resources-latest-card:nth-child(2n){border-bottom-color:var(--cargo-orange)}
.resources-latest-card:hover{transform:translateY(-5px);border-color:var(--horizon-cyan);box-shadow:var(--shadow-md)}
.resources-latest-card h3{font-size:20px}
.resources-latest-card h3 a:hover{color:var(--deep-ocean)}
.resources-latest-card p{margin:13px 0 22px;color:var(--muted);font-size:14px;flex:1}

.resources-faq-layout{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:64px;align-items:start}
.resources-faq-intro{padding-top:8px}
.resources-faq-intro h2{font-size:clamp(32px,4vw,44px)}
.resources-faq-intro p{margin:18px 0 26px;color:var(--muted)}
.resources-faq-list{border-top:1px solid var(--border)}
.resources-faq-item{border-bottom:1px solid var(--border);background:#fff}
.resources-faq-item summary{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 4px;color:var(--primary);font-weight:800;cursor:pointer;list-style:none}
.resources-faq-item summary::-webkit-details-marker{display:none}
.resources-faq-item summary span{width:30px;height:30px;display:grid;place-items:center;flex:0 0 30px;border:1px solid var(--outline);color:var(--cargo-orange);font-size:22px;font-weight:400;line-height:1;transition:transform .25s,background .25s,color .25s}
.resources-faq-item[open] summary span{transform:rotate(45deg);background:var(--primary);border-color:var(--primary);color:#fff}
.resources-faq-item>div{padding:0 52px 23px 4px}
.resources-faq-item p{color:var(--muted);font-size:14px}

.resources-final-cta{background:linear-gradient(180deg,var(--white),var(--surface-low))}
@media(max-width:1050px){
	.resources-category-grid,.resources-featured-grid,.resources-route-grid,.resources-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.resources-guide-layout,.resources-faq-layout{gap:36px}
	.resources-customs-card,.resources-documents-card{padding:34px}
}

@media(max-width:760px){
	.resources-hub-hero{min-height:560px}
	.resources-hub-search{grid-template-columns:auto minmax(0,1fr);padding:7px}
	.resources-hub-search button{grid-column:1/3;width:100%;margin-top:7px}
	.resources-scope-strip__grid{grid-template-columns:1fr}
	.resources-scope-strip__grid>div{border-right:0;border-bottom:1px solid var(--border)}
	.resources-scope-strip__grid>div:last-child{border-bottom:0}
	.resources-category-grid,.resources-featured-grid,.resources-route-grid,.resources-tools-grid,.resources-latest-grid,.resources-customs-layout{grid-template-columns:1fr}
	.resources-category-card{min-height:0}
	.resources-featured-card__media{height:210px}
	.resources-guide-layout,.resources-faq-layout{grid-template-columns:1fr;gap:34px}
	.resources-guide-intro{position:static}
	.resources-guide-card{grid-template-columns:1fr;padding:28px 22px}
	.resources-customs-card,.resources-documents-card{padding:30px 22px}
	.resources-customs-card__icon{position:static;margin-bottom:22px}
	.resources-customs-card ul,.resources-document-list{grid-template-columns:1fr}
	.resources-section-heading-row{align-items:stretch;flex-direction:column}
	.resources-section-heading-row .btn{width:100%}
	.resources-faq-item summary{padding:19px 0}
	.resources-faq-item>div{padding:0 0 20px}
}
@media(max-width:480px){
	.resources-hub-search__icon{width:40px}
	.resources-hub-search input[type="search"]{padding:0 8px;font-size:14px}
	.resources-scope-strip__grid>div{padding:20px}
	.resources-tool-card{grid-template-columns:1fr;grid-template-rows:auto;gap:18px;padding:25px 22px}
	.resources-tool-card__icon{grid-row:auto}
	.resources-route-card{min-height:250px}
}
.resources-pagination{display:flex;justify-content:center;margin-top:38px}
.resources-pagination ul{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:0;padding:0;list-style:none}
.resources-pagination a,.resources-pagination span{min-width:42px;height:42px;display:grid;place-items:center;padding:0 12px;border:1px solid var(--border);background:#fff;color:var(--primary);font-size:13px;font-weight:800}
.resources-pagination a:hover,.resources-pagination .current{border-color:var(--cargo-orange);background:var(--cargo-orange);color:#fff}


/* Reliable desktop sticky sidebar for standard WordPress posts only. */
body.single-post .site-main{overflow:visible!important}
body.single-post .section.section--white{overflow:visible!important}
body.single-post .logistics-content-layout{overflow:visible!important;align-items:stretch!important}
body.single-post .logistics-entry-sidebar--standard-post{position:relative!important;top:auto!important;align-self:stretch!important;height:auto!important;display:block;transform:none!important;opacity:1!important}
body.single-post .logistics-entry-sidebar__sticky{position:-webkit-sticky;position:sticky;top:calc(var(--header) + 24px);display:grid;gap:18px;height:max-content}
@media(max-width:760px){
	body.single-post .site-main{overflow:hidden!important}
	body.single-post .logistics-content-layout{align-items:start!important}
	body.single-post .logistics-entry-sidebar--standard-post{position:static!important;align-self:auto!important}
	body.single-post .logistics-entry-sidebar__sticky{position:static;top:auto;height:auto}
}
