@font-face {
	font-family: LibreBodoni;
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/LibreBodoni-Regular.ttf');
}
@font-face {
	font-family: LibreBodoni;
	font-weight: normal;
	font-style: italic;
	src: url('../fonts/LibreBodoni-Italic.ttf');
}
@font-face {
	font-family: LibreBodoni;
	font-weight: bold;
	font-style: normal;
	src: url('../fonts/LibreBodoni-Bold.ttf');
}
@font-face {
	font-family: LibreBodoni;
	font-weight: bold;
	font-style: italic;
	src: url('../fonts/LibreBodoni-BoldItalic.ttf.ttf');
}
@font-face {
	font-family: RomanUncialModern;
	src: url('../fonts/RomanUncialModern.ttf');
}

.section-3 {
	background-color: transparent;
}

#section3 {
	margin: 0;
	padding: 2rem;
	padding-top: 6rem;
	box-sizing: border-box;
	width: 100%;
	background-color: #000;
	color: #fea;
	align-items: start;
	/* overflow: hidden; */
	font-family: RomanUncialModern;
}

#section3>div.section-3 {
	width: 75%;
	border: 2px solid #ffe;
	border-radius: 1rem;
	height: fit-content;
	margin: 0 auto;
	background: radial-gradient(#8528 60%, #0004);
}

.section-3.nav-dot {
	display: inline-block;
	width: 14px;
	height: 12px;
	border-top-left-radius: 40%;
	border-top-right-radius: 40%;
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
	background: #f40;
	animation: navpulse 1.0s ease-in-out infinite;
}

@keyframes navpulse {
	0% {
		box-shadow: 0 0 0 0 #f848;
	}

	100% {
		box-shadow: 0 0 0 8px #f422;
		border-radius: 40%;
	}
}

/*
.section-3.nav {
	position: sticky;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2rem;
	width: 100%;
	height: 58px;
	background: #1122;
	backdrop-filter: blur(1px);
	border-bottom: 3px ridge #ec8c;
}

.section-3.nav-logo {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: .1rem;
	color: #ffe;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.section-3.nav-tabs {
	display: flex;
	gap: 0;
	list-style: none;
}

.section-3.nav-tabs li a {
	display: block;
	padding: 0 1.1rem;
	height: 2.0rem;
	line-height: 1.4rem;
	font-size: .92rem;
	font-weight: 700;
	letter-spacing: .2rem;
	text-transform: uppercase;
	color: #ff46;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: color .2s, border-color .2s;
	cursor: pointer;
}

.section-3.nav-tabs li a:hover {
	color: #ff48;
	text-shadow: 0px 0px 4px #ff46;
}

.section-3.nav-tabs li a.active {
	color: #fc0;
	border-bottom-color: #fc0;
}
*/

.section-3.page-container {
	position: relative;
	width: 100%;
	height: fit-content;
}

.section-3.page {
	padding-top: 1.5rem;
	width: 100%;
	opacity: 0.0;
	transition: opacity 0.3s;
	z-index: -1;
}

.section-3.page.active {
	opacity: 1.0;
	z-index: 100;
}

#section3-history, #section3-visit {
	display: none;
}

.section-3.title {
	font-size: 4rem;
	letter-spacing: 0.2rem;
}

.section-3.subtitle {
	/* font-family: LibreBodoni; */
	font-size: 1.5rem;
	font-style: italic;
	letter-spacing: 0.2rem;
	/* border: none; */
	text-align: left;
	padding-left: 2rem;
	background: linear-gradient(to right, #fea2, #0002);
}

.section-3.subtitle.nl {
	background: transparent;
	font-size: 0.8rem;
	font-style: normal;
	animation: nlpulse 1.0s ease-in-out alternate infinite;
	
}

@keyframes nlpulse {
	0% {
		text-shadow: 0 0 0 #fecc;
	}

	100% {
		text-shadow: 0 0 8px #fec4;
	}
}

/* 
.home-hero {
	height: calc(100vh - 58px);
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}

.hero-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 80% 60% at 70% 40%, rgba(255, 60, 0, .12) 0%, transparent 60%),
		radial-gradient(ellipse 50% 50% at 20% 80%, rgba(0, 180, 216, .1) 0%, transparent 55%),
		radial-gradient(ellipse 60% 60% at 50% 10%, rgba(155, 77, 202, .08) 0%, transparent 50%);
}

.hero-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
	background-size: 60px 60px;
	animation: gridshift 20s linear infinite;
}

@keyframes gridshift {
	to {
		background-position: 60px 60px;
	}
}

.hero-ghost-text {
	position: absolute;
	right: -3%;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Bebas Neue', sans-serif;
	font-size: 28vw;
	line-height: 1;
	letter-spacing: .04rem;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, .04);
	pointer-events: none;
	user-select: none;
	animation: ghostdrift 30s ease-in-out infinite alternate;
}

@keyframes ghostdrift {
	from {
		transform: translateY(-50%) translateX(0);
	}

	to {
		transform: translateY(-52%) translateX(-2%);
	}
}

.hero-content {
	position: relative;
	z-index: 2;
	padding: 4rem 5% 5rem;
	max-width: 900px;
}

.hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .6rem;
	font-family: var(--font-hand);
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--sky);
	margin-bottom: 1.2rem;
	animation: fadeup .8s .2s both;
}

.hero-eyebrow::before {
	content: '';
	width: 28px;
	height: 1px;
	background: var(--sky);
}

.hero-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: clamp(5rem, 13vw, 12rem);
	line-height: .88;
	letter-spacing: .03rem;
	animation: fadeup .8s .35s both;
}

.hero-title .line-hot {
	color: var(--hot);
}

.hero-title .line-outline {
	-webkit-text-stroke: 2px rgba(240, 239, 232, .3);
	color: transparent;
}

.hero-sub {
	font-size: 1rem;
	line-height: 1.7;
	color: var(--muted);
	max-width: 460px;
	margin-top: 1.2rem;
	font-weight: 400;
	animation: fadeup .8s .5s both;
}

.hero-handnote {
	font-family: var(--font-hand);
	font-size: 1.2rem;
	color: var(--sun);
	margin-top: .5rem;
	animation: fadeup .8s .65s both;
} */

.section-3.submenu {
	display: flex;
	align-items: center;
	animation: fadeup .8s .75s both;
}

.section-3.submenu>div {
	background: transparent;
	padding: 0 1rem;
}

.section-3.submenu.item {
	text-align: left;
	background: transparent;
	font-size: 1rem;
	font-style: italic;
	padding: 0.5rem 0 0;
}

.section-3.submenu button {
	font-family: RomanUncialModern;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: .12rem;
	text-transform: uppercase;
	color: #feac;
	padding: .6rem 1.2rem;
	cursor: pointer;
	border: none;
	border-top-left-radius: 0.8rem;
	transition: transform .2s, background .2s;
	position: relative;
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
	padding-right: 2.2rem;
	background: linear-gradient(to right, #a82a, #a820);
	opacity: 0.4;
}
.section-3.submenu button:hover {
	transform: translateY(-3px);
}
.section-3.submenu button::after {
	content: '';
	position: absolute;
	inset: 0;
	background: #fff3;
	transform: translateX(-100%);
	transition: transform .3s;
}
.section-3.submenu button.active {
	color: #fea;
	opacity: 0.8;
}
.section-3.submenu button:hover::after {
	transform: translateX(0);
}

.section-3.stats-strip {
	display: flex;
	overflow: hidden;
}
.section-3.stat-pill {
	width: 100%;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 0.6rem 1rem;
	text-align: center;
	border-right: 4px groove #a864;
	position: relative;
	transition: background .2s;
	background: #ec48;
	cursor: default;
}
.section-3.stat-pill div {
	background: transparent;
}
.section-3.stat-pill:hover {
	background: #fe8c;
}
.section-3.stat-pill:last-child {
	border: none;
}
.section-3.stat-n {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2.0rem;
	color: #0008;
	line-height: 1;
}
.section-3.stat-l {
	font-size: 1.0rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	color: #821c;
}
.section-3.stat-hand {
	font-size: 1.2rem;
	color: #110c;
	right: .8rem;
}

.section-3.city-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(3, 18rem);
	gap: 4px;
	/* height: 100%; */
	margin-top: 2rem;
	padding: 0.4rem;
	overflow: hidden;
	font-family: LibreBodoni;
}

.section-3.city-grid>div {
	position: relative;
	width: 100%;
	height: 100%;
	transition: all 0.2s ease-out;
	overflow: hidden;
}

.section-3.city-grid div:hover {
	transform: translateY(-0.2rem);
}

.section-3.city-grid img {
	width: 100%;
  	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-out;
	z-index: -1;
}

.section-3.cg-overlay {
	position: absolute;
	inset: 0;
	background: transparent;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: end;
	background: linear-gradient(to top, #0018, #0010);
	transition: background .3s;
}

.section-3.cg-overlay:hover {
	background: transparent;
}

.section-3.cg-cat {
	width: 10rem;
	text-align: left;
	background: linear-gradient(to right, #a84c, #0010);
	font-size: 0.5rem;
	letter-spacing: .2rem;
	text-transform: uppercase;
	color: #fe4f;
}
.section-3.cg-item {
	font-size: 0.8rem;
	font-weight: bold;
	letter-spacing: .4rem;
	text-align: left;
	text-transform: uppercase;
	color: #fffc;
	text-shadow: 0px 0px 2px #fff;
}



div.section-3.cg-1 {
	background: url('../img/hali.jpg') no-repeat center/cover;
	grid-column: 1/6;
	grid-row: 1/2;
}
div.section-3.cg-1>.cg-color-line {
	background: linear-gradient(to right, #f88c, #0002);
	height: 0.4rem;
}


.section-3.city-grid>div:nth-child(2) {
	border-color: #8f8a;
	background: url('../img/foter.webp') no-repeat center/cover;
	grid-column: 6/9;
	grid-row: 1/2;
}
.section-3.city-grid>div:nth-child(3) {
	grid-column: 9/13;
	grid-row: 1/3;
	border-color: #ff8a;
	background: url('../img/zsinagoga.jpg') no-repeat center/cover;
}
.section-3.city-grid>div:nth-child(4) {
	grid-column: 1/4;
	grid-row: 2/3;
	border-color: #88fa;
	background: url('../img/csoto.jpg') no-repeat center/cover;
}
.section-3.city-grid>div:nth-child(5) {
	grid-column: 4/9;
	grid-row: 2/3;
	border-color: #888a;
	background: url('../img/savariam.webp') no-repeat center/cover;
}
.section-3.city-grid>div:nth-child(6) {
	grid-column: 1/4;
	grid-row: 3/4;
	border-color: #8ffa;
	background: url('../img/keptar.webp') no-repeat center/cover;
}
.section-3.city-grid>div:nth-child(7) {
	grid-column: 4/9;
	grid-row: 3/4;
	border-color: #fffa;
	background: url('../img/tofurdo.jpg') no-repeat center/cover;
}
.section-3.city-grid>div:nth-child(8) {
	grid-column: 9/13;
	grid-row: 3/4;
	border-color: #f8fa;
	background: url('../img/iseum.jpg') no-repeat center/cover;
}

.cg-item {
	position: relative;
	overflow: hidden;
	background: var(--card);
	cursor: pointer;
}

.cg-img-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--ink3) 0%, var(--ink2) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 4rem;
	color: rgba(255, 255, 255, .05);
	letter-spacing: .1rem;
	transition: transform .5s;
}

.cg-img-placeholder>img {
	width: 100%;
	height: 100%;
}

.cg-item:hover .cg-img-placeholder {
	transform: scale(1.04);
}

.cg-item .cg-color-line {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
}

.cg-item:hover .cg-overlay {
	background: linear-gradient(to top, rgba(10, 10, 15, .95) 0%, rgba(255, 60, 0, .08) 100%);
}

.cg-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1.2rem;
}

.cg-cat {
	font-size: .58rem;
	font-weight: 800;
	letter-spacing: .18rem;
	text-transform: uppercase;
	color: var(--sun);
	margin-bottom: .3rem;
}

.cg-name {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.6rem;
	letter-spacing: .04rem;
	color: var(--white);
}

.cg-hand {
	font-family: var(--font-hand);
	font-size: .85rem;
	color: var(--muted);
	margin-top: .2rem;
	max-height: 0;
	overflow: hidden;
	transition: max-height .35s;
}

.cg-item:hover .cg-hand {
	max-height: 40px;
}

/*
@keyframes fadeup {
	from {
		opacity: 0;
		transform: translateY(28px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}


.hero-badge {
	position: absolute;
	right: 5%;
	bottom: 15%;
	width: 110px;
	height: 110px;
	background: var(--sun);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1rem;
	letter-spacing: .08rem;
	color: var(--ink);
	text-align: center;
	line-height: 1.2;
	animation: badgespin 20s linear infinite, fadeup 1s 1s both;
	cursor: pointer;
}

@keyframes badgespin {
	to {
		transform: rotate(360deg);
	}
}

.hero-badge-inner {
	animation: badgespin 20s linear infinite reverse;
}

.hero-badge-inner span {
	display: block;
	font-size: .55rem;
	font-weight: 800;
	letter-spacing: .15rem;
	text-transform: uppercase;
}


.scroll-line {
	position: absolute;
	bottom: 0;
	left: 5%;
	width: 1px;
	height: 80px;
	background: linear-gradient(to bottom, transparent, var(--hot));
	animation: scrollpulse 2s ease-in-out infinite;
}

@keyframes scrollpulse {

	0%,
	100% {
		opacity: .4;
	}

	50% {
		opacity: 1;
	}
}

.btn {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .12rem;
	text-transform: uppercase;
	padding: .7rem 1.8rem;
	cursor: pointer;
	border: none;
	transition: transform .2s, box-shadow .2s, background .2s;
	position: relative;
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
	padding-right: 2.2rem;
}

.btn::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, .15);
	transform: translateX(-100%);
	transition: transform .3s;
}

.btn:hover::after {
	transform: translateX(0);
}

.btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
}

.btn-hot {
	background: var(--hot);
	color: var(--white);
}

.btn-sun {
	background: var(--sun);
	color: var(--ink);
}

.btn-sky {
	background: var(--sky);
	color: var(--ink);
}

.btn-ghost {
	background: transparent;
	color: var(--white);
	border: 1px solid rgba(240, 239, 232, .2);
	clip-path: none;
	padding-right: 1.8rem;
}

.btn-ghost:hover {
	border-color: var(--sun);
	color: var(--sun);
}

.sec-kicker {
	display: inline-flex;
	align-items: center;
	gap: .6rem;
	font-size: .65rem;
	font-weight: 800;
	letter-spacing: .2rem;
	text-transform: uppercase;
	color: var(--hot);
	margin-bottom: .7rem;
}

.sec-kicker::before {
	content: '';
	width: 20px;
	height: 2px;
	background: var(--hot);
}

.sec-kicker.sky {
	color: var(--sky);
}

.sec-kicker.sky::before {
	background: var(--sky);
}

.sec-kicker.mint {
	color: var(--mint);
}

.sec-kicker.mint::before {
	background: var(--mint);
}

.sec-kicker.sun {
	color: var(--sun);
}

.sec-kicker.sun::before {
	background: var(--sun);
}

.big-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: clamp(2.8rem, 6vw, 5.5rem);
	letter-spacing: .04rem;
	line-height: .92;
	margin-bottom: 1rem;
}

.body-text {
	font-size: .92rem;
	line-height: 1.8;
	color: var(--muted);
	max-width: 500px;
}

/* ══════════════════════════════
   REVEAL ANIMATIONS
══════════════════════════════ */
/*
.reveal{transform:translateY(36px);transition:opacity .7s ease,transform .7s ease;}
.reveal.on{opacity:1;transform:none;}
.reveal-left{opacity:0;transform:translateX(-36px);transition:opacity .7s ease,transform .7s ease;}
.reveal-left.on{opacity:1;transform:none;}
.reveal-scale{opacity:0;transform:scale(.94);transition:opacity .7s ease,transform .7s ease;}
.reveal-scale.on{opacity:1;transform:none;} */


/* ══════════════════════════════
   COLOR BAND
══════════════════════════════ */
.color-band {
	display: flex;
	overflow: hidden;
	height: 48px;
}

.band-seg {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .6rem;
	font-weight: 800;
	letter-spacing: .15rem;
	text-transform: uppercase;
	white-space: nowrap;
	gap: .4rem;
	transition: flex .3s;
	cursor: default;
}

.band-seg:hover {
	flex: 1.5;
}

/* ══════════════════════════════
   MARQUEE
══════════════════════════════ */
.marquee-wrap {
	overflow: hidden;
	background: var(--hot);
	padding: .6rem 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.marquee-inner {
	display: flex;
	gap: 0;
	white-space: nowrap;
	animation: marquee 22s linear infinite;
}

@keyframes marquee {
	to {
		transform: translateX(-50%);
	}
}

.marquee-item {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.1rem;
	letter-spacing: .15rem;
	color: rgba(255, 255, 255, .9);
	padding: 0 2.5rem;
	display: inline-flex;
	align-items: center;
	gap: .6rem;
}

.marquee-item::after {
	content: '✦';
	font-size: .6rem;
	color: rgba(255, 255, 255, .5);
}

/* ══════════════════════════════
   ABOUT PAGE
══════════════════════════════ */
.page-header {
	padding: 5rem 5% 4rem;
	position: relative;
	overflow: hidden;
}

.page-header.sky-bg {
	background: linear-gradient(135deg, rgba(0, 180, 216, .15) 0%, transparent 60%), var(--ink2);
}

.page-header.hot-bg {
	background: linear-gradient(135deg, rgba(255, 60, 0, .15) 0%, transparent 60%), var(--ink2);
}

.page-header.grape-bg {
	background: linear-gradient(135deg, rgba(155, 77, 202, .2) 0%, transparent 60%), var(--ink2);
}

.page-header.mint-bg {
	background: linear-gradient(135deg, rgba(6, 214, 160, .12) 0%, transparent 60%), var(--ink2);
}

.page-header-ghost {
	position: absolute;
	right: -2%;
	bottom: -15%;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 17vw;
	letter-spacing: .04rem;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, .04);
	pointer-events: none;
	white-space: nowrap;
	line-height: 1;
}

.page-header .big-title {
	margin-top: .5rem;
}

.page-header .body-text {
	margin-top: .8rem;
}

.about-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 500px;
	gap: 0;
}

.about-img-side {
	position: relative;
	overflow: hidden;
	background: var(--ink3);
	min-height: 400px;
}

.about-img-placeholder {
	width: 100%;
	height: 100%;
	min-height: 400px;
	background: linear-gradient(160deg, var(--ink3), var(--ink2));
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 8rem;
	color: rgba(255, 255, 255, .04);
}

.about-img-side::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, transparent 60%, var(--ink));
}

.about-text-side {
	padding: 4rem 5%;
	background: var(--ink);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.timeline-new {
	margin-top: 2rem;
}

.tl-row {
	display: flex;
	gap: auto;
	padding: 1.2rem 0;
	border-bottom: 1px solid var(--border);
	transition: border-color .2s;
	cursor: default;
}

.tl-row:hover {
	border-bottom-color: rgba(255, 60, 0, .3);
}

.tl-yr {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.7rem;
	color: var(--hot);
	flex-shrink: 0;
	width: 68px;
	line-height: 1;
}

.tl-info strong {
	display: block;
	font-size: .85rem;
	font-weight: 700;
	color: var(--white);
	margin-bottom: .2rem;
}

.tl-info span {
	font-size: .78rem;
	color: var(--muted);
	line-height: 1.6;
	text-align: center;
}

.tl-hand {
	font-family: var(--font-hand);
	font-size: .85rem;
	color: var(--sky);
	margin-top: .2rem;
}

.facts-bar {
	background: var(--ink2);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--border);
}

.fb-item {
	padding: 2.5rem 2rem;
	text-align: center;
	border-right: 1px solid var(--border);
	transition: background .2s;
}

.fb-item:hover {
	background: rgba(255, 255, 255, .03);
}

.fb-item:last-child {
	border-right: none;
}

.fb-n {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 3.8rem;
	line-height: 1;
	background: linear-gradient(135deg, var(--hot), var(--sun));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fb-l {
	font-size: .65rem;
	font-weight: 800;
	letter-spacing: .15rem;
	text-transform: uppercase;
	color: var(--muted);
	margin-top: .4rem;
}

/* ══════════════════════════════
   DISCOVER PAGE
══════════════════════════════ */
.spots-masonry {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4px;
	margin-top: 4rem;
}

.spot-big {
	grid-row: span 2;
}

.spot-tile {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	aspect-ratio: 4/3;
	background: var(--card);
}

.spot-big {
	aspect-ratio: auto;
	min-height: 600px;
}

.spot-bg {
	position: absolute;
	inset: 0;
	transition: transform .55s ease;
}

.spot-tile:hover .spot-bg {
	transform: scale(1.06);
}

.spot-color-bar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	z-index: 2;
}

.spot-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(10, 10, 15, .9) 0%, rgba(10, 10, 15, .1) 55%, transparent 100%);
	transition: background .3s;
	z-index: 1;
}

.spot-tile:hover .spot-overlay {
	background: linear-gradient(to top, rgba(10, 10, 15, .95) 0%, rgba(10, 10, 15, .3) 70%, transparent 100%);
}

.spot-body {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1.5rem;
	z-index: 2;
}

.spot-cat {
	display: inline-block;
	font-size: .56rem;
	font-weight: 800;
	letter-spacing: .18rem;
	text-transform: uppercase;
	padding: .22rem .7rem;
	margin-bottom: .5rem;
	clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
	padding-right: 1.1rem;
}

.spot-name {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.8rem;
	letter-spacing: .04rem;
	color: var(--white);
	line-height: 1.05;
}

.spot-desc {
	font-size: .76rem;
	color: rgba(240, 239, 232, .6);
	line-height: 1.6;
	margin-top: .4rem;
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s;
}

.spot-tile:hover .spot-desc {
	max-height: 120px;
}

.spot-hand {
	font-family: var(--font-hand);
	font-size: 1rem;
	color: var(--sun);
	margin-top: .4rem;
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s;
}

.spot-tile:hover .spot-hand {
	max-height: 30px;
}

/* Spot BG patterns */
.spot-bg-roman {
	background: linear-gradient(160deg, #1a1025 0%, #2d1b3d 50%, #1a0f2e 100%);
}

.spot-bg-park {
	background: linear-gradient(160deg, #0d1f0f 0%, #1a3d20 50%, #0a1a0d 100%);
}

.spot-bg-church {
	background: linear-gradient(160deg, #1a1408 0%, #3d3010 50%, #1a1008 100%);
}

.spot-bg-square {
	background: linear-gradient(160deg, #0f1a25 0%, #1d3550 50%, #0a1520 100%);
}

.spot-bg-thermal {
	background: linear-gradient(160deg, #061a1a 0%, #0d3535 50%, #031212 100%);
}

.spot-bg-museum {
	background: linear-gradient(160deg, #1a0a0a 0%, #3d1010 50%, #1a0808 100%);
}

/* SVG decorative elements inside spots */
.spot-deco {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 5rem;
	line-height: 1;
	letter-spacing: .04rem;
	color: rgba(255, 255, 255, .03);
	pointer-events: none;
}

/* ══════════════════════════════
   GALLERY PAGE
══════════════════════════════ */
.gal-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 320px;
	gap: 4px;
	margin-top: 4rem;
}

.gal-wide {
	grid-column: span 2;
}

.gal-tall {
	grid-row: span 2;
}

.gal-pic {
	position: relative;
	overflow: hidden;
	cursor: zoom-in;
	background: var(--card);
}

.gal-bg {
	width: 100%;
	height: 100%;
	transition: transform .6s ease, filter .4s;
}

.gal-pic:hover .gal-bg {
	transform: scale(1.05);
	filter: brightness(1.1);
}

.gal-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(10, 10, 15, .85) 0%, transparent 50%);
	opacity: 0;
	transition: opacity .35s;
	display: flex;
	align-items: flex-end;
	padding: 1.5rem;
}

.gal-pic:hover .gal-overlay {
	opacity: 1;
}

.gal-label {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.5rem;
	letter-spacing: .04rem;
	color: var(--white);
}

.gal-sublabel {
	font-family: var(--font-hand);
	font-size: .9rem;
	color: var(--muted);
	display: block;
}

/* ══════════════════════════════
   VISIT PAGE
══════════════════════════════ */
.visit-grid {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 4rem;
	padding: 5rem 5%;
	align-items: start;
}

.info-cards {
	display: flex;
	flex-direction: column;
	gap: .6rem;
}

.info-card {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	padding: 1rem 1.2rem;
	border-left: 3px solid var(--hot);
	background: var(--card);
	transition: border-color .2s, transform .2s, background .2s;
}

.info-card:hover {
	border-color: var(--sky);
	transform: translateX(5px);
	background: rgba(255, 255, 255, .04);
}

.info-card:nth-child(2) {
	border-color: var(--sun);
}

.info-card:nth-child(3) {
	border-color: var(--sky);
}

.info-card:nth-child(4) {
	border-color: var(--mint);
}

.info-card:nth-child(5) {
	border-color: var(--grape);
}

.info-card:nth-child(6) {
	border-color: rgba(255, 255, 255, .2);
}

.info-icon {
	font-size: 1.4rem;
	flex-shrink: 0;
	margin-top: .1rem;
}

.info-label {
	font-size: .58rem;
	font-weight: 800;
	letter-spacing: .14rem;
	text-transform: uppercase;
	color: var(--muted);
	margin-bottom: .2rem;
}

.info-val {
	font-size: .88rem;
	font-weight: 600;
	color: var(--white);
}

.info-val a {
	color: var(--hot);
	text-decoration: none;
}

.info-val a:hover {
	color: var(--sun);
}

/* MAP */
.map-wrap {
	border: 2px solid var(--border);
	border-radius: 4px;
	overflow: hidden;
	height: 500px;
	position: relative;
	background: var(--ink2);
}

.map-wrap iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	filter: invert(1) hue-rotate(180deg) saturate(.8) brightness(.85);
}

.map-label {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(10, 10, 15, .9), transparent);
	padding: 1rem 1.2rem .8rem;
	pointer-events: none;
	font-family: var(--font-hand);
	font-size: 1.1rem;
	color: var(--mint);
}

/* ══════════════════════════════
   CONTACT / EMAILJS FORM
══════════════════════════════ */
.contact-section {
	padding: 6rem 5%;
	background: var(--ink2);
	position: relative;
	overflow: hidden;
}

.contact-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 60% 60% at 80% 50%, rgba(255, 60, 0, .07), transparent);
	pointer-events: none;
}

.contact-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5rem;
	align-items: start;
	position: relative;
}

.contact-left .big-title {
	line-height: .9;
}

.contact-tagline {
	font-family: var(--font-hand);
	font-size: 1.3rem;
	color: var(--sun);
	margin-top: .5rem;
}

.contact-blurb {
	font-size: .88rem;
	color: var(--muted);
	line-height: 1.75;
	margin-top: 1rem;
	max-width: 360px;
}

.contact-socials {
	display: flex;
	gap: .8rem;
	margin-top: 2rem;
	flex-wrap: wrap;
}

.social-chip {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	padding: .5rem 1rem;
	border: 1px solid var(--border);
	border-radius: 100px;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .08rem;
	color: var(--muted);
	transition: border-color .2s, color .2s, background .2s;
	cursor: pointer;
	text-decoration: none;
}

.social-chip:hover {
	border-color: var(--hot);
	color: var(--white);
	background: rgba(255, 60, 0, .1);
}

/* Form */
.form-group {
	margin-bottom: 1.2rem;
}

.form-label {
	display: block;
	font-size: .63rem;
	font-weight: 800;
	letter-spacing: .15rem;
	text-transform: uppercase;
	color: var(--muted);
	margin-bottom: .5rem;
}

.form-input,
.form-textarea {
	width: 100%;
	background: var(--ink3);
	border: 1px solid var(--border);
	border-radius: 2px;
	padding: .8rem 1rem;
	font-family: 'Outfit', sans-serif;
	font-size: .9rem;
	font-weight: 500;
	color: var(--white);
	transition: border-color .2s, background .2s;
	outline: none;
	resize: none;
}

.form-input:focus,
.form-textarea:focus {
	border-color: var(--sky);
	background: rgba(0, 180, 216, .04);
}

.form-input::placeholder,
.form-textarea::placeholder {
	color: rgba(240, 239, 232, .2);
}

.form-textarea {
	height: 130px;
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.form-submit {
	width: 100%;
	background: var(--hot);
	color: var(--white);
	border: none;
	padding: 1rem 2rem;
	font-family: 'Outfit', sans-serif;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .15rem;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 2px;
	transition: background .2s, transform .2s, box-shadow .2s;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
}

.form-submit:hover {
	background: #e03000;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(255, 60, 0, .3);
}

.form-submit:disabled {
	opacity: .5;
	cursor: not-allowed;
	transform: none;
}

.form-submit .btn-spinner {
	width: 14px;
	height: 14px;
	border: 2px solid rgba(255, 255, 255, .3);
	border-top-color: var(--white);
	border-radius: 50%;
	animation: spin .7s linear infinite;
	display: none;
}

.form-submit.loading .btn-spinner {
	display: block;
}

.form-submit.loading .btn-text {
	display: none;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.form-feedback {
	padding: .8rem 1rem;
	border-radius: 2px;
	font-size: .82rem;
	font-weight: 600;
	margin-top: .8rem;
	display: none;
}

.form-feedback.success {
	background: rgba(6, 214, 160, .12);
	border: 1px solid rgba(6, 214, 160, .3);
	color: var(--mint);
	display: block;
}

.form-feedback.error {
	background: rgba(255, 60, 0, .1);
	border: 1px solid rgba(255, 60, 0, .3);
	color: #ff6644;
	display: block;
}

.form-hand-note {
	font-family: var(--font-hand);
	font-size: 1rem;
	color: var(--muted);
	margin-top: .5rem;
	text-align: center;
}

/* ══════════════════════════════
   FOOTER
══════════════════════════════ */
footer {
	background: var(--ink2);
	padding: 3rem 5%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	border-top: 1px solid var(--border);
	position: relative;
}

footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 3px;
	background: linear-gradient(90deg, var(--hot), var(--sun));
}

.foot-logo {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.7rem;
	letter-spacing: .07rem;
	color: var(--white);
}

.foot-logo span {
	color: var(--hot);
}

.foot-copy {
	font-size: .7rem;
	color: rgba(240, 239, 232, .2);
	font-weight: 500;
	font-family: var(--font-hand);
	font-size: .9rem;
}

.foot-nav {
	display: flex;
	gap: 1.5rem;
}

.foot-nav a {
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .1rem;
	text-transform: uppercase;
	color: rgba(240, 239, 232, .3);
	text-decoration: none;
	transition: color .2s;
	cursor: pointer;
}

.foot-nav a:hover {
	color: var(--sun);
}

/* ══════════════════════════════
   HAND-DRAWN UNDERLINES
══════════════════════════════ */
.ud {
	display: inline;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='8'%3E%3Cpath d='M0,5 C30,2 70,7 100,4 C130,1 170,6 200,3' fill='none' stroke='%23ff3c00' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: repeat-x;
	background-size: 200px 8px;
	background-position: 0 100%;
	padding-bottom: 6px;
}

/* ══════════════════════════════
   LOADING SCREEN
══════════════════════════════ */
#loader {
	position: fixed;
	inset: 0;
	z-index: 10000;
	background: var(--ink);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 1.5rem;
	transition: opacity .6s ease, visibility .6s;
}

#loader.gone {
	opacity: 0;
	visibility: hidden;
}

.loader-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 4rem;
	letter-spacing: .1rem;
	color: var(--white);
}

.loader-title span {
	color: var(--hot);
}

.loader-bar-wrap {
	width: 200px;
	height: 2px;
	background: rgba(255, 255, 255, .1);
	border-radius: 1px;
	overflow: hidden;
}

.loader-bar {
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, var(--hot), var(--sun));
	animation: loaderbar 1.5s ease forwards;
}

@keyframes loaderbar {
	to {
		width: 100%;
	}
}

.loader-hand {
	font-family: var(--font-hand);
	font-size: 1.1rem;
	color: var(--muted);
}

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media(max-width:960px) {
	.home-hero {
		height: auto;
		min-height: 90vh;
	}

	.nav-tabs li a {
		padding: 0 .65rem;
		font-size: .65rem;
	}

	.about-split,
	.visit-grid,
	.contact-inner {
		grid-template-columns: 1fr;
	}

	.spots-masonry {
		grid-template-columns: 1fr 1fr;
	}

	.spot-big {
		grid-row: auto;
		aspect-ratio: 4/3;
		min-height: 0;
	}

	.city-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}

	.cg-a,
	.cg-b,
	.cg-c,
	.cg-d,
	.cg-e {
		grid-column: auto;
		grid-row: auto;
	}

	.facts-bar {
		grid-template-columns: 1fr 1fr;
	}

	.gal-grid {
		grid-template-columns: 1fr;
	}

	.gal-wide,
	.gal-tall {
		grid-column: auto;
		grid-row: auto;
	}

	.hero-badge {
		display: none;
	}

	.form-row {
		grid-template-columns: 1fr;
	}
}

@media(max-width:600px) {
	.spots-masonry {
		grid-template-columns: 1fr;
	}

	.stat-pill {
		padding: 1.2rem 1rem;
	}

	.stat-n {
		font-size: 2.5rem;
	}
}