:root
{
	--jmb-green: #0b74c8;
	--jmb-green-dark: #084b83;
	--jmb-green-deep: #052f57;
	--jmb-green-soft: #e8f6ff;
	--jmb-gold: #55c7f3;
	--jmb-gold-dark: #209dd3;
	--jmb-red: #8adfff;
	--jmb-blue: #148ad1;
	--jmb-navy: #082c54;
	--jmb-orange: #37b6ea;
	--jmb-purple: #496fd8;
	--jmb-bg: #f3f9fd;
	--jmb-surface: #ffffff;
	--jmb-text: #17222e;
	--jmb-muted: #62707c;
	--jmb-border: #d5e7f2;
	--jmb-shadow: 0 14px 36px rgba(8, 75, 131, 0.12);
	--jmb-shadow-soft: 0 8px 24px rgba(12, 35, 71, 0.08);
	--jmb-radius: 16px;
}

*,
*::before,
*::after
{
	box-sizing: border-box;
}

html
{
	scroll-behavior: smooth;
}

body
{
	margin: 0;
	font-family: "Segoe UI", Tahoma, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.65;
	color: var(--jmb-text);
	background: var(--jmb-bg);
}

a
{
	color: inherit;
	text-decoration: none;
}

img
{
	display: block;
	max-width: 100%;
}

button,
input
{
	font: inherit;
}

.site-icon
{
	width: 1.2em;
	height: 1.2em;
	flex: 0 0 auto;
}

.site-container
{
	width: min(1240px, calc(100% - 40px));
	margin: 0 auto;
}

.site-topbar
{
	background: var(--jmb-green-deep);
	color: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.site-topbar-inner
{
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.site-topbar p
{
	margin: 0;
	display: flex;
	align-items: center;
	gap: 7px;
}

.site-topbar .site-icon
{
	/* color: var(--jmb-gold); */
}

.site-hero
{
	position: relative;
	isolation: isolate;
	min-height: 370px;
	display: flex;
	align-items: center;
	background-image: var(--page-banner);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.site-hero::after
{
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 8px;
	background: linear-gradient(90deg, var(--jmb-green), var(--jmb-gold), var(--jmb-red));
}

.site-hero-overlay
{
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(5, 47, 87, 0.94) 0%, rgba(8, 75, 131, 0.86) 36%, rgba(31, 149, 218, 0.22) 76%, rgba(0, 0, 0, 0.08) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(5, 47, 87, 0.44));
}

.site-hero-content
{
	min-height: inherit;
	display: flex;
	align-items: center;
	gap: 34px;
	padding: 40px 0 46px;
}

.site-hero-logo
{
	width: 165px;
	height: 165px;
	object-fit: contain;
	filter: drop-shadow(0 12px 25px rgba(0, 0, 0, 0.28));
}

.site-hero-copy
{
	max-width: 720px;
	color: #ffffff;
	text-shadow: 0 3px 12px rgba(0, 0, 0, 0.32);
}

.site-hero-kicker
{
	margin: 0 0 10px;
	font-size: 1.08rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--jmb-gold);
}

.site-hero-copy h1
{
	margin: 0;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: clamp(2.75rem, 5.2vw, 3.45rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.032em;
}

.site-hero-copy h1 span
{
	color: #ffffff;
}

.site-hero-page-label
{
	display: inline-flex;
	align-items: center;
	margin-top: 20px;
	padding: 8px 17px;
	border-left: 5px solid var(--jmb-gold);
	background: rgba(255, 255, 255, 0.94);
	color: var(--jmb-green-dark);
	font-size: 1.08rem;
	font-weight: 850;
	text-shadow: none;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.site-hero-intro
{
	margin: 16px 0 0;
	font-size: 1rem;
	font-weight: 650;
	color: rgba(255, 255, 255, 0.95);
}

.site-nav
{
	position: sticky;
	top: 0;
	z-index: 1000;
	background: linear-gradient(90deg, var(--jmb-green-dark), var(--jmb-green));
	box-shadow: 0 6px 22px rgba(5, 47, 87, 0.22);
}

.site-nav-inner
{
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-nav-brand
{
	display: flex;
	align-items: center;
	gap: 11px;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 850;
}

.site-nav-brand img
{
	width: 43px;
	height: 43px;
	object-fit: contain;
}

.site-nav-menu
{
	align-self: stretch;
	display: flex;
	align-items: stretch;
}

.site-nav-menu a
{
	position: relative;
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 0 25px;
	color: rgba(255, 255, 255, 0.94);
	font-weight: 780;
	transition: background 0.2s ease, color 0.2s ease;
}

.site-nav-menu a:hover,
.site-nav-menu a.active
{
	background: rgba(255, 255, 255, 0.11);
	color: #ffffff;
}

.site-nav-menu a.active::after
{
	content: "";
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 0;
	height: 4px;
	border-radius: 4px 4px 0 0;
	background: var(--jmb-gold);
}

.site-nav-menu .site-icon
{
	font-size: 1.14rem;
}

.site-nav-toggle
{
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	cursor: pointer;
}

.site-nav-toggle .site-icon
{
	width: 25px;
	height: 25px;
}

.site-nav-toggle .menu-close-icon
{
	display: none;
}

.site-nav-toggle.open .menu-open-icon
{
	display: none;
}

.site-nav-toggle.open .menu-close-icon
{
	display: block;
}

.section-kicker
{
	margin: 0 0 6px;
	font-size: 0.9rem;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--jmb-green);
}

.section-heading
{
	max-width: 760px;
	margin: 0 auto 38px;
	text-align: center;
}

.section-heading h2,
.page-heading-block h2,
.home-welcome-copy h2,
.registration-info-copy h2
{
	margin: 0;
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: var(--jmb-navy);
}

.section-heading p:not(.section-kicker),
.page-heading-block p:not(.section-kicker)
{
	margin: 13px auto 0;
	color: var(--jmb-muted);
	font-size: 1.02rem;
}

.section-heading-light .section-kicker,
.section-heading-light h2,
.section-heading-light p
{
	color: #ffffff;
}

.home-welcome-section
{
	padding: 76px 0;
	background:
		radial-gradient(circle at 10% 10%, rgba(85, 199, 243, 0.13), transparent 28%),
		linear-gradient(180deg, #ffffff, #f7fbff);
}

.home-welcome-grid
{
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.6fr);
	gap: 48px;
	align-items: center;
}

.home-welcome-copy h2
{
	font-size: clamp(2.2rem, 4.3vw, 3.35rem);
}

.home-welcome-copy h3
{
	margin: 7px 0 0;
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	color: var(--jmb-green);
}

.home-welcome-copy > p:not(.section-kicker)
{
	margin: 0 0 12px;
	color: #3e4d58;
}

.title-divider
{
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 410px;
	margin: 22px 0;
	color: var(--jmb-green);
}

.title-divider span
{
	flex: 1;
	height: 2px;
	background: linear-gradient(90deg, var(--jmb-gold), rgba(85, 199, 243, 0.28));
}

.title-divider span:last-child
{
	background: linear-gradient(90deg, rgba(85, 199, 243, 0.28), var(--jmb-gold));
}

.button
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	margin-top: 15px;
	padding: 0 19px;
	border-radius: 8px;
	font-weight: 820;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover
{
	transform: translateY(-2px);
}

.button-primary
{
	background: linear-gradient(135deg, var(--jmb-green), #24aee4);
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(11, 116, 200, 0.24);
}

.button-primary:hover
{
	box-shadow: 0 14px 30px rgba(11, 116, 200, 0.30);
}

.button .site-icon:last-child
{
	width: 17px;
}

.home-service-grid
{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.service-card
{
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 315px;
	padding: 29px 25px 25px;
	border: 1px solid var(--jmb-border);
	border-radius: var(--jmb-radius);
	background: #ffffff;
	box-shadow: var(--jmb-shadow-soft);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card::before
{
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 5px;
	background: var(--card-color);
}

.service-card:hover
{
	transform: translateY(-7px);
	box-shadow: var(--jmb-shadow);
}

.service-card-green
{
	--card-color: var(--jmb-green);
}

.service-card-blue
{
	--card-color: var(--jmb-blue);
}

.service-card-gold
{
	--card-color: var(--jmb-orange);
}

.service-icon
{
	width: 70px;
	height: 70px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: color-mix(in srgb, var(--card-color) 12%, white);
	color: var(--card-color);
}

.service-icon .site-icon
{
	width: 35px;
	height: 35px;
}

.service-card h3
{
	margin: 22px 0 9px;
	font-size: 1.35rem;
	color: var(--jmb-navy);
}

.service-card p
{
	margin: 0;
	color: var(--jmb-muted);
}

.service-card a
{
	margin-top: auto;
	padding-top: 19px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-weight: 820;
	color: var(--card-color);
}

.service-card a .site-icon
{
	width: 17px;
}

.home-stats-section
{
	padding: 72px 0 78px;
	background:
		linear-gradient(135deg, rgba(5, 47, 87, 0.98), rgba(11, 116, 200, 0.94)),
		url('../images/banners/home-banner.jpg') center/cover;
}

.stats-grid
{
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.stat-card
{
	padding: 25px 18px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.09);
	backdrop-filter: blur(8px);
	color: #ffffff;
}

.stat-icon
{
	width: 52px;
	height: 52px;
	margin: 0 auto 13px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(85, 199, 243, 0.18);
	color: var(--jmb-gold);
}

.stat-icon .site-icon
{
	width: 27px;
	height: 27px;
}

.stat-card strong
{
	display: block;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	line-height: 1;
}

.stat-card span
{
	display: block;
	margin-top: 8px;
	font-size: 0.86rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.82);
}

.process-section
{
	padding: 78px 0 88px;
	background: #ffffff;
}

.process-grid
{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.process-card
{
	position: relative;
	padding: 31px 27px;
	border: 1px solid var(--jmb-border);
	border-radius: var(--jmb-radius);
	background: linear-gradient(180deg, #ffffff, #f7fbff);
	box-shadow: var(--jmb-shadow-soft);
}

.process-number
{
	position: absolute;
	top: 18px;
	right: 22px;
	font-size: 2.8rem;
	font-weight: 950;
	line-height: 1;
	color: rgba(11, 116, 200, 0.10);
}

.process-icon
{
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	border-radius: 13px;
	background: var(--jmb-green-soft);
	color: var(--jmb-green);
}

.process-icon .site-icon
{
	width: 30px;
	height: 30px;
}

.process-card h3
{
	margin: 20px 0 8px;
	font-size: 1.28rem;
	color: var(--jmb-navy);
}

.process-card p
{
	margin: 0;
	color: var(--jmb-muted);
}

.page-main
{
	padding: 70px 0 90px;
}

.page-heading-block
{
	max-width: 800px;
	margin: 0 auto 36px;
	text-align: center;
}

.summary-grid
{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 28px;
}

.summary-grid-four
{
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.summary-card
{
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 21px 20px;
	border: 1px solid var(--jmb-border);
	border-radius: 13px;
	background: #ffffff;
	box-shadow: var(--jmb-shadow-soft);
}

.summary-icon
{
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	border-radius: 13px;
	background: var(--jmb-green-soft);
	color: var(--jmb-green);
}

.summary-icon .site-icon
{
	width: 28px;
	height: 28px;
}

.summary-card span
{
	display: block;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--jmb-muted);
}

.summary-card strong
{
	display: block;
	margin-top: 3px;
	font-size: 1.75rem;
	line-height: 1;
	color: var(--jmb-navy);
}

.table-panel
{
	border: 1px solid var(--jmb-border);
	border-radius: var(--jmb-radius);
	background: #ffffff;
	box-shadow: var(--jmb-shadow);
	overflow: hidden;
}

.table-panel-header
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 23px 25px;
	border-bottom: 1px solid var(--jmb-border);
	background: linear-gradient(180deg, #ffffff, #f7fbff);
}

.table-panel-header h3
{
	margin: 0;
	font-size: 1.28rem;
	color: var(--jmb-navy);
}

.table-panel-header p
{
	margin: 3px 0 0;
	font-size: 0.9rem;
	color: var(--jmb-muted);
}

.table-search-wrap
{
	position: relative;
	min-width: 280px;
}

.table-search-wrap .site-icon
{
	position: absolute;
	left: 13px;
	top: 50%;
	width: 19px;
	height: 19px;
	transform: translateY(-50%);
	color: var(--jmb-muted);
}

.table-search
{
	width: 100%;
	height: 43px;
	padding: 0 14px 0 42px;
	border: 1px solid #cfd9dd;
	border-radius: 8px;
	outline: none;
	background: #ffffff;
	color: var(--jmb-text);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.table-search:focus
{
	border-color: var(--jmb-green);
	box-shadow: 0 0 0 3px rgba(11, 116, 200, 0.13);
}

.table-responsive
{
	overflow-x: auto;
}

.public-table
{
	width: 100%;
	border-collapse: collapse;
	min-width: 860px;
}

.public-table th,
.public-table td
{
	padding: 13px 14px;
	border-bottom: 1px solid #e4eaed;
	vertical-align: middle;
}

.public-table thead th
{
	background: #eaf6fd;
	color: var(--jmb-navy);
	font-size: 0.77rem;
	font-weight: 900;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	white-space: nowrap;
}

.public-table tbody td
{
	font-size: 0.91rem;
}

.public-table tbody tr:nth-child(even)
{
	background: #fbfdff;
}

.public-table tbody tr:hover
{
	background: #eef9ff;
}

.public-table tfoot th
{
	padding: 14px;
	background: var(--jmb-navy);
	color: #ffffff;
	font-size: 0.86rem;
}

.public-table .number-cell
{
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.public-table .name-cell
{
	font-weight: 750;
	color: #213342;
}

.status-badge
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 78px;
	padding: 4px 9px;
	border-radius: 5px;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.04em;
}

.status-active
{
	background: #dff3ff;
	color: #0b6fae;
}

.status-inactive
{
	background: #f8e4e4;
	color: #ac2c31;
}

.table-empty
{
	padding: 38px !important;
	text-align: center;
	color: var(--jmb-muted);
}

.registration-access-grid
{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-bottom: 32px;
}

.registration-access-card
{
	position: relative;
	padding: 30px 27px;
	border: 1px solid var(--jmb-border);
	border-radius: var(--jmb-radius);
	background: #ffffff;
	box-shadow: var(--jmb-shadow-soft);
}

.registration-access-card-highlight
{
	border-color: rgba(85, 199, 243, 0.88);
	background: linear-gradient(180deg, #f4fbff, #ffffff);
}

.registration-access-icon
{
	width: 66px;
	height: 66px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--jmb-green-soft);
	color: var(--jmb-green);
}

.registration-access-icon .site-icon
{
	width: 34px;
	height: 34px;
}

.registration-step-label
{
	display: inline-block;
	margin-top: 20px;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--jmb-green);
}

.registration-access-card h3
{
	margin: 6px 0 9px;
	font-size: 1.35rem;
	color: var(--jmb-navy);
}

.registration-access-card p
{
	margin: 0;
	color: var(--jmb-muted);
}

.text-link
{
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 18px;
	font-weight: 820;
	color: var(--jmb-green);
}

.text-link .site-icon
{
	width: 17px;
}

.coming-soon-badge
{
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 19px;
	padding: 8px 11px;
	border-radius: 7px;
	background: #dff4ff;
	color: #075d91;
	font-size: 0.77rem;
	font-weight: 850;
}

.registration-info-panel
{
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 45px;
	align-items: center;
	padding: 40px;
	border-radius: var(--jmb-radius);
	background:
		linear-gradient(135deg, rgba(5, 47, 87, 0.97), rgba(11, 116, 200, 0.92)),
		url('../images/banners/registration-banner.jpg') center/cover;
	box-shadow: var(--jmb-shadow);
	color: #ffffff;
}

.registration-info-copy .section-kicker,
.registration-info-copy h2
{
	color: #ffffff;
}

.registration-info-copy p:last-child
{
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.86);
}

.registration-checklist
{
	display: grid;
	gap: 12px;
}

.registration-checklist > div
{
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.09);
}

.registration-checklist .site-icon
{
	width: 22px;
	height: 22px;
	color: var(--jmb-gold);
}

.site-footer
{
	background:
		radial-gradient(circle at 85% 40%, rgba(85, 199, 243, 0.10), transparent 26%),
		linear-gradient(135deg, var(--jmb-green-deep), #074675);
	color: rgba(255, 255, 255, 0.85);
}

.site-footer-grid
{
	display: grid;
	grid-template-columns: 1.5fr 0.7fr 1.1fr;
	gap: 55px;
	padding: 54px 0 46px;
}

.site-footer-brand
{
	display: flex;
	align-items: center;
	gap: 19px;
}

.site-footer-brand img
{
	width: 105px;
	height: 105px;
	object-fit: contain;
}

.site-footer h3,
.site-footer h4
{
	margin: 0;
	color: #ffffff;
}

.site-footer-brand h3
{
	font-size: 1.25rem;
}

.site-footer p
{
	margin: 6px 0 0;
}

.footer-organization
{
	font-weight: 850;
	color: var(--jmb-gold);
}

.site-footer-links
{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 7px;
}

.site-footer-links h4,
.site-footer-info h4
{
	margin-bottom: 7px;
}

.site-footer-links a
{
	position: relative;
	padding-left: 15px;
	transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer-links a::before
{
	content: "›";
	position: absolute;
	left: 0;
	color: var(--jmb-gold);
}

.site-footer-links a:hover
{
	color: #ffffff;
	transform: translateX(3px);
}

.site-footer-info p
{
	max-width: 390px;
}

.footer-badge
{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 15px;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 0.8rem;
	font-weight: 800;
	color: #ffffff;
}

.footer-badge .site-icon
{
	color: var(--jmb-gold);
}

.site-footer-bottom
{
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(0, 0, 0, 0.15);
}

.site-footer-bottom-inner
{
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	font-size: 0.82rem;
}

.site-footer-bottom p
{
	margin: 0;
}

@media (max-width: 1100px)
{
	.home-welcome-grid
	{
		grid-template-columns: 1fr;
	}

	.home-service-grid
	{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.stats-grid
	{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.summary-grid-four
	{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px)
{
	.site-hero
	{
		min-height: 335px;
	}

	.site-hero-logo
	{
		width: 145px;
		height: 145px;
	}

	.site-hero-copy h1
	{
		font-size: clamp(2.35rem, 6.5vw, 3.75rem);
	}

	.site-nav-brand
	{
		display: flex;
	}

	.site-nav-toggle
	{
		display: flex;
	}

	.site-nav-inner
	{
		position: relative;
	}

	.site-nav-menu
	{
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		flex-direction: column;
		min-height: auto;
		padding: 8px;
		background: var(--jmb-green-dark);
		box-shadow: 0 18px 28px rgba(0, 0, 0, 0.18);
	}

	.site-nav-menu.open
	{
		display: flex;
	}

	.site-nav-menu a
	{
		min-height: 48px;
		padding: 0 15px;
		border-radius: 7px;
	}

	.site-nav-menu a.active::after
	{
		display: none;
	}

	.registration-access-grid,
	.process-grid
	{
		grid-template-columns: 1fr;
	}

	.registration-info-panel
	{
		grid-template-columns: 1fr;
	}

	.site-footer-grid
	{
		grid-template-columns: 1.4fr 0.7fr;
	}

	.site-footer-info
	{
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px)
{
	.site-container
	{
		width: min(100% - 26px, 1240px);
	}

	.site-topbar-inner
	{
		justify-content: center;
		text-align: center;
	}

	.site-topbar-inner p:last-child
	{
		display: none;
	}

	.site-hero
	{
		min-height: 345px;
		background-position: 62% center;
	}

	.site-hero-overlay
	{
		background: linear-gradient(90deg, rgba(5, 47, 87, 0.94), rgba(11, 116, 200, 0.74));
	}

	.site-hero-content
	{
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 18px;
		padding: 30px 0 36px;
	}

	.site-hero-logo
	{
		width: 105px;
		height: 105px;
	}

	.site-hero-copy h1
	{
		font-size: clamp(2.15rem, 10.5vw, 3.15rem);
	}

	.site-hero-kicker
	{
		font-size: 0.82rem;
	}

	.site-hero-page-label
	{
		font-size: 0.92rem;
	}

	.home-welcome-section,
	.home-stats-section,
	.process-section,
	.page-main
	{
		padding-top: 56px;
		padding-bottom: 62px;
	}

	.home-service-grid,
	.stats-grid,
	.summary-grid,
	.summary-grid-four
	{
		grid-template-columns: 1fr;
	}

	.service-card
	{
		min-height: 270px;
	}

	.table-panel-header
	{
		align-items: stretch;
		flex-direction: column;
	}

	.table-search-wrap
	{
		min-width: 0;
		width: 100%;
	}

	.registration-info-panel
	{
		padding: 28px 22px;
	}

	.site-footer-grid
	{
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.site-footer-brand
	{
		align-items: flex-start;
	}

	.site-footer-brand img
	{
		width: 82px;
		height: 82px;
	}

	.site-footer-info
	{
		grid-column: auto;
	}

	.site-footer-bottom-inner
	{
		flex-direction: column;
		justify-content: center;
		padding: 14px 0;
		text-align: center;
	}
}


/* =================================================================================================
   02.09.2026 - PUBLIC PAGE VISUAL CORRECTIONS
================================================================================================= */
.home-story-media-dance img,
.activity-detail-media-dance img
{
	height: 100%;
	min-height: 100%;
	transform: none;
	object-fit: cover;
	object-position: center;
}

.home-program-section .section-heading-light .section-kicker
{
	color: #f6ac00;
}

.home-program-section .section-heading-light h2
{
	color: #ffffff;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.34);
}

.home-program-section .section-heading-light p:not(.section-kicker)
{
	color: rgba(255, 255, 255, 0.84);
}

.home-roadmap-layout-full
{
	display: block;
}

.home-roadmap-layout-full .home-roadmap-content
{
	max-width: 1180px;
	margin: 0 auto;
}

.home-roadmap-layout-full .home-roadmap-content > .section-kicker,
.home-roadmap-layout-full .home-roadmap-content > h2,
.home-roadmap-layout-full .home-roadmap-content > p
{
	text-align: center;
}

.home-roadmap-layout-full .home-roadmap-content > p:not(.section-kicker)
{
	max-width: 720px;
	margin: 14px auto 0;
	color: var(--jmb-muted);
}

.home-roadmap-layout-full .roadmap-step-list
{
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 36px;
}

.home-roadmap-layout-full .roadmap-step-list article
{
	position: relative;
	min-height: 185px;
	padding: 26px 27px;
	border: 0;
	border-top: 5px solid var(--roadmap-colour);
	background: linear-gradient(145deg, #ffffff, #f8fbfd);
	box-shadow: 0 16px 38px rgba(13, 38, 66, 0.10);
}

.home-roadmap-layout-full .roadmap-step-list article:nth-child(1)
{
	--roadmap-colour: #00a1e9;
}

.home-roadmap-layout-full .roadmap-step-list article:nth-child(2)
{
	--roadmap-colour: #f6ac00;
}

.home-roadmap-layout-full .roadmap-step-list article:nth-child(3)
{
	--roadmap-colour: #ea5515;
}

.home-roadmap-layout-full .roadmap-step-list article:nth-child(4)
{
	--roadmap-colour: #22ac39;
}

.home-roadmap-layout-full .roadmap-step-list article > span
{
	background: var(--roadmap-colour);
	box-shadow: 0 8px 18px color-mix(in srgb, var(--roadmap-colour) 30%, transparent);
}

.home-roadmap-layout-full .roadmap-step-list h3
{
	font-size: 1.12rem;
}

.home-roadmap-layout-full .roadmap-step-list strong
{
	margin-top: 5px;
	color: var(--roadmap-colour);
	font-size: 0.82rem;
}

.home-roadmap-layout-full .roadmap-step-list p
{
	margin-top: 9px;
	font-size: 0.88rem;
}

.process-grid-four
{
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-grid-four .process-card
{
	min-height: 285px;
}

.official-message-card-commissioners
{
	grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
	align-items: stretch;
}

.commissioner-portrait-grid
{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.commissioner-portrait-grid figure
{
	display: flex;
	flex-direction: column;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--jmb-border);
	border-radius: 16px;
	background: linear-gradient(180deg, #f4f8fb, #ffffff);
	box-shadow: var(--jmb-shadow-soft);
}

.commissioner-portrait-grid img
{
	width: 100%;
	height: 320px;
	object-fit: contain;
	object-position: center bottom;
	background: #ffffff;
}

.commissioner-portrait-grid figcaption
{
	margin-top: auto;
	padding: 15px 14px 16px;
	border-top: 1px solid var(--jmb-border);
	text-align: center;
}

.commissioner-portrait-grid figcaption strong,
.commissioner-portrait-grid figcaption span
{
	display: block;
}

.commissioner-portrait-grid figcaption strong
{
	color: var(--jmb-navy);
	font-size: 0.92rem;
}

.commissioner-portrait-grid figcaption span
{
	margin-top: 4px;
	color: var(--jmb-muted);
	font-size: 0.72rem;
	font-weight: 750;
}

@media (max-width: 1100px)
{
	.process-grid-four
	{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.official-message-card-commissioners
	{
		grid-template-columns: 1fr;
	}

	.commissioner-portrait-grid
	{
		max-width: 660px;
	}
}

@media (max-width: 700px)
{
	.home-roadmap-layout-full .roadmap-step-list,
	.process-grid-four,
	.commissioner-portrait-grid
	{
		grid-template-columns: 1fr;
	}

	.home-roadmap-layout-full .roadmap-step-list article
	{
		min-height: auto;
		padding: 22px 20px;
	}

	.process-grid-four .process-card
	{
		min-height: auto;
	}

	.commissioner-portrait-grid img
	{
		height: 340px;
	}
}

/* ====================================================================================================
   DISTRICT TROOP SLOT PORTAL
==================================================================================================== */
.district-portal-page
{
	font-size: 14px;
}

.district-portal-main
{
	min-height: 620px;
	padding-top: 48px;
	padding-bottom: 72px;
}

.district-portal-heading
{
	margin-bottom: 28px;
	text-align: center;
}

.district-portal-heading h2
{
	font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.district-portal-heading p:not(.section-kicker)
{
	max-width: 760px;
	margin-left: 0;
	font-size: 0.9rem;
}

.district-portal-heading
{
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.district-portal-heading .section-kicker
{
	margin-top: 0 !important;
	margin-bottom: 4px !important;
}

.district-portal-heading h2
{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 1.15 !important;
}

.portal-icon
{
	width: 1.05em;
	height: 1.05em;
	flex: 0 0 auto;
}

.portal-message
{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	padding: 11px 14px;
	border: 1px solid;
	border-radius: 8px;
	font-size: 0.82rem;
	font-weight: 700;
}

.portal-message .portal-icon
{
	font-size: 1.15rem;
}

.portal-message-success
{
	border-color: #b7e4d0;
	color: #12653f;
	background: #edf9f4;
}

.portal-message-error
{
	border-color: #f1c3c3;
	color: #9a2e2e;
	background: #fff2f2;
}

.district-access-section
{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 250px;
}

.district-access-card
{
	width: min(100%, 780px);
	padding: 32px;
	border: 1px solid var(--jmb-border);
	border-top: 4px solid var(--jmb-green);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: var(--jmb-shadow-soft);
}

.district-access-icon
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0 auto 13px;
	border-radius: 12px;
	color: #ffffff;
	background: linear-gradient(145deg, var(--jmb-green), var(--jmb-gold-dark));
	box-shadow: 0 9px 22px rgba(11, 116, 200, 0.24);
}

.district-access-icon .portal-icon
{
	width: 24px;
	height: 24px;
}

.district-access-title
{
	margin-bottom: 22px;
	text-align: center;
}

.district-access-title h3
{
	margin: 0;
	font-size: 1.28rem;
	color: var(--jmb-navy);
}

.district-access-title p
{
	margin: 5px 0 0;
	font-size: 0.82rem;
	color: var(--jmb-muted);
}

.district-access-form
{
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
	align-items: end;
	gap: 14px;
}

.portal-form-group
{
	min-width: 0;
}

.portal-form-group label
{
	display: block;
	margin: 0 0 5px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.015em;
	color: #30465b;
}

.portal-form-group small
{
	display: block;
	margin-top: 4px;
	font-size: 0.65rem;
	font-weight: 650;
	color: var(--jmb-muted);
}

.portal-control
{
	width: 100%;
	height: 35px;
	padding: 6px 10px;
	border: 1px solid #cbdce8;
	border-radius: 5px;
	outline: none;
	color: #223344;
	background: #ffffff;
	font-family: inherit;
	font-size: 0.78rem;
	font-weight: 600;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

select.portal-control
{
	padding-right: 30px;
}

.portal-control::placeholder
{
	color: #9aa8b5;
	font-weight: 500;
}

.portal-control:focus
{
	border-color: var(--jmb-green);
	box-shadow: 0 0 0 3px rgba(11, 116, 200, 0.11);
}

.portal-control[readonly]
{
	color: #40576b;
	background: #f5f9fc;
}

.portal-input-action
{
	position: relative;
}

.portal-input-action .portal-control
{
	padding-right: 39px;
}

.portal-input-double-action .portal-control
{
	padding-right: 75px;
}

.portal-field-icon
{
	position: absolute;
	top: 1px;
	right: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 33px;
	padding: 0;
	border: 0;
	border-left: 1px solid #d6e2eb;
	border-radius: 0 4px 4px 0;
	color: #5d7488;
	background: #f4f8fb;
	cursor: pointer;
	transition: color 0.18s ease, background 0.18s ease;
}

.portal-field-icon:hover,
.portal-field-icon:focus
{
	color: #ffffff;
	background: var(--jmb-green);
}

.portal-field-icon-first
{
	right: 35px;
	border-radius: 0;
}

.portal-field-icon .portal-icon
{
	width: 15px;
	height: 15px;
}

.portal-eye-close
{
	display: none;
}

.is-visible .portal-eye-open
{
	display: none;
}

.is-visible .portal-eye-close
{
	display: inline-flex;
}

.district-access-actions
{
	display: flex;
	gap: 7px;
}

.portal-btn
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 35px;
	padding: 7px 15px;
	border: 1px solid transparent;
	border-radius: 5px;
	font-family: inherit;
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.portal-btn:hover:not(:disabled)
{
	transform: translateY(-1px);
}

.portal-btn:disabled
{
	cursor: not-allowed;
	opacity: 0.5;
}

.portal-btn-primary
{
	color: #ffffff;
	background: linear-gradient(135deg, var(--jmb-green), var(--jmb-gold-dark));
	box-shadow: 0 7px 16px rgba(11, 116, 200, 0.18);
}

.portal-btn-light
{
	border-color: #cad9e4;
	color: #52677a;
	background: #f5f8fb;
}

.portal-btn-danger
{
	color: #ffffff;
	background: #d94b4b;
}

.district-session-bar
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
	padding: 15px 18px;
	border: 1px solid #c9e2f1;
	border-left: 4px solid var(--jmb-green);
	border-radius: 9px;
	background: linear-gradient(90deg, #ffffff, #f1f9fe);
	box-shadow: var(--jmb-shadow-soft);
}

.district-session-label
{
	display: block;
	margin-bottom: 2px;
	font-size: 0.66rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--jmb-green);
}

.district-session-bar h3
{
	margin: 0;
	font-size: 1.15rem;
	color: var(--jmb-navy);
}

.district-session-bar p
{
	margin: 3px 0 0;
	font-size: 0.76rem;
	font-weight: 650;
	color: var(--jmb-muted);
}

.district-slot-cards
{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 20px;
}

.district-slot-card
{
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 88px;
	padding: 16px 18px;
	border: 1px solid var(--jmb-border);
	border-radius: 11px;
	background: #ffffff;
	box-shadow: var(--jmb-shadow-soft);
	overflow: hidden;
}

.district-slot-card::before
{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: var(--card-accent, var(--jmb-green));
}

.district-slot-total
{
	--card-accent: #0b74c8;
}

.district-slot-used
{
	--card-accent: #f0a51a;
}

.district-slot-balance
{
	--card-accent: #20a675;
}

.district-slot-icon
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 10px;
	color: var(--card-accent);
	background: color-mix(in srgb, var(--card-accent) 12%, white);
}

.district-slot-icon .portal-icon
{
	width: 23px;
	height: 23px;
}

.district-slot-card span
{
	display: block;
	font-size: 0.7rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #6b7c8c;
}

.district-slot-card strong
{
	display: block;
	margin-top: 2px;
	font-size: 1.55rem;
	line-height: 1;
	color: var(--jmb-navy);
}

.portal-panel
{
	margin-top: 20px;
	border: 1px solid var(--jmb-border);
	border-top: 3px solid var(--jmb-green);
	border-radius: 10px;
	background: #ffffff;
	box-shadow: var(--jmb-shadow-soft);
	overflow: hidden;
}

.portal-panel-header
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 14px 17px;
	border-bottom: 1px solid #dce8f0;
	background: #f9fcfe;
}

.portal-panel-kicker
{
	margin: 0 0 2px;
	font-size: 0.62rem !important;
	font-weight: 900;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: var(--jmb-green) !important;
}

.portal-panel-header h3
{
	margin: 0;
	font-size: 1rem;
	color: var(--jmb-navy);
}

.portal-panel-header p:not(.portal-panel-kicker)
{
	margin: 3px 0 0;
	font-size: 0.72rem;
	color: var(--jmb-muted);
}

.portal-panel-badge
{
	flex: 0 0 auto;
	padding: 6px 10px;
	border: 1px solid #b9dff2;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 850;
	color: var(--jmb-green-dark);
	background: #eaf7fd;
}

.portal-inline-warning
{
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 14px 16px 0;
	padding: 9px 11px;
	border: 1px solid #f0d49a;
	border-radius: 6px;
	font-size: 0.74rem;
	font-weight: 700;
	color: #8a5d05;
	background: #fff9e9;
}

.troop-entry-form
{
	padding: 17px;
}

.portal-form-grid
{
	display: grid;
	gap: 13px;
}

.portal-form-grid-three
{
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portal-form-grid-access
{
	grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.75fr);
	margin-top: 13px;
	padding-top: 14px;
	border-top: 1px dashed #d8e4ec;
}

.portal-form-actions
{
	display: flex;
	gap: 8px;
	margin-top: 16px;
	padding-top: 13px;
	/* border-top: 1px solid #e1ebf1; */
}

.portal-table-panel
{
	margin-top: 22px;
}

.portal-table-title
{
	border-bottom: 0;
}

.portal-table-responsive
{
	over-x: auto;
	padding: 14px 14px 17px;
}

.portal-data-table
{
	width: 100% !important;
	border-collapse: collapse !important;
	font-size: 0.7rem;
}

.portal-data-table thead th
{
	padding: 8px 7px !important;
	border: 1px solid #cedbe5 !important;
	color: #ffffff !important;
	background: linear-gradient(180deg, #1689d1, #0b6fb9) !important;
	font-size: 0.65rem !important;
	font-weight: 850 !important;
	letter-spacing: 0.025em;
	text-align: center !important;
	text-transform: uppercase;
	white-space: nowrap;
}

.portal-data-table tbody td
{
	padding: 7px !important;
	border: 1px solid #dbe4ea !important;
	vertical-align: middle;
	color: #34485b;
	background: #ffffff;
}

.portal-data-table tbody tr:nth-child(even) td
{
	background: #f8fbfd;
}

.portal-data-table tbody tr:hover td
{
	background: #eef8fd;
}

.portal-data-table tfoot th
{
	padding: 8px 7px !important;
	border: 1px solid #cbdce7 !important;
	color: #173a5a;
	background: #eaf5fb;
	font-size: 0.68rem;
	font-weight: 850;
}

.portal-data-table tfoot th:nth-child(2)
{
	text-align: center !important;
}

#troopFilteredSlots
{
	text-align: center !important;
	vertical-align: middle;
}

.portal-table-name
{
	font-weight: 700;
	text-align: left;
}

.portal-number-cell
{
	font-weight: 850;
	text-align: center;
	color: var(--jmb-green-dark) !important;
}

.portal-access-cell
{
	min-width: 260px;
}

.portal-access-line
{
	display: flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
}

.portal-access-line + .portal-access-line
{
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px dashed #d9e5ed;
}

.portal-access-link a
{
	max-width: 210px;
	overflow: hidden;
	color: #0871b8;
	font-size: 0.66rem;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.portal-access-password span
{
	font-size: 0.64rem;
	font-weight: 750;
	color: #66798a;
}

.portal-password-value
{
	min-width: 54px;
	font-family: Consolas, Monaco, monospace;
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	color: #213c55;
}

.portal-mini-icon,
.portal-action-btn,
.portal-modal-close
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	cursor: pointer;
}

.portal-mini-icon
{
	width: 22px;
	height: 22px;
	border-radius: 4px;
	color: #587083;
	background: #edf3f7;
}

.portal-mini-icon:hover,
.portal-mini-icon:focus
{
	color: #ffffff;
	background: var(--jmb-green);
}

.portal-mini-icon .portal-icon
{
	width: 12px;
	height: 12px;
}

.portal-actions-cell
{
	min-width: 76px;
	text-align: center;
	white-space: nowrap;
}

.portal-inline-form
{
	display: inline-block;
	margin: 0;
}

.portal-action-btn
{
	width: 27px;
	height: 27px;
	margin: 1px;
	border-radius: 5px;
	color: #ffffff;
	box-shadow: 0 3px 8px rgba(28, 54, 76, 0.12);
}

.portal-action-btn .portal-icon
{
	width: 13px;
	height: 13px;
}

.portal-action-edit
{
	background: #22aa70;
}

.portal-action-delete
{
	background: #dc5252;
}

.portal-action-btn:hover,
.portal-action-btn:focus
{
	filter: brightness(0.92);
	transform: translateY(-1px);
}

.portal-dt-toolbar
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 11px;
}

.portal-dt-right
{
	display: flex;
	align-items: center;
	gap: 20px;
}

.portal-table-responsive .dataTables_wrapper .dt-buttons
{
	float: none;
}

.portal-table-responsive .dataTables_wrapper button.dt-button
{
	margin: 0;
	padding: 6px 15px;
	border: 1px solid #79bce2;
	border-radius: 4px;
	color: #ffffff;
	background: #0b79c7;
	font-size: 0.7rem;
	font-weight: 800;
	box-shadow: none;
}

.portal-table-responsive .dataTables_wrapper button.dt-button:hover
{
	border-color: #0864a4;
	color: #ffffff;
	background: #086caf;
}

.portal-table-responsive .dataTables_length,
.portal-table-responsive .dataTables_filter,
.portal-table-responsive .dataTables_info,
.portal-table-responsive .dataTables_paginate
{
	font-size: 0.7rem;
	font-weight: 650;
	color: #52687a !important;
}

.portal-table-responsive .dataTables_length select,
.portal-table-responsive .dataTables_filter input
{
	height: 31px;
	margin: 0 4px;
	border: 1px solid #cbd9e3;
	border-radius: 4px;
	outline: none;
	background: #ffffff;
	font-size: 0.72rem;
}

.portal-table-responsive .dataTables_filter input
{
	width: 210px;
	padding: 5px 8px;
}

.portal-table-responsive .dataTables_filter input:focus,
.portal-table-responsive .dataTables_length select:focus
{
	border-color: var(--jmb-green);
	box-shadow: 0 0 0 3px rgba(11, 116, 200, 0.10);
}

.portal-table-responsive .dataTables_info,
.portal-table-responsive .dataTables_paginate
{
	padding-top: 13px !important;
}

.portal-table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button
{
	min-width: 31px;
	margin-left: 2px;
	padding: 5px 8px;
	border: 1px solid #d2dee7;
	border-radius: 4px;
	font-size: 0.68rem;
}

.portal-table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.portal-table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
{
	border-color: var(--jmb-green);
	color: #ffffff !important;
	background: var(--jmb-green) !important;
}

.portal-modal
{
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.portal-modal.open
{
	display: flex;
}

.portal-modal-backdrop
{
	position: absolute;
	inset: 0;
	background: rgba(4, 24, 43, 0.68);
	backdrop-filter: blur(2px);
}

.portal-modal-dialog
{
	position: relative;
	z-index: 1;
	width: min(100%, 470px);
	border-radius: 11px;
	background: #ffffff;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.28);
	overflow: hidden;
}

.portal-modal-header
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	border-bottom: 1px solid #e0e9ef;
	background: #f8fbfd;
}

.portal-modal-header h3
{
	margin: 0;
	font-size: 1rem;
	color: var(--jmb-navy);
}

.portal-modal-close
{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #607589;
	background: #eaf0f4;
}

.portal-modal-close .portal-icon
{
	width: 14px;
	height: 14px;
}

.portal-modal-body
{
	padding: 22px 20px;
	text-align: center;
}

.portal-delete-icon
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0 auto 11px;
	border-radius: 50%;
	color: #d94b4b;
	background: #fff0f0;
}

.portal-delete-icon .portal-icon
{
	width: 22px;
	height: 22px;
}

.portal-modal-body p
{
	margin: 0;
	font-size: 0.83rem;
	color: #33495d;
}

.portal-modal-body small
{
	display: block;
	margin-top: 7px;
	font-size: 0.68rem;
	color: #7b8c9a;
}

.portal-modal-footer
{
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	padding: 12px 16px;
	border-top: 1px solid #e1e9ef;
	background: #f9fbfc;
}

.portal-modal-open
{
	overflow: hidden;
}

.portal-copy-toast
{
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 2300;
	padding: 10px 14px;
	border-radius: 6px;
	color: #ffffff;
	background: #173e5e;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
	font-size: 0.74rem;
	font-weight: 750;
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.portal-copy-toast.show
{
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1050px)
{
	.district-access-form
	{
		grid-template-columns: 1fr 1fr;
	}

	.district-access-actions
	{
		grid-column: 1 / -1;
		justify-content: center;
	}

	.portal-form-grid-three
	{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.portal-form-grid-access
	{
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px)
{
	.district-portal-main
	{
		padding-top: 38px;
		padding-bottom: 56px;
	}

	.district-access-card
	{
		padding: 24px 19px;
	}

	.district-access-form,
	.portal-form-grid-three,
	.district-slot-cards
	{
		grid-template-columns: 1fr;
	}

	.district-access-actions
	{
		grid-column: auto;
	}

	.district-session-bar,
	.portal-panel-header,
	.portal-dt-toolbar,
	.portal-dt-right
	{
		align-items: stretch;
		flex-direction: column;
	}

	.district-session-bar form,
	.district-session-bar .portal-btn
	{
		width: 100%;
	}

	.portal-panel-badge
	{
		align-self: flex-start;
	}

	.portal-dt-right
	{
		gap: 9px;
	}

	.portal-table-responsive .dataTables_filter,
	.portal-table-responsive .dataTables_filter input,
	.portal-table-responsive .dataTables_length
	{
		width: 100%;
		margin-left: 0;
	}

	.portal-table-responsive .dataTables_filter input
	{
		margin-top: 5px;
	}

	.portal-form-actions,
	.portal-modal-footer
	{
		flex-direction: column;
	}

	.portal-form-actions .portal-btn,
	.portal-modal-footer .portal-btn
	{
		width: 100%;
	}
}

/* Final public portal menu: District Slots and Registration */
.home-service-grid.home-service-grid-two
{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 700px)
{
	.home-service-grid.home-service-grid-two
	{
		grid-template-columns: 1fr;
	}
}




/* =================================================================================================
   02.09.2026 - HOME PAGE JAMBOREE HERO, LIVE COUNTDOWN & OFFICIAL BULLETIN INFORMATION
================================================================================================= */
.site-hero.site-hero-home
{
	min-height: 650px;
	background-position: center bottom;
	background-size: cover;
}

.site-hero.site-hero-home .site-hero-overlay
{
	background:
		linear-gradient(180deg, rgba(11, 29, 92, 0.70) 0%, rgba(19, 39, 107, 0.49) 46%, rgba(18, 34, 88, 0.22) 72%, rgba(13, 38, 66, 0.36) 100%),
		linear-gradient(90deg, rgba(13, 38, 66, 0.24), rgba(13, 38, 66, 0.08) 46%, rgba(13, 38, 66, 0.26));
}

.site-hero.site-hero-home .site-hero-content
{
	min-height: 650px;
	justify-content: center;
	padding-top: 58px;
	padding-bottom: 78px;
}

.site-hero.site-hero-home .site-hero-logo
{
	display: none;
}

.site-hero.site-hero-home .site-hero-copy
{
	max-width: 860px;
	margin: 0 auto;
	padding: 0 180px 0 0;
	text-align: center;
}

.site-hero.site-hero-home .site-hero-kicker
{
	margin-bottom: 12px;
	color: #f6ac00;
	font-size: 0.92rem;
	letter-spacing: 0.22em;
}

.site-hero.site-hero-home .site-hero-copy h1
{
	font-size: clamp(3rem, 6vw, 5rem);
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.site-hero.site-hero-home .site-hero-copy h1 span
{
	display: block;
	margin-top: 5px;
	color: #f6ac00;
}

.site-hero.site-hero-home .site-hero-page-label
{
	margin-top: 22px;
	padding: 8px 16px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-left: 4px solid #ea5515;
	border-radius: 999px;
	color: #ffffff;
	background: rgba(13, 38, 66, 0.44);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(8px);
}

.site-hero.site-hero-home .site-hero-intro
{
	margin-top: 12px;
	font-size: 1.03rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.96);
}

.site-hero.site-hero-home .site-hero-legacy-home
{
	top: 28px;
	right: 28px;
	width: 235px;
	max-width: 235px;
	transform: none;
}

.jamboree-countdown
{
	max-width: 680px;
	margin: 28px auto 0;
}

.jamboree-countdown-grid
{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.jamboree-countdown-item
{
	position: relative;
	min-height: 92px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 13px 10px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 15px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.09));
	box-shadow: 0 12px 26px rgba(8, 26, 46, 0.20);
	backdrop-filter: blur(10px);
	overflow: hidden;
}

.jamboree-countdown-item::before
{
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 3px;
	background: linear-gradient(90deg, #ea5515, #f6ac00);
}

.jamboree-countdown-item strong
{
	display: block;
	font-size: clamp(1.8rem, 3vw, 2.45rem);
	line-height: 1;
	font-variant-numeric: tabular-nums;
	color: #ffffff;
}

.jamboree-countdown-item span
{
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.67rem;
	font-weight: 850;
	letter-spacing: 0.10em;
	text-transform: uppercase;
}

.home-event-section
{
	padding: 76px 0 82px;
	background: rgba(247, 249, 251, 0.92);
}

.home-event-facts
{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.home-event-fact
{
	min-height: 190px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 25px 18px 22px;
	border: 1px solid #dce3e8;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 9px 24px rgba(13, 38, 66, 0.08);
	text-align: center;
}

.home-event-fact-icon
{
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	margin-bottom: 14px;
	border-radius: 50%;
	color: #ea5515;
	background: #fff1e9;
}

.home-event-fact-icon .site-icon
{
	width: 27px;
	height: 27px;
}

.home-event-fact span
{
	margin-bottom: 7px;
	color: #73808b;
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-event-fact strong
{
	color: #0d2642;
	font-size: 1rem;
	line-height: 1.45;
}

.home-program-section
{
	padding: 78px 0 88px;
	background:
		linear-gradient(135deg, rgba(8, 26, 46, 0.98), rgba(13, 38, 66, 0.95)),
		url('../images/banners/home-jamboree-2027.webp') center bottom / cover;
}

.home-elements-grid
{
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.home-element-card
{
	min-height: 235px;
	padding: 22px 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.085);
	box-shadow: 0 12px 27px rgba(0, 0, 0, 0.12);
	backdrop-filter: blur(8px);
}

.home-element-mark
{
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.13);
	font-size: 1.25rem;
	font-weight: 950;
	color: #ffffff;
}

.home-element-card h3
{
	margin: 17px 0 8px;
	font-size: 1.2rem;
	color: #ffffff;
}

.home-element-card p
{
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.83rem;
	line-height: 1.65;
}

.home-element-earth
{
	border-top: 4px solid #22ac39;
}

.home-element-water
{
	border-top: 4px solid #00a1e9;
}

.home-element-air
{
	border-top: 4px solid #8ed8f8;
}

.home-element-future
{
	border-top: 4px solid #c30f23;
}

.home-element-spirit
{
	border-top: 4px solid #f6ac00;
}

.home-highlights-grid
{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 28px;
}

.home-highlight-card
{
	display: flex;
	gap: 15px;
	align-items: flex-start;
	padding: 19px 20px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.07);
}

.home-highlight-icon
{
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: #f6ac00;
	background: rgba(246, 172, 0, 0.13);
}

.home-highlight-icon .site-icon
{
	width: 23px;
	height: 23px;
}

.home-highlight-card h3
{
	margin: 0 0 5px;
	color: #ffffff;
	font-size: 1rem;
}

.home-highlight-card p
{
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.80rem;
	line-height: 1.55;
}

@media (max-width: 1100px)
{
	.site-hero.site-hero-home .site-hero-copy
	{
		padding-right: 135px;
	}

	.site-hero.site-hero-home .site-hero-legacy-home
	{
		right: 18px;
		width: 205px;
		max-width: 205px;
	}

	.home-event-facts
	{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-elements-grid
	{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px)
{
	.site-hero.site-hero-home
	{
		min-height: 610px;
	}

	.site-hero.site-hero-home .site-hero-content
	{
		min-height: 610px;
		padding-top: 90px;
		padding-bottom: 62px;
	}

	.site-hero.site-hero-home .site-hero-copy
	{
		padding-right: 0;
	}

	.site-hero.site-hero-home .site-hero-legacy-home
	{
		top: 18px;
		right: 16px;
		width: 170px;
		max-width: 170px;
	}

	.home-elements-grid
	{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px)
{
	.site-hero.site-hero-home
	{
		min-height: 625px;
		background-position: 38% bottom;
	}

	.site-hero.site-hero-home .site-hero-content
	{
		min-height: 625px;
		padding-top: 108px;
		padding-bottom: 54px;
	}

	.site-hero.site-hero-home .site-hero-kicker
	{
		font-size: 0.73rem;
	}

	.site-hero.site-hero-home .site-hero-page-label
	{
		font-size: 0.82rem;
		line-height: 1.35;
	}

	.site-hero.site-hero-home .site-hero-intro
	{
		font-size: 0.88rem;
	}

	.site-hero.site-hero-home .site-hero-legacy-home
	{
		top: 15px;
		right: 10px;
		width: 140px;
		max-width: 140px;
	}

	.jamboree-countdown
	{
		margin-top: 23px;
	}

	.jamboree-countdown-grid
	{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.jamboree-countdown-item
	{
		min-height: 76px;
		border-radius: 12px;
	}

	.home-event-section,
	.home-program-section
	{
		padding-top: 60px;
		padding-bottom: 66px;
	}

	.home-event-facts,
	.home-elements-grid,
	.home-highlights-grid
	{
		grid-template-columns: 1fr;
	}

	.home-event-fact,
	.home-element-card
	{
		min-height: auto;
	}
}



/* =================================================================================================
   02.09.2026 - PUBLIC BULLETIN, NEWS, ACTIVITY & OFFICIAL MESSAGES
================================================================================================= */
.site-nav-menu a
{
	padding-right: 15px;
	padding-left: 15px;
	font-size: 0.88rem;
}

.site-nav-menu a.active::after
{
	right: 15px;
	left: 15px;
}

.site-hero.site-hero-home
{
	min-height: clamp(730px, calc(100vh - 38px), 880px);
}

.site-hero.site-hero-home .site-hero-content
{
	min-height: clamp(730px, calc(100vh - 38px), 880px);
	align-items: flex-start;
	padding-top: 76px;
	padding-bottom: 70px;
}

.site-hero.site-hero-home .site-hero-copy
{
	padding-right: 0;
}

.home-welcome-actions,
.home-bulletin-actions
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 11px;
}

.button-outline
{
	border: 1px solid rgba(13, 38, 66, 0.20);
	background: #ffffff;
	color: var(--jmb-navy);
	box-shadow: 0 8px 20px rgba(13, 38, 66, 0.08);
}

.button-outline:hover
{
	border-color: var(--jmb-orange);
	color: var(--jmb-orange);
	box-shadow: 0 12px 25px rgba(13, 38, 66, 0.12);
}

.button-download
{
	flex: 0 0 auto;
	margin-top: 0;
	background: linear-gradient(135deg, var(--jmb-orange), #f26b28);
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(234, 85, 21, 0.25);
}

.home-bulletin-section
{
	padding: 80px 0;
	background:
		radial-gradient(circle at 92% 12%, rgba(246, 172, 0, 0.14), transparent 25%),
		linear-gradient(180deg, #ffffff, #fffaf6);
}

.home-bulletin-panel
{
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: 44px;
	align-items: center;
}

.home-bulletin-copy h2
{
	margin: 0;
	color: var(--jmb-navy);
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.home-bulletin-copy > p:not(.section-kicker)
{
	margin: 17px 0 5px;
	color: var(--jmb-muted);
	font-size: 1rem;
}

.home-bulletin-details
{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}

.home-bulletin-details article
{
	min-height: 166px;
	padding: 21px 18px;
	border: 1px solid var(--jmb-border);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--jmb-shadow-soft);
}

.home-bulletin-details article > div
{
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	margin-bottom: 13px;
	border-radius: 12px;
	background: #fff1e9;
	color: var(--jmb-orange);
}

.home-bulletin-details .site-icon
{
	width: 23px;
	height: 23px;
}

.home-bulletin-details span
{
	display: block;
	margin-bottom: 5px;
	color: var(--jmb-muted);
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.home-bulletin-details strong
{
	display: block;
	color: var(--jmb-navy);
	font-size: 0.95rem;
	line-height: 1.42;
}

.public-information-page
{
	background:
		radial-gradient(circle at 95% 8%, rgba(0, 161, 233, 0.08), transparent 24%),
		linear-gradient(180deg, #f8fafc, #ffffff);
}

.bulletin-download-panel
{
	display: flex;
	align-items: center;
	gap: 22px;
	margin-bottom: 34px;
	padding: 27px 29px;
	border: 1px solid rgba(234, 85, 21, 0.24);
	border-radius: var(--jmb-radius);
	background: linear-gradient(135deg, #fff8f3, #ffffff 58%, #fffdf7);
	box-shadow: var(--jmb-shadow);
}

.bulletin-download-icon
{
	flex: 0 0 auto;
	width: 72px;
	height: 72px;
	display: grid;
	place-items: center;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--jmb-orange), #f6ac00);
	color: #ffffff;
	box-shadow: 0 11px 24px rgba(234, 85, 21, 0.23);
}

.bulletin-download-icon .site-icon
{
	width: 36px;
	height: 36px;
}

.bulletin-download-copy
{
	min-width: 0;
	flex: 1;
}

.bulletin-download-copy > span
{
	display: block;
	margin-bottom: 3px;
	color: var(--jmb-orange);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.bulletin-download-copy h3
{
	margin: 0;
	color: var(--jmb-navy);
	font-size: 1.35rem;
}

.bulletin-download-copy p
{
	margin: 6px 0 0;
	color: var(--jmb-muted);
}

.information-card-grid
{
	display: grid;
	gap: 17px;
}

.information-card-grid-four
{
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.information-card
{
	min-height: 250px;
	padding: 24px 21px;
	border: 1px solid var(--jmb-border);
	border-radius: 15px;
	background: #ffffff;
	box-shadow: var(--jmb-shadow-soft);
}

.information-card-icon
{
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	margin-bottom: 17px;
	border-radius: 14px;
	background: #fff1e9;
	color: var(--jmb-orange);
}

.information-card-icon .site-icon
{
	width: 27px;
	height: 27px;
}

.information-card-label
{
	margin: 0 0 5px !important;
	color: var(--jmb-orange) !important;
	font-size: 0.7rem !important;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.information-card h3
{
	margin: 0 0 8px;
	color: var(--jmb-navy);
	font-size: 1.16rem;
}

.information-card p
{
	margin: 0;
	color: var(--jmb-muted);
	font-size: 0.88rem;
}

.information-section
{
	padding-top: 78px;
}

.feature-list-grid
{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.feature-list-grid article
{
	padding: 24px 25px;
	border-left: 4px solid var(--jmb-orange);
	border-radius: 0 13px 13px 0;
	background: #ffffff;
	box-shadow: var(--jmb-shadow-soft);
}

.feature-list-grid h3
{
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 8px;
	color: var(--jmb-navy);
	font-size: 1.08rem;
}

.feature-list-grid h3 .site-icon
{
	color: var(--jmb-orange);
}

.feature-list-grid p
{
	margin: 0;
	color: var(--jmb-muted);
}

.registration-roadmap-section
{
	padding-bottom: 5px;
}

.roadmap-grid
{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.roadmap-grid article
{
	position: relative;
	min-height: 265px;
	padding: 24px 20px 22px;
	border: 1px solid var(--jmb-border);
	border-top: 4px solid var(--jmb-orange);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: var(--jmb-shadow-soft);
}

.roadmap-grid article > span
{
	display: inline-flex;
	padding: 5px 9px;
	border-radius: 999px;
	background: #fff1e9;
	color: var(--jmb-orange);
	font-size: 0.66rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.roadmap-grid article > strong
{
	display: block;
	margin-top: 17px;
	color: var(--jmb-orange);
	font-size: 0.84rem;
}

.roadmap-grid h3
{
	margin: 6px 0 8px;
	color: var(--jmb-navy);
	font-size: 1.12rem;
}

.roadmap-grid p
{
	margin: 0;
	color: var(--jmb-muted);
	font-size: 0.87rem;
}

.news-list
{
	display: grid;
	gap: 18px;
}

.news-card
{
	display: grid;
	grid-template-columns: 98px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	padding: 27px 29px;
	border: 1px solid var(--jmb-border);
	border-radius: 15px;
	background: #ffffff;
	box-shadow: var(--jmb-shadow-soft);
}

.news-card-featured
{
	border-color: rgba(234, 85, 21, 0.27);
	background: linear-gradient(135deg, #fff8f3, #ffffff 65%);
}

.news-date
{
	width: 82px;
	height: 82px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background: var(--jmb-navy);
	color: #ffffff;
}

.news-date strong
{
	font-size: 1.9rem;
	line-height: 1;
}

.news-date span
{
	margin-top: 5px;
	font-size: 0.66rem;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.news-date-icon
{
	background: #fff1e9;
	color: var(--jmb-orange);
}

.news-date-icon .site-icon
{
	width: 37px;
	height: 37px;
}

.news-category
{
	margin: 0 0 3px !important;
	color: var(--jmb-orange) !important;
	font-size: 0.7rem !important;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.news-card-copy h3
{
	margin: 0 0 7px;
	color: var(--jmb-navy);
	font-size: 1.3rem;
}

.news-card-copy p:last-child
{
	margin: 0;
	color: var(--jmb-muted);
}

.information-callout
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-top: 36px;
	padding: 28px 30px;
	border-radius: 16px;
	background: linear-gradient(135deg, #081a2e, var(--jmb-navy));
	box-shadow: var(--jmb-shadow);
	color: #ffffff;
}

.information-callout .section-kicker
{
	color: #f6ac00;
}

.information-callout h3
{
	margin: 0;
	font-size: 1.4rem;
}

.information-callout p:not(.section-kicker)
{
	max-width: 760px;
	margin: 7px 0 0;
	color: rgba(255, 255, 255, 0.76);
}

.activity-element-grid
{
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.activity-element
{
	min-height: 240px;
	padding: 23px 19px;
	border: 1px solid var(--jmb-border);
	border-top: 4px solid var(--element-colour);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: var(--jmb-shadow-soft);
}

.activity-element > span
{
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border-radius: 13px;
	background: color-mix(in srgb, var(--element-colour) 13%, white);
	color: var(--element-colour);
	font-size: 1.2rem;
	font-weight: 950;
}

.activity-element h3
{
	margin: 17px 0 7px;
	color: var(--jmb-navy);
}

.activity-element p
{
	margin: 0;
	color: var(--jmb-muted);
	font-size: 0.86rem;
}

.activity-element-earth
{
	--element-colour: #22ac39;
}

.activity-element-water
{
	--element-colour: #00a1e9;
}

.activity-element-air
{
	--element-colour: #5dbadf;
}

.activity-element-future
{
	--element-colour: #c30f23;
}

.activity-element-spirit
{
	--element-colour: #f6ac00;
}

.activity-category-grid
{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.activity-category-grid article
{
	min-height: 275px;
	padding: 26px 23px;
	border: 1px solid var(--jmb-border);
	border-radius: 15px;
	background: #ffffff;
	box-shadow: var(--jmb-shadow-soft);
}

.activity-category-icon
{
	width: 55px;
	height: 55px;
	display: grid;
	place-items: center;
	border-radius: 15px;
	background: #fff1e9;
	color: var(--jmb-orange);
}

.activity-category-icon .site-icon
{
	width: 29px;
	height: 29px;
}

.activity-category-grid h3
{
	margin: 19px 0 8px;
	color: var(--jmb-navy);
	font-size: 1.15rem;
}

.activity-category-grid p
{
	margin: 0;
	color: var(--jmb-muted);
	font-size: 0.88rem;
}

.message-card-list
{
	display: grid;
	gap: 24px;
}

.official-message-card
{
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 34px;
	align-items: start;
	padding: 35px;
	border: 1px solid var(--jmb-border);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: var(--jmb-shadow);
}

.official-message-card-primary
{
	border-top: 5px solid var(--jmb-orange);
}

.official-message-emblem
{
	min-height: 180px;
	display: grid;
	place-items: center;
	padding: 20px;
	border-radius: 16px;
	background: linear-gradient(145deg, #fff8f3, #f4f8fb);
}

.official-message-emblem img
{
	width: 138px;
	height: 138px;
	object-fit: contain;
}

.message-role
{
	margin: 0 0 4px !important;
	color: var(--jmb-orange) !important;
	font-size: 0.73rem !important;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.official-message-copy h3
{
	margin: 0;
	color: var(--jmb-navy);
	font-size: 1.45rem;
}

.official-message-copy h3 small
{
	font-size: 0.8rem;
	font-weight: 650;
}

.message-position
{
	margin: 4px 0 19px !important;
	color: var(--jmb-muted) !important;
	font-size: 0.84rem !important;
	font-weight: 700;
}

.official-message-copy > p:not(.message-role):not(.message-position)
{
	margin: 0 0 13px;
	color: #47545e;
}

.official-message-copy blockquote
{
	margin: 20px 0 0;
	padding: 14px 18px;
	border-left: 4px solid var(--jmb-orange);
	background: #fff8f3;
	color: var(--jmb-navy);
	font-size: 1.05rem;
	font-weight: 750;
}

@media (max-width: 1180px)
{
	.site-nav-brand span
	{
		display: none;
	}

	.site-nav-menu a
	{
		padding-right: 11px;
		padding-left: 11px;
		font-size: 0.82rem;
	}

	.site-nav-menu a.active::after
	{
		right: 11px;
		left: 11px;
	}

	.information-card-grid-four,
	.roadmap-grid
	{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.activity-element-grid
	{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 980px)
{
	.site-nav-menu a
	{
		padding-right: 8px;
		padding-left: 8px;
		font-size: 0.76rem;
	}

	.site-nav-menu a .site-icon
	{
		display: none;
	}

	.home-bulletin-panel
	{
		grid-template-columns: 1fr;
	}

	.activity-category-grid
	{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px)
{
	.site-hero.site-hero-home,
	.site-hero.site-hero-home .site-hero-content
	{
		min-height: 660px;
	}

	.site-hero.site-hero-home .site-hero-content
	{
		padding-top: 92px;
	}

	.site-nav-menu a,
	.site-nav-menu a.active
	{
		padding: 14px 20px;
		font-size: 0.9rem;
	}

	.site-nav-menu a .site-icon
	{
		display: block;
	}

	.bulletin-download-panel,
	.information-callout
	{
		align-items: flex-start;
		flex-direction: column;
	}

	.feature-list-grid,
	.activity-category-grid
	{
		grid-template-columns: 1fr;
	}

	.official-message-card
	{
		grid-template-columns: 145px minmax(0, 1fr);
		gap: 24px;
		padding: 28px;
	}

	.official-message-emblem
	{
		min-height: 145px;
	}

	.official-message-emblem img
	{
		width: 110px;
		height: 110px;
	}
}

@media (max-width: 640px)
{
	.site-hero.site-hero-home,
	.site-hero.site-hero-home .site-hero-content
	{
		min-height: 640px;
	}

	.site-hero.site-hero-home
	{
		background-position: 32% bottom;
	}

	.home-welcome-actions,
	.home-bulletin-actions
	{
		align-items: stretch;
		flex-direction: column;
	}

	.home-welcome-actions .button,
	.home-bulletin-actions .button
	{
		width: 100%;
		margin-top: 0;
	}

	.home-bulletin-details,
	.information-card-grid-four,
	.roadmap-grid,
	.activity-element-grid
	{
		grid-template-columns: 1fr;
	}

	.bulletin-download-panel
	{
		padding: 23px 21px;
	}

	.news-card
	{
		grid-template-columns: 1fr;
		gap: 17px;
		padding: 23px 21px;
	}

	.news-date
	{
		width: 72px;
		height: 72px;
	}

	.official-message-card
	{
		grid-template-columns: 1fr;
		padding: 23px 21px;
	}

	.official-message-emblem
	{
		min-height: 130px;
	}
}



/* =================================================================================================
   02.09.2026 - HOME HERO WORDING UPDATE
================================================================================================= */
.site-hero.site-hero-home .site-hero-home-title
{
	margin: 0;
	font-size: clamp(3rem, 6vw, 5rem);
	line-height: 1.04;
	letter-spacing: -0.045em;
}

.site-hero.site-hero-home .site-hero-home-title span
{
	display: block;
}

.site-hero.site-hero-home .site-hero-home-title .site-hero-title-primary
{
	margin: 0;
	color: #ffffff;
}

.site-hero.site-hero-home .site-hero-home-title .site-hero-title-secondary
{
	margin-top: 9px;
	color: #f6ac00;
}

.site-hero-tagline
{
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.92);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1rem, 1.7vw, 1.28rem);
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.site-hero.site-hero-home .jamboree-countdown
{
	margin-top: 58px;
}

@media (max-width: 640px)
{
	.site-hero.site-hero-home .site-hero-home-title
	{
		font-size: clamp(2.5rem, 13vw, 3.5rem);
	}

	.site-hero-tagline
	{
		margin-top: 16px;
		font-size: 0.92rem;
		line-height: 1.5;
	}

	.site-hero.site-hero-home .jamboree-countdown
	{
		margin-top: 40px;
	}
}


/* =================================================================================================
   02.09.2026 - BULLETIN CONTENT, ACTIVITIES, MESSAGES & CONTACT UPDATE
================================================================================================= */
.home-welcome-grid
{
	display: block;
}

.home-welcome-copy
{
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
}

.home-welcome-copy .title-divider
{
	margin-right: auto;
	margin-left: auto;
}

.home-welcome-copy .home-welcome-actions
{
	justify-content: center;
}

.home-story-section
{
	padding: 82px 0;
	background: #ffffff;
}

.home-story-section-featured
{
	background: radial-gradient(circle at 8% 10%, rgba(234, 85, 21, 0.11), transparent 28%), linear-gradient(180deg, #fffaf7, #ffffff);
}

.home-story-section-tint
{
	background: linear-gradient(180deg, #f4f9fc, #ffffff);
}

.home-story-grid,
.home-exploration-grid
{
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 52px;
	align-items: center;
}

.home-story-media
{
	min-height: 470px;
	border-radius: 24px;
	background: #760006;
	box-shadow: 0 22px 55px rgba(77, 15, 20, 0.24);
	overflow: hidden;
}

.home-story-media img
{
	width: 100%;
	height: 100%;
	min-height: 470px;
	object-fit: cover;
	object-position: center bottom;
}

.home-story-media-dance img,
.activity-detail-media-dance img
{
	height: 135%;
	min-height: 0;
	transform: translateY(-25%);
}

.home-story-copy h2,
.home-mascot-copy h2,
.home-roadmap-content h2
{
	margin: 0;
	color: var(--jmb-navy);
	font-size: clamp(2rem, 4vw, 3.15rem);
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.home-story-lead
{
	margin: 18px 0 24px;
	color: #465560;
	font-size: 1.04rem;
}

.home-story-points
{
	display: grid;
	gap: 15px;
}

.home-story-points article,
.home-impact-note
{
	padding: 20px 21px;
	border-left: 4px solid var(--jmb-orange);
	border-radius: 0 13px 13px 0;
	background: #fff6f0;
}

.home-story-points h3,
.home-impact-note h3
{
	margin: 0 0 7px;
	color: var(--jmb-navy);
	font-size: 1.08rem;
}

.home-story-points p,
.home-impact-note p
{
	margin: 0;
	color: var(--jmb-muted);
	font-size: 0.9rem;
}

.home-feature-pair
{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.home-feature-card
{
	overflow: hidden;
	border: 1px solid var(--jmb-border);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: var(--jmb-shadow);
}

.home-feature-card > img
{
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.home-feature-card > div
{
	padding: 25px 26px 28px;
}

.home-feature-card h3
{
	margin: 0 0 9px;
	color: var(--jmb-navy);
	font-size: 1.3rem;
}

.home-feature-card p
{
	margin: 0;
	color: var(--jmb-muted);
}

.home-check-list
{
	display: grid;
	gap: 10px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.home-check-list li
{
	position: relative;
	padding-left: 29px;
	color: #42515d;
}

.home-check-list li::before
{
	content: "\2713";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--jmb-green);
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 900;
}

.home-photo-mosaic
{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: 205px;
	gap: 12px;
}

.home-photo-mosaic img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
	box-shadow: var(--jmb-shadow-soft);
}

.home-photo-mosaic img:nth-child(3)
{
	grid-row: span 2;
}

.home-element-card img
{
	width: 100%;
	height: 90px;
	object-fit: cover;
	border-radius: 10px;
}

.home-mascot-section
{
	padding: 82px 0;
	background: linear-gradient(135deg, #f6ac00 0%, #ffc739 42%, #fff5cf 100%);
}

.home-mascot-grid
{
	display: grid;
	grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
	gap: 58px;
	align-items: center;
}

.home-mascot-image
{
	max-height: 590px;
	text-align: center;
}

.home-mascot-image img
{
	max-width: 100%;
	max-height: 590px;
	object-fit: contain;
	filter: drop-shadow(0 22px 25px rgba(63, 31, 0, 0.20));
}

.home-mascot-copy
{
	padding: 42px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 22px 50px rgba(106, 66, 0, 0.16);
}

.home-mascot-copy p:not(.section-kicker)
{
	margin: 16px 0 0;
	color: #4b4f50;
}

.home-roadmap-section
{
	padding: 84px 0;
	background: linear-gradient(180deg, #ffffff, #f6f9fc);
}

.home-roadmap-layout
{
	display: grid;
	grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
	gap: 54px;
	align-items: center;
}

.home-roadmap-preview
{
	max-height: 675px;
	overflow: hidden;
	border: 10px solid #ffffff;
	border-radius: 20px;
	box-shadow: var(--jmb-shadow);
}

.home-roadmap-preview img
{
	width: 100%;
	display: block;
}

.roadmap-step-list
{
	display: grid;
	gap: 13px;
	margin-top: 25px;
}

.roadmap-step-list article
{
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 15px;
	padding: 16px 18px;
	border: 1px solid var(--jmb-border);
	border-radius: 13px;
	background: #ffffff;
	box-shadow: var(--jmb-shadow-soft);
}

.roadmap-step-list article > span
{
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--jmb-orange), #f6ac00);
	color: #ffffff;
	font-weight: 950;
}

.roadmap-step-list h3
{
	margin: 0;
	color: var(--jmb-navy);
	font-size: 1rem;
}

.roadmap-step-list strong
{
	display: block;
	margin-top: 2px;
	color: var(--jmb-orange);
	font-size: 0.78rem;
}

.roadmap-step-list p
{
	margin: 5px 0 0;
	color: var(--jmb-muted);
	font-size: 0.83rem;
}

.home-registration-services
{
	padding: 78px 0 90px;
	background: linear-gradient(180deg, #f6f9fc, #ffffff);
}

.home-service-grid-bottom
{
	margin-top: 32px;
}

.activity-element img
{
	width: 100%;
	height: 96px;
	object-fit: cover;
	border-radius: 11px;
}

.activity-detail-section
{
	margin-top: 70px;
}

.activity-detail-featured,
.activity-detail-tint
{
	padding: 36px;
	border-radius: 22px;
	background: linear-gradient(135deg, #fff8f3, #ffffff);
	box-shadow: var(--jmb-shadow-soft);
}

.activity-detail-tint
{
	background: linear-gradient(135deg, #edf8fc, #ffffff);
}

.activity-detail-grid
{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 42px;
	align-items: center;
}

.activity-detail-media
{
	height: 390px;
	overflow: hidden;
	border-radius: 18px;
	background: #720006;
}

.activity-detail-media img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}

.activity-detail-copy h2
{
	margin: 0 0 16px;
	color: var(--jmb-navy);
	font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.activity-detail-copy > p:not(.section-kicker)
{
	margin: 0 0 13px;
	color: #47555f;
}

.activity-photo-grid
{
	display: grid;
	gap: 18px;
}

.activity-photo-grid-three
{
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.activity-photo-grid figure
{
	margin: 0;
	overflow: hidden;
	border-radius: 15px;
	background: #ffffff;
	box-shadow: var(--jmb-shadow-soft);
}

.activity-photo-grid img
{
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.activity-photo-grid figcaption
{
	padding: 12px 15px;
	color: var(--jmb-navy);
	font-size: 0.84rem;
	font-weight: 800;
}

.activity-zone-grid
{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.activity-zone-grid span
{
	padding: 15px 16px;
	border-radius: 11px;
	background: #ffffff;
	box-shadow: var(--jmb-shadow-soft);
	color: var(--jmb-navy);
	font-weight: 780;
	text-align: center;
}

.activity-community-note
{
	margin-top: 22px;
	padding: 18px 20px;
	border-left: 4px solid var(--jmb-green);
	border-radius: 0 12px 12px 0;
	background: #eef9f3;
}

.activity-community-note h3
{
	margin: 0 0 6px;
	color: var(--jmb-navy);
}

.activity-community-note p
{
	margin: 0;
	color: var(--jmb-muted);
}

.activity-expedition-gallery
{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: 145px;
	gap: 10px;
}

.activity-expedition-gallery img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.activity-expedition-gallery img:nth-child(3)
{
	grid-row: span 2;
}

.official-message-emblem.official-message-portrait
{
	min-height: 260px;
	padding: 0;
	align-items: end;
	overflow: hidden;
	background: linear-gradient(145deg, #edf5fa, #fff5ed);
}

.official-message-emblem.official-message-portrait img
{
	width: 100%;
	height: 260px;
	object-fit: contain;
	object-position: center bottom;
}

.official-message-emblem.official-message-portrait-pair
{
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
}

.official-message-emblem.official-message-portrait-pair img
{
	width: 100%;
	height: 250px;
}

.contact-page-grid
{
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 32px;
	align-items: stretch;
}

.contact-card-list
{
	display: grid;
	gap: 15px;
}

.contact-detail-card
{
	display: flex;
	align-items: center;
	gap: 17px;
	padding: 22px;
	border: 1px solid var(--jmb-border);
	border-radius: 15px;
	background: #ffffff;
	box-shadow: var(--jmb-shadow-soft);
}

.contact-detail-icon
{
	flex: 0 0 auto;
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: #fff1e9;
	color: var(--jmb-orange);
}

.contact-detail-icon .site-icon
{
	width: 25px;
	height: 25px;
}

.contact-detail-card span
{
	display: block;
	color: var(--jmb-muted);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.contact-detail-card strong
{
	display: block;
	margin-top: 3px;
	color: var(--jmb-navy);
	font-size: 1.04rem;
}

.contact-official-card
{
	padding: 36px;
	border-radius: 20px;
	background: linear-gradient(145deg, #081a2e, var(--jmb-navy));
	box-shadow: var(--jmb-shadow);
	color: #ffffff;
}

.contact-official-card > img
{
	width: 86px;
	height: 86px;
	object-fit: contain;
	margin-bottom: 18px;
}

.contact-official-card h3
{
	margin: 0 0 7px;
	font-size: 1.55rem;
}

.contact-official-card p:not(.section-kicker),
.contact-official-card address
{
	color: rgba(255, 255, 255, 0.76);
}

.contact-official-card address
{
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-style: normal;
}

.contact-bulletin-callout
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	margin-top: 34px;
	padding: 28px 30px;
	border: 1px solid rgba(234, 85, 21, 0.22);
	border-radius: 16px;
	background: #fff8f3;
}

.contact-bulletin-callout h3
{
	margin: 0;
	color: var(--jmb-navy);
}

.contact-bulletin-callout p:not(.section-kicker)
{
	margin: 7px 0 0;
	color: var(--jmb-muted);
}

@media (max-width: 980px)
{
	.home-story-grid,
	.home-exploration-grid,
	.home-mascot-grid,
	.home-roadmap-layout,
	.activity-detail-grid,
	.contact-page-grid
	{
		grid-template-columns: 1fr;
	}

	.home-story-media,
	.home-story-media img
	{
		min-height: 400px;
	}

	.home-roadmap-preview
	{
		max-width: 520px;
		margin: 0 auto;
	}

	.official-message-card
	{
		grid-template-columns: 210px minmax(0, 1fr);
	}
}

@media (max-width: 700px)
{
	.home-story-section,
	.home-mascot-section,
	.home-roadmap-section,
	.home-registration-services
	{
		padding-top: 58px;
		padding-bottom: 64px;
	}

	.home-feature-pair,
	.activity-photo-grid-three,
	.activity-zone-grid
	{
		grid-template-columns: 1fr;
	}

	.home-story-media,
	.home-story-media img
	{
		min-height: 330px;
	}

	.home-photo-mosaic
	{
		grid-auto-rows: 150px;
	}

	.home-mascot-copy,
	.activity-detail-featured,
	.activity-detail-tint,
	.contact-official-card
	{
		padding: 25px 22px;
	}

	.roadmap-step-list article
	{
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.roadmap-step-list article > span
	{
		width: 44px;
		height: 44px;
	}

	.activity-detail-media
	{
		height: 320px;
	}

	.official-message-card
	{
		grid-template-columns: 1fr;
	}

	.official-message-emblem.official-message-portrait
	{
		min-height: 230px;
	}

	.official-message-emblem.official-message-portrait img
	{
		height: 230px;
	}

	.contact-bulletin-callout
	{
		align-items: flex-start;
		flex-direction: column;
	}
}


/* Final cascade placement for the public-page corrections above. */
.home-story-media-dance img,
.activity-detail-media-dance img
{
	height: 100%;
	min-height: 100%;
	transform: none;
	object-fit: cover;
	object-position: center;
}

.home-roadmap-layout.home-roadmap-layout-full
{
	display: block;
}

.official-message-card.official-message-card-commissioners
{
	grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
}

@media (max-width: 1100px)
{
	.official-message-card.official-message-card-commissioners
	{
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px)
{
	.home-roadmap-layout-full .roadmap-step-list,
	.process-grid-four,
	.commissioner-portrait-grid
	{
		grid-template-columns: 1fr;
	}
}

/* =================================================================================================
   02.09.2026 - HOME HERO READABILITY & OFFICIAL WEBSITE PRESENTATION
================================================================================================= */
.site-hero.site-hero-home .site-hero-copy
{
	max-width: 780px;
	margin: 0 auto;
	padding: 30px 34px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	text-align: center;
}

.site-hero.site-hero-home .site-hero-home-title .site-hero-title-primary
{
	color: #ffffff;
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.58);
}

.site-hero.site-hero-home .site-hero-home-title .site-hero-title-secondary
{
	color: #f6ac00;
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.58);
}

.site-hero.site-hero-home .site-hero-tagline
{
	color: #ffffff;
	font-family: "DM Sans", "Segoe UI", Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.60);
}

.site-hero.site-hero-home .jamboree-countdown
{
	margin-top: 34px;
}

@media (max-width: 1100px)
{
	.site-hero.site-hero-home .site-hero-copy
	{
		max-width: 700px;
		padding-right: 34px;
	}
}

@media (max-width: 820px)
{
	.site-hero.site-hero-home .site-hero-copy
	{
		max-width: 100%;
		padding: 26px 22px;
	}
}

@media (max-width: 640px)
{
	.site-hero.site-hero-home .site-hero-copy
	{
		padding: 23px 17px;
		border-radius: 0;
		background: transparent;
	}
}

/* ====================================================================================================
   HOME - PARTICIPATION MATRIX
==================================================================================================== */
.home-participation-section
{
	padding: 78px 0 88px;
	background:
		linear-gradient(180deg, rgba(248, 251, 254, 0.96), rgba(255, 255, 255, 1));
}

.participation-layout
{
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 26px;
	align-items: stretch;
}

.participation-information-card,
.participation-categories-card
{
	padding: 28px;
	border: 1px solid var(--jmb-border);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: var(--jmb-shadow-soft);
}

.participation-card-heading
{
	display: flex;
	align-items: center;
	gap: 14px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--jmb-border);
}

.participation-heading-icon
{
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	display: grid;
	place-items: center;
	border-radius: 13px;
	background: rgba(234, 85, 21, 0.10);
	color: #ea5515;
}

.participation-heading-icon .site-icon
{
	width: 25px;
	height: 25px;
}

.participation-card-heading span
{
	display: block;
	margin-bottom: 3px;
	color: #ea5515;
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.10em;
	text-transform: uppercase;
}

.participation-card-heading h3
{
	margin: 0;
	color: var(--jmb-navy);
	font-size: 1.35rem;
}

.participation-info-list
{
	display: grid;
	gap: 12px;
}

.participation-info-list article
{
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 17px;
	border: 1px solid #e5edf4;
	border-radius: 13px;
	background: linear-gradient(180deg, #ffffff, #f8fbfd);
}

.participation-info-icon
{
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	display: grid;
	place-items: center;
	border-radius: 11px;
	background: rgba(13, 38, 66, 0.07);
	color: var(--jmb-navy);
}

.participation-info-icon .site-icon
{
	width: 21px;
	height: 21px;
}

.participation-info-list span,
.participation-info-list strong,
.participation-info-list small
{
	display: block;
}

.participation-info-list span
{
	margin-bottom: 3px;
	color: var(--jmb-muted);
	font-size: 0.76rem;
	font-weight: 750;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.participation-info-list strong
{
	color: var(--jmb-navy);
	font-size: 0.98rem;
	line-height: 1.42;
}

.participation-info-list small
{
	margin-top: 3px;
	color: var(--jmb-muted);
	font-size: 0.80rem;
	line-height: 1.4;
}

.participation-category-list
{
	display: grid;
	gap: 11px;
}

.participation-category
{
	--participant-colour: #0b74c8;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 17px;
	border: 1px solid color-mix(in srgb, var(--participant-colour) 28%, #dce6ee);
	border-left: 4px solid var(--participant-colour);
	border-radius: 12px;
	background: color-mix(in srgb, var(--participant-colour) 5%, #ffffff);
}

.participation-category-youth
{
	--participant-colour: #0b8fc7;
}

.participation-category-leader
{
	--participant-colour: #d49a00;
}

.participation-category-cmt
{
	--participant-colour: #ea5515;
}

.participation-category-ist
{
	--participant-colour: #2f9a50;
}

.participation-category strong,
.participation-category span
{
	display: block;
}

.participation-category strong
{
	color: var(--jmb-navy);
	font-size: 0.96rem;
	line-height: 1.35;
}

.participation-category span
{
	margin-top: 3px;
	color: var(--jmb-muted);
	font-size: 0.77rem;
	line-height: 1.4;
}

.participation-category b
{
	flex: 0 0 auto;
	min-width: 54px;
	text-align: right;
	color: var(--participant-colour);
	font-size: 1.35rem;
	font-weight: 900;
	white-space: nowrap;
}

@media (max-width: 980px)
{
	.participation-layout
	{
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px)
{
	.home-participation-section
	{
		padding: 56px 0 62px;
	}

	.participation-information-card,
	.participation-categories-card
	{
		padding: 21px 18px;
	}

	.participation-category
	{
		align-items: flex-start;
	}

	.participation-category b
	{
		min-width: auto;
		font-size: 1.12rem;
	}
}

/* =================================================================================================
   03.09.2026 - PROFESSIONAL PUBLIC NAVIGATION
================================================================================================= */
.site-nav
{
	background: #0b2744;
	border-top: 1px solid rgba(255, 255, 255, 0.04);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 8px 24px rgba(5, 25, 44, 0.16);
}

.site-nav-inner
{
	min-height: 76px;
	gap: 18px;
}

.site-nav-brand
{
	flex: 0 0 auto;
	gap: 12px;
	padding-right: 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.98rem;
	font-weight: 800;
	white-space: nowrap;
}

.site-nav-brand img
{
	width: 44px;
	height: 44px;
}

.site-nav-menu
{
	align-self: auto;
	flex: 1 1 auto;
	justify-content: flex-end;
	align-items: center;
	gap: 4px;
}

.site-nav-menu a
{
	min-height: 46px;
	padding: 0 13px;
	border-radius: 9px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.87rem;
	font-weight: 700;
	letter-spacing: 0.005em;
	white-space: nowrap;
	transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.site-nav-menu a:hover
{
	background: rgba(255, 255, 255, 0.07);
	color: #ffffff;
	transform: translateY(-1px);
}

.site-nav-menu a.active
{
	background: rgba(234, 85, 21, 0.13);
	color: #ffffff;
}

.site-nav-menu a.active::after
{
	left: 13px;
	right: 13px;
	bottom: 4px;
	height: 3px;
	border-radius: 999px;
	background: #ea5515;
}

.site-nav-menu .site-icon
{
	font-size: 1.08rem;
	opacity: 0.88;
}

.site-nav-menu a.active .site-icon,
.site-nav-menu a:hover .site-icon
{
	color: #ff8a52;
	opacity: 1;
}

@media (max-width: 1180px)
{
	.site-nav-brand
	{
		padding-right: 15px;
	}

	.site-nav-menu
	{
		gap: 2px;
	}

	.site-nav-menu a
	{
		padding-right: 10px;
		padding-left: 10px;
		font-size: 0.82rem;
	}

	.site-nav-menu a.active::after
	{
		right: 10px;
		left: 10px;
	}
}

@media (max-width: 980px)
{
	.site-nav-inner
	{
		gap: 10px;
	}

	.site-nav-menu a
	{
		padding-right: 9px;
		padding-left: 9px;
		font-size: 0.78rem;
	}
}

@media (max-width: 820px)
{
	.site-nav-inner
	{
		min-height: 68px;
	}

	.site-nav-brand
	{
		padding-right: 0;
		border-right: 0;
	}

	.site-nav-menu
	{
		gap: 5px;
		padding: 10px;
		background: #0b2744;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.site-nav-menu a,
	.site-nav-menu a.active
	{
		min-height: 48px;
		padding: 0 14px;
		border-radius: 8px;
		font-size: 0.9rem;
		transform: none;
	}

	.site-nav-menu a.active
	{
		background: rgba(234, 85, 21, 0.14);
	}

	.site-nav-menu a.active::after
	{
		display: none;
	}
}


/* =================================================================================================
   03.09.2026 - HOME LEADERSHIP, OFFICIAL LOGO, FEES & CTA ENHANCEMENTS
================================================================================================= */
.home-leadership-section
{
	padding: 82px 0;
	background: linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%);
}

.home-message-card-list
{
	margin-top: 34px;
}

.home-bulletin-actions .button
{
	margin-top: 0;
}

.home-logo-story-section
{
	padding: 86px 0;
	background:
		radial-gradient(circle at 8% 16%, rgba(234, 85, 21, 0.10), transparent 27%),
		linear-gradient(135deg, #fffaf7 0%, #ffffff 55%, #f5faff 100%);
}

.home-logo-story-grid
{
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	gap: 58px;
	align-items: center;
}

.home-logo-story-visual h2,
.home-logo-story-copy h2
{
	margin: 7px 0 20px;
	color: var(--jmb-navy);
	font-size: clamp(1.8rem, 3vw, 2.75rem);
	line-height: 1.12;
}

.home-logo-showcase
{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	min-height: 360px;
	padding: 34px;
	border: 1px solid rgba(13, 38, 66, 0.08);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 22px 55px rgba(13, 38, 66, 0.11);
}

.home-logo-showcase img
{
	width: min(58%, 330px);
	height: auto;
	object-fit: contain;
}

.home-logo-tagline
{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: var(--jmb-navy);
	font-family: Georgia, 'Times New Roman', serif;
	line-height: 0.88;
}

.home-logo-tagline strong
{
	font-size: clamp(2rem, 4vw, 3.7rem);
	font-weight: 500;
}

.home-logo-tagline strong:first-child
{
	color: #b4202c;
}

.home-logo-tagline span
{
	margin: 5px 0 3px 38%;
	font-size: 1rem;
	font-style: italic;
}

.home-logo-story-copy p:not(.section-kicker)
{
	margin: 0 0 16px;
	color: #526579;
	font-size: 1rem;
	line-height: 1.82;
}

.home-fees-section
{
	padding: 82px 0 88px;
	background: #f8fbfe;
}

.home-fees-grid
{
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: 24px;
	margin-top: 34px;
}

.home-fee-card,
.home-inclusions-card
{
	padding: 28px;
	border: 1px solid rgba(13, 38, 66, 0.09);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 16px 38px rgba(13, 38, 66, 0.08);
}

.home-fee-card-heading
{
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 22px;
}

.home-fee-card-heading span
{
	display: block;
	margin-bottom: 3px;
	color: var(--jmb-orange);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.10em;
	text-transform: uppercase;
}

.home-fee-card-heading h3
{
	margin: 0;
	color: var(--jmb-navy);
	font-size: 1.4rem;
}

.home-fee-list
{
	display: grid;
	gap: 11px;
}

.home-fee-row
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 58px;
	padding: 0 17px;
	border: 1px solid var(--fee-line);
	border-radius: 10px;
	background: linear-gradient(90deg, var(--fee-bg), #ffffff 92%);
}

.home-fee-row span
{
	color: var(--jmb-navy);
	font-weight: 800;
}

.home-fee-row strong
{
	color: var(--fee-colour);
	font-size: 1.05rem;
	font-weight: 900;
	white-space: nowrap;
}

.home-fee-youth
{
	--fee-bg: rgba(35, 169, 227, 0.14);
	--fee-line: rgba(35, 169, 227, 0.40);
	--fee-colour: #159bd4;
}

.home-fee-leader
{
	--fee-bg: rgba(246, 172, 0, 0.14);
	--fee-line: rgba(246, 172, 0, 0.42);
	--fee-colour: #d99900;
}

.home-fee-cmt
{
	--fee-bg: rgba(234, 85, 21, 0.12);
	--fee-line: rgba(234, 85, 21, 0.38);
	--fee-colour: #dc4d13;
}

.home-fee-ist
{
	--fee-bg: rgba(38, 170, 91, 0.12);
	--fee-line: rgba(38, 170, 91, 0.38);
	--fee-colour: #21934f;
}

.home-inclusions-list
{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px;
}

.home-inclusions-list article
{
	padding: 15px 16px;
	border: 1px solid rgba(13, 38, 66, 0.08);
	border-radius: 11px;
	background: #fbfdff;
}

.home-inclusions-list article:nth-child(4)
{
	grid-column: span 2;
}

.home-inclusions-list strong
{
	display: block;
	margin-bottom: 5px;
	color: #b4202c;
	font-size: 0.92rem;
}

.home-inclusions-list p,
.home-inclusions-list ul
{
	margin: 0;
	color: #526579;
	font-size: 0.88rem;
	line-height: 1.55;
}

.home-inclusions-list ul
{
	padding-left: 18px;
}

.home-inclusions-list li + li
{
	margin-top: 3px;
}

@media (max-width: 980px)
{
	.home-logo-story-grid,
	.home-fees-grid
	{
		grid-template-columns: 1fr;
	}

	.home-logo-story-grid
	{
		gap: 34px;
	}
}

@media (max-width: 640px)
{
	.home-leadership-section,
	.home-logo-story-section,
	.home-fees-section
	{
		padding: 58px 0;
	}

	.home-logo-showcase
	{
		flex-direction: column;
		min-height: 0;
		padding: 25px 18px;
	}

	.home-logo-showcase img
	{
		width: min(78%, 290px);
	}

	.home-logo-tagline
	{
		align-items: center;
	}

	.home-logo-tagline span
	{
		margin-left: 0;
	}

	.home-fee-card,
	.home-inclusions-card
	{
		padding: 21px 18px;
	}

	.home-fee-row
	{
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.home-inclusions-list
	{
		grid-template-columns: 1fr;
	}

	.home-inclusions-list article:nth-child(4)
	{
		grid-column: auto;
	}
}

/* =================================================================================================
   03.09.2026 - OFFICIAL JAMBOREE LOGO SECTION - PROFESSIONAL REFINEMENT
================================================================================================= */
.home-logo-story-section
{
	position: relative;
	overflow: hidden;
	padding: 92px 0;
	background: #ffffff;
}

.home-logo-story-section::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, var(--jmb-orange) 0 34%, #f5ad00 34% 58%, #21a7df 58% 78%, #24a85a 78% 100%);
}

.home-logo-story-section::after
{
	content: '';
	position: absolute;
	right: -150px;
	bottom: -190px;
	width: 430px;
	height: 430px;
	border: 70px solid rgba(13, 38, 66, 0.025);
	border-radius: 50%;
	pointer-events: none;
}

.home-logo-story-header
{
	position: relative;
	z-index: 1;
	max-width: 820px;
	margin: 0 auto 42px;
	text-align: center;
}

.home-logo-story-header h2
{
	margin: 8px 0 14px;
	color: var(--jmb-navy);
	font-size: clamp(2rem, 3.4vw, 3.15rem);
	line-height: 1.12;
	letter-spacing: -0.025em;
}

.home-logo-story-header > p:not(.section-kicker)
{
	margin: 0 auto;
	max-width: 700px;
	color: #647487;
	font-size: 1.02rem;
	line-height: 1.75;
}

.home-logo-story-card
{
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
	align-items: stretch;
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid rgba(13, 38, 66, 0.09);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 24px 60px rgba(13, 38, 66, 0.10);
}

.home-logo-showcase
{
	display: flex;
	min-height: 500px;
	padding: 46px 42px 38px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 26px;
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(155deg, rgba(255,255,255,0.98), rgba(247,250,253,0.98)),
		radial-gradient(circle at 20% 15%, rgba(234,85,21,0.10), transparent 36%);
	box-shadow: none;
}

.home-logo-emblem-frame
{
	display: grid;
	width: min(100%, 320px);
	aspect-ratio: 1 / 1;
	place-items: center;
	padding: 28px;
	border: 1px solid rgba(13, 38, 66, 0.08);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(13, 38, 66, 0.10);
}

.home-logo-emblem-frame img
{
	display: block;
	width: 100%;
	max-width: 245px;
	height: auto;
	object-fit: contain;
}

.home-logo-nameplate
{
	width: 100%;
	max-width: 360px;
	padding-top: 22px;
	border-top: 1px solid rgba(13, 38, 66, 0.10);
	text-align: center;
}

.home-logo-nameplate span
{
	display: block;
	margin-bottom: 7px;
	color: var(--jmb-orange);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.home-logo-nameplate strong
{
	display: block;
	color: var(--jmb-navy);
	font-size: 1.22rem;
	line-height: 1.3;
}

.home-logo-nameplate small
{
	display: block;
	margin-top: 5px;
	color: #77879a;
	font-size: 0.82rem;
	font-weight: 650;
	letter-spacing: 0.04em;
}

.home-logo-story-copy
{
	display: flex;
	padding: 58px 58px 54px;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(135deg, #0d2642 0%, #112f50 100%);
}

.home-logo-story-copy .section-kicker
{
	color: #ffb18e;
}

.home-logo-story-copy h3
{
	margin: 8px 0 24px;
	color: #ffffff;
	font-size: clamp(2rem, 3vw, 2.85rem);
	line-height: 1.08;
	letter-spacing: -0.025em;
}

.home-logo-story-copy p:not(.section-kicker)
{
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.80);
	font-size: 0.98rem;
	line-height: 1.8;
}

.home-logo-story-note
{
	display: grid;
	grid-template-columns: 4px 1fr;
	gap: 16px;
	margin-top: 8px;
	padding: 18px 20px;
	border: 1px solid rgba(255,255,255,0.10);
	border-radius: 12px;
	background: rgba(255,255,255,0.055);
}

.home-logo-story-note span
{
	width: 4px;
	border-radius: 999px;
	background: var(--jmb-orange);
}

.home-logo-story-note p
{
	margin: 0 !important;
	color: rgba(255,255,255,0.90) !important;
	font-weight: 650;
}

@media (max-width: 991px)
{
	.home-logo-story-section
	{
		padding: 72px 0;
	}

	.home-logo-story-card
	{
		grid-template-columns: 1fr;
	}

	.home-logo-showcase
	{
		min-height: auto;
		padding: 38px 30px 34px;
	}

	.home-logo-story-copy
	{
		padding: 42px 34px;
	}
}

@media (max-width: 575px)
{
	.home-logo-story-section
	{
		padding: 58px 0;
	}

	.home-logo-story-header
	{
		margin-bottom: 30px;
		text-align: left;
	}

	.home-logo-story-card
	{
		border-radius: 18px;
	}

	.home-logo-showcase
	{
		padding: 30px 22px;
	}

	.home-logo-emblem-frame
	{
		max-width: 270px;
		padding: 22px;
		border-radius: 22px;
	}

	.home-logo-story-copy
	{
		padding: 34px 24px;
	}
}

/* =============================================================================================
   03.09.2026 - HOME JAMBOREE CHIEF PORTRAIT SIZE ADJUSTMENT
================================================================================================= */
.home-leadership-section .official-message-card-primary
{
	grid-template-columns: 210px minmax(0, 1fr);
}

.home-leadership-section .official-message-card-primary .official-message-emblem.official-message-portrait
{
	min-height: 290px;
}

.home-leadership-section .official-message-card-primary .official-message-emblem.official-message-portrait img
{
	height: 290px;
}

@media (max-width: 767px)
{
	.home-leadership-section .official-message-card-primary
	{
		grid-template-columns: 1fr;
	}

	.home-leadership-section .official-message-card-primary .official-message-emblem.official-message-portrait
	{
		min-height: 250px;
	}

	.home-leadership-section .official-message-card-primary .official-message-emblem.official-message-portrait img
	{
		height: 250px;
	}
}

/* =============================================================================================
   03.09.2026 - HOME JAMBOREE CHIEF PORTRAIT - LARGER THAN COMMISSIONERS
================================================================================================= */
.home-leadership-section .official-message-card-primary
{
	grid-template-columns: 270px minmax(0, 1fr);
}

.home-leadership-section .official-message-card-primary .official-message-emblem.official-message-portrait
{
	min-height: 360px;
}

.home-leadership-section .official-message-card-primary .official-message-emblem.official-message-portrait img
{
	height: 360px;
	width: 100%;
	object-fit: contain;
	object-position: center bottom;
}

@media (max-width: 991px)
{
	.home-leadership-section .official-message-card-primary
	{
		grid-template-columns: 235px minmax(0, 1fr);
	}

	.home-leadership-section .official-message-card-primary .official-message-emblem.official-message-portrait,
	.home-leadership-section .official-message-card-primary .official-message-emblem.official-message-portrait img
	{
		height: 320px;
		min-height: 320px;
	}
}

@media (max-width: 767px)
{
	.home-leadership-section .official-message-card-primary
	{
		grid-template-columns: 1fr;
	}

	.home-leadership-section .official-message-card-primary .official-message-emblem.official-message-portrait,
	.home-leadership-section .official-message-card-primary .official-message-emblem.official-message-portrait img
	{
		height: 285px;
		min-height: 285px;
	}
}
