/* Standard Pages – Asia Cycling Tours design system. */
body.page:not(.page-template-page-global-cycling-home):not(.woocommerce-page) #page,
body.page:not(.page-template-page-global-cycling-home):not(.woocommerce-page) #content,
body.page:not(.page-template-page-global-cycling-home):not(.woocommerce-page) .site-content,
body.page:not(.page-template-page-global-cycling-home):not(.woocommerce-page) #primary {
	width: 100%; max-width: none; margin: 0; padding: 0;
}
.gct-page { color: #172033; background: #fff; overflow: hidden; }
.gct-page *, .gct-page *::before, .gct-page *::after { box-sizing: border-box; }
.gct-page-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.gct-page-hero { padding: 76px 0 72px; color: #fff; background: radial-gradient(circle at 82% 18%, rgba(214,155,34,.26), transparent 24%), linear-gradient(135deg,#182044,#273469 65%,#285c38); }
.gct-page-breadcrumbs { margin-bottom: 34px; font-size: .76rem; }
.gct-page-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.gct-page-breadcrumbs li { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.72); }
.gct-page-breadcrumbs li:not(:last-child)::after { content: '/'; color: rgba(255,255,255,.38); }
.gct-page-breadcrumbs a { color: rgba(255,255,255,.86); text-decoration: none; }
.gct-page-breadcrumbs a:hover { color: #fff; }
.gct-page-eyebrow { margin: 0 0 12px; color: #e7c56e; font-size: .76rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.gct-page-hero h1 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(2.5rem, 6vw, 5.25rem); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.gct-page-lead { max-width: 760px; margin: 22px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.7vw, 1.28rem); line-height: 1.65; }
.gct-page-cover { margin: -34px 0 0; position: relative; z-index: 2; }
.gct-page-cover__image { display: block; width: 100%; aspect-ratio: 16/7; object-fit: cover; border: 8px solid #fff; border-radius: 24px; box-shadow: 0 22px 60px rgba(14,44,28,.18); }
.gct-page-cover figcaption { padding: 9px 8px 0; color: #536071; font-size: .76rem; text-align: center; }
.gct-page-layout { display: grid; grid-template-columns: minmax(0,1fr); gap: 54px; padding-top: 64px; padding-bottom: 90px; }
.gct-page-layout.has-toc { grid-template-columns: minmax(0,760px) minmax(240px,300px); justify-content: space-between; }
.gct-page-entry { font-size: 1.055rem; line-height: 1.82; }
.gct-page-entry > *:first-child { margin-top: 0; }
.gct-page-entry h2 { margin: 2.1em 0 .72em; color: #172033; font-size: clamp(1.65rem,3vw,2.35rem); line-height: 1.15; letter-spacing: -.035em; scroll-margin-top: 120px; }
.gct-page-entry h3 { margin: 1.8em 0 .62em; color: #273469; font-size: clamp(1.3rem,2.2vw,1.65rem); line-height: 1.25; scroll-margin-top: 120px; }
.gct-page-entry a { color: #D94F30; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .18em; }
.gct-page-entry img { height: auto; border-radius: 14px; }
.gct-page-entry iframe, .gct-page-entry video, .gct-page-entry embed { width: 100%; max-width: 100%; border-radius: 14px; }
.gct-page-entry blockquote { margin: 2rem 0; padding: 22px 26px; border-left: 4px solid #E3A72F; border-radius: 0 14px 14px 0; background: #fff8e8; color: #324039; }
.gct-page-entry table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.gct-page-entry th, .gct-page-entry td { padding: 12px 14px; border: 1px solid #DDE1EC; text-align: left; }
.gct-page-entry th { color: #fff; background: #273469; }
.gct-page-sidebar { min-width: 0; }
.gct-page .gct-toc--desktop { position: sticky; top: 112px; max-height: calc(100vh - 140px); overflow: auto; padding: 22px; border: 1px solid #DDE1EC; border-radius: 18px; background: #F2F4FA; box-shadow: 0 14px 38px rgba(18,43,27,.08); }
.gct-page .gct-toc__header { display: flex; gap: 12px; align-items: center; margin-bottom: 15px; }
.gct-page .gct-toc__header svg { width: 22px; fill: none; stroke: #D94F30; stroke-width: 1.8; }
.gct-page .gct-toc__header p { margin: 0; color: #536071; font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.gct-page .gct-toc__header h2 { margin: 2px 0 0; font-size: 1.05rem; }
.gct-page .gct-toc__list { display: grid; gap: 3px; margin: 0; padding: 0; list-style: none; }
.gct-page .gct-toc__item a { display: block; padding: 8px 9px; border-radius: 8px; color: #48564e; font-size: .8rem; line-height: 1.35; text-decoration: none; }
.gct-page .gct-toc__item--h3 a { padding-left: 22px; font-size: .75rem; }
.gct-page .gct-toc__item a:hover, .gct-page .gct-toc__item a.is-active { color: #273469; background: #eaf2e5; }
.gct-page .gct-toc__top { display: inline-block; margin-top: 15px; color: #D94F30; font-size: .72rem; font-weight: 850; text-decoration: none; }
.gct-page-toc-mobile { display: none; }
@media (max-width: 900px) {
	.gct-page-layout.has-toc { grid-template-columns: minmax(0,1fr); }
	.gct-page-sidebar { display: none; }
	.gct-page-toc-mobile { display: block; margin-bottom: 28px; }
	.gct-page .gct-toc--mobile { border: 1px solid #DDE1EC; border-radius: 14px; background: #F2F4FA; }
	.gct-page .gct-toc--mobile summary { display: flex; justify-content: space-between; gap: 12px; padding: 16px 18px; cursor: pointer; }
	.gct-page .gct-toc--mobile summary span { display: flex; align-items: center; gap: 9px; }
	.gct-page .gct-toc--mobile summary svg { width: 20px; fill: none; stroke: #D94F30; stroke-width: 1.8; }
	.gct-page .gct-toc--mobile nav { padding: 0 12px 14px; }
}
@media (max-width: 600px) {
	.gct-page-shell { width: min(100% - 28px,1180px); }
	.gct-page-hero { padding: 58px 0 54px; }
	.gct-page-breadcrumbs { margin-bottom: 25px; }
	.gct-page-cover { margin-top: -20px; }
	.gct-page-cover__image { aspect-ratio: 4/3; border-width: 5px; border-radius: 17px; }
	.gct-page-layout { padding-top: 44px; padding-bottom: 70px; }
	.gct-page-entry { font-size: 1rem; line-height: 1.75; }
}
