﻿/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   OUR NETWORK â€” All Pages
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* ---- Shared content card ---- */
.nw-content-card {
	background: var(--white);
	border-radius: 18px;
	box-shadow: var(--shadow);
	padding: 2.5rem;
}

.nw-content-card h3 {
	font-size: 1.35rem;
	color: var(--green-900);
	margin-bottom: 1rem;
}

.nw-content-card p {
	color: var(--gray-700);
	line-height: 1.75;
	margin-bottom: 1rem;
}

.nw-content-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(47, 125, 77, 0.12);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	color: var(--green-700);
}

/* ---- Welcome page ---- */
.nw-welcome-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
}

.nw-welcome-text h3 {
	font-size: 1.4rem;
	color: var(--green-900);
	margin-bottom: 1rem;
}

.nw-welcome-text p {
	color: var(--gray-700);
	line-height: 1.8;
	margin-bottom: 1rem;
}

.nw-welcome-signature {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(47, 125, 77, 0.15);
}

.nw-sig-line {
	font-weight: 700;
	color: var(--green-900);
}

.nw-welcome-img-card {
	background: var(--white);
	border-radius: 18px;
	box-shadow: var(--shadow);
	padding: 1rem;
	overflow: hidden;
}

.nw-welcome-img-wrap {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	background: var(--section-light);
	min-height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nw-welcome-img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 14px;
	object-fit: cover;
}

/* ---- Aims & Scope ---- */
.nw-aims-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	margin-bottom: 3rem;
}

.nw-aims-card {
	background: var(--white);
	border-radius: 18px;
	box-shadow: var(--shadow);
	padding: 2.5rem;
	display: flex;
	gap: 1.5rem;
	align-items: flex-start;
}

.nw-aims-icon-circle {
	width: 56px;
	height: 56px;
	min-width: 56px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--green-600), var(--green-500));
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
}

.nw-aims-card h3 {
	font-size: 1.2rem;
	color: var(--green-900);
	margin-bottom: 0.5rem;
}

.nw-aims-card p {
	color: var(--gray-700);
	line-height: 1.7;
}

/* Priorities */
.nw-priorities-section {
	margin-top: 1rem;
}

.nw-priorities-title {
	text-align: center;
	font-size: 1.5rem;
	color: var(--green-900);
	margin-bottom: 2rem;
}

.nw-priorities-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.nw-priority-card {
	background: var(--white);
	border-radius: 18px;
	box-shadow: var(--shadow);
	padding: 2rem;
	text-align: center;
	border-top: 3px solid var(--green-500);
}

.nw-priority-num {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--green-500);
	color: var(--white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 1rem;
}

.nw-priority-card h4 {
	font-size: 1.1rem;
	color: var(--green-900);
	margin-bottom: 0.5rem;
}

.nw-priority-card p {
	color: var(--gray-700);
	font-size: 0.95rem;
	line-height: 1.65;
}

/* ---- Organization ---- */
.nw-org-img-container {
	background: var(--white);
	border-radius: 18px;
	box-shadow: var(--shadow);
	padding: 2rem;
	text-align: center;
	max-width: 900px;
	margin: 2.5rem auto 0;
}

.nw-org-img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

/* ---- Roles & Responsibilities ---- */
.nw-role-intro {
	text-align: center;
	max-width: 700px;
	margin: 0 auto 2.5rem;
	padding: 0 1rem;
	line-height: 1.75;
	color: var(--gray-700);
	font-size: 1.05rem;
	margin-top: 1.5rem;
}

.nw-role-intro p {
	color: var(--gray-700);
	font-size: 1.05rem;
}

.nw-roles-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5rem;
	align-items: start;
}

.nw-role-card {
	background: var(--white);
	border-radius: 18px;
	box-shadow: var(--shadow);
	overflow: hidden;
}

.nw-role-header {
	background: linear-gradient(135deg, var(--green-600), var(--green-500));
	color: var(--white);
	padding: 1.75rem 2.25rem;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.nw-role-icon {
	width: 48px;
	height: 48px;
	min-width: 48px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.nw-role-header h3 {
	color: var(--white);
	font-size: 1.2rem;
}

.nw-role-badge {
	display: inline-block;
	background: rgba(255, 255, 255, 0.25);
	padding: 0.15rem 0.7rem;
	border-radius: 20px;
	font-size: 0.75rem;
	font-weight: 600;
	margin-top: 0.25rem;
}

.nw-role-section {
	padding: 1.75rem 2.25rem;
	border-bottom: 1px solid rgba(47, 125, 77, 0.1);
}

.nw-role-section:last-child {
	border-bottom: none;
	padding-bottom: 2rem;
}

.nw-role-section h4 {
	font-size: 1rem;
	color: var(--green-900);
	margin-bottom: 0.85rem;
}

.nw-role-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nw-role-section ul li {
	position: relative;
	padding-left: 1.75rem;
	margin-bottom: 0.75rem;
	color: var(--gray-700);
	line-height: 1.7;
}

.nw-role-section ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--green-500);
}

/* ---- Steering Committee Table ---- */
.nw-committee-table {
	background: var(--white);
	border-radius: 18px;
	box-shadow: var(--shadow);
	padding: 2rem;
}

.nw-committee-table h3 {
	font-size: 1.3rem;
	color: var(--green-900);
	margin-bottom: 1.5rem;
	text-align: center;
}

.nw-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.nw-table-wrap table {
	width: 100%;
	border-collapse: collapse;
	min-width: 900px;
}

.nw-table-wrap thead th {
	background: linear-gradient(135deg, var(--green-600), var(--green-500));
	color: var(--white);
	padding: 0.85rem 1rem;
	text-align: left;
	font-weight: 600;
	font-size: 0.9rem;
	white-space: nowrap;
}

.nw-table-wrap thead th:first-child {
	border-radius: 8px 0 0 0;
}

.nw-table-wrap thead th:last-child {
	border-radius: 0 8px 0 0;
}

.nw-table-wrap tbody td {
	padding: 0.75rem 1rem;
	border-bottom: 1px solid rgba(47, 125, 77, 0.1);
	font-size: 0.9rem;
	color: var(--gray-700);
	vertical-align: middle;
}

.nw-table-wrap tbody tr:hover {
	background: rgba(47, 125, 77, 0.03);
}

.nw-table-wrap tbody tr:last-child td {
	border-bottom: none;
}

/* University cell with logo */
.nw-cm-uni {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.nw-cm-logo {
	width: 60px;
	height: 60px;
	min-width: 60px;
	object-fit: contain;
	border-radius: 8px;
	background: #f8f9fa;
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 4px;
}

.nw-cm-uni span,
.nw-cm-uni a {
	font-size: 0.92rem;
	line-height: 1.5;
	color: var(--gray-900);
	text-decoration: none;
}

.nw-cm-uni a:hover {
	color: var(--green-600);
	text-decoration: underline;
}

/* Person cell with avatar */
.nw-cm-person {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
}

.nw-cm-avatar {
	width: 64px;
	height: 64px;
	min-width: 64px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(47, 125, 77, 0.15);
	background: #f0f4f1;
}

.nw-cm-person > div {
	flex: 1;
}

.nw-cm-person strong {
	display: block;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--gray-900);
	margin-bottom: 0.25rem;
	line-height: 1.4;
}

.nw-cm-person p {
	font-size: 0.82rem;
	color: var(--gray-700);
	line-height: 1.5;
	margin: 0.15rem 0 0 0;
}

/* ---- iframe container ---- */
.nw-iframe-container {
	position: relative;
	padding-top: 56.25%;
	border-radius: 14px;
	overflow: hidden;
	background: var(--section-light);
}

.nw-iframe-container--tall {
	padding-top: 75%;
}

.nw-iframe-container iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* ---- Network Programs (Tabs) ---- */
.nw-tabs {
	display: flex;
	gap: 0.5rem;
	border-bottom: 2px solid rgba(47, 125, 77, 0.15);
	margin-bottom: 2rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 0;
}

.nw-tab {
	padding: 0.7rem 1.4rem;
	background: none;
	border: none;
	font-family: "Poppins", system-ui, sans-serif;
	font-weight: 600;
	font-size: 0.9rem;
	color: var(--gray-700);
	cursor: pointer;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
	white-space: nowrap;
	transition: color 0.2s, border-color 0.2s;
}

.nw-tab:hover {
	color: var(--green-600);
}

.nw-tab.active {
	color: var(--green-600);
	border-bottom-color: var(--green-600);
}

.nw-tab-content {
	display: none;
}

.nw-tab-content.active {
	display: block;
}

.nw-program-header {
	margin-bottom: 2rem;
}

.nw-program-header h3 {
	font-size: 1.4rem;
	color: var(--green-900);
	margin-bottom: 0.5rem;
}

.nw-program-header p {
	color: var(--gray-700);
	font-size: 0.95rem;
}

.nw-program-about {
	margin-bottom: 2rem;
}

.nw-program-about p {
	color: var(--gray-700);
	line-height: 1.8;
}

/* Course teams */
.nw-course-teams {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.nw-course-team-card {
	background: var(--section-light);
	border-radius: 14px;
	padding: 1.5rem;
}

.nw-course-team-card h4 {
	color: var(--green-900);
	margin-bottom: 0.5rem;
}

.nw-course-team-card p {
	color: var(--gray-700);
	font-size: 0.9rem;
}

/* Objectives */
.nw-objectives-section {
	margin-bottom: 2rem;
}

.nw-objectives-section h4 {
	font-size: 1.1rem;
	color: var(--green-900);
	margin-bottom: 1rem;
}

.nw-objectives-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.nw-objective-card {
	background: var(--white);
	border: 1px solid rgba(47, 125, 77, 0.15);
	border-radius: 14px;
	padding: 1.5rem;
	text-align: center;
}

.nw-objective-card .nw-content-icon {
	margin: 0 auto 0.75rem;
}

.nw-objective-card p {
	color: var(--gray-700);
	font-size: 0.9rem;
	line-height: 1.6;
}

/* Features */
.nw-features-section {
	margin-bottom: 2rem;
}

.nw-features-section h4 {
	font-size: 1.1rem;
	color: var(--green-900);
	margin-bottom: 1rem;
}

.nw-features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.nw-feature-card {
	background: var(--section-light);
	border-radius: 12px;
	padding: 1.25rem;
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.nw-feature-card .nw-content-icon {
	width: 36px;
	height: 36px;
	min-width: 36px;
	border-radius: 10px;
	margin-bottom: 0;
}

.nw-feature-card p {
	color: var(--gray-700);
	font-size: 0.88rem;
	line-height: 1.5;
	font-weight: 500;
}

/* CTA row */
.nw-cta-row {
	margin: 2rem 0;
	text-align: center;
}

.nw-program-cta {
	text-align: center;
	padding: 2rem;
	background: rgba(47, 125, 77, 0.06);
	border-radius: 14px;
	margin-bottom: 2rem;
}

.nw-program-cta p {
	color: var(--gray-700);
	margin-bottom: 1rem;
}

/* Requirements */
.nw-requirements-section {
	margin-bottom: 2rem;
}

.nw-requirements-section h4 {
	font-size: 1.1rem;
	color: var(--green-900);
	margin-bottom: 1rem;
}

.nw-req-list {
	list-style: none;
	padding: 0;
}

.nw-req-list li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 0.6rem;
	color: var(--gray-700);
	line-height: 1.6;
}

.nw-req-list li::before {
	content: '•';
	position: absolute;
	left: 0;
	color: var(--green-500);
	font-weight: 700;
}

/* Timeline */
.nw-timeline-section {
	margin-bottom: 2rem;
}

.nw-timeline-section h4 {
	font-size: 1.1rem;
	color: var(--green-900);
	margin-bottom: 1rem;
}

.nw-timeline-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem;
}

.nw-timeline-item {
	background: var(--section-light);
	border-radius: 12px;
	padding: 1rem 1.25rem;
	border-left: 3px solid var(--green-500);
}

.nw-timeline-label {
	font-weight: 600;
	color: var(--green-900);
	font-size: 0.9rem;
}

.nw-timeline-date {
	color: var(--gray-700);
	font-size: 0.85rem;
	margin-top: 0.2rem;
}

/* Coordinators */
.nw-coordinators-section {
	margin-bottom: 2rem;
}

.nw-coordinators-section h4 {
	font-size: 1.1rem;
	color: var(--green-900);
	margin-bottom: 1rem;
}

.nw-coordinators-section ol {
	padding-left: 1.5rem;
	color: var(--gray-700);
}

.nw-coordinators-section ol li {
	margin-bottom: 0.4rem;
	line-height: 1.55;
}

/* Coordinator photo card grid */
.nw-coord-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 1.25rem;
}

.nw-coord-card {
	text-align: center;
	background: var(--section-light);
	border-radius: 14px;
	padding: 1.25rem 1rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nw-coord-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
}

.nw-coord-photo {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid rgba(47, 125, 77, 0.2);
	margin-bottom: 0.75rem;
	background: #e9ecef;
}

.nw-coord-card h5 {
	font-size: 0.82rem;
	color: var(--green-900);
	margin-bottom: 0.25rem;
	line-height: 1.35;
}

.nw-coord-card p {
	font-size: 0.75rem;
	color: var(--gray-700);
	line-height: 1.4;
}

/* University image cards */
.nw-uni-cards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1.25rem;
}

.nw-uni-card {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	height: 140px;
	display: flex;
	align-items: flex-end;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nw-uni-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.15);
}

.nw-uni-card-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.nw-uni-card:hover .nw-uni-card-bg {
	transform: scale(1.05);
}

.nw-uni-card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 60%, transparent 100%);
}

.nw-uni-card span {
	position: relative;
	z-index: 1;
	color: #fff;
	font-weight: 600;
	font-size: 0.85rem;
	padding: 1rem;
	line-height: 1.35;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* Participants */
.nw-participants-section {
	margin-bottom: 2rem;
}

.nw-participants-section h4 {
	font-size: 1.1rem;
	color: var(--green-900);
	margin-bottom: 1rem;
}

.nw-participants-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1rem;
}

.nw-participant-card {
	background: var(--section-light);
	border-radius: 12px;
	padding: 1rem 1.25rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-size: 0.9rem;
	color: var(--gray-700);
}

.nw-participant-card svg {
	color: var(--green-600);
	min-width: 18px;
}

/* ---- IWGM Hero ---- */
.nw-iwgm-hero {
	position: relative;
	min-height: 55vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: var(--white);
}

.nw-iwgm-hero-bg {
	position: absolute;
	inset: 0;
	background: url('https://uigreenmetric.com/wp-content/uploads/2024/01/banner-about.jpg') center / cover no-repeat;
	opacity: 0.35;
}

.nw-iwgm-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(6, 35, 18, 0.85), rgba(20, 80, 45, 0.65));
}

.nw-iwgm-hero-content {
	position: relative;
	text-align: center;
	padding: 4rem 0;
}

.nw-iwgm-logo {
	width: 140px;
	height: auto;
	margin: 0 auto 1.5rem;
	display: block;
	filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));
}

.nw-iwgm-hero-content h1 {
	font-size: clamp(2rem, 4vw, 3.2rem);
	margin-bottom: 0.75rem;
}

.nw-iwgm-theme {
	font-size: 1.15rem;
	color: rgba(255, 255, 255, 0.9);
	font-style: italic;
	max-width: 600px;
	margin: 0 auto 0.5rem;
}

.nw-iwgm-subtitle {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.75);
}

/* Date cards (kept for backward compat) */
.nw-dates-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1.25rem;
}

.nw-date-card {
	background: var(--white);
	border-radius: 14px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
	padding: 1.5rem;
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.nw-date-card--highlight {
	border: 2px solid var(--green-500);
}

.nw-date-icon {
	width: 44px;
	height: 44px;
	min-width: 44px;
	border-radius: 12px;
	background: rgba(47, 125, 77, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--green-700);
}

.nw-date-card h4 {
	font-size: 0.95rem;
	color: var(--green-900);
	margin-bottom: 0.25rem;
}

.nw-date-card p {
	color: var(--gray-700);
	font-size: 0.9rem;
}

/* ---- Vertical Timeline ---- */
.nw-vertical-timeline {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	padding-left: 40px;
}

.nw-vertical-timeline::before {
	content: '';
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(to bottom, var(--green-500), var(--green-600));
	border-radius: 2px;
}

.nw-vt-item {
	position: relative;
	padding-bottom: 2rem;
}

.nw-vt-item:last-child {
	padding-bottom: 0;
}

.nw-vt-node {
	position: absolute;
	left: -33px;
	top: 4px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--white);
	border: 3px solid var(--green-500);
	z-index: 1;
	transition: transform 0.2s ease;
}

.nw-vt-item:hover .nw-vt-node {
	transform: scale(1.25);
}

.nw-vt-node--highlight {
	background: var(--green-500);
	border-color: var(--green-600);
	box-shadow: 0 0 0 4px rgba(47, 125, 77, 0.2);
}

.nw-vt-content {
	background: var(--white);
	border-radius: 14px;
	padding: 1.25rem 1.5rem;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.07);
	border-left: 3px solid transparent;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nw-vt-item:hover .nw-vt-content {
	border-left-color: var(--green-500);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
}

.nw-vt-item--highlight .nw-vt-content {
	border-left-color: var(--green-500);
	background: linear-gradient(135deg, rgba(47, 125, 77, 0.04), rgba(47, 125, 77, 0.01));
}

.nw-vt-date {
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 700;
	color: var(--green-600);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 0.35rem;
}

.nw-vt-content h4 {
	font-size: 1.05rem;
	color: var(--green-900);
	margin-bottom: 0.35rem;
}

.nw-vt-content p {
	font-size: 0.88rem;
	color: var(--gray-700);
	line-height: 1.6;
}

/* ---- Proceedings ---- */
.nw-proceedings-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1.5rem;
}

.nw-proceeding-card {
	background: var(--white);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	text-decoration: none;
	display: flex;
	flex-direction: column;
}

.nw-proceeding-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
}

.nw-proceeding-cover {
	position: relative;
	overflow: hidden;
	background: var(--section-light);
}

.nw-proceeding-cover-img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

.nw-proceeding-info {
	padding: 1.25rem 1.5rem;
}

.nw-proceeding-info h4 {
	font-size: 0.95rem;
	color: var(--green-900);
	margin-bottom: 0.35rem;
}

.nw-proceeding-type {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--green-600);
}

/* ---- Contact ---- */
.nw-contact-wrapper {
	display: flex;
	justify-content: center;
}

.nw-contact-card {
	background: var(--white);
	border-radius: 18px;
	box-shadow: var(--shadow);
	padding: 3rem;
	max-width: 560px;
	width: 100%;
	text-align: center;
}

.nw-contact-avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--green-600), var(--green-500));
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.25rem;
	color: var(--white);
}

.nw-contact-name {
	font-size: 1.35rem;
	color: var(--green-900);
	margin-bottom: 0.25rem;
}

.nw-contact-role {
	color: var(--gray-700);
	font-size: 0.95rem;
	margin-bottom: 2rem;
}

.nw-contact-details {
	text-align: left;
}

.nw-contact-item {
	display: flex;
	gap: 1rem;
	padding: 1.25rem 0;
	border-top: 1px solid rgba(47, 125, 77, 0.1);
}

.nw-contact-item:first-child {
	border-top: none;
}

.nw-contact-icon {
	width: 44px;
	height: 44px;
	min-width: 44px;
	border-radius: 12px;
	background: rgba(47, 125, 77, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--green-700);
}

.nw-contact-label {
	display: block;
	font-size: 0.78rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--gray-700);
	margin-bottom: 0.35rem;
}

.nw-contact-text a {
	display: block;
	color: var(--green-600);
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s;
}

.nw-contact-text a:hover {
	color: var(--green-900);
	text-decoration: underline;
}

.nw-contact-text p {
	color: var(--gray-700);
	font-size: 0.95rem;
	line-height: 1.7;
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   OUR NETWORK â€” Mobile (max-width: 768px)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 768px) {
	.nw-content-card {
		padding: 1.5rem;
	}

	/* Welcome */
	.nw-welcome-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.nw-welcome-img-card {
		order: -1;
	}

	/* Aims */
	.nw-aims-grid {
		grid-template-columns: 1fr;
	}

	.nw-aims-card {
		flex-direction: column;
		padding: 1.5rem;
	}

	.nw-priorities-grid {
		grid-template-columns: 1fr;
	}

	/* Roles */
	.nw-roles-grid {
		grid-template-columns: 1fr;
	}

	.nw-role-header {
		padding: 1.25rem 1.5rem;
	}

	.nw-role-section {
		padding: 1.25rem 1.5rem;
	}

	/* Committee */
	.nw-committee-table {
		padding: 1rem;
	}

	.nw-cm-logo {
		width: 44px;
		height: 44px;
		min-width: 44px;
	}

	.nw-cm-avatar {
		width: 48px;
		height: 48px;
		min-width: 48px;
	}

	.nw-cm-uni span,
	.nw-cm-uni a {
		font-size: 0.82rem;
	}

	.nw-cm-person strong {
		font-size: 0.85rem;
	}

	.nw-cm-person p {
		font-size: 0.75rem;
	}

	/* Programs tabs */
	.nw-tabs {
		gap: 0;
	}

	.nw-tab {
		padding: 0.6rem 1rem;
		font-size: 0.82rem;
	}

	.nw-course-teams {
		grid-template-columns: 1fr;
	}

	.nw-objectives-grid {
		grid-template-columns: 1fr;
	}

	.nw-features-grid {
		grid-template-columns: 1fr;
	}

	.nw-timeline-grid {
		grid-template-columns: 1fr;
	}

	.nw-participants-grid {
		grid-template-columns: 1fr;
	}

	.nw-coord-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	.nw-coord-photo {
		width: 60px;
		height: 60px;
	}

	.nw-uni-cards-grid {
		grid-template-columns: 1fr 1fr;
		gap: 0.75rem;
	}

	.nw-uni-card {
		height: 110px;
	}

	/* IWGM */
	.nw-iwgm-hero-content {
		padding: 2.5rem 0;
	}

	.nw-iwgm-logo {
		width: 100px;
	}

	.nw-dates-grid {
		grid-template-columns: 1fr;
	}

	/* Vertical timeline */
	.nw-vertical-timeline {
		padding-left: 30px;
	}

	.nw-vertical-timeline::before {
		left: 10px;
	}

	.nw-vt-node {
		left: -27px;
		width: 14px;
		height: 14px;
	}

	.nw-vt-content {
		padding: 1rem 1.25rem;
	}

	/* Student leaders video grid */
	.nw-tab-content .nw-iframe-container {
		min-height: 200px;
	}

	#student-leaders [style*="grid-template-columns: 1fr 1fr"] {
		grid-template-columns: 1fr !important;
	}

	/* Proceedings */
	.nw-proceedings-grid {
		grid-template-columns: 1fr 1fr;
	}

	/* Contact */
	.nw-contact-card {
		padding: 2rem 1.5rem;
	}
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   OUR NETWORK â€” Tablet (769pxâ€“1024px)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (min-width: 769px) and (max-width: 1024px) {
	.nw-welcome-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.nw-priorities-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.nw-roles-grid {
		grid-template-columns: 1fr;
	}

	.nw-objectives-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.nw-features-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.nw-proceedings-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.nw-coord-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.nw-uni-cards-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.nw-vertical-timeline {
		max-width: 600px;
	}
}

