/* =============================================================
 * Ritini Child — Custom CSS
 * Αναπαράγει το οπτικό του ritini.info (Helix Ultimate + SP Page Builder)
 * ============================================================= */

:root {
	--ritini-brown: #4f200d;
	--ritini-gold: #e49d14;
	--ritini-sage: #A6B88B;
	--ritini-gray: #4A4A4A;
	--ritini-soft: #F9F9F9;
}

/* --- Base tweaks --- */
html { scroll-behavior: smooth; }
body {
	font-family: 'Roboto', sans-serif;
	color: var(--ritini-gray);
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
}

/* Remove default block gaps between our sections */
.wp-site-blocks > main > * + *,
main > .wp-block-group + *,
main > section + section,
main > section + .wp-block-group,
main > .wp-block-group + section,
main > .wp-block-html + .wp-block-html,
main > .wp-block-pattern + .wp-block-pattern {
	margin-top: 0 !important;
	margin-block-start: 0 !important;
}
main { --wp--style--block-gap: 0 !important; }
main > section { margin: 0 !important; }

/* =============================================================
 * HEADER
 * ============================================================= */
.ritini-topbar {
	background: #e49d14;
	color: #fff;
	font-size: 13px;
	padding: 8px 0;
}
.ritini-topbar .wp-block-group {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
}
.ritini-topbar a { color: #fff; text-decoration: none; }
.ritini-topbar a:hover { color: var(--ritini-gold); }

.ritini-main-header {
	background: #4f200d;
	padding: 18px 0;
	box-shadow: 0 2px 6px rgba(0,0,0,0.06);
	position: relative;
	z-index: 100;
}
.ritini-main-header .wp-block-site-logo img {
	height: 40px;
	width: auto;
}

/* Menu: Noto Sans, bold, brown -> gold on hover */
.ritini-main-header .wp-block-navigation,
.ritini-main-header .wp-block-navigation * {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: var(--ritini-brown) !important;
}
.ritini-main-header .wp-block-navigation a,
.ritini-main-header .wp-block-navigation .wp-block-navigation-item__label,
.ritini-main-header .wp-block-navigation-link__content,
.ritini-main-header .wp-block-navigation-submenu__toggle {
	color: var(--ritini-brown) !important;
	text-decoration: none;
	padding: 8px 14px;
	transition: color .25s ease;
}
.ritini-main-header .wp-block-navigation a:hover,
.ritini-main-header .wp-block-navigation a:hover .wp-block-navigation-item__label,
.ritini-main-header .wp-block-navigation-link__content:hover {
	color: var(--ritini-gold) !important;
}
/* Mobile overlay menu */
.ritini-main-header .wp-block-navigation__responsive-container.is-menu-open {
	background: #fff !important;
}
.ritini-main-header .wp-block-navigation__responsive-container.is-menu-open a {
	color: var(--ritini-brown) !important;
}

/* =============================================================
 * HERO — parallax με background-attachment: fixed
 * ============================================================= */
.ritini-hero {
	position: relative;
	min-height: 640px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
	padding: 170px 20px;
}
.ritini-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 0;
}
.ritini-hero > * { position: relative; z-index: 1; }
.ritini-hero .hero-quote {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: clamp(22px, 3vw, 40px);
	line-height: 1.35;
	max-width: 900px;
	margin: 0 auto 10px;
	color: #fff;
}
.ritini-hero .hero-author {
	font-style: italic;
	font-size: 18px;
	margin-bottom: 30px;
	opacity: 0.9;
}
.ritini-hero .hero-btn {
	display: inline-block;
	background: var(--ritini-gold);
	color: #fff;
	padding: 14px 34px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-decoration: none;
	border-radius: 3px;
	transition: background .25s ease, transform .25s ease;
}
.ritini-hero .hero-btn:hover {
	background: #c9890f;
	transform: translateY(-2px);
}

/* Mobile: iOS δεν υποστηρίζει background-attachment: fixed */
@media (max-width: 991px) {
	.ritini-hero {
		background-attachment: scroll;
		min-height: 480px;
		padding: 100px 20px;
	}
}

/* Variant: πιο κοντό, αρχαιολογικό στυλ για δεύτερο parallax section */
.ritini-hero--volunteer {
	min-height: 520px;
	padding: 150px 20px;
}
.ritini-hero--volunteer .hero-quote { color: var(--ritini-gold); }

/* =============================================================
 * INTRO SECTION (καφέ background, δίστηλο κείμενο + εικόνα)
 * ============================================================= */
.ritini-intro {
	background: var(--ritini-brown);
	color: #fff;
	padding: 70px 20px 40px;
}
.ritini-intro .ritini-container {
	max-width: 1320px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}
.ritini-intro img {
	max-width: 100%;
	height: auto;
	display: block;
}
.ritini-intro h3 {
	color: #fff;
	font-size: 22px;
	margin: 0 0 20px;
}
.ritini-intro p {
	color: #fff;
	line-height: 1.7;
	margin: 0 0 14px;
}
@media (max-width: 991px) {
	.ritini-intro .ritini-container { grid-template-columns: 1fr; }
}

/* Reverse order variant */
.ritini-intro.reverse .ritini-container > *:first-child { order: 2; }
.ritini-intro.reverse .ritini-container > *:last-child { order: 1; }
@media (max-width: 991px) {
	.ritini-intro.reverse .ritini-container > *:first-child { order: 1; }
	.ritini-intro.reverse .ritini-container > *:last-child { order: 2; }
}

/* =============================================================
 * SECTION TITLE (κεντραρισμένο)
 * ============================================================= */
.ritini-section {
	padding: 60px 20px 40px;
	background: var(--ritini-soft);
}
.ritini-section--white { background: #fff; }
.ritini-section-inner {
	max-width: 1320px;
	margin: 0 auto;
}
.ritini-section-title {
	text-align: center;
	margin: 0 0 50px;
}
.ritini-section-title h2 {
	color: var(--ritini-brown);
	font-size: clamp(28px, 3vw, 40px);
	margin: 0 0 20px;
}
.ritini-section-title p {
	font-weight: 700;
	font-size: 20px;
	color: var(--ritini-gray);
	max-width: 800px;
	margin: 0 auto;
}

/* =============================================================
 * ATTRACTIONS — 5 banners grid με hover overlay
 * Desktop: 3+2 κεντραρισμένο (για να χωράει όλο το κείμενο)
 * ============================================================= */
.ritini-attractions {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 14px;
	max-width: 1200px;
	margin: 0 auto;
}
.ritini-attractions a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	grid-column: span 2;
}
/* Τελευταία 2 κεντράρονται στη δεύτερη γραμμή */
.ritini-attractions a:nth-child(4) { grid-column: 2 / span 2; }
.ritini-attractions a:nth-child(5) { grid-column: 4 / span 2; }
.ritini-attractions a img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform .5s ease, filter .3s ease;
}
.ritini-attractions a:hover img {
	transform: scale(1.08);
	filter: brightness(1.1);
}
@media (max-width: 991px) {
	.ritini-attractions { grid-template-columns: repeat(2, 1fr); }
	.ritini-attractions a,
	.ritini-attractions a:nth-child(4),
	.ritini-attractions a:nth-child(5) { grid-column: auto; }
}
@media (max-width: 575px) {
	.ritini-attractions { grid-template-columns: 1fr; }
}

/* =============================================================
 * ACTIVITIES — 5 feature boxes με icon + τίτλος + κείμενο
 * ============================================================= */
.ritini-activities {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
}
.ritini-activity {
	text-align: center;
	padding: 20px 10px;
	border-radius: 8px;
	transition: transform .3s ease, box-shadow .3s ease;
}
.ritini-activity:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(79, 32, 13, 0.12);
}
.ritini-activity img {
	width: 64px;
	height: 64px;
	margin: 0 auto 18px;
	display: block;
}
.ritini-activity h3 {
	color: var(--ritini-brown);
	font-size: 16px;
	margin: 0 0 12px;
	line-height: 1.35;
}
.ritini-activity p {
	font-size: 14px;
	color: var(--ritini-gray);
	line-height: 1.55;
	margin: 0;
}
@media (max-width: 1199px) {
	.ritini-activities { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
	.ritini-activities { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 400px) {
	.ritini-activities { grid-template-columns: 1fr; }
}

/* =============================================================
 * STATS BAR — 4 μετρητές σε σκοτεινό parallax BG
 * ============================================================= */
.ritini-stats {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	padding: 100px 20px;
}
.ritini-stats::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(9, 9, 9, 0.6);
	z-index: 0;
}
.ritini-stats-inner {
	position: relative;
	z-index: 1;
	max-width: 1320px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	text-align: center;
	color: #fff;
}
.ritini-stat img {
	max-width: 220px;
	height: auto;
	margin: 0 auto 16px;
	display: block;
	filter: brightness(0) invert(1);
	opacity: 0.95;
}
.ritini-stat .stat-num {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 6px;
}
.ritini-stat .stat-label {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.5px;
}
@media (max-width: 991px) {
	.ritini-stats-inner { grid-template-columns: repeat(2, 1fr); }
	.ritini-stats { background-attachment: scroll; padding: 60px 20px; }
}

/* =============================================================
 * CONGRESS / HIGHLIGHT SECTION
 * ============================================================= */
.ritini-highlight {
	background: #fff;
	padding: 27px 20px 40px;
}
.ritini-highlight-inner {
	max-width: 1320px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}
.ritini-highlight h2 {
	color: var(--ritini-brown);
	margin: 0 0 20px;
	font-size: clamp(24px, 3vw, 30px);
}
.ritini-highlight .highlight-bold {
	font-weight: 700;
	margin: 10px 0;
}
.ritini-highlight img {
	max-width: 100%;
	height: auto;
	border-radius: 3px;
	display: block;
}
.ritini-highlight ul {
	padding-left: 20px;
	margin: 12px 0;
}
.ritini-highlight ul li {
	margin-bottom: 10px;
	line-height: 1.55;
}
.ritini-highlight .btn-dark {
	display: inline-block;
	background: var(--ritini-brown);
	color: #fff;
	padding: 12px 28px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-decoration: none;
	border-radius: 3px;
	margin-top: 16px;
	transition: background .25s ease;
}
.ritini-highlight .btn-dark:hover {
	background: #3a170a;
}
@media (max-width: 991px) {
	.ritini-highlight-inner { grid-template-columns: 1fr; }
}

/* =============================================================
 * PAGE TITLE BAR — sage green, για inner pages
 * ============================================================= */
.ritini-page-title-bar {
	background: var(--ritini-sage);
	padding: 60px 20px;
	text-align: center;
}
.ritini-page-title-bar h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 4vw, 44px);
	text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

/* =============================================================
 * ARTICLE / CONTENT PAGES (To xorio mas)
 * ============================================================= */
.ritini-article {
	max-width: 980px;
	margin: 0 auto;
	padding: 50px 20px;
}
.ritini-article p {
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 18px;
	color: var(--ritini-gray);
}
.ritini-article h2 {
	color: var(--ritini-brown);
	font-size: 28px;
	margin: 40px 0 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--ritini-gold);
	display: inline-block;
}
.ritini-article h3 {
	color: var(--ritini-brown);
	font-size: 22px;
	margin: 30px 0 14px;
}
.ritini-article img.article-main {
	width: 100%;
	height: auto;
	border-radius: 4px;
	margin: 20px 0 30px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.ritini-article blockquote {
	border-left: 4px solid var(--ritini-gold);
	padding: 10px 20px;
	margin: 20px 0;
	font-style: italic;
	background: var(--ritini-soft);
	color: var(--ritini-brown);
}
.ritini-article .figure-pair {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 30px 0;
}
.ritini-article .figure-pair figure { margin: 0; }
.ritini-article .figure-pair img { width: 100%; height: auto; border-radius: 4px; }
.ritini-article .figure-pair figcaption {
	font-size: 14px;
	color: var(--ritini-brown);
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.ritini-article .figure-pair { grid-template-columns: 1fr; }
}

/* =============================================================
 * GALLERY — 4 στήλες με lightbox hover
 * ============================================================= */
.ritini-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin: 30px 0;
}
.ritini-gallery a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 4px;
	aspect-ratio: 1 / 1;
}
.ritini-gallery a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s ease;
}
.ritini-gallery a:hover img {
	transform: scale(1.08);
}
.ritini-gallery a::after {
	content: "🔍";
	position: absolute;
	inset: 0;
	background: rgba(79, 32, 13, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 30px;
	opacity: 0;
	transition: opacity .3s ease;
}
.ritini-gallery a:hover::after { opacity: 1; }
@media (max-width: 991px) { .ritini-gallery { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 575px) { .ritini-gallery { grid-template-columns: repeat(2, 1fr); } }

/* Lightbox overlay */
.ritini-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.9);
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 40px;
	cursor: pointer;
}
.ritini-lightbox.open { display: flex; }
.ritini-lightbox img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}
.ritini-lightbox .close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	background: none;
	border: none;
}

/* =============================================================
 * FOOTER
 * ============================================================= */
.ritini-footer {
	background: var(--ritini-brown);
	color: #fff;
	padding: 30px 20px;
	text-align: center;
	font-size: 14px;
}
.ritini-footer a { color: var(--ritini-gold); text-decoration: none; }
.ritini-footer a:hover { color: #fff; }

/* =============================================================
 * MISC: Bootstrap-like container util (for patterns)
 * ============================================================= */
.ritini-container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
}

/* =============================================================
 * V2 — TOURISM-FIRST styles
 * ============================================================= */
.v2-hero {
	position: relative;
	min-height: 80vh;
	display: flex;
	align-items: flex-end;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
	padding: 0 0 80px;
}
.v2-hero::before {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.75) 100%);
}
.v2-hero-inner {
	position: relative; z-index: 1;
	max-width: 1320px; margin: 0 auto; width: 100%;
	padding: 0 30px;
}
.v2-hero .eyebrow {
	color: var(--ritini-gold);
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px; font-weight: 700;
	letter-spacing: 3px; text-transform: uppercase;
	margin: 0 0 16px;
}
.v2-hero h1 {
	color: #fff;
	font-size: clamp(40px, 6vw, 80px);
	line-height: 1; margin: 0 0 20px;
	font-weight: 800;
}
.v2-hero .lead {
	color: #fff; font-size: 20px;
	max-width: 640px; line-height: 1.6; margin: 0 0 32px;
}
.v2-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.v2-btn {
	display: inline-block;
	padding: 14px 28px; border-radius: 3px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700; text-transform: uppercase;
	letter-spacing: 0.5px; font-size: 13px;
	text-decoration: none; transition: all .25s;
}
.v2-btn--primary { background: var(--ritini-gold); color: #fff; }
.v2-btn--primary:hover { background: #c9890f; transform: translateY(-2px); }
.v2-btn--ghost { background: transparent; color: #fff; border: 2px solid #fff; padding: 12px 26px; }
.v2-btn--ghost:hover { background: #fff; color: var(--ritini-brown); }
@media (max-width: 767px) {
	.v2-hero { min-height: 70vh; background-attachment: scroll; }
}

.v2-quick-facts {
	background: var(--ritini-brown);
	color: #fff;
	padding: 40px 30px;
}
.v2-quick-facts-inner {
	max-width: 1320px; margin: 0 auto;
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px;
	text-align: center;
}
.v2-quick-facts .fact { border-right: 1px solid rgba(255,255,255,0.15); padding: 10px; }
.v2-quick-facts .fact:last-child { border-right: none; }
.v2-quick-facts .fact-num {
	font-family: 'Noto Sans', sans-serif;
	font-size: 40px; font-weight: 800;
	color: var(--ritini-gold);
	margin: 0 0 6px; line-height: 1;
}
.v2-quick-facts .fact-label {
	font-size: 13px; letter-spacing: 1px;
	text-transform: uppercase; margin: 0;
}
@media (max-width: 767px) {
	.v2-quick-facts-inner { grid-template-columns: repeat(2, 1fr); gap: 20px; }
	.v2-quick-facts .fact:nth-child(2) { border-right: none; }
}

.v2-discover {
	padding: 100px 30px;
	background: #fff;
}
.v2-discover-inner { max-width: 1320px; margin: 0 auto; }
.v2-section-head { text-align: center; max-width: 700px; margin: 0 auto 70px; }
.v2-section-head .eyebrow {
	color: var(--ritini-gold);
	font-size: 13px; font-weight: 700;
	letter-spacing: 3px; text-transform: uppercase;
	margin: 0 0 12px;
}
.v2-section-head h2 {
	font-size: clamp(32px, 4vw, 48px);
	color: var(--ritini-brown);
	margin: 0 0 20px;
}
.v2-section-head p {
	font-size: 17px; line-height: 1.7; color: var(--ritini-gray);
	margin: 0;
}

.v2-discover-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.v2-card {
	background: #fff;
	border-radius: 8px; overflow: hidden;
	box-shadow: 0 6px 24px rgba(79, 32, 13, 0.08);
	transition: transform .3s, box-shadow .3s;
	display: flex; flex-direction: column;
}
.v2-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 14px 40px rgba(79, 32, 13, 0.18);
}
.v2-card-img {
	aspect-ratio: 16 / 10;
	background-size: cover;
	background-position: center;
}
.v2-card-body { padding: 24px; flex: 1; }
.v2-card-cat {
	font-size: 11px; letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--ritini-gold); font-weight: 700;
	margin: 0 0 10px;
}
.v2-card h3 {
	color: var(--ritini-brown);
	font-size: 20px; margin: 0 0 10px; line-height: 1.3;
}
.v2-card p { font-size: 14px; line-height: 1.6; margin: 0; color: var(--ritini-gray); }
@media (max-width: 991px) { .v2-discover-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .v2-discover-grid { grid-template-columns: 1fr; } }

.v2-experiences {
	background: var(--ritini-soft);
	padding: 100px 30px;
}
.v2-experiences-inner { max-width: 1320px; margin: 0 auto; }
.v2-exp-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.v2-exp {
	position: relative;
	aspect-ratio: 3 / 4;
	border-radius: 8px; overflow: hidden;
	background-size: cover; background-position: center;
}
.v2-exp::before {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(79,32,13,0.9) 100%);
}
.v2-exp-label {
	position: absolute; bottom: 24px; left: 24px; right: 24px;
	z-index: 1;
	color: #fff;
}
.v2-exp-label h4 {
	color: #fff; font-size: 18px; margin: 0 0 4px;
}
.v2-exp-label span {
	font-size: 12px; letter-spacing: 1px;
	text-transform: uppercase; opacity: 0.85;
}
@media (max-width: 991px) { .v2-exp-grid { grid-template-columns: repeat(2, 1fr); } }

.v2-cta-banner {
	position: relative;
	padding: 120px 30px;
	background-size: cover; background-position: center;
	background-attachment: fixed;
	text-align: center; color: #fff;
}
.v2-cta-banner::before {
	content: ""; position: absolute; inset: 0;
	background: rgba(79, 32, 13, 0.75);
}
.v2-cta-banner > * { position: relative; z-index: 1; }
.v2-cta-banner h2 {
	color: #fff; font-size: clamp(28px, 4vw, 42px);
	max-width: 800px; margin: 0 auto 20px;
}
.v2-cta-banner p {
	font-size: 18px; max-width: 640px; margin: 0 auto 32px;
	line-height: 1.6;
}
@media (max-width: 767px) { .v2-cta-banner { background-attachment: scroll; padding: 80px 30px; } }

/* =============================================================
 * V3 — HERITAGE & HISTORY (σκούρο, κινηματογραφικό)
 * ============================================================= */
.v3-wrap { background: #1a0e07; color: #d9c9b8; }
.v3-hero {
	position: relative;
	min-height: 100vh;
	background-size: cover; background-position: center;
	background-attachment: fixed;
	display: flex; align-items: center; justify-content: center;
	text-align: center; padding: 40px;
	color: #fff;
}
.v3-hero::before {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(135deg, rgba(26,14,7,0.85) 0%, rgba(79,32,13,0.7) 100%);
}
.v3-hero-inner { position: relative; z-index: 1; max-width: 900px; }
.v3-hero .era {
	color: var(--ritini-gold);
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px; letter-spacing: 8px;
	text-transform: uppercase; margin: 0 0 30px;
}
.v3-hero h1 {
	color: #fff;
	font-size: clamp(40px, 7vw, 88px);
	line-height: 1.05;
	margin: 0 0 30px;
	font-weight: 800;
}
.v3-hero h1 em {
	color: var(--ritini-gold); font-style: normal;
}
.v3-hero .tagline {
	font-size: 19px; line-height: 1.7;
	opacity: 0.92; max-width: 700px; margin: 0 auto;
}
.v3-hero-scroll {
	position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
	color: #fff; font-size: 12px; letter-spacing: 3px;
	text-transform: uppercase;
	z-index: 1;
}
.v3-hero-scroll::after {
	content: ""; display: block; width: 1px; height: 50px;
	background: var(--ritini-gold); margin: 15px auto 0;
}
@media (max-width: 767px) { .v3-hero { background-attachment: scroll; min-height: 85vh; } }

.v3-intro {
	padding: 120px 30px; background: #1a0e07;
}
.v3-intro-inner {
	max-width: 900px; margin: 0 auto; text-align: center;
}
.v3-intro .ornament {
	color: var(--ritini-gold); font-size: 28px; letter-spacing: 20px;
	margin: 0 0 30px; line-height: 1;
}
.v3-intro h2 {
	color: #fff;
	font-size: clamp(30px, 4vw, 44px);
	margin: 0 0 30px; font-weight: 700;
}
.v3-intro p {
	font-size: 18px; line-height: 1.9; color: #d9c9b8;
	margin: 0 0 20px;
}

.v3-timeline {
	padding: 100px 30px;
	background: linear-gradient(180deg, #1a0e07 0%, #2a1810 100%);
}
.v3-timeline-inner { max-width: 900px; margin: 0 auto; }
.v3-timeline h2 {
	color: #fff; text-align: center;
	font-size: clamp(28px, 4vw, 40px); margin: 0 0 60px;
}
.v3-tl-item {
	position: relative;
	padding: 30px 0 30px 80px;
	border-left: 2px solid rgba(228, 157, 20, 0.3);
	margin-left: 30px;
}
.v3-tl-item::before {
	content: ""; position: absolute;
	left: -7px; top: 40px;
	width: 12px; height: 12px; border-radius: 50%;
	background: var(--ritini-gold);
	box-shadow: 0 0 0 4px rgba(228, 157, 20, 0.2);
}
.v3-tl-year {
	color: var(--ritini-gold);
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px; letter-spacing: 3px;
	text-transform: uppercase; margin: 0 0 8px;
	font-weight: 700;
}
.v3-tl-item h3 {
	color: #fff; font-size: 24px;
	margin: 0 0 12px;
}
.v3-tl-item p {
	color: #d9c9b8; line-height: 1.7; margin: 0;
	font-size: 15px;
}

.v3-findings {
	padding: 100px 30px;
	background: #2a1810;
}
.v3-findings-inner { max-width: 1320px; margin: 0 auto; }
.v3-findings h2 {
	color: #fff; text-align: center;
	font-size: clamp(28px, 4vw, 40px); margin: 0 0 20px;
}
.v3-findings .subtitle {
	text-align: center; color: var(--ritini-gold);
	font-size: 14px; letter-spacing: 4px;
	text-transform: uppercase; margin: 0 0 60px;
}
.v3-find-grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;
}
.v3-find {
	background: rgba(0,0,0,0.25);
	border: 1px solid rgba(228, 157, 20, 0.2);
	padding: 40px 30px;
	position: relative;
}
.v3-find-era {
	color: var(--ritini-gold);
	font-size: 13px; letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 12px; font-weight: 700;
}
.v3-find h4 {
	color: #fff; font-size: 22px; margin: 0 0 16px;
	line-height: 1.3;
}
.v3-find p { color: #d9c9b8; line-height: 1.7; font-size: 14px; margin: 0; }
@media (max-width: 991px) { .v3-find-grid { grid-template-columns: 1fr; } }

.v3-quote-block {
	padding: 100px 30px;
	background-size: cover; background-position: center;
	background-attachment: fixed;
	position: relative;
	text-align: center;
}
.v3-quote-block::before {
	content: ""; position: absolute; inset: 0;
	background: rgba(26, 14, 7, 0.88);
}
.v3-quote-block > * { position: relative; z-index: 1; }
.v3-quote-block blockquote {
	max-width: 800px; margin: 0 auto; border: none; padding: 0;
	background: transparent;
	color: #fff; font-size: clamp(22px, 3vw, 32px);
	line-height: 1.5; font-style: italic; font-weight: 300;
}
.v3-quote-block cite {
	display: block; margin-top: 30px;
	color: var(--ritini-gold);
	font-style: normal; font-size: 14px;
	letter-spacing: 3px; text-transform: uppercase;
}
@media (max-width: 767px) { .v3-quote-block { background-attachment: scroll; } }

/* =============================================================
 * V4 — Χ.Α.Ο.Σ. ΠΟΛΙΤΙΣΤΙΚΟΣ
 * ============================================================= */
.v4-hero {
	background: linear-gradient(135deg, var(--ritini-brown) 0%, #2a1208 100%);
	padding: 100px 30px;
	position: relative;
	overflow: hidden;
}
.v4-hero-inner {
	max-width: 1320px; margin: 0 auto;
	display: grid; grid-template-columns: 1fr 1fr;
	gap: 60px; align-items: center;
	position: relative; z-index: 1;
}
.v4-hero .chaos-badge {
	display: inline-block;
	background: var(--ritini-gold); color: var(--ritini-brown);
	padding: 6px 14px; font-size: 12px;
	font-weight: 700; letter-spacing: 2px;
	text-transform: uppercase; border-radius: 3px;
	margin: 0 0 24px;
}
.v4-hero h1 {
	color: #fff;
	font-size: clamp(34px, 5vw, 56px);
	line-height: 1.15; margin: 0 0 24px;
	font-weight: 700;
}
.v4-hero .lead {
	color: #e8d9c8;
	font-size: 18px; line-height: 1.7;
	margin: 0 0 32px;
}
.v4-hero-img {
	border-radius: 8px; overflow: hidden;
	box-shadow: 0 20px 60px rgba(0,0,0,0.5);
	aspect-ratio: 4 / 5;
	background-size: cover; background-position: center;
}
@media (max-width: 991px) {
	.v4-hero-inner { grid-template-columns: 1fr; }
	.v4-hero-img { aspect-ratio: 16 / 10; }
}

.v4-mission {
	padding: 100px 30px; background: #fff;
}
.v4-mission-inner { max-width: 1000px; margin: 0 auto; text-align: center; }
.v4-mission h2 {
	color: var(--ritini-brown);
	font-size: clamp(28px, 4vw, 40px);
	margin: 0 0 30px;
}
.v4-mission .mission-text {
	font-size: 19px; line-height: 1.8;
	color: var(--ritini-gray);
	margin: 0 0 40px;
}
.v4-pillars {
	display: grid; grid-template-columns: repeat(3, 1fr);
	gap: 40px; margin-top: 60px;
}
.v4-pillar {
	padding: 30px 20px;
	border-top: 3px solid var(--ritini-gold);
}
.v4-pillar-num {
	color: var(--ritini-gold);
	font-family: 'Noto Sans', sans-serif;
	font-size: 48px; font-weight: 800;
	line-height: 1; margin: 0 0 16px;
}
.v4-pillar h3 {
	color: var(--ritini-brown);
	font-size: 20px; margin: 0 0 12px;
}
.v4-pillar p { font-size: 14px; line-height: 1.65; color: var(--ritini-gray); margin: 0; }
@media (max-width: 767px) { .v4-pillars { grid-template-columns: 1fr; gap: 30px; } }

.v4-drasis {
	padding: 100px 30px;
	background: var(--ritini-soft);
}
.v4-drasis-inner { max-width: 1320px; margin: 0 auto; }
.v4-drasis-head {
	text-align: center; max-width: 700px; margin: 0 auto 60px;
}
.v4-drasis-head .eyebrow {
	color: var(--ritini-gold);
	letter-spacing: 4px; text-transform: uppercase;
	font-size: 13px; margin: 0 0 14px; font-weight: 700;
}
.v4-drasis-head h2 {
	color: var(--ritini-brown);
	font-size: clamp(28px, 4vw, 40px); margin: 0 0 16px;
}
.v4-drasis-grid {
	display: grid; grid-template-columns: 1fr 1fr; gap: 30px;
}
.v4-event {
	background: #fff;
	border-radius: 8px; overflow: hidden;
	display: grid; grid-template-columns: 180px 1fr;
	box-shadow: 0 4px 16px rgba(79, 32, 13, 0.08);
	transition: transform .3s;
}
.v4-event:hover { transform: translateY(-4px); }
.v4-event-img {
	background-size: cover; background-position: center;
}
.v4-event-body { padding: 26px; }
.v4-event-date {
	display: inline-block;
	background: var(--ritini-brown); color: var(--ritini-gold);
	padding: 4px 10px; font-size: 11px; font-weight: 700;
	letter-spacing: 1.5px; text-transform: uppercase;
	border-radius: 3px; margin: 0 0 12px;
}
.v4-event h3 {
	color: var(--ritini-brown); font-size: 20px;
	margin: 0 0 10px; line-height: 1.3;
}
.v4-event p { font-size: 14px; line-height: 1.6; margin: 0; color: var(--ritini-gray); }
@media (max-width: 991px) { .v4-drasis-grid { grid-template-columns: 1fr; } }
@media (max-width: 575px) { .v4-event { grid-template-columns: 1fr; } .v4-event-img { aspect-ratio: 16 / 9; } }

.v4-muses-banner {
	padding: 120px 30px;
	background-size: cover; background-position: center;
	background-attachment: fixed;
	position: relative; color: #fff;
}
.v4-muses-banner::before {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(90deg, rgba(79,32,13,0.95) 0%, rgba(79,32,13,0.3) 100%);
}
.v4-muses-banner > div {
	position: relative; z-index: 1;
	max-width: 700px; margin: 0;
}
.v4-muses-banner .pill {
	display: inline-block;
	background: var(--ritini-gold); color: var(--ritini-brown);
	padding: 6px 14px; font-size: 11px; font-weight: 700;
	letter-spacing: 2px; text-transform: uppercase;
	border-radius: 20px; margin: 0 0 20px;
}
.v4-muses-banner h2 {
	color: #fff; font-size: clamp(28px, 4vw, 44px);
	margin: 0 0 20px; line-height: 1.15;
}
.v4-muses-banner p {
	color: #e8d9c8; font-size: 18px;
	line-height: 1.7; margin: 0 0 28px;
}
@media (max-width: 767px) { .v4-muses-banner { background-attachment: scroll; padding: 80px 30px; } }

/* =============================================================
 * V5 — NATURE & HIKING (magazine outdoor)
 * ============================================================= */
.v5-hero {
	position: relative; min-height: 100vh;
	background-size: cover; background-position: center;
	display: flex; align-items: center;
	color: #fff;
}
.v5-hero::before {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.1) 60%);
}
.v5-hero-inner {
	position: relative; z-index: 1;
	max-width: 1320px; margin: 0 auto; padding: 0 40px;
	width: 100%;
}
.v5-hero .bar {
	display: inline-block; width: 60px; height: 4px;
	background: var(--ritini-gold); margin: 0 0 24px;
}
.v5-hero h1 {
	color: #fff; font-size: clamp(42px, 7vw, 96px);
	line-height: 0.95; margin: 0 0 28px;
	font-weight: 800; max-width: 900px;
	letter-spacing: -1px;
}
.v5-hero h1 em {
	font-style: italic; font-weight: 300;
	font-family: 'Roboto', serif;
	color: var(--ritini-gold);
}
.v5-hero .lead {
	font-size: 19px; max-width: 520px;
	line-height: 1.7; margin: 0 0 40px;
	color: #fff;
}
.v5-hero-meta {
	display: flex; gap: 40px; flex-wrap: wrap;
	padding-top: 30px;
	border-top: 1px solid rgba(255,255,255,0.2);
	max-width: 520px;
}
.v5-hero-meta div { color: #fff; }
.v5-hero-meta .val {
	font-size: 24px; font-weight: 700;
	color: var(--ritini-gold);
	margin: 0 0 2px;
	font-family: 'Noto Sans', sans-serif;
}
.v5-hero-meta .lbl {
	font-size: 11px; letter-spacing: 2px;
	text-transform: uppercase; opacity: 0.85;
}

.v5-editorial {
	padding: 120px 30px; background: #fff;
}
.v5-editorial-inner {
	max-width: 1200px; margin: 0 auto;
	display: grid; grid-template-columns: 1fr 2fr; gap: 60px;
	align-items: start;
}
.v5-editorial-left .section-num {
	color: var(--ritini-gold);
	font-size: 80px; line-height: 1;
	font-weight: 800; margin: 0 0 12px;
	font-family: 'Noto Sans', sans-serif;
}
.v5-editorial-left h2 {
	color: var(--ritini-brown);
	font-size: clamp(28px, 4vw, 42px);
	margin: 0 0 12px; line-height: 1.15;
}
.v5-editorial-left .kicker {
	font-size: 14px; letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--ritini-gray);
	font-weight: 700;
}
.v5-editorial-right p {
	font-size: 17px; line-height: 1.85;
	color: var(--ritini-gray); margin: 0 0 20px;
}
.v5-editorial-right p:first-child::first-letter {
	font-size: 4em; font-weight: 700;
	float: left; line-height: 0.9; margin: 4px 10px 0 0;
	color: var(--ritini-brown);
	font-family: 'Noto Sans', sans-serif;
}
@media (max-width: 991px) { .v5-editorial-inner { grid-template-columns: 1fr; gap: 30px; } }

.v5-trails {
	padding: 100px 30px;
	background: #f5f0e8;
}
.v5-trails-inner { max-width: 1320px; margin: 0 auto; }
.v5-trails-head { margin-bottom: 60px; }
.v5-trails-head h2 {
	color: var(--ritini-brown);
	font-size: clamp(28px, 4vw, 48px); margin: 0 0 10px;
}
.v5-trails-head p {
	font-size: 17px; max-width: 600px;
	color: var(--ritini-gray); line-height: 1.6; margin: 0;
}
.v5-trails-grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;
}
.v5-trail {
	background: #fff; overflow: hidden; border-radius: 6px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.06);
	transition: transform .3s, box-shadow .3s;
}
.v5-trail:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,0.12); }
.v5-trail-img {
	aspect-ratio: 4 / 3;
	background-size: cover; background-position: center;
}
.v5-trail-body { padding: 24px; }
.v5-trail-diff {
	display: inline-block; padding: 3px 10px;
	font-size: 10px; letter-spacing: 1.5px;
	text-transform: uppercase; font-weight: 700;
	border-radius: 3px; margin: 0 0 14px;
}
.v5-trail-diff.easy { background: #e8f3dc; color: #486e30; }
.v5-trail-diff.medium { background: #fdebc8; color: #8a5d08; }
.v5-trail-diff.hard { background: #f5d9d9; color: #8b2323; }
.v5-trail h3 {
	color: var(--ritini-brown); font-size: 20px;
	margin: 0 0 10px; line-height: 1.3;
}
.v5-trail p { font-size: 14px; line-height: 1.6; margin: 0 0 16px; color: var(--ritini-gray); }
.v5-trail-stats {
	display: flex; gap: 20px; padding-top: 16px;
	border-top: 1px solid #eee;
	font-size: 12px; color: var(--ritini-gray);
}
.v5-trail-stats span strong { color: var(--ritini-brown); display: block; font-size: 15px; }
@media (max-width: 991px) { .v5-trails-grid { grid-template-columns: 1fr; } }

.v5-split {
	display: grid; grid-template-columns: 1fr 1fr;
	min-height: 500px;
}
.v5-split-img {
	background-size: cover; background-position: center;
}
.v5-split-text {
	padding: 80px 60px;
	display: flex; flex-direction: column; justify-content: center;
}
.v5-split-text.dark { background: var(--ritini-brown); color: #fff; }
.v5-split-text.light { background: #fff; color: var(--ritini-gray); }
.v5-split-text .eyebrow {
	color: var(--ritini-gold);
	font-size: 12px; letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 700; margin: 0 0 20px;
}
.v5-split-text h2 {
	font-size: clamp(28px, 3.5vw, 42px);
	margin: 0 0 24px; line-height: 1.2;
}
.v5-split-text.dark h2 { color: #fff; }
.v5-split-text.light h2 { color: var(--ritini-brown); }
.v5-split-text p {
	font-size: 17px; line-height: 1.75; margin: 0 0 18px;
}
.v5-split-text.dark p { color: #e8d9c8; }
@media (max-width: 991px) {
	.v5-split { grid-template-columns: 1fr; }
	.v5-split-img { aspect-ratio: 16 / 9; }
	.v5-split-text { padding: 60px 30px; }
}

/* =============================================================
 * V6 — COMMUNITY & VOLUNTEER (human focus)
 * ============================================================= */
.v6-hero {
	padding: 80px 30px 100px;
	background: #fff;
	position: relative;
}
.v6-hero-inner {
	max-width: 1320px; margin: 0 auto;
	display: grid; grid-template-columns: 1.1fr 1fr;
	gap: 80px; align-items: center;
}
.v6-hero .tag {
	color: var(--ritini-sage);
	font-size: 13px; letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 700; margin: 0 0 20px;
}
.v6-hero h1 {
	color: var(--ritini-brown);
	font-size: clamp(36px, 5.5vw, 68px);
	line-height: 1.05; margin: 0 0 24px;
	font-weight: 700;
}
.v6-hero h1 em {
	font-style: italic; color: var(--ritini-gold);
}
.v6-hero .lead {
	font-size: 19px; line-height: 1.75;
	color: var(--ritini-gray); margin: 0 0 40px;
}
.v6-hero-img {
	position: relative;
	aspect-ratio: 4 / 5;
	background-size: cover; background-position: center;
	border-radius: 0;
}
.v6-hero-img::after {
	content: ""; position: absolute;
	right: -30px; bottom: -30px;
	width: 60%; height: 50%;
	border: 8px solid var(--ritini-gold);
	z-index: -1;
}
.v6-hero-sig {
	display: flex; align-items: center; gap: 16px;
	padding-top: 30px; border-top: 1px solid #eee;
}
.v6-hero-sig-text {
	font-size: 14px; line-height: 1.5; color: var(--ritini-gray);
}
.v6-hero-sig-text strong { color: var(--ritini-brown); display: block; margin-bottom: 2px; }
@media (max-width: 991px) {
	.v6-hero-inner { grid-template-columns: 1fr; gap: 40px; }
	.v6-hero-img::after { display: none; }
}

.v6-numbers {
	background: var(--ritini-sage);
	padding: 60px 30px;
	color: #fff;
}
.v6-numbers-inner {
	max-width: 1200px; margin: 0 auto;
	display: grid; grid-template-columns: auto repeat(3, 1fr);
	gap: 40px; align-items: center;
}
.v6-numbers-lead {
	font-family: 'Noto Sans', sans-serif;
	font-size: 22px; font-weight: 700;
	line-height: 1.3;
	padding-right: 40px;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.v6-num-item { text-align: center; }
.v6-num-item .n {
	font-size: 44px; font-weight: 800;
	line-height: 1; margin: 0 0 6px;
	color: #fff;
	font-family: 'Noto Sans', sans-serif;
}
.v6-num-item .l {
	font-size: 13px; letter-spacing: 1.5px;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.v6-numbers-inner { grid-template-columns: 1fr; text-align: center; }
	.v6-numbers-lead { padding-right: 0; border-right: none; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.3); }
}

.v6-story {
	padding: 100px 30px; background: #fff;
}
.v6-story-inner { max-width: 1320px; margin: 0 auto; }
.v6-story-head { text-align: center; max-width: 700px; margin: 0 auto 60px; }
.v6-story-head h2 {
	color: var(--ritini-brown);
	font-size: clamp(28px, 4vw, 42px);
	margin: 0 0 20px;
}
.v6-story-head p {
	font-size: 17px; line-height: 1.75; margin: 0;
	color: var(--ritini-gray);
}
.v6-story-grid {
	display: grid; grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}
.v6-chapter-img {
	aspect-ratio: 1; background-size: cover; background-position: center;
	margin: 0 0 24px;
}
.v6-chapter .ch-num {
	color: var(--ritini-gold);
	font-size: 13px; letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 700; margin: 0 0 10px;
}
.v6-chapter h3 {
	color: var(--ritini-brown);
	font-size: 22px; margin: 0 0 14px;
}
.v6-chapter p {
	font-size: 15px; line-height: 1.7; margin: 0;
	color: var(--ritini-gray);
}
@media (max-width: 991px) { .v6-story-grid { grid-template-columns: 1fr; } }

.v6-volunteer {
	padding: 100px 30px;
	background: var(--ritini-brown);
	color: #fff;
}
.v6-volunteer-inner {
	max-width: 1200px; margin: 0 auto;
	display: grid; grid-template-columns: 1fr 1fr;
	gap: 60px; align-items: center;
}
.v6-volunteer .eyebrow {
	color: var(--ritini-gold);
	letter-spacing: 4px; text-transform: uppercase;
	font-size: 13px; font-weight: 700; margin: 0 0 20px;
}
.v6-volunteer h2 {
	color: #fff;
	font-size: clamp(30px, 4vw, 46px);
	margin: 0 0 24px; line-height: 1.15;
}
.v6-volunteer p {
	color: #e8d9c8; font-size: 17px;
	line-height: 1.75; margin: 0 0 20px;
}
.v6-volunteer-img {
	aspect-ratio: 5 / 4;
	background-size: cover; background-position: center;
	border-radius: 4px;
}
.v6-vol-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
@media (max-width: 991px) { .v6-volunteer-inner { grid-template-columns: 1fr; } }

.v6-return {
	padding: 80px 30px; background: var(--ritini-soft);
	text-align: center;
}
.v6-return-inner { max-width: 800px; margin: 0 auto; }
.v6-return h2 {
	color: var(--ritini-brown);
	font-size: clamp(26px, 3.5vw, 38px);
	font-style: italic; line-height: 1.35;
	margin: 0 0 30px; font-weight: 400;
}
.v6-return .signature {
	color: var(--ritini-gold);
	font-size: 13px; letter-spacing: 4px;
	text-transform: uppercase; font-weight: 700;
}

/* =============================================================
 * FINAL OVERRIDES — ULTRA HIGH SPECIFICITY
 * Πρέπει να είναι στο τέλος του αρχείου για να νικά τα προηγούμενα.
 * Στόχος: (1) μηδενισμός κενών μεταξύ sections,
 *         (2) σωστή εμφάνιση activity icons,
 *         (3) σωστή εμφάνιση stats icons.
 * ============================================================= */

/* --- (1) ΜΗΔΕΝΙΣΜΟΣ ΚΕΝΩΝ σε ΟΛΟ το site --- */
/* TwentyTwentyFive/WP6 δίνει root padding στο .wp-site-blocks και
 * block-gap ανάμεσα σε direct children (header, main, footer).
 * Επίσης βάζει block-gap μέσα σε κάθε wp-block-group. */

/* 1a. Root wrapper: χωρίς padding, χωρίς gap ανάμεσα σε header/main/footer */
body .wp-site-blocks {
	padding: 0 !important;
	--wp--style--root--padding-top: 0 !important;
	--wp--style--root--padding-bottom: 0 !important;
	--wp--style--root--padding-left: 0 !important;
	--wp--style--root--padding-right: 0 !important;
	--wp--style--block-gap: 0 !important;
}
body .wp-site-blocks > * + * { margin-block-start: 0 !important; }

/* 1b. Header: χωρίς εσωτερικά gaps ανάμεσα σε topbar & main-header */
body header.ritini-site-header,
body .ritini-site-header {
	--wp--style--block-gap: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
body .ritini-site-header > * + * { margin-block-start: 0 !important; }

/* 1c. Main και direct children μηδενίζονται */
body main.wp-block-group,
body > .wp-site-blocks > main {
	--wp--style--block-gap: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
body main.wp-block-group > *,
body .wp-site-blocks > main > * {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
/* Raw HTML blocks + inline sections */
body main .wp-block-html { margin: 0 !important; }
body main .wp-block-html > section { margin: 0 !important; }

/* Κάθε πρώτο κολλάει πάνω, κάθε τελευταίο κολλάει κάτω */
body main > *:first-child { margin-top: 0 !important; }
body main > *:last-child { margin-bottom: 0 !important; }

/* 1d. Footer επίσης κολλάει στο τελευταίο section */
body .wp-site-blocks > footer,
body footer.wp-block-template-part { margin-top: 0 !important; }

/* --- (2) ACTIVITY ICONS — 400×80 banners σε καρτέλα --- */
/* Ακυρώνουμε το 64×64 forced ratio και αφήνουμε τα banners να φανούν σωστά */
.ritini-section .ritini-activities .ritini-activity img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 70px !important;
	object-fit: contain !important;
	margin: 0 auto 18px !important;
	display: block !important;
}

/* --- (3) STATS ICONS — 400×80 banners σε σκούρο parallax BG --- */
/* Αφαιρούμε το brightness filter (τα icons είναι ήδη λευκά / contrast-ready)
 * και δίνουμε σωστά μεγάλες διαστάσεις για να διαβάζονται */
.ritini-stats .ritini-stats-inner .ritini-stat img {
	width: auto !important;
	max-width: 260px !important;
	height: auto !important;
	max-height: 64px !important;
	object-fit: contain !important;
	margin: 0 auto 18px !important;
	display: block !important;
	filter: none !important;
	opacity: 1 !important;
}

/* --- (4) STATIC MENU — πλήρης έλεγχος --- */
/* Το καθαρό static <nav> του ritini-nav δεν κληρονομεί τίποτα από το WP nav block */
.ritini-nav .ritini-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center;
}
.ritini-nav .ritini-nav-list li {
	margin: 0;
	padding: 0;
}
.ritini-nav .ritini-nav-list a {
	display: inline-block;
	color: #ffffff !important;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	padding: 8px 14px;
	transition: color .25s ease;
	background: transparent !important;
}
.ritini-nav .ritini-nav-list a:hover {
	color: #e49d14 !important;
}

/* Mobile: hamburger-less responsive — απλή στοίχιση σε γραμμές */
@media (max-width: 767px) {
	.ritini-nav .ritini-nav-list {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		width: 100%;
		margin-top: 10px;
	}
	.ritini-nav .ritini-nav-list a {
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid #eee;
		width: 100%;
	}
}


/* =========================================================================
 * ============= V7 & V8 — SUNSET PIERIA DEMOS =============================
 * Palette tokens, sidebar, modular blocks, storytelling scroll.
 * Scoped under .v7-page / .v8-page to avoid leaking into other templates.
 * ========================================================================= */

.v7-page, .v8-page {
	--sp-red:       #8A2E1F;
	--sp-red-dark:  #6A2216;
	--sp-ochre:     #C9822C;
	--sp-ochre-lt:  #E6B066;
	--sp-navy:      #1B2A3F;
	--sp-navy-dark: #0F1A2A;
	--sp-cream:     #F4EBDC;
	--sp-cream-dk:  #E8DCC5;
	--sp-ink:       #2E251E;
	--sp-ink-soft:  #5A4F42;
	--sp-line:      #D9C9A8;
}

.v7-page *, .v7-page *::before, .v7-page *::after,
.v8-page *, .v8-page *::before, .v8-page *::after { box-sizing: border-box; }

.v7-page .sr-only, .v8-page .sr-only {
	position: absolute; width: 1px; height: 1px;
	padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0);
	white-space: nowrap; border: 0;
}


/* =========================================================================
 * V7 — SUNSET MODULAR (left sidebar, modular cards)
 * ========================================================================= */

/* --- V7: Layout (sidebar + content) --- */
.v7-page {
	background: var(--sp-cream);
	color: var(--sp-ink);
	display: block;
	position: relative;
	min-height: 100vh;
}
.v7-page .v7-content {
	margin-left: 260px;
	background: var(--sp-cream);
}

/* --- V7 Sidebar --- */
.v7-sidebar {
	position: fixed;
	inset: 0 auto 0 0;
	width: 260px;
	background: var(--sp-navy);
	color: var(--sp-cream);
	display: flex;
	flex-direction: column;
	padding: 28px 22px 24px;
	z-index: 100;
	border-right: 1px solid rgba(201,130,44,.2);
}
.v7-sb-top { margin-bottom: 28px; }
.v7-sb-logo {
	display: flex; align-items: center; gap: 12px;
	text-decoration: none; color: var(--sp-cream);
}
.v7-sb-logo-mark {
	display: inline-flex; align-items: center; justify-content: center;
	width: 42px; height: 42px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800; font-size: 22px;
	color: var(--sp-navy);
	background: var(--sp-ochre);
	border-radius: 3px;
}
.v7-sb-logo-txt { display: flex; flex-direction: column; line-height: 1.1; }
.v7-sb-logo-txt strong {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700; font-size: 17px; color: var(--sp-cream);
}
.v7-sb-logo-txt em {
	font-style: normal; font-size: 11px;
	color: var(--sp-ochre-lt);
	text-transform: uppercase; letter-spacing: 2px;
	margin-top: 2px;
}

.v7-sb-nav { flex: 1; overflow-y: auto; }
.v7-sb-nav ul { list-style: none; margin: 0; padding: 0; }
.v7-sb-nav li { margin: 0; }
.v7-sb-nav a {
	display: block;
	padding: 11px 12px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: rgba(244,235,220,.78);
	text-decoration: none;
	border-left: 2px solid transparent;
	transition: color .2s, border-color .2s, background .2s;
}
.v7-sb-nav a:hover {
	color: var(--sp-ochre-lt);
	border-left-color: var(--sp-ochre);
	background: rgba(201,130,44,.06);
}
.v7-sb-nav li.is-active a {
	color: var(--sp-cream);
	border-left-color: var(--sp-red);
	font-weight: 700;
}

.v7-sb-bottom {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(244,235,220,.12);
}
.v7-sb-cta {
	display: block; text-align: center;
	background: var(--sp-red);
	color: var(--sp-cream) !important;
	padding: 12px 14px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700; font-size: 13px;
	text-transform: uppercase; letter-spacing: 1px;
	text-decoration: none;
	border-radius: 3px;
	margin-bottom: 14px;
	transition: background .2s;
}
.v7-sb-cta:hover { background: var(--sp-ochre); color: var(--sp-navy) !important; }
.v7-sb-contact {
	font-size: 12px;
	line-height: 1.7;
	color: rgba(244,235,220,.7);
	margin: 0 0 10px;
}
.v7-sb-contact a { color: var(--sp-ochre-lt); text-decoration: none; }
.v7-sb-contact a:hover { color: var(--sp-cream); }
.v7-sb-meta {
	font-size: 10px;
	color: rgba(244,235,220,.4);
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}
.v7-sb-toggle { display: none; }

/* --- V7 Block wrapper --- */
.v7-wrap { width: 100%; }
.v7-block {
	padding: 96px clamp(24px, 5vw, 72px);
	position: relative;
}

/* --- V7 Head typography --- */
.v7-head { max-width: 780px; margin: 0 auto 56px; text-align: left; }
.v7-head-compact { margin-bottom: 32px; }
.v7-num {
	display: inline-block;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800; font-size: 13px;
	color: var(--sp-red);
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.v7-num.light { color: var(--sp-ochre-lt); }
.v7-kicker {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
	font-weight: 700;
	color: var(--sp-ink-soft);
	margin: 0 0 18px;
}
.v7-kicker.light { color: var(--sp-cream-dk); }
.v7-head h2 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800;
	font-size: clamp(28px, 3.6vw, 44px);
	line-height: 1.12;
	color: var(--sp-navy);
	margin: 0 0 18px;
	letter-spacing: -0.5px;
}
.v7-lead {
	font-size: 17px;
	line-height: 1.6;
	color: var(--sp-ink-soft);
	max-width: 640px;
	margin: 0;
}

/* --- V7 Buttons --- */
.v7-btn {
	display: inline-block;
	padding: 14px 28px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	text-decoration: none;
	border-radius: 2px;
	transition: all .25s;
	border: 2px solid transparent;
}
.v7-btn-solid { background: var(--sp-red); color: var(--sp-cream); }
.v7-btn-solid:hover { background: var(--sp-ochre); color: var(--sp-navy); }
.v7-btn-ghost { background: transparent; color: var(--sp-cream); border-color: var(--sp-cream); }
.v7-btn-ghost:hover { background: var(--sp-cream); color: var(--sp-navy); }
.v7-btn-ghost-light { background: transparent; color: var(--sp-cream); border-color: rgba(244,235,220,.4); }
.v7-btn-ghost-light:hover { background: rgba(244,235,220,.1); border-color: var(--sp-cream); }
.v7-btn-outline { background: transparent; color: var(--sp-red); border-color: var(--sp-red); }
.v7-btn-outline:hover { background: var(--sp-red); color: var(--sp-cream); }

/* --- V7 HERO (01) --- */
.v7-hero {
	min-height: 92vh;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	color: var(--sp-cream);
	padding: 120px clamp(24px, 5vw, 72px);
}
.v7-hero-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(135deg, rgba(27,42,63,.82) 0%, rgba(138,46,31,.55) 100%);
}
.v7-hero-inner { position: relative; max-width: 780px; }
.v7-chip {
	display: inline-block;
	padding: 6px 14px;
	background: var(--sp-ochre);
	color: var(--sp-navy);
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700; font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 2px;
	margin-bottom: 28px;
}
.v7-hero h1 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800;
	font-size: clamp(40px, 6vw, 76px);
	line-height: 1.02;
	letter-spacing: -1.5px;
	color: var(--sp-cream) !important;
	margin: 0 0 28px;
}
.v7-hero h1 em {
	font-style: italic;
	font-weight: 500;
	color: var(--sp-ochre-lt);
}
.v7-quote {
	border-left: 3px solid var(--sp-ochre);
	padding: 8px 0 8px 22px;
	margin: 0 0 36px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.5;
	color: rgba(244,235,220,.92);
	max-width: 560px;
}
.v7-quote cite {
	display: block;
	font-size: 13px;
	font-style: normal;
	color: var(--sp-ochre-lt);
	margin-top: 10px;
	letter-spacing: 1px;
}
.v7-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* --- V7 TIMELINE (02) --- */
.v7-timeline {
	background: var(--sp-cream);
	border-top: 1px solid var(--sp-line);
}
.v7-tl-track {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 0;
	max-width: 1400px;
	margin: 0 auto;
	border-top: 2px solid var(--sp-ochre);
}
.v7-tl-card {
	padding: 24px 20px 28px;
	border-right: 1px solid var(--sp-line);
	border-bottom: 1px solid var(--sp-line);
	background: var(--sp-cream);
	position: relative;
	transition: background .25s;
}
.v7-tl-card::before {
	content: "";
	position: absolute;
	top: -7px; left: 20px;
	width: 12px; height: 12px;
	background: var(--sp-red);
	border-radius: 50%;
	border: 3px solid var(--sp-cream);
}
.v7-tl-card.v7-tl-now::before { background: var(--sp-ochre); }
.v7-tl-card:hover { background: var(--sp-cream-dk); }
.v7-tl-era {
	font-family: 'Noto Sans', sans-serif;
	font-size: 11px; font-weight: 700;
	text-transform: uppercase; letter-spacing: 2px;
	color: var(--sp-red);
	margin: 14px 0 4px;
}
.v7-tl-date {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800; font-size: 20px;
	color: var(--sp-navy);
	margin: 0 0 10px;
}
.v7-tl-text {
	font-size: 14px; line-height: 1.55;
	color: var(--sp-ink-soft);
	margin: 0;
}

/* --- V7 ATTRACTIONS (03) --- */
.v7-attr { background: var(--sp-cream-dk); }
.v7-attr-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 24px;
	max-width: 1400px;
	margin: 0 auto;
}
.v7-attr-card {
	background: var(--sp-cream);
	text-decoration: none;
	color: var(--sp-ink);
	display: flex; flex-direction: column;
	border: 1px solid var(--sp-line);
	transition: transform .25s, box-shadow .25s;
	overflow: hidden;
}
.v7-attr-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 30px -12px rgba(27,42,63,.25);
}
.v7-attr-img {
	height: 200px;
	background-size: cover;
	background-position: center;
}
.v7-attr-body { padding: 22px 22px 26px; }
.v7-attr-tag {
	font-family: 'Noto Sans', sans-serif;
	font-size: 10px; font-weight: 700;
	text-transform: uppercase; letter-spacing: 2.5px;
	color: var(--sp-red);
	margin: 0 0 8px;
}
.v7-attr-body h3 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800; font-size: 22px;
	color: var(--sp-navy) !important;
	margin: 0 0 10px;
	line-height: 1.2;
}
.v7-attr-body p:last-child {
	font-size: 14px; line-height: 1.6;
	color: var(--sp-ink-soft);
	margin: 0;
}

/* --- V7 TRAILS (04) --- */
.v7-trails { background: var(--sp-cream); }
.v7-trail-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 28px;
	max-width: 1400px;
	margin: 0 auto;
}
.v7-trail-item {
	background: var(--sp-cream);
	border: 1px solid var(--sp-line);
	display: flex; flex-direction: column;
}
.v7-trail-pic {
	height: 220px;
	background-size: cover; background-position: center;
	position: relative;
}
.v7-trail-badge {
	position: absolute; top: 14px; left: 14px;
	padding: 6px 12px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 10px; font-weight: 700;
	text-transform: uppercase; letter-spacing: 1.5px;
	border-radius: 2px;
	color: var(--sp-cream);
}
.v7-trail-badge.easy   { background: #5A7A4B; }
.v7-trail-badge.medium { background: var(--sp-ochre); color: var(--sp-navy); }
.v7-trail-badge.hard   { background: var(--sp-red); }
.v7-trail-info { padding: 24px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.v7-trail-info h3 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800; font-size: 20px;
	color: var(--sp-navy) !important;
	margin: 0;
	line-height: 1.2;
}
.v7-trail-info > p {
	font-size: 14px; line-height: 1.55;
	color: var(--sp-ink-soft);
	margin: 0;
}
.v7-trail-stats {
	margin: auto 0 0; padding: 14px 0 0;
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
	border-top: 1px solid var(--sp-line);
}
.v7-trail-stats div { display: flex; flex-direction: column; gap: 2px; }
.v7-trail-stats dt {
	font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px;
	color: var(--sp-ink-soft);
}
.v7-trail-stats dd {
	margin: 0;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800; font-size: 14px;
	color: var(--sp-red);
}

/* --- V7 EVENTS (05) --- */
.v7-events { background: var(--sp-cream-dk); }
.v7-events-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
	max-width: 1400px;
	margin: 0 auto;
}
.v7-event {
	background: var(--sp-cream);
	display: grid;
	grid-template-columns: 80px 1fr;
	grid-template-rows: auto 1fr;
	border: 1px solid var(--sp-line);
	overflow: hidden;
	position: relative;
	min-height: 260px;
}
.v7-event-date {
	background: var(--sp-navy);
	color: var(--sp-cream);
	display: flex; flex-direction: column;
	align-items: center; justify-content: center;
	padding: 16px 8px;
	grid-row: 1 / 3;
	text-align: center;
}
.v7-event-date .d {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800; font-size: 32px;
	line-height: 1; color: var(--sp-ochre);
}
.v7-event-date .m {
	font-size: 11px; text-transform: uppercase;
	letter-spacing: 2px; margin-top: 4px;
	color: var(--sp-cream-dk);
}
.v7-event-pic {
	grid-column: 2;
	height: 120px;
	background-size: cover; background-position: center;
}
.v7-event-body {
	grid-column: 2;
	padding: 16px 20px 20px;
}
.v7-event-type {
	font-size: 10px; font-weight: 700;
	text-transform: uppercase; letter-spacing: 2px;
	color: var(--sp-red);
	margin: 0 0 6px;
}
.v7-event-body h3 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800; font-size: 17px;
	color: var(--sp-navy) !important;
	margin: 0 0 8px;
	line-height: 1.25;
}
.v7-event-body p:last-child {
	font-size: 13px; line-height: 1.5;
	color: var(--sp-ink-soft);
	margin: 0;
}

/* --- V7 STATS (06) --- */
.v7-stats {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: var(--sp-cream);
}
.v7-stats-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(27,42,63,.92) 0%, rgba(15,26,42,.96) 100%);
}
.v7-stats-inner { position: relative; max-width: 1200px; margin: 0 auto; }
.v7-stats-head { margin-bottom: 48px; }
.v7-stats-head h2 { color: var(--sp-cream) !important; }
.v7-stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 28px;
}
.v7-stat {
	padding: 28px 20px;
	border-left: 2px solid var(--sp-ochre);
	background: rgba(244,235,220,.04);
}
.v7-stat-num {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800; font-size: 44px;
	line-height: 1;
	color: var(--sp-ochre-lt);
	margin: 0 0 8px;
	letter-spacing: -1px;
}
.v7-stat-lbl {
	font-size: 13px;
	color: var(--sp-cream-dk);
	margin: 0;
	line-height: 1.4;
}

/* --- V7 VOLUNTEER (07) --- */
.v7-vol {
	background-size: cover;
	background-position: center;
	color: var(--sp-cream);
	text-align: left;
}
.v7-vol-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(100deg, rgba(138,46,31,.92) 0%, rgba(106,34,22,.78) 60%, rgba(27,42,63,.65) 100%);
}
.v7-vol-inner { position: relative; max-width: 720px; }
.v7-vol-inner h2 {
	color: var(--sp-cream) !important;
	font-size: clamp(32px, 4vw, 52px);
	margin: 10px 0 22px;
	line-height: 1.1;
}
.v7-vol-inner > p {
	font-size: 17px;
	line-height: 1.7;
	color: rgba(244,235,220,.94);
	margin: 0 0 32px;
	max-width: 620px;
}
.v7-vol-cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* --- V7 ARCHIVE (08) --- */
.v7-archive { background: var(--sp-cream); }
.v7-arc-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 24px;
	max-width: 1200px;
	margin: 0 auto 40px;
}
.v7-arc-card {
	margin: 0;
	background: var(--sp-cream-dk);
	border: 1px solid var(--sp-line);
	overflow: hidden;
	transition: transform .25s;
}
.v7-arc-card:hover { transform: translateY(-4px); }
.v7-arc-img {
	height: 280px;
	background-size: cover;
	background-position: center;
	filter: sepia(0.18) saturate(0.92);
}
.v7-arc-card figcaption {
	padding: 16px 18px 20px;
	border-top: 2px solid var(--sp-ochre);
}
.v7-arc-year {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800; font-size: 14px;
	color: var(--sp-red);
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 4px;
}
.v7-arc-card figcaption p {
	font-size: 13px;
	color: var(--sp-ink-soft);
	margin: 0;
}
.v7-arc-cta { text-align: center; max-width: 1200px; margin: 0 auto; }

/* --- V7 SPONSORS (09) --- */
.v7-sponsors {
	background: var(--sp-navy);
	color: var(--sp-cream);
	padding-top: 64px;
	padding-bottom: 64px;
}
.v7-sponsors .v7-head h2,
.v7-sponsors .v7-kicker { color: var(--sp-cream) !important; }
.v7-sponsors .v7-kicker { color: var(--sp-ochre-lt) !important; }
.v7-sponsors .v7-num { color: var(--sp-ochre); }
.v7-sponsor-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 14px;
	max-width: 1200px;
	margin: 0 auto;
}
.v7-sponsor-slot {
	padding: 24px 18px;
	border: 1px solid rgba(244,235,220,.14);
	text-align: center;
	display: flex; align-items: center; justify-content: center;
	min-height: 90px;
	transition: border-color .25s, background .25s;
}
.v7-sponsor-slot:hover {
	border-color: var(--sp-ochre);
	background: rgba(201,130,44,.06);
}
.v7-sponsor-slot span {
	font-family: 'Noto Sans', sans-serif;
	font-size: 13px; font-weight: 600;
	color: var(--sp-cream-dk);
	text-align: center;
	line-height: 1.3;
}

/* --- V7 NEWSLETTER (10) --- */
.v7-news {
	background: var(--sp-red);
	color: var(--sp-cream);
}
.v7-news-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 48px;
	align-items: center;
}
.v7-news-text .v7-num { color: var(--sp-ochre-lt); }
.v7-news-text h2 {
	font-size: clamp(28px, 3vw, 40px);
	color: var(--sp-cream) !important;
	margin: 6px 0 14px;
}
.v7-news-text p {
	font-size: 16px;
	line-height: 1.65;
	color: rgba(244,235,220,.9);
	margin: 0;
	max-width: 480px;
}
.v7-news-form {
	display: flex;
	gap: 0;
	background: var(--sp-cream);
	padding: 6px;
	border-radius: 3px;
}
.v7-news-form input {
	flex: 1;
	padding: 12px 14px;
	border: none;
	background: transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: var(--sp-ink);
	outline: none;
	min-width: 0;
}
.v7-news-form button {
	padding: 12px 22px;
	background: var(--sp-navy);
	color: var(--sp-cream);
	border: none;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700; font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	cursor: pointer;
	border-radius: 2px;
	transition: background .25s;
}
.v7-news-form button:hover { background: var(--sp-ochre); color: var(--sp-navy); }

/* --- V7 Responsive --- */
@media (max-width: 1024px) {
	.v7-page .v7-content { margin-left: 0; }
	.v7-sidebar {
		width: 100%;
		height: auto;
		inset: 0 0 auto 0;
		flex-direction: row;
		align-items: center;
		padding: 14px 18px;
		gap: 14px;
		border-right: none;
		border-bottom: 1px solid rgba(201,130,44,.25);
	}
	.v7-sb-top { margin: 0; flex: 1; }
	.v7-sb-nav, .v7-sb-bottom {
		display: none;
		position: fixed;
		top: 72px; left: 0; right: 0;
		background: var(--sp-navy);
		padding: 18px;
		border-bottom: 1px solid rgba(201,130,44,.2);
	}
	.v7-sb-nav { top: 72px; }
	.v7-sb-bottom { top: auto; position: relative; display: none; padding: 0 18px 18px; }
	body.v7-sb-open .v7-sb-nav,
	body.v7-sb-open .v7-sb-bottom { display: block; }
	body.v7-sb-open .v7-sb-bottom { top: auto; position: relative; background: var(--sp-navy); }
	.v7-sb-toggle {
		display: flex; flex-direction: column;
		justify-content: center; gap: 4px;
		width: 36px; height: 36px;
		background: transparent;
		border: 1px solid rgba(244,235,220,.3);
		border-radius: 2px;
		cursor: pointer;
		padding: 7px;
	}
	.v7-sb-toggle span {
		display: block; height: 2px;
		background: var(--sp-cream);
	}
	.v7-block { padding: 64px 24px; }
	.v7-hero { min-height: 70vh; padding-top: 100px; padding-bottom: 80px; }
	.v7-stats { background-attachment: scroll; }
	.v7-news-inner { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 640px) {
	.v7-tl-track { grid-template-columns: 1fr; }
	.v7-hero h1 { font-size: 38px; }
	.v7-event { grid-template-columns: 60px 1fr; }
	.v7-event-date .d { font-size: 24px; }
}


/* =========================================================================
 * V8 — STORYTELLER (overlay menu, cinematic scroll)
 * ========================================================================= */

.v8-page {
	background: var(--sp-cream);
	color: var(--sp-ink);
	overflow-x: hidden;
}

/* --- V8 Topbar (minimal, fixed) --- */
.v8-topbar {
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 80;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px clamp(18px, 3vw, 40px);
	background: linear-gradient(180deg, rgba(15,26,42,.55) 0%, transparent 100%);
	color: var(--sp-cream);
	pointer-events: none;
}
.v8-topbar > * { pointer-events: auto; }
.v8-brand {
	display: flex; align-items: center; gap: 10px;
	text-decoration: none;
	color: var(--sp-cream);
}
.v8-brand-mark {
	width: 36px; height: 36px;
	display: inline-flex; align-items: center; justify-content: center;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800; font-size: 18px;
	color: var(--sp-navy);
	background: var(--sp-ochre);
	border-radius: 2px;
}
.v8-brand-txt {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700; font-size: 15px;
	letter-spacing: 0.5px;
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.v8-brand-txt em {
	font-style: normal;
	font-weight: 400;
	color: var(--sp-ochre-lt);
}
.v8-menu-toggle {
	display: flex; align-items: center; gap: 10px;
	background: transparent;
	border: none;
	color: var(--sp-cream);
	cursor: pointer;
	padding: 8px 14px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700; font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
}
.v8-menu-toggle span:not(.v8-menu-toggle-label) {
	display: block;
	width: 22px; height: 2px;
	background: var(--sp-cream);
	position: absolute;
	right: 14px;
	transition: transform .3s, opacity .2s;
}
.v8-menu-toggle span:nth-child(1) { top: 14px; }
.v8-menu-toggle span:nth-child(2) { top: 20px; }
.v8-menu-toggle span:nth-child(3) { top: 26px; }
.v8-menu-toggle-label { padding-right: 34px; }

body.v8-menu-open .v8-menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.v8-menu-open .v8-menu-toggle span:nth-child(2) { opacity: 0; }
body.v8-menu-open .v8-menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* --- V8 Overlay menu --- */
.v8-overlay {
	position: fixed;
	inset: 0;
	background: linear-gradient(135deg, var(--sp-navy-dark) 0%, var(--sp-red-dark) 100%);
	z-index: 90;
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s ease, visibility .35s;
	display: flex;
	flex-direction: column;
	padding: 100px clamp(24px, 6vw, 80px) 40px;
	overflow-y: auto;
}
body.v8-menu-open .v8-overlay { opacity: 1; visibility: visible; }
.v8-overlay-close {
	position: absolute;
	top: 22px; right: clamp(18px, 3vw, 40px);
	background: transparent;
	border: none;
	color: var(--sp-cream);
	font-size: 24px;
	cursor: pointer;
	width: 40px; height: 40px;
	line-height: 1;
	border-radius: 50%;
	transition: background .2s;
}
.v8-overlay-close:hover { background: rgba(244,235,220,.1); }
.v8-overlay-nav { flex: 1; display: flex; align-items: center; }
.v8-overlay-nav ol {
	list-style: none;
	margin: 0; padding: 0;
	column-count: 2;
	column-gap: 60px;
	width: 100%;
	max-width: 900px;
}
.v8-overlay-nav li {
	break-inside: avoid;
	margin: 0 0 8px;
}
.v8-overlay-nav a {
	display: flex; align-items: baseline; gap: 16px;
	text-decoration: none;
	padding: 8px 0;
	border-bottom: 1px solid rgba(244,235,220,.08);
	transition: padding .25s, border-color .25s;
}
.v8-overlay-nav a:hover {
	padding-left: 14px;
	border-bottom-color: var(--sp-ochre);
}
.v8-overlay-nav .nr {
	font-family: 'Noto Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: var(--sp-ochre);
	letter-spacing: 2px;
	min-width: 28px;
}
.v8-overlay-nav .lb {
	font-family: 'Noto Sans', sans-serif;
	font-size: clamp(20px, 2.4vw, 28px);
	font-weight: 400;
	color: var(--sp-cream);
	line-height: 1.3;
	transition: color .25s;
}
.v8-overlay-nav a:hover .lb { color: var(--sp-ochre-lt); }
.v8-overlay-foot {
	padding-top: 24px;
	border-top: 1px solid rgba(244,235,220,.1);
	color: rgba(244,235,220,.6);
	font-size: 13px;
}
.v8-overlay-foot a { color: var(--sp-ochre-lt); text-decoration: none; }
.v8-overlay-foot a:hover { color: var(--sp-cream); }
.v8-overlay-copy {
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 6px 0 0;
	color: rgba(244,235,220,.35);
}

/* --- V8 Scene base --- */
.v8-wrap { width: 100%; }
.v8-scene {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 120px clamp(24px, 5vw, 72px);
	background-size: cover;
	background-position: center;
	color: var(--sp-ink);
	overflow: hidden;
}
.v8-scene-tint {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(244,235,220,.82) 0%, rgba(232,220,197,.9) 100%);
}
.v8-scene.v8-dark { color: var(--sp-cream); }
.v8-scene.v8-dark .v8-scene-tint {
	background: linear-gradient(180deg, rgba(15,26,42,.9) 0%, rgba(27,42,63,.94) 100%);
}
.v8-scene-tint.dark {
	background: linear-gradient(180deg, rgba(15,26,42,.88) 0%, rgba(106,34,22,.82) 100%);
}
.v8-scene-tint.light {
	background: linear-gradient(180deg, rgba(244,235,220,.92) 0%, rgba(232,220,197,.96) 100%);
}
.v8-chapter-inner {
	position: relative;
	max-width: 820px;
	width: 100%;
}
.v8-chapter-inner.v8-wide { max-width: 1200px; }

.v8-ch {
	font-family: 'Noto Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--sp-red);
	margin: 0 0 18px;
}
.v8-ch.light { color: var(--sp-ochre-lt); }
.v8-dark .v8-ch { color: var(--sp-ochre-lt); }
.v8-ch-title {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800;
	font-size: clamp(32px, 5vw, 62px);
	line-height: 1.08;
	letter-spacing: -1.2px;
	color: var(--sp-navy) !important;
	margin: 0 0 28px;
}
.v8-dark .v8-ch-title { color: var(--sp-cream) !important; }
.v8-ch-title.light { color: var(--sp-cream) !important; }
.v8-ch-text {
	font-size: 18px;
	line-height: 1.65;
	color: var(--sp-ink-soft);
	margin: 0 0 36px;
	max-width: 640px;
}
.v8-dark .v8-ch-text { color: rgba(244,235,220,.85); }

/* --- V8 ACT 0 opening --- */
.v8-opening {
	background-color: var(--sp-navy-dark);
	color: var(--sp-cream);
	min-height: 100vh;
}
.v8-opening .v8-scene-tint {
	background: linear-gradient(135deg, rgba(15,26,42,.78) 0%, rgba(138,46,31,.62) 100%);
}
.v8-opening-inner {
	position: relative;
	max-width: 1100px;
	text-align: left;
	width: 100%;
}
.v8-eyebrow {
	font-family: 'Noto Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--sp-ochre-lt);
	margin: 0 0 32px;
	padding-left: 44px;
	position: relative;
}
.v8-eyebrow::before {
	content: "";
	position: absolute;
	left: 0; top: 50%;
	width: 32px; height: 1px;
	background: var(--sp-ochre);
}
.v8-opening-title {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800;
	font-size: clamp(56px, 10vw, 140px);
	line-height: 0.95;
	letter-spacing: -3px;
	margin: 0 0 60px;
	color: var(--sp-cream) !important;
	display: flex;
	flex-direction: column;
}
.v8-opening-title span,
.v8-opening-title em {
	display: block;
}
.v8-opening-title span:nth-child(2) {
	color: var(--sp-ochre-lt);
	transform: translateX(clamp(20px, 4vw, 60px));
}
.v8-opening-title em {
	font-style: italic;
	font-weight: 300;
	color: var(--sp-cream);
	transform: translateX(clamp(40px, 8vw, 120px));
}
.v8-opening-sub {
	font-size: 15px;
	color: rgba(244,235,220,.75);
	margin: 0 0 20px;
}
.v8-scroll-hint {
	position: absolute;
	bottom: -60px; left: 0;
	display: flex; align-items: center; gap: 14px;
}
.v8-scroll-hint .line {
	display: block;
	width: 40px; height: 1px;
	background: var(--sp-ochre);
	animation: v8line 2.4s ease-in-out infinite;
	transform-origin: left;
}
.v8-scroll-hint .label {
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--sp-ochre-lt);
}
@keyframes v8line {
	0%, 100% { transform: scaleX(0.4); }
	50% { transform: scaleX(1.2); }
}

/* --- V8 ACT 1 Quote --- */
.v8-quote-scene {
	background: var(--sp-navy-dark);
	min-height: 80vh;
}
.v8-quote-scene .v8-scene-tint { display: none; }
.v8-quote-inner {
	max-width: 900px;
	text-align: center;
	position: relative;
}
.v8-quote-inner .v8-ch { color: var(--sp-ochre-lt); }
.v8-ch-title {
	text-align: inherit;
}
.v8-quote-inner .v8-ch-title {
	font-size: clamp(24px, 2.6vw, 32px);
	font-style: italic;
	font-weight: 300;
	color: var(--sp-cream) !important;
	margin-bottom: 44px;
	letter-spacing: 0;
}
.v8-big-quote {
	font-family: 'Noto Sans', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: clamp(22px, 2.8vw, 36px);
	line-height: 1.45;
	color: var(--sp-cream);
	margin: 0 0 24px;
	position: relative;
	padding: 0 20px;
}
.v8-big-quote::before,
.v8-big-quote::after {
	content: "";
	display: block;
	width: 60px; height: 1px;
	background: var(--sp-ochre);
	margin: 24px auto;
}
.v8-cite {
	display: block;
	font-size: 13px;
	color: var(--sp-ochre-lt);
	font-style: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 36px;
}
.v8-quote-inner .v8-ch-text {
	color: rgba(244,235,220,.7);
	font-size: 16px;
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
}

/* --- V8 Timeline vertical (ACT 2) --- */
.v8-tl-vert {
	list-style: none;
	padding: 0;
	margin: 40px 0 0;
	position: relative;
}
.v8-tl-vert::before {
	content: "";
	position: absolute;
	left: 9px; top: 8px; bottom: 8px;
	width: 1px;
	background: var(--sp-ochre);
	opacity: 0.5;
}
.v8-tl-vert li {
	position: relative;
	padding: 0 0 24px 40px;
	margin: 0;
}
.v8-tl-dot {
	position: absolute;
	left: 3px; top: 6px;
	width: 14px; height: 14px;
	background: var(--sp-red);
	border-radius: 50%;
	border: 3px solid var(--sp-cream);
	box-shadow: 0 0 0 1px var(--sp-ochre);
}
.v8-dark .v8-tl-dot { border-color: var(--sp-navy-dark); }
.v8-tl-dot.v8-tl-now { background: var(--sp-ochre); }
.v8-tl-year {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800;
	font-size: 18px;
	color: var(--sp-red);
	margin: 0 0 4px;
	letter-spacing: 1px;
}
.v8-dark .v8-tl-year { color: var(--sp-ochre-lt); }
.v8-tl-txt {
	font-size: 15px;
	line-height: 1.5;
	color: var(--sp-ink-soft);
	margin: 0;
}
.v8-dark .v8-tl-txt { color: rgba(244,235,220,.8); }

/* --- V8 Stage (ACT 3 attractions) --- */
.v8-stage {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 32px;
	margin-top: 44px;
}
.v8-stage-item {
	padding: 22px 0;
	border-top: 1px solid rgba(201,130,44,.35);
}
.v8-stage-nr {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 32px;
	color: var(--sp-ochre);
	margin: 0 0 8px;
	line-height: 1;
}
.v8-stage-item h3 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	margin: 0 0 10px;
	color: var(--sp-cream) !important;
	line-height: 1.2;
}
.v8-dark .v8-stage-item h3 { color: var(--sp-cream) !important; }
.v8-stage-item p {
	font-size: 14px;
	line-height: 1.55;
	color: rgba(244,235,220,.78);
	margin: 0;
}

/* --- V8 Trail triptych (ACT 4) --- */
.v8-trail-triptych {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin-top: 44px;
	border-top: 1px solid rgba(201,130,44,.35);
	border-bottom: 1px solid rgba(201,130,44,.35);
}
.v8-trail-triptych article {
	padding: 32px 24px;
	border-right: 1px solid rgba(201,130,44,.25);
}
.v8-trail-triptych article:last-child { border-right: none; }
.v8-trail-mid {
	background: rgba(244,235,220,.05);
}
.v8-trail-lbl {
	font-family: 'Noto Sans', sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: var(--sp-ochre);
	margin: 0 0 12px;
}
.v8-trail-triptych h3 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800;
	font-size: 26px;
	margin: 0 0 12px;
	color: var(--sp-cream) !important;
	line-height: 1.1;
}
.v8-trail-desc {
	font-size: 14px;
	line-height: 1.5;
	color: rgba(244,235,220,.78);
	margin: 0 0 16px;
}
.v8-trail-meta {
	font-family: 'Noto Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: var(--sp-ochre-lt);
	letter-spacing: 1px;
	margin: 0;
}

/* --- V8 Events list (ACT 5) --- */
.v8-events-list {
	list-style: none;
	margin: 44px 0 0;
	padding: 0;
}
.v8-events-list li {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 24px;
	padding: 24px 0;
	border-top: 1px solid rgba(201,130,44,.3);
	align-items: baseline;
}
.v8-events-list li:last-child { border-bottom: 1px solid rgba(201,130,44,.3); }
.v8-ev-when {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: var(--sp-ochre-lt);
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
}
.v8-events-list h3 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	margin: 0 0 6px;
	color: var(--sp-cream) !important;
	line-height: 1.2;
}
.v8-events-list li p:not(.v8-ev-when) {
	font-size: 14px;
	line-height: 1.5;
	color: rgba(244,235,220,.75);
	margin: 0;
}

/* --- V8 Stats scene (ACT 6) --- */
.v8-stats-scene {
	background-color: var(--sp-red-dark);
	color: var(--sp-cream);
}
.v8-stats-scene .v8-scene-tint {
	background: linear-gradient(135deg, rgba(138,46,31,.9) 0%, rgba(27,42,63,.88) 100%);
}
.v8-stats-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 32px;
	margin-top: 40px;
	border-top: 1px solid rgba(244,235,220,.2);
	padding-top: 36px;
}
.v8-sn {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800;
	font-size: clamp(40px, 5vw, 64px);
	line-height: 1;
	color: var(--sp-ochre-lt);
	margin: 0 0 8px;
	letter-spacing: -1px;
}
.v8-sl {
	font-size: 13px;
	color: rgba(244,235,220,.85);
	margin: 0;
	letter-spacing: 1px;
}

/* --- V8 Archive triptych (ACT 7) --- */
.v8-chapter { background: var(--sp-cream); }
.v8-chapter:not(.v8-dark) .v8-scene-tint {
	background: linear-gradient(180deg, rgba(244,235,220,.94) 0%, rgba(232,220,197,.98) 100%);
}
.v8-arc-triptych {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 40px;
}
.v8-arc-triptych figure { margin: 0; }
.v8-arc-img {
	aspect-ratio: 4 / 5;
	background-size: cover;
	background-position: center;
	filter: sepia(0.2) saturate(0.88);
	border: 1px solid var(--sp-line);
	transition: filter .3s, transform .3s;
}
.v8-arc-triptych figure:hover .v8-arc-img {
	filter: sepia(0.05) saturate(1);
	transform: translateY(-4px);
}
.v8-arc-triptych figcaption {
	padding: 16px 2px 0;
	font-size: 14px;
	color: var(--sp-ink-soft);
	line-height: 1.45;
}
.v8-arc-triptych figcaption span {
	display: block;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800;
	font-size: 11px;
	color: var(--sp-red);
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 4px;
}
.v8-cta-line {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid var(--sp-line);
}
.v8-btn {
	display: inline-block;
	padding: 12px 0;
	text-decoration: none;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: var(--sp-red);
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 2px solid var(--sp-ochre);
	transition: color .25s, border-color .25s, padding .25s;
}
.v8-btn:hover {
	color: var(--sp-ochre);
	border-bottom-color: var(--sp-red);
	padding-left: 6px;
}
.v8-btn-solid {
	background: var(--sp-ochre);
	color: var(--sp-navy) !important;
	padding: 14px 28px;
	border-bottom: none;
	border-radius: 2px;
	transition: background .25s, transform .25s;
}
.v8-btn-solid:hover {
	background: var(--sp-cream);
	transform: translateY(-2px);
	padding-left: 28px;
}
.v8-btn-ghost {
	color: var(--sp-cream) !important;
	border-bottom-color: rgba(244,235,220,.5);
	padding: 14px 0;
}
.v8-btn-ghost:hover {
	color: var(--sp-ochre-lt) !important;
	border-bottom-color: var(--sp-ochre);
}

/* --- V8 Climax (ACT 8) --- */
.v8-climax { color: var(--sp-cream); min-height: 100vh; }
.v8-climax-inner {
	position: relative;
	max-width: 820px;
	text-align: left;
}
.v8-climax-title {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800;
	font-size: clamp(44px, 7vw, 88px);
	line-height: 1;
	letter-spacing: -2px;
	color: var(--sp-cream);
	margin: 0 0 32px;
}
.v8-climax-text {
	font-size: 18px;
	line-height: 1.65;
	color: rgba(244,235,220,.92);
	margin: 0 0 18px;
	max-width: 640px;
}
.v8-climax-cta {
	display: flex;
	gap: 24px;
	margin-top: 32px;
	flex-wrap: wrap;
	align-items: center;
}

/* --- V8 Outro (ACT 9) --- */
.v8-outro {
	min-height: auto;
	padding: 96px clamp(24px, 5vw, 72px);
	background-color: var(--sp-cream);
}
.v8-outro-inner {
	position: relative;
	max-width: 1200px;
	width: 100%;
}
.v8-outro-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid var(--sp-line);
}
.v8-outro-col {}
.v8-outro-lbl {
	font-family: 'Noto Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: var(--sp-red);
	margin: 0 0 18px;
}
.v8-sponsor-list {
	list-style: none;
	padding: 0; margin: 0;
}
.v8-sponsor-list li {
	padding: 10px 0;
	border-bottom: 1px solid var(--sp-line);
	font-size: 15px;
	color: var(--sp-ink);
	line-height: 1.4;
}
.v8-sponsor-list li:last-child { border-bottom: none; }
.v8-outro-note {
	font-size: 14px;
	line-height: 1.6;
	color: var(--sp-ink-soft);
	margin: 0 0 18px;
}
.v8-news-form {
	display: flex;
	gap: 8px;
}
.v8-news-form input {
	flex: 1;
	padding: 13px 14px;
	border: 1px solid var(--sp-line);
	background: var(--sp-cream);
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: var(--sp-ink);
	outline: none;
	border-radius: 2px;
	min-width: 0;
	transition: border-color .25s;
}
.v8-news-form input:focus { border-color: var(--sp-red); }
.v8-news-form button {
	padding: 13px 22px;
	background: var(--sp-red);
	color: var(--sp-cream);
	border: none;
	border-radius: 2px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700; font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	cursor: pointer;
	transition: background .25s;
}
.v8-news-form button:hover { background: var(--sp-ochre); color: var(--sp-navy); }

/* --- V8 Responsive --- */
@media (max-width: 900px) {
	.v8-overlay-nav ol { column-count: 1; }
	.v8-trail-triptych { grid-template-columns: 1fr; }
	.v8-trail-triptych article {
		border-right: none;
		border-bottom: 1px solid rgba(201,130,44,.25);
	}
	.v8-trail-triptych article:last-child { border-bottom: none; }
	.v8-arc-triptych { grid-template-columns: 1fr; }
	.v8-outro-grid { grid-template-columns: 1fr; gap: 36px; }
	.v8-events-list li { grid-template-columns: 1fr; gap: 6px; }
	.v8-scene { padding: 100px 24px; min-height: auto; }
	.v8-opening { min-height: 90vh; }
}
@media (max-width: 600px) {
	.v8-opening-title { font-size: 48px; }
	.v8-opening-title span:nth-child(2),
	.v8-opening-title em { transform: none; }
	.v8-scroll-hint { position: static; margin-top: 30px; }
	.v8-ch-title { font-size: 32px; }
	.v8-climax-title { font-size: 40px; }
}

/* --- V7/V8: hide default WP site header if present (these templates supply their own) --- */
.v7-page ~ footer.wp-block-template-part,
.v8-page ~ footer.wp-block-template-part {
	margin-top: 0 !important;
}

